-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (57 loc) · 3.11 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
<!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>Harsh Raghuwanshi</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="my_1favicon.ico">
<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=Caveat&family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Harsha.</h1>
<h2>a full-stack <span class="web">Web</span> developer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/Harsh's_image-modified.png" alt="Harsh's profile image" width="170px">
<h2>Hello.</h2>
<p class="intro">I am a Full Stack Web developer and a competative coder. I ❤️ doing theater and i love dogs.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="img1" src="images/coding.png" alt="html/css">
<h3>Coding and Development</h3>
<p>I like to code and design. I trust C, C++, Python and have strong hands on HTML/CSS, JavaScript and React. I'm a developer, so I know how to create your website to run across devices using the latest technologies available. </p>
</div>
<div class="skill-row">
<img class="img2" src="images/theater (1).png" alt="cpp">
<h3>Dramatics</h3>
<p>I have a passion for acting since childhood, whenever i am on stage, it seems as if the stage is made for me, i get a different relief. I have won the JUET Dequinox Cultural night Dramatics competition twice and hosted several events at the JUET Cultural Fest and i'm the Secretary of drama wing of JUET Youth club </p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love Acting or also passionate about coding</h3>
<p class="contact-message">Let's talk about it in more detail and always get connected with each other or just fancy saying hey, then get in touch.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="www.linkedin.com/in/harsh-raghuwanshi-69b90418b">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/HarshRa19107484">Twitter</a>
<a class="footer-link" href="https://github.com/harsha094">Github</a>
<p class="copyright">©2022 Harsh Raghuwanshi.</p>
</div>
</body>
</html>