-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (54 loc) · 2.55 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Rhythm Bhatia</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="css/r.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,900&family=Montserrat:ital@1&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-image">
<h1>I am Rhythm,</h1>
<h2 class="first-para">a programmer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-image">
<img src="images/mountain.png" alt="mountain-image">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="images/rhythm.jpg" alt="Rhythm's 12th class picture">
<h2>Hey There!</h2>
<p class="first-line">I am a C++ developer. I am currently learning front-end web development. I love problem-solving.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="Cplusplus" src="https://www.flaticon.com/svg/vstatic/svg/919/919841.svg?token=exp=1619793063~hmac=fbc75f70f14829b91a8d244ba401299c" alt="C++-logo">
<h3>Proficient in C++</h3>
<p class="first-row">I am programming in C++ for the last 1 year, so I am quite proficient in the language.</p>
</div>
<div class="skill-row">
<img class="Problem-Solving " src="https://media4.giphy.com/media/JozPUJqrzDjZRXCTI5/200w.webp?cid=ecf05e47hz9ax3i5qp5aebsb3c7g97sllcy0zlqn9mfhenxd&rid=200w.webp" alt="Gif-problem solved">
<h3>Problem-Solving</h3>
<p>I have 0.5 years of experience in solving problems using data structures and algorithms. So, I have good problem-solving skills.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2 class="get-in-touch">Get In Touch</h2>
<h3>Love Problem Solving as much as I do?</h3>
<p class="contact-message">You can reach me via my mail and we will discuss some interesting problems while we eat Pizzas.</p>
<a class="btn" href="mailto:rhythmbhatiarb28@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a href="https://www.hackerrank.com/rhythmbhatiarb28">Hacker Rank</a>
<a href="https://www.codechef.com/users/rhythm_28">Code Chef</a>
<a href="https://twitter.com/RhythmBhatia_28">Twitter</a>
<br><br>
<p class="last-para">© 2021 Rhythm Bhatia</p>
</div>
</body>
</html>