-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (60 loc) · 2.44 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>rishabh</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.ico">
<!-- here we import font through website that it will be available to all type of browser -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap');
</style>
</head>
<body>
<div class="topcontainer">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Rishabh Raj</h1>
<h2><strong>a programmer</strong></h2>
<img class="bcloud" src="images/cloud.png" alt="cloud-img">
<img class="mountain" src="images/mountain2.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img id="profile" src="images/rishabh.jpg" alt="">
<h2>Hello.</h2>
<p class="intro">I am Rishabh Raj. I'm a student of computer science and engineering branch in NIT Hamirpur. </p>
<p class="intro">Currently I'm in second year.</p>
</div>
<hr>
<div class="skills">
<!-- <h2>My Skills.</h2> -->
<div class="skill-row">
<img class="skill-image" src="images/skills.webp" alt="skill-pic">
<h3>Design & Development</h3>
<p class="intro">I have just started web development and I am learning a lot of amazing and fantastic things in this field of development and I'm very excited to learn more about it.</p>
</div>
<hr>
<div class="skill-row">
<img class="hobbies" src="images/hobbies.jfif" alt="Hobby-pic">
<!-- <h2>My Hobbies</h2> -->
<p>Gaming</p>
<p>Listening Music</p>
<p>Chess</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love to play chess as much I do.</h3>
<p class="contact">If you love to play chess as much I do? Let's play a match...</p>
<a class="butn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p class="copyright">© 2021 Rishabh Raj <a href="https://nith.ac.in/">@ NIT Hamirpur </a> </p>
</div>
</body>
</html>