-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
245 lines (233 loc) · 11.6 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sanidhiya Portfolio</title>
<link rel="stylesheet" href="style.css">
<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=Poppins:wght@300;400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<!-- Navbar -->
<header id="home">
<span class="gradient-text">Portfolio</span>
<nav>
<ul class="navlinks">
<li><a href="#home-section">Home</a></li>
<li><a href="#about-section">About</a></li>
<li><a href="#techstack-section">Tech Stack</a></li>
<li><a href="#projects-section">Projects</a></li>
</ul>
</nav>
</header>
<!-- Hero -->
<section id="hero">
<div class="hero-content">
<p>Hi 👋🏻</p>
<p>My Name is </p>
<p class="gradient">Sanidhiya Khandelwal</p>
<p>I build things for the web</p>
<div class="social-links">
<a href="https://github.com/sanidhiya-khandelwal/">
<img src="./assets/akar-icons_github-fill.svg" alt="github">
</a>
<a href="https://www.linkedin.com/in/sanidhiya-khandelwal-39baa715b/">
<img src="./assets/linkedin.png" alt="linkedin">
</a>
<a href="https://twitter.com/home?lang=en">
<img src="./assets/twitter.png" alt="twitter">
</a>
<a href="https://mail.google.com/mail/">
<img src="./assets/gmail.svg" alt="gmail">
</a>
</div>
<div class="download-resume">
<a href="./assets/SanidhiyaKhandelwal_Resume.docx" download="SanidhiyaKhandelwal_Resume"
class="resume">Download CV <img src="./assets/download.png" alt=""
style="width: 30px; height: 30px; border-radius: 50%;">
</a>
</div>
</div>
<div class="profile-img-wrapper">
<img src="./assets/profile-pic.jpg" alt="profile-pic" class="profile-img" />
</div>
</section>
<!-- tech stack -->
<section id="techstack">
<h1 class="techstack-heading">My Tech Stack</h1>
<h4 class="techstack-sub-heading">Technologies I've been working with recently</h4>
<div class="skills-icons">
<img src="./assets/vscode-icons_file-type-html.svg" alt="HTML">
<img src="./assets/vscode-icons_file-type-css.svg" alt="CSS">
<img src="./assets/vscode-icons_file-type-js-official.svg" alt="JAVASCRIPT">
<img src="./assets/logos_react.svg" alt="react">
<img src="./assets/logos_git-icon.svg" alt="git">
<img src="./assets/akar-icons_github-fill.svg" alt="github">
<img src="./assets/logos_bootstrap.svg" alt="bootstrap">
<img src="./assets/vscode-icons_file-type-vscode.svg" alt="vscode">
</div>
</section>
</div>
<!-- projects -->
<section id="projects">
<h1 class="techstack-heading">Projects</h1>
<h4 class="techstack-sub-heading">Things I've built so far</h4>
<div class="projects-container">
<div class="project-card">
<div class="project-image">
<img src="./assets/Image App SS.jpg" alt="project1">
</div>
<div class="project-content">
<h1 class="project-title">Image Search App</h1>
<h6 class="project-description">Effortlessly search & download stunning visuals.
App's responsive design ensures a smooth user experience across all devices.
</h6>
<h6 class="project-tech">Tech Stack: HTML, CSS, JS</h6>
</div>
<div class="project-previewcode">
<div class="live-preview">
<a href="https://sanidhiya-khandelwal.github.io/Image-Search/"><img
src="./assets/akar-icons_link-chain.svg" alt=""> Live
Preview</a>
</div>
<div class="live-preview">
<a href="https://github.com/sanidhiya-khandelwal/Image-Search"><img
src="./assets/akar-icons_github-fill.svg" alt=""> View Code</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="./assets/Messaging App SS.jpg" alt="project1">
</div>
<div class="project-content">
<h1 class="project-title">Messaging App</h1>
<h6 class="project-description">Send messages with name, view list
with timestamps. App's responsive design ensures a smooth user
experience across all devices.
</h6>
<h6 class="project-tech">Tech Stack: HTML, CSS, JS & React</h6>
</div>
<div class="project-previewcode">
<div class="live-preview">
<a href="https://project-pager-home.vercel.app/"><img src="./assets/akar-icons_link-chain.svg"
alt=""> Live Preview</a>
</div>
<div class="live-preview">
<a href="https://github.com/sanidhiya-khandelwal/project-pager-home"><img
src="./assets/akar-icons_github-fill.svg" alt=""> View Code</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="./assets/Shoe website SS.jpg" alt="project1">
</div>
<div class="project-content">
<h1 class="project-title">Show Website</h1>
<h5 class="project-description">Explore this responsive shoe website with optimized CSS
for a seamless UI/UX experience. Dive into diverse product catalogue with HTML
structuring.</h6>
<h6 class="project-tech">Tech Stack: HTML, CSS and JS</h6>
</div>
<div class="project-previewcode">
<div class="live-preview">
<a href="https://sanidhiya-khandelwal.github.io/shoe-website-github/"><img
src="./assets/akar-icons_link-chain.svg" alt=""> Live Preview</a>
</div>
<div class="live-preview">
<a href="https://github.com/sanidhiya-khandelwal/shoe-website-github"><img
src="./assets/akar-icons_github-fill.svg" alt=""> View Code</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="./assets/Rectangle 16.png" alt="project1">
</div>
<div class="project-content">
<h1 class="project-title">Project title goes here</h1>
<h5 class="project-description">This is sample project description random things are here in
description This is sample project lorem ipsum generator for dummy content</h6>
<h6 class="project-tech">Tech Stack: HTML, CSS, JS & React</h6>
</div>
<div class="project-previewcode">
<div class="live-preview">
<a href=""><img src="./assets/akar-icons_link-chain.svg" alt=""> Live Preview</a>
</div>
<div class="live-preview">
<a href=""><img src="./assets/akar-icons_github-fill.svg" alt=""> View Code</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="./assets/Rectangle 16.png" alt="project1">
</div>
<div class="project-content">
<h1 class="project-title">Project title goes here</h1>
<h5 class="project-description">This is sample project description random things are here in
description This is sample project lorem ipsum generator for dummy content</h6>
<h6 class="project-tech">Tech Stack: HTML, CSS, JS & React</h6>
</div>
<div class="project-previewcode">
<div class="live-preview">
<a href=""><img src="./assets/akar-icons_link-chain.svg" alt=""> Live Preview</a>
</div>
<div class="live-preview">
<a href=""><img src="./assets/akar-icons_github-fill.svg" alt=""> View Code</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="./assets/Rectangle 16.png" alt="project1">
</div>
<div class="project-content">
<h1 class="project-title">Project title goes here</h1>
<h5 class="project-description">This is sample project description random things are here in
description This is sample project lorem ipsum generator for dummy content</h6>
<h6 class="project-tech">Tech Stack: HTML, CSS, JS & React</h6>
</div>
<div class="project-previewcode">
<div class="live-preview">
<a href=""><img src="./assets/akar-icons_link-chain.svg" alt=""> Live Preview</a>
</div>
<div class="live-preview">
<a href=""><img src="./assets/akar-icons_github-fill.svg" alt=""> View Code</a>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer>
<nav>
<ul class="navlinks">
<li><a href="#home-section-footer">Home</a></li>
<li><a href="#about-section-footer">About</a></li>
<li><a href="#techstack-section-footer">Tech Stack</a></li>
<li><a href="#projects-section-footer">Projects</a></li>
</ul>
</nav>
<div class="social-links">
<a href="https://github.com/sanidhiya-khandelwal/">
<img src="./assets/Vector.svg" alt="github">
</a>
<a href="https://www.linkedin.com/in/sanidhiya-khandelwal-39baa715b/">
<img src="./assets/linkedin.png" alt="linkedin">
</a>
<a href="https://twitter.com/home?lang=en">
<img src="./assets/twitter.png" alt="twitter">
</a>
<a href="https://mail.google.com/mail/">
<img src="./assets/gmail.svg" alt="gmail">
</a>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>