-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (59 loc) · 2.44 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
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Abhay joshi</title>
<link rel="stylesheet" href="new.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Abel&family=Pacifico&family=Roboto+Mono&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<img class="top-cloud" src="cloud.png" alt="cloud">
<h1>I'm Abhay.</h1>
<h3>I am a programmer</h3>
<img class="bottom-cloud" src="cloud.png" alt="cloud">
<img class="mountain" src="mountain.png" alt="cloud">
</div>
<div class="middle-container">
<div class="profile">
<img class="propic" src="circle-icon.png" alt="profile-pic">
<h2>Hello.</h2>
<p>
I'm a web designer / developer based in Hyderabad, India.<br>
I am passionate about creating beautiful and functional websites.<br>
</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill" src="html5.png" alt="html-logo">
<img class="skill" src="css.png" alt="css-logo">
<img class="skill" src="js.png" alt="js-logo">
<h3>Front-end</h3>
<p>Let me help you build your dream website with these front end technologies.</p>
</div>
<div class="skill-row">
<img class="backend" src="logo-flask.png" alt="flask-logo">
<img class="backend" src="mysql.png" alt="mysql-logo">
<h3>Back-end</h3>
<p>Have a lot of users? No problem ! these back-end skills will save the day.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Want to do a project together?</h2>
<h3>I am available for freelance work.</h3>
<p>If you have a project that you want to get started,<br>
think you need my help with something or just fancy saying hey, then get in touch.</p>
<a class="btn" href="mailto:jabhay2012@gmail.com"><img class="icon" src="send.png" alt="send-icon">
</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/abhay-joshi-1a9275188/" target="_blank"><img class="linkedin" src="linkedin.png" alt="send-icon"> </a>
<p>© 2020 Abhay joshi.</p>
</div>
</body>
</html>