-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
39 lines (38 loc) · 2.94 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sahil choudhary*</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="https://static.vecteezy.com/system/resources/previews/010/332/153/non_2x/code-flat-color-outline-icon-free-png.png"
/>
</head>
<body>
<button class="theme-toggle" id="theme-toggle">🌓</button>
<div class="container">
<h1>sahil choudhary*</h1>
<p class="grey">Analytics professional with <span id="date"></span>, based in J&K, India.</p>
<p class="grey">Currently I work at <span>Sigmoid</span> as analytics manager, building analytics solutions for the F500 clients.</p>
<p class="grey">
<span>Take a look at my <a style="background-color: #dcfce7; color: black; padding: 2px 4px; border-radius: 4px;" href="work.html">work</a> /
<a style="background-color: #dcfce7; color: black; padding: 2px 4px; border-radius: 4px;" href="courses.html">courses i teach</a> /
<a style="background-color: #dcfce7; color: black; padding: 2px 4px; border-radius: 4px;"href="projects.html">projects</a> /
<a style="background-color: #dcfce7; color: black; padding: 2px 4px; border-radius: 4px;" href="stack.html">tech stack</a> /
<a style="background-color: #dcfce7; color: black; padding: 2px 4px; border-radius: 4px;" href="certifications.html">certifications</a> /
<a style="background-color: #dcfce7; color: black; padding: 2px 4px; border-radius: 4px;" href="blogs.html">blogs</a> /
<a style="background-color: #dcfce7; color: black; padding: 2px 4px; border-radius: 4px;" href="testimonials.html">testimonials</a>
or feel free to
<a href="#" id="get-in-touch">get in touch</a>.</span>
</p>
<div class="icons" id="icons">
<a href="https://www.linkedin.com/in/offiicialhksahil/" target="_blank" rel="noopener noreferrer"><img src="https://cdn-icons-png.flaticon.com/512/3536/3536505.png" alt="LinkedIn"></a>
<a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer"><img src="https://cdn-icons-png.flaticon.com/512/5968/5968534.png" alt="Gmail"></a>
<a href="https://hksahil.github.io/portfolio/sahil_resume.pdf" target="_blank" rel="noopener noreferrer"><img src="https://cdn-icons-png.flaticon.com/512/337/337946.png" alt="Resume"></a>
<a href="https://github.com/hksahil" target="_blank" rel="noopener noreferrer"><img src="https://cdn-icons-png.flaticon.com/512/25/25231.png" alt="GitHub" style="filter: invert(0%);"></a>
<a href="https://topmate.io/sahil_choudhary" target="_blank" rel="noopener noreferrer"><img src="https://cdn-icons-png.flaticon.com/512/1041/1041916.png" alt="Topmate"></a>
</div>
</div>
<script src="script.js"></script>
</body>
</html>