-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
76 lines (64 loc) · 3.15 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
66
67
68
69
70
71
72
73
74
75
76
<!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>Sagar</title>
<link rel="stylesheet" href="CSS/Styles.css">
<link rel="icon" href="Images/Pk-Fevicon.png">
<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=Merriweather:wght@300&family=Montserrat:wght@100&family=Sacramento&display=swap"
rel="stylesheet">
</head>
<body>
<div class="TopContainer">
<a class="dark-button" href="https://sagargoswami2001.github.io/CV-Sample-Using-HTML-And-CSS-Dark-Theme">
<span class="dark-button-icon"><svg width="16" height="16" viewBox="2 2 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M17.293 13.293A8 8 0 016.707 2.707a8.002 8.002 0 1010.586 10.586z"/>
</svg></span>
<span class="dark-button-text">Dark Mode</span>
</a>
<img class="TopCloud" src="Images/cloud.png" alt="cloud-img">
<h1>I'm Sagar</h1>
<p class="description">a Programmer.</p>
<img class="BottomCloud" src="Images/cloud.png" alt="cloud-img">
<img class="Mountain" src="Images/mountain.png" alt="mountain-img">
</div>
<div class="MiddleContainer">
<div class="profile">
<img class="Profile_Pic" src="Images/Sagar.jpg" alt="Profile_Pic">
<h2>Hello.</h2>
<p class="Profile-Desc">I Am CS Student, a Programmer and Tech Enthusiast. I Have Worked on Many Different Programming Languages and Tools.</p>
</div>
<hr size="2" noshade>
<div class="skills">
<h2 class="MySkills">My Skills.</h2>
<div class="skill-row">
<img class="C_and_CPP-img" src="Images/computer.png" alt="C/C++">
<h3 class="C_and_CPPtitle">C & C++</h3>
<p>I Have Learned C and C++ Only as College Curriculum.</p>
</div>
<div class="skill-row">
<img class="Python-img" src="Images/Python.png" alt="Python">
<h3 class="python-skill">Python</h3>
<p>Python is My Interesting Language Because Python is Easy to Read, Write, and Learn.</p>
</div>
</div>
<hr size="2" noshade>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>You can get in touch using any of the following mediums.</h3>
<p>Feel free to drop a suggestion, constructive critcism or if you just wanna talk about tech.</p>
<a class="CONTACT_BUTTON" href="mailto:sagargoswami7417@email.com">CONTACT ME</a>
</div>
</div>
<div class="BottomContainer">
<a class="footer-link" href="https://www.linkedin.com/in/sagargoswami2001">LinkedIn</a>
<a class="footer-link" href="https://www.instagram.com/sagar_goswami.2001">Instagram</a>
<a class="footer-link" href="https://github.com/sagargoswami2001">Github Profile</a>
<p class="copyright"> © Sagar Goswami</p>
</div>
</body>
</html>