-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
348 lines (285 loc) · 15.5 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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!DOCTYPE html>
<html>
<head>
<title>Personal Portfolio</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- ---------------CSS---------------- -->
<link rel="stylesheet" href="assets/css/styles.css">
<!-- ---------------BOXICONS------------- -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- SCROLL TOP -->
<a href="#" class="scrolltop" id="scroll-top">
<i class='bx bx-chevron-up scrolltop__icon'></i>
</a>
<!-- HEADER -->
<header class="l-header" id="header">
<nav class="nav bd-container">
<a href="#" class="nav__logo">Saksham Singh</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link active-link">Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About</a></li>
<!-- <li class="nav__item"><a href="#qualification" class="nav__link">Qualification</a></li> -->
<li class="nav__item"><a href="#services" class="nav__link">Services</a></li>
<li class="nav__item"><a href="#portfolio" class="nav__link">Portfolio</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact me</a></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
</nav>
</header>
<main class="l-main">
<!-- HOME -->
<section class="home" id="home">
<div class="home__container bd-container bd-grid">
<div class="home__data">
<span class="home__greeting">Hello, My name is</span>
<h1 class="home__name">Saksham Singh</h1>
<!-- <span class="home__profession">Student</span> -->
<!-- <p>a simple single page portfolio made using vanilla HTML, CSS and JS<br></p> -->
<a download="" href="assets/pdf/resume.pdf" class="button button-light home__button">Download CV</a>
<!-- <a href="" class="button button-light">Welcome</a> -->
</div>
<div class="home__social">
<a href="https://github.com/SakshxmSingh" class="home__social-icon"><i class='bx bxl-github'></i></a>
<a href="https://www.linkedin.com/in/sakshxmsingh/" class="home__social-icon"><i class='bx bxl-linkedin'></i></a>
<a href="https://www.instagram.com/sxk.oppa/" class="home__social-icon"><i class='bx bxl-instagram'></i></a>
<a href="https://twitter.com/saksham5904" class="home__social-icon"><i class='bx bxl-twitter'></i></a>
</div>
<div class="home__img">
<img src="assets/images/home.png" alt="">
</div>
</div>
</section>
<!-- ABOUT -->
<section class="about section bd-container" id="about">
<span class="section-subtitle">My history</span>
<h2 class="section-title">About me</h2>
<div class="about__container bd-grid">
<div class="about__data bd-grid">
<p class="about__description"><span>Hello, I am a<br></span> Computer Science and Engineering student, at IIIT-D, passionate about learning, designing and meeting new people.</p>
<div>
<span class="about__number">01</span>
<span class="about__achievement">Years of Experience</span>
</div>
<div>
<span class="about__number">5</span>
<span class="about__achievement">Projects completed</span>
</div>
<div>
<span class="about__number">01</span>
<span class="about__achievement">Best work awards</span>
</div>
</div>
<img src="assets/images/about.png" alt="" class="about__img">
</div>
</section>
<!-- QUALIFICATION -->
<section class="qualification section bd-container">
<span class="section-subtitle">Experience and Education</span>
<h2 class="section-title">Qualification</h2>
<div class="qualification__container bd-grid">
<div class="qualification__content">
<h2 class="qualification__title">
<i class='bx bx-book-bookmark qualification__title-icon' ></i>
Education
</h2>
<div class="bd-grid">
<div class="qualification__data"></div>
<h3 class="qualification__area">B.Tech in Computer Science</h3>
<div class="qualification__box">
<span class="qualification__work">
<i class='bx bx-book-alt qualification__icon'></i>
Indraprastha Institute of Information Technology, Delhi
</span><br>
<span class="qualification__work">
<i class='bx bx-calendar-alt qualification__icon'></i>
Nov 2022 - Present
</span>
</div>
</div>
<div class="bd-grid">
<div class="qualification__data"></div>
<h3 class="qualification__area">CBSE AISSCE PCM Major </h3>
<div class="qualification__box">
<span class="qualification__work">
<i class='bx bx-book-alt qualification__icon'></i>
New Green Field School, Saket, New Delhi
</span><br>
<span class="qualification__work">
<i class='bx bx-calendar-alt qualification__icon'></i>
2008-2022
</span>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES -->
<section class="services section bd-container" id="services">
<span class="section-subtitle">What I offer</span>
<h2 class="section-title">Services</h2>
<div class="services__container bd-grid">
<div class="services__data">
<i class="bx bx-palette services__icon"></i>
<h3 class="services__title">UI/UX</h3>
<p class="services__description">Have pretty good hands-on experience on Photoshop and Figma, with an eye for graphic design</p>
<a href="#" class="button">Know More</a>
</div>
<div class="services__data">
<i class="bx bx-laptop services__icon"></i>
<h3 class="services__title">Web Development</h3>
<p class="services__description">I have limited experience, but steadfast to learn more and more</p>
<a href="#" class="button">Know More</a>
</div>
<div class="services__data">
<i class="bx bx-code-alt services__icon"></i>
<h3 class="services__title">Systems and Security</h3>
<p class="services__description">I have limited experience, but steadfast to learn more and more</p>
<a href="#" class="button">Know More</a>
</div>
</div>
</section>
<!-- PROJECT IN MIND -->
<section class="project section bd-container">
<div class="project__container bd-grid">
<div class="project__data">
<i class="bx bx-chat project__icon"></i>
<div>
<h2 class="project__title">Project in mind?</h2>
<p class="project__description">feel free to contact me.</p>
</div>
<div>
<a href="#contact" class="button button-white">Contact me</a>
</div>
</div>
</div>
</section>
<!-- PORTFOLIO -->
<section class="portfolio section bd-container" id="portfolio">
<span class="section-subtitle">My Recent Projects</span>
<h2 class="section-title">Portfolio</h2>
<div class="portfolio__nav">
<span class="portfolio__item active-portfolio" data-filter="all">All</span>
<span class="portfolio__item" data-filter=".web">Web</span>
<span class="portfolio__item" data-filter=".app">App</span>
<span class="portfolio__item" data-filter=".misc">Misc</span>
</div>
<div class="portfolio__container bd-grid">
<div class="portfolio__content mix misc">
<a href="#">
<img src="assets/images/riscAssemblerSim.jpg" alt="" class="portfolio__img">
</a>
<div class="portfolio__data">
<span class="portfolio__subtitle">CSE112 Computer Organisation Semester Project</span>
<a href="#"><h2 class="portfolio__title">Simple RISC Assembler-Simulator</h2></a>
<a href="#" class="button button-link">View Details</a>
</div>
</div>
<div class="portfolio__content mix app">
<a href="#">
<img src="assets/images/stickhero.png" alt="" class="portfolio__img">
</a>
<div class="portfolio__data">
<span class="portfolio__subtitle">CSE201 Advanced Programming Semester Project</span>
<a href="#"><h2 class="portfolio__title">Stick Hero (own implementation)</h2></a>
<a href="#" class="button button-link">View Details</a>
</div>
</div>
<div class="portfolio__content mix misc">
<a href="#">
<img src="assets/images/shellvetica.png" alt="" class="portfolio__img">
</a>
<div class="portfolio__data">
<span class="portfolio__subtitle">CSE231 Operating Systems assignment</span>
<a href="#"><h2 class="portfolio__title">Shellvetica</h2></a>
<a href="#" class="button button-link">View Details</a>
</div>
</div>
<div class="portfolio__content mix web">
<a href="#">
<img src="assets/images/HelloSaksham.png" alt="" class="portfolio__img">
</a>
<div class="portfolio__data">
<span class="portfolio__subtitle">the web you're browsing, yayy. a simple single page portfolio made using vanilla HTML, CSS and JS</span>
<a href="#"><h2 class="portfolio__title">Hello Saksham</h2></a>
<a href="#" class="button button-link">View Details</a>
</div>
</div>
</div>
</section>
<!-- TESTIMONIALS
section. -->
<!-- CONTACT ME -->
<section class="contact section bd-container" id="contact">
<span class="section-subtitle">For projects</span>
<h2 class="section-title">Contact me</h2>
<div class="contact__container bd-grid">
<div class="contact__content bd-grid">
<div class="contact__box">
<i class="bx bx-home contact__icon"></i>
<h3 class="contact__title">Location</h3>
<span class="contact__description">New Delhi, India</span>
</div>
<div class="contact__box">
<i class="bx bx-envelope contact__icon"></i>
<h3 class="contact__title">Gmail</h3>
<span class="contact__description">[email protected]</span>
</div>
<div class="contact__box">
<i class="bx bx-phone contact__icon"></i>
<h3 class="contact__title">Phone</h3>
<span class="contact__description">+91-81788-50599</span>
</div>
<div class="contact__box">
<i class="bx bx-chat contact__icon"></i>
<h3 class="contact__title">Chat</h3>
<div>
<a href="https://www.instagram.com/sxk.oppa/" class="contact__social"><i class="bx bxl-instagram"></i></a>
<a href="https://github.com/SakshxmSingh" class="contact__social"><i class="bx bxl-github"></i></a>
<a href="https://www.linkedin.com/in/sakshxmsingh/" class="contact__social"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<form action="" class="contact__form">
<div class="contact__inputs">
<input type="text" placeholder="Name" class="contact__input">
<input type="email" placeholder="Email" class="contact__input">
</div>
<div class="contact__inputs">
<input type="text" placeholder="Project" class="contact__input">
<input type="number" placeholder="Number" class="contact__input">
</div>
<textarea name="" id="" cols="0" rows="7" placeholder="Message" class="contact__input"></textarea>
<input type="submit" value="Send Message" class="button contact__button">
</form>
</div>
</section>
</main>
<!-- FOOTER -->
<footer class="footer">
<div class="footer__container bd-container">
<h1 class="footer__title">Saksham Singh</h1>
<p class="footer__description">I am Saksham Singh, and this was my website</p>
<div class="footer__social">
<a href="https://www.instagram.com/sxk.oppa/" class="footer__link"><i class='bx bxl-instagram'></i></a>
<a href="https://github.com/SakshxmSingh" class="footer__link"><i class='bx bxl-github'></i></a>
<a href="https://www.linkedin.com/in/sakshxmsingh/" class="footer__link"><i class='bx bxl-linkedin'></i></a>
</div>
<p class="footer__copy">© 2023 Saksham Singh. All rights reserved</p>
</div>
</footer>
<!-- MIXITUP FILTER -->
<script src="assets/js/mixitup.min.js"></script>
<!-- ---------------GSAP--------------- -->
<!-- <script src="assets/js/gsap.min.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.3/gsap.min.js"></script>
<!-- ---------------JS---------------- -->
<script src="assets/js/main.js"></script>
</body>
</html>