-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (54 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" initial-scale="1.0">
<title>Rishabh Rathore</title>
<link rel="stylesheet" href="./css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Overpass&family=Sacramento&family=Yesteryear&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="home">
<h1 class="name">I'm Rishabh</h1>
<p class="para1">Student -- Web Developer</p>
<img class="hills" src="./img/bg.png" alt="hills">
</div>
<div class="profile">
<img class="dp" src="./img/rishabh.jpg" alt="Rishabh.jpg">
<h2>Hi there.</h2>
<p>I am Rishabh Rathore. I am a student & a Web-Dev</p>
</div>
<hr>
<div class="skills">
<h2 class="skillhead">My Skills</h2>
<div class="skill-row">
<img class="skillgif gif1" src="https://media.giphy.com/media/ukMiDlCmdv2og/giphy.gif" alt="Web-D GIF">
<h3>Web Development
</h3>
<p>I like to keep it simple and clean.
Started Web-Development 3 months ago.
</p>
</div>
<div class="skill-row">
<img class="skillgif gif2" src="https://media.giphy.com/media/26tn33aiTi1jkl6H6/giphy.gif" alt="Python GIF">
<h3>Python</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam, architecto.</p>
</div>
</div>
<hr>
<div class="contact">
<h2>Get In Touch</h2>
<h3>Lorem ipsum dolor sit amet consectetur.</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Aut.</p>
<a href="mailto:[email protected]" class="button">Contact Me</a>
</div>
<div class="bottom">
<a class="footer-link" href="https://instagram.com/xerycks">Instagram</a>
<a class="footer-link" href="https://twitter.com/xerycks">Twitter</a>
<a class="footer-link" href="https://facebook.com/xerycks">Facebook</a>
<p>©️ 2020 Rishabh Rathore</p>
</div>
</body>
</html>