-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (54 loc) · 2.52 KB
/
index.html
File metadata and controls
60 lines (54 loc) · 2.52 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Kunal</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-images"><br><br>
<h1>I am Kunal</h1>
<h2 class="heading2">I like coding</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="second-cloud">
<img class="mountain"src="images/mountain.png" alt="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img class="Profile_Picture" src="https://media3.giphy.com/media/jp7nZ4vrvHt7I5h8kS/giphy.gif?cid=ecf05e47cbovm5an1hhnsasp3bxzv69kmlvc8tgubdoz7foc&rid=giphy.gif&ct=g" alt="Profile_Picture">
<h2><em><b>Hello.</b></em></h2>
<p>My name is Kunal Chaudhary. I'm pursuing B.Tech from ABES Engineering College.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="mySkills1image" src="images/project-management.png" alt="">
<h3>Design and Development</h3>
<p>I have gained a wealth of experience in designing and developing mobile and web applications.</p>
</div>
<div class="skill-row">
<img class="mySkills2image" src="images/sketching.png" alt="Sketching-Icon">
<h3>Sketching</h3>
<p>I used drawing as a primary language for capturing thoughts, exploring ideas, and then sharing those ideas.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you have any questions, please feel free to ask.</h3>
<!-- <p>Lorem ipsum dolor sit amet, in quis, aenean amet. Phasellus sodales, tellus donec dui, ornare erat.</p> -->
<!-- <a class="btn" href="mailto:kunalchaudhary298@gmail.com">CONTACT ME</a> -->
<a href="mailto:kunalchaudhary298@gmail.com" class="BUTTON_LLU">Contact Me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/kunal-chaudhary-274506237/">LinkedIn</a>
<p class="contactNo">Contact No: 954879XXXX</p>
<!-- <a class="footer-link" href="https://twitter.com/">Twitter</a> -->
<!-- <a class="footer-link" href="https://www.appbrewery.co/">Website</a> -->
<p class="lastpara">© Kunal Chaudhary.</p>
</div>
</body>
</html>