-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (55 loc) · 2.58 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Dope Harshal</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Kdam+Thmor+Pro&family=Montserrat:wght@300&family=Nuosu+SIL&family=Playfair+Display:ital,wght@1,500&family=Tai+Heritage+Pro&display=swap" rel="stylesheet">
</head>
<body>
<div class = "top-container">
<img class = "top-cloud" src = "images/cloud.png" alt = "cloud-pic">
<h1> I'm <br> Harshal Anita Jadhav
</h1>
<p class = "aspiration">a <span> web </span>developer</p>
<img class = "bottom-cloud" src = "images/cloud.png" alt = "cloud-pic">
<img class = "mountain-pic" src = "images/mountain.png" alt = "mountain-pic">
</div>
<br>
<br>
<div class = "middle-container">
<div class = "profile">
<img class = "circular"src = "images/harshal.png" alt = "profile-picture">
<h2> Hello, </h2>
<p class = "intro"> I am an aspiring front-end developer. I love to listening to music and I am fond of creating websites </p>
</div>
<hr>
<div class = "skills">
<h2 class = "my-skills"> My Skills </h2>
<div class = "skill-row" >
<img class = "skill-pic"src = "images/skill.png">
<h3 class = " communication-heading"> Communication</h3>
<img class = "communication-pic"src = "images/conversation.png">
<p class = "description"> Able to communicate well and explain things properly.</p>
<div class = "skill-row">
<h3 class = "design-skill"> Design & Development </h3>
<img class = "design-img" src = "https://media.giphy.com/media/SpopD7IQN2gK3qN4jS/giphy.gif">
<p class = "descr"> Developed multiple beautifully designed websites. Also worked in a team project. </p>
</div>
<hr>
<div class = "contact-message">
<h2> Get in touch with me</h2>
<h3> If you are also willing to become a web developer like I wish to become </h3>
<p> Want to Connect? Let's connect and learn web development together </p>
<a class = "btn" href = "mailto : harshal8425@gmail.com"> CONTACT ME </a>
</div>
</div>
<div class = "bottom-container">
<a class = "footer-link" href = "https://www.linkedin.com/in/harshalsj"> LinkedIn</a>
<a class = "footer-link" href = "https://twitter.com/HarshalJadhav84">Twitter </a>
<a class = "footer-link" href = "https://github.com/harshal2002">Github</a>
<p class="copyright">© 2022 @harshal8425@gmail.com</p>
</body>
</html>