-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (57 loc) · 2.59 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>jGaurav</title>
<link rel="stylesheet" href="css1/style1.css">
<link rel="icon" href="css1/favicon.ico">
<script src="https://kit.fontawesome.com/99a53a72ee.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;1,400;1,900&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<img class="top-cloud" src="images/cloud.png" alt="cloud">
<h1 >Gaurav Rathore</h1>
<h3 class="weight">Web<span class="span"> Developer</span></h3>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud">
<img src="images/mountain.png" alt="">
</div>
<div class="middle">
<div class="profile">
<img src="images/profile-modified.png" alt="profile">
<h2>Hello.</h2>
<p>Myself is gaurav and i am third year b.tech student from rtu.<br>I am a Web Doveloper💻 and Competitive Programmer on HackerRank and CodeChef</p>
</div>
<hr >
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="imgskill" src="images/giphy2.gif" alt="my skills">
<h3>Design & development</h3>
<p >Right now i am learing web development and web design .I want to become a full stack web developer.
I know about HTML ,CSS and JavaScipt.</p>
</div>
<div class="skill-row">
<img class="cpp" src="images/giphy.gif" alt="cpp">
<h3>Programming </h3>
<p >I am learning cpp from my first year.I know about C++ features like OOPs concept and STL library.
And also learn little about Python and Java.
</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Lorem ipsum dolor sit amet, non elit.</h3>
<p>Lorem ipsum dolor sit amet, in quis, aenean amet. Phasellus sodales, tellus donec dui, ornare erat.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
<div class="bottomm">
<a class="footer-link" href="https://www.linkedin.com/in/gaurav-rathore-30b5a5220/">LinkedIn <i class="fa-brands fa-linkedin"></i></a>
<a class="footer-link" href="https://github.com/1GauravRathore">Github <i class="fa-brands fa-github"></i></a>
<a class="footer-link" href="file:///C:/Users/gaura/Documents/web%20development/html-mysite/cvWebsite.html">
Website <i class="fa-solid fa-face-grin-wide"></i></a>
<p class="copyright">© 2022 Gaurav.</p>
</div>
</body>
</html>