-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
433 lines (400 loc) · 28.9 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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rakshit</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style2.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Montserrat:wght@500&family=Roboto+Slab:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Montserrat:wght@500&family=Roboto+Slab:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light mb-0 stick">
<a class="navbar-brand" href="#"><img class="logo" src="logo-removebg-preview.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto my-auto">
<li class="nav-item nav-hover">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item nav-hover">
<a class="nav-link" href="#About">About</a>
</li>
<li class="nav-item nav-hover">
<a class="nav-link" href="#Projects">Projects</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Hobbies
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="filmmaking.html" target="_blank">Film Making</a></li>
<li><a class="dropdown-item" href="cns.html" target="_blank">Computers and Softwares</a></li>
<li><a class="dropdown-item" href="space.html" target="_blank">Reading About Space</a></li>
</ul>
</li>
<li class="nav-item nav-hover">
<a class="nav-link" href="#Connect">Connect</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<div class="input-group">
<input class="form-control" type="search" placeholder="Search" aria-label="Search">
<div class="input-group-append">
<button class="btn btn-outline-success" type="submit">Search</button>
</div>
</div>
</form>
</div>
</nav>
<div class="container mt-0">
<div class="row ">
<div id="contain1" class="col-12">
<div id="grad1" class="col-12">
<div class="d-xl-flex">
<div class="container">
<div class="row">
<h2 class="Hi col-4">Hi,</h2>
<h1 class="type col-8">
<span class="auto-type"></span>
</h1>
<p class="down col-6">Scroll Down to know more :)</p>
<img class="laptop col-3" src="laptop.png" alt="">
<div class="row mt-10">
<h1 id="About" class="reveal active">
About Me
</h1>
<div class="container custom-container">
<div class="row reveal active">
<div class="col-md-4 ml-auto mt-auto">
<div class="card custom-card">
<img class="card-img-top film" src="dl2.jpg" alt="">
<div class="card-body custom-background">
<h2 class="card-title custom-text">Intro</h2>
<p class="card-text">I am Rakshit Sawarn. I hail from the
vibrant city, the
heart of India "New Delhi".</p>
<a href="#"
class="d-flex justify-content-center btn btn-primary">Click
To Know
More</a>
</div>
</div>
</div>
<div class="col-md-4 ml-auto mt-auto">
<div class="card custom-card">
<img class="card-img-top film" src="scl.png" alt="">
<div class="card-body custom-background">
<h2 class="card-title custom-text">Schooling</h2>
<p class="card-text">Did my complete schooling from Virendra
Public School, New
Delhi.</p>
<a href="#"
class="d-flex justify-content-center btn btn-primary">Click
To Know
More</a>
</div>
</div>
</div>
<div class="col-md-4 ml-auto mt-auto">
<div class="card custom-card">
<img class="card-img-top film" src="iit.jpeg" alt="">
<div class="card-body custom-background">
<h2 class="card-title custom-text">College</h2>
<p class="card-text">Currently, pursuing my B.tech from IIT
Bombay.</p>
<a href="#"
class="d-flex justify-content-center btn btn-primary">Click
To Know
More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="contain2" class="col-sm-12">
<div id="grad2" class="col-sm-12">
<img class="mac reveal active" src="mac-removebg-preview.png" alt="">
<h1 id="Projects" class="reveal active">
Projects
</h1>
<h4 class="sem reveal active">
<span>What all I did in my First</span><span class="xyz"> Semester...</span>
</h4>
<div class="container custom-container2">
<div class="row reveal active">
<div class="col-md-4 ml-auto mt-auto">
<div class="card custom-card">
<img class="card-img-top film" src="xlr8.jpg" alt="">
<div class="card-body custom-background">
<h2 class="card-title custom-text">XLR8</h2>
<p class="card-text">Took part in the bot making and racing competition XLR8
held by ERC IITB.</p>
<a href="#" class="d-flex justify-content-center btn btn-primary">Click To Know
More</a>
</div>
</div>
</div>
<div class="col-md-4 ml-auto mt-auto">
<div class="card custom-card">
<img class="card-img-top film" src="rc plane.jpg" alt="">
<div class="card-body custom-background">
<h2 class="card-title custom-text">RC Plane</h2>
<p class="card-text">Took part in the RC Plane making competition held by
Aeromodelling Club.</p>
<a href="#" class="d-flex justify-content-center btn btn-primary">Click To Know
More</a>
</div>
</div>
</div>
<div class="col-md-4 ml-auto mt-auto">
<div class="card custom-card">
<img class="card-img-top film w-100 h-0" src="dataset-card.jpg" alt="">
<div class="card-body custom-background">
<h2 class="card-title custom-text">WiDS</h2>
<p class="card-text">Completed a project "Brain Tumor Detection" in WiDS.</p>
<a href="#" class="d-flex justify-content-center btn btn-primary">Click To Know
More</a>
</div>
</div>
</div>
<div class="col-md-4 mx-auto my-5">
<div class="card custom-card">
<img class="card-img-top film" src="bcc.png" alt="">
<div class="card-body custom-background">
<h2 class="card-title custom-text">BCC</h2>
<p class="card-text">Took part in BCC organised by Consult Club IIT Bombay.</p>
<a href="#" class="d-flex justify-content-center btn btn-primary">Click To Know
More</a>
</div>
</div>
</div>
<div class="col-md-4 mx-auto my-5">
<div class="card custom-card">
<img class="card-img-top film" src="enb.jpeg" alt="">
<div class="card-body custom-background">
<h2 class="card-title custom-text">EnBuzz</h2>
<p class="card-text">Took part in the EnBuzz competition organised by E-Cell IIT
Bombay.</p>
<a href="#" class="d-flex justify-content-center btn btn-primary">Click To Know
More</a>
</div>
</div>
</div>
</div>
</div>
<h1 id="Hobbies" class="reveal active">
Hobbies
</h1>
</div>
</div>
<div id="contain3" class="col-sm-12">
<div id="grad3" class="col-sm-12">
<div class="container custom-container3">
<div class="row reveal active">
<div class="col-md-4 ml-auto my-5">
<div class="card custom-card">
<img class="card-img-top film" src="The-Science-of-Filmmaking-813X451-1.png" alt="">
<div class="card-body custom-background">
<h2 class="card-title custom-text">Film Making and Editing</h2>
<a href="filmmaking.html" target="_blank" class="d-flex justify-content-center btn btn-primary">Click To Know
More</a>
</div>
</div>
</div>
<div class="col-md-4 mr-auto mt-auto my-5">
<div class="card custom-card">
<img class="card-img-top film" src="pg.png" alt="">
<div class="card-body custom-background">
<h2 class="card-title custom-text">Computers and Softwares</h2>
<a href="cns.html" class="d-flex justify-content-center btn btn-primary">Click To Know
More</a>
</div>
</div>
</div>
<div class="col-md-4 ml-auto mt-auto my-5">
<div class="card custom-card mt-50">
<img class="card-img-top film" src="space-exploration-sc_fm1ysf.jpg" alt="">
<div class="card-body custom-background">
<h2 class="card-title custom-text">Reading About Space</h2>
<a href="space.html" class="d-flex justify-content-center btn btn-primary">Click To Know
More</a>
</div>
</div>
</div>
</div>
<h1 id="Connect" class="reveal active">
Contact Me
</h1>
<div class="container-fluid px-5 my-5 custom-container4">
<div class="row justify-content-center reveal active">
<div class="col-xl-8">
<div class="card border-0 rounded-3 shadow-lg overflow-hidden">
<div class="card-body p-0">
<div class="row g-0">
<div class="col-sm-6 my-5 d-none d-sm-block bg-image order-first"><img
class="col-sm-6 offset-md-3 my-5 align-self-center"
src="picofme.png" alt=""></div>
<div class="col-sm-6 p-4 order-last">
<div class="text-center">
<div class="h3 fw-bolder">Contact Form</div>
<br>
</div>
<form id="contactForm"
action="https://getform.io/f/8e892dea-f2e6-4baa-a0be-23cef034adef" method="POST">
<div class="form-floating mb-3">
<input class="form-control" id="name" type="text"
placeholder="Name" name="name" data-sb-validations="required" />
<label for="name" style="z-index: 0">Name</label>
<div class="invalid-feedback"
data-sb-feedback="name:required">
Name
is required.</div>
</div>
<div class="form-floating mb-3">
<input class="form-control" id="emailAddress" type="email"
placeholder="Email Address" name="email"
data-sb-validations="required,email" />
<label for="emailAddress" style="z-index: 0">Email
Address</label>
<div class="invalid-feedback"
data-sb-feedback="emailAddress:required">Email Address
is
required.</div>
<div class="invalid-feedback"
data-sb-feedback="emailAddress:email">
Email Address Email is not valid.</div>
</div>
<div class="form-floating mb-3">
<textarea name="message" class="form-control" id="message" type="text"
placeholder="Message" style="height: 10rem;"
data-sb-validations="required"></textarea>
<label for="message" style="z-index: 0">Message</label>
<div class="invalid-feedback"
data-sb-feedback="message:required">
Message is required.</div>
</div>
<div class="d-none" id="submitSuccessMessage">
<div class="text-center mb-3">
<div class="fw-bolder">Form submission successful!</div>
<p>To activate this form, sign up at</p>
<a
href="https://startbootstrap.com/solution/contact-forms">https://startbootstrap.com/solution/contact-forms</a>
</div>
</div>
<div class="d-none" id="submitErrorMessage">
<div class="text-center text-danger mb-3">Error sending
message!
</div>
</div>
<div class="d-grid">
<button class="btn btn-primary btn-lg" id="submitButton"
type="submit">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="main-footer widgets-dark typo-light">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="widget subscribe no-box">
<h5 class="widget-title">RAKSHIT SAWARN<span></span></h5>
<p>This is my portfolio website for the submission of DevCom Recruitment
Assignment.</p>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="widget no-box">
<h5 class="widget-title">Quick Links<span></span></h5>
<ul class="thumbnail-widget">
<li>
<div class="thumb-content"><a href="#About">About Me</a></div>
</li>
<li>
<div class="thumb-content"><a href="#Projects">Projects</a>
</div>
</li>
<li>
<div class="thumb-content"><a href="#Hobbies">Hobbies</a></div>
</li>
<li>
<div class="thumb-content"><a href="#Connect">Connect</a></div>
</li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="widget no-box">
<h5 class="widget-title">Resorces Used<span></span></h5>
<p>HTML, CSS, JavaScript and frontend frameworks like Bootstrap.</p>
<a class="btn" href="">Subscribe Now</a>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="widget no-box">
<h5 class="widget-title">Let's Get Social<span></span></h5>
<ul class="social-footer2">
<li class=""><a title="" target="_blank"
href="https://www.linkedin.com/in/rakshit-sawarn-65793a291/"><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512">
<path
d="M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z" />
</svg>LinkedIn</a></li>
<p></p>
<li class=""><a title="instagram" target="_blank"
href="https://www.instagram.com/sawarnrakshit?igsh=MWtxYnEwdno0amUzNg=="><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512">
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
</svg>Intagram</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p>Copyright Rakshit Sawarn © 2024. All rights reserved.</p>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script src="script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/less"></script>
</body>
</html>