-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (47 loc) · 1.84 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Shrijan Singh</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@300&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'm Shrijan.</h1>
<h2><p>A <span class="Stu">Stu</span>dent.</p></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 style="border-radius:200%" src="images/1623056998327 (1).jpg" alt="">
<h2>Hello.</h2>
<p class="intro">I am Computer Science Undergrad Student and a Tech enthausiast.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTz6WMQFgACjF3sUM2on99pkC96ExmSntsjFw&usqp=CAU" alt="">
<h3>Coding & DSA</h3>
<p>C Language</p>
<p>Data Structures and Algorithms in C & C++</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<p>I would love to connect with new people with some innovative ideas.</p>
<a class="btn" href="mailto:shrijansingh383@email.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/shrijan-singh-51a664201">LinkedIn</a>
<a class="footer-link" href="https://github.com/Shrijan21/cv">Website</a>
<p class="copyright">© 2021 Shrijan Singh.</p>
</div>
</body>
</html>