-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (62 loc) · 3.3 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
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="android-chrome-512x512.png">
<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">
<img src="cloud.png" alt="" class="cloud1">
<h1>I'm Dhairy.</h1>
<p class="para1">... a <u> Pro</u>grammer</p>
<img src="cloud.png" alt="" class="cloud2">
<img src="mountain.png" alt="">
</div>
<div class="midle_cont">
<h2>Hello!</h2>
<img src="dhiary.png" alt="" class="dhairy" >
<p>I'm a web developer and student at LNCT Group of colleges . I am pursuing B.tech in Computer Science engeeneering . I love reading novels and attending seminars</p>
</div>
<hr>
<div class="midle_cont">
<h2>My Skills</h2>
<br>
<iframe src="https://giphy.com/embed/WFZvB7VIXBgiz3oDXE" frameBorder="0" class="img1" ></iframe><p><a href="https://giphy.com/stickers/iykra-pc-mac-laptop-WFZvB7VIXBgiz3oDXE" ></a></p>
<h3>C++ Programming</h3>
<p class="p2"> I started learning to code when I was only 17 years old. I started programming in c++ to just have some basic knowledge of c++. over time I have gained a wealth of experience while learning while making softwares and programs .</p>
<br><br><br><br>
<h3>Web Development</h3>
<img src="https://media.giphy.com/media/juua9i2c2fA0AIp2iq/giphy.gif" alt="" class="img">
<p class="p2">I started web development in the free time . i wanted to make a common platform to share the notes and updates of the upcoming contest</p>
<br><br><br><br><br>
<h3> Python Programming</h3>
<iframe src="https://giphy.com/embed/LMt9638dO8dftAjtco" frameBorder="0" class="img2" ></iframe><p><a href="https://giphy.com/stickers/devrock-python-django-edr-LMt9638dO8dftAjtco"></a></p>
<p class="p2">I started Python in the class 11th and have few significant achievements in it. I have created few management system projects using basic fundamentals.
</p>
<br>
</div>
<hr>
<div class="cont3">
<h2>Get in Touch</h2>
<h3>If you love to code as much as i do .</h3>
<p>Loving to code as much i do ? Let's talk about how awesome it is . we can code together while havin fun , feel free to contact me anytime . also share your valuable feedback to me .</p>
<br>
<a class="btn" href="contact.html" >CONTACT ME</a>
</div>
<div class="bottom">
<a href="https://www.linkedin.com/in/dhairy-shrivastava-878a54233/" target="_blank">Linkedln</a>
<a href="https://twitter.com/Dhairy2k3" target="_blank">Twitter</a>
<a href="https://github.com/Dhairy2003" target="_blank">Github</a>
<a href="https://dhairy2003.github.io/First_Cv/" target="_blank">Previous webpage</a>
<br><BR></BR>
<p class="copy">© DHAIRY SHRIVASTAVA.</p>
</div>
</body>
</html>