-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (58 loc) · 2.53 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>
<head>
<meta charset="utf8">
<title>Siddharth's Site</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="Images/man.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Comic+Neue&family=Montserrat:wght@200&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="Images/cloud.png" rel="cloud-img">
<h1>I'm Siddharth.</h1>
<h2 class="programmer">a <span class="pro">pro</span>grammer.</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 class="my-picture" src="MyPictures/circleImage.png" alt="image">
<h2>Hello.</h2>
<p>I am software and web developer. I am pursuing Bachelor in Computer Applications. I 💜 binging web series and movies.</p>
</div>
<hr>
<div class="skill">
<h2 class="skill-text">My skills</h2>
<div class="skill-row">
<div class="coding">
<img class="code-img" src="Images/website.png" alt="coding-image">
<h3 class="code-head">Coding</h3>
<p>I like talking to computer and that's what make me like coding the most. Meanwhile I have created multiple applications.</p>
</div>
<br>
<div class="cooking">
<img class="cook-img" src="Images/soup.png" alt="cooking-image">
<h3>Cooking</h3>
<p>"Cooking is like cretating something delicious for someone else."~ <em>Some Great Chef</em><br>Yet, I cook to surprise myself.😋 </p>
</div>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3 class="contact-description">If you love cooking as much as I do.</h3>
<p class="contact-subdescription">Love cooking as much as I do? Let's share some recipes! We can code while we eat our food!</p>
<br>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://linkedin.com/siddharth-ranjan09">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/siddy_ranjan">Twitter</a>
<a class="footer-link" href="https://sid0909.github.io/cv/">Website</a>
<p class="copyright">© 2021 Siddharth Ranjan.</p>
</div>
</body>
</html>