-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (57 loc) · 2.89 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Aaquil Kudai</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon (2).ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-image">
<h1>I'm Aaquil.</h1>
<h2 class="header2">a web developer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-image">
<img src="images/mountain.png" alt="mountain-image">
</div>
<div class="middle-container">
<div class="profile">
<img class="programmer-img" src="images/programmer (1).png" alt="Aaquil's image">
<h2>Hello.</h2>
<p class="profile-content">I am a second year Computer Science student at <em></em><a href="https://mu.ac.in/">Mumbai University</a></em>. I like reading fictional books and playing fantasy video games.
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="html-img" src="images/html.gif" alt="coding image">
<h3>Design & Development</h3>
<p>I started learing to code because I wanted to make my own video game. Over time, I have gained a wealth of experience designing and developing mobile and web applications.</p>
</div>
<div class="skill-row">
<img class="book-img" src="images/notebook.gif" alt="writting image">
<h3>Writing fiction novel.</h3>
<p>In my spare time, I like to scribble some words and create my own stories with it's own world. I also offer content writing and transcribing services.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<p class="getintouch">If you have a project that you want to get started, think you need my help with something or just fancy saying hey, then get in touch.</p>
<br> <br>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<div class="links">
<a class="footer-link" href="https://www.linkedin.com/in/mohd-aaquil-kudai-09a905230/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/PourMeCoffee___">Twitter</a>
<a class="footer-link" href="https://bug-buster2516.github.io/Personal-Website/">Website</a>
</div>
<p class="copy-right">© Mohammad Aaquil Kudai.</p>
</div>
</body>
</html>