-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
471 lines (445 loc) · 22.3 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
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS Libraries -->
<link rel="stylesheet" href="css/nomalize.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="library/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="library/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Title -->
<title>Manish Tajpuriya</title>
<link rel="icon" type="image/png" href="img/HD-wallpaper-lord-shiva-artwork-others.jpg">
</head>
<body>
<div id="preloader">
<img src="img/logo2.gif" alt="Loading...">
</div>
<!-- Navigation -->
<header>
<nav class="navbar navbar-expand-lg navbar-light custom-bg-color fixed-top py-1.5">
<!-- <div class="container"> -->
<a class="navbar-brand scroll-link" href="#home">
<img src="img/logo.png" width="50" height="50" class="d-inline-block align-top " alt="" loading="lazy">
<span class="navbar-brand-text">Manish</span>
</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 ml-auto">
<li class="nav-item active">
<a class="nav-link scroll-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link scroll-link" href="#introduction">Introduction</a>
</li>
<li class="nav-item">
<a class="nav-link scroll-link" href="#projects">My Projects</a>
</li>
<li class="nav-item">
<a class="nav-link scroll-link" href="#contact">Contact Me</a>
</li>
</ul>
</div>
<!-- </div> -->
</nav>
</header>
<!-- home -->
<section id="home">
<div id="particles-js"></div>
<div class="home-content">
<div class="row">
<div class="col-md-12 d-flex flex-column align-items-center justify-content-center">
<img id="photo" src="img/me4.jpg" width="200" height="200" class="rounded-circle border" alt="loading">
<h1 id="name" class="wow fadeIn">Manish Tajpuriya.</h1>
<p id="tagline" class="wow fadeIn">I'm an Aerospace Engineering student. I warmly welcome you to my website.</p>
<a href="#introduction" id="learn-more" class="scroll-link wow fadeIn"><i class="fa fa-angle-down"></i> Learn More</a>
</div>
</div>
</div>
</section>
<!-- introduction -->
<section id="introduction">
<!-- <div class="container pt-5"> -->
<div class="row">
<h2 class="title text-center w-100 wow fadeIn">My Topics of Interest</h2>
</div>
<div class="row">
<div class="col-md-4 py-3">
<div class="card wow fadeIn " style="max-width: 18rem;">
<img src="img/AM-gif.gif" class="card-img-top" alt="3D Designing">
<div class="card-body"style="background-color: #032c61;">
<h5 class="card-title" style="color: white;">Designing</h5>
<p class="card-text" style="color: white;"> CATIA, Solidworks </p>
</div>
</div>
</div>
<div class="col-md-4 py-3">
<div class="card wow fadeIn" style="max-width: 18rem;">
<img src="img/Fosse.gif" class="card-img-top" alt="Simulation">
<div class="card-body" style="background-color: #032c61;">
<h5 class="card-title" style="color: white;">Simulation</h5>
<p class="card-text" style="color: white;">Ansys Fluent, Ansys Structure, OpenFOAM incompressible fluid</p>
</div>
</div>
</div>
<div class="col-md-4 py-3">
<div class="card wow fadeIn" style="max-width: 18rem;">
<img src="img/f.gif" class="card-img-top" alt="programming">
<div class="card-body" style="background-color: #032c61;">
<h5 class="card-title" style="color: #fff;">Programming</h5>
<p class="card-text" style="color: white;">MATLAB, C, C++, python</p>
</div>
</div>
</div>
</div>
<!-- </div> -->
</section>
<section id="Projects">
<div class="row d-flex align-items-center justify-content-center mb-0" style="background-color: #032c61; height: 100px;">
<h2 class="title text-center text-white">My projects </h2>
</div>
</section>
<!-- projects -->
<section id="projects">
<div class="row" style="background-color: #032c61;">
<h2 class="title text-center w-100 wow slideInUp" style="color: white;" >Rocketry </h2>
</div>
<!-- <div class="container"> -->
<div class="row">
<div class="col-md-3 py-3">
<div class="card" style="width: 18rem;">
<img src="img/pcb.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">PCB Design & Fabrication</h5>
<p class="card-text">I have the experience of designing schematic, testing, pcb designing and fabricating the pcb at home using locally available oxidising agent. during my tenure at SRB, I have designed mutilple PCB Boards. I hold my expertise in KiCad software.</p>
</div>
<!-- <ul class="list-group list-group-flush">
<a href="#" class="btn btn-primary" style="color: white;">Gallery</a>
<a href="#" class="btn btn-light" style="color: black">Design Files</a>
<a href="#" class="btn btn-success" style="color: white;">Fabrication</a>
</ul> -->
</div>
</div>
<div class="col-md-3 py-3">
<div class="card" style="width: 18rem;">
<img src="img/recovery.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Recovery system</h5>
<p class="card-text">Design, Development and Fabrication of Mechanical(spring-system) ejection system and Pyrotechnique ejection system. </p>
</div>
<!-- <ul class="list-group list-group-flush">
<a href="#" class="btn btn-primary" style="color: white;">Design Files</a>
<a href="#" class="btn btn-light" style="color: black">Fabrication</a>
<a href="#" class="btn btn-success" style="color: white;">Test </a>
</ul> -->
</div>
</div>
<div class="col-md-3 py-3">
<div class="card" style="width: 18rem;">
<img src="img/propulsion.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Propulsion </h5>
<p class="card-text">Me, along with my team tested and compared different sugar-based fuel, their composition, and their properties. I have also worked on fuel characterization of sugar based propellent, and I am currently involved in epoxy based propellent.</p>
</div>
<!-- <ul class="list-group list-group-flush">
<a href="#" class="btn btn-primary" style="color: white;">Compositions</a>
<a href="#" class="btn btn-light" style="color: black">Methodology</a>
<a href="#" class="btn btn-success" style="color: white;">Gallery</a>
</ul> -->
</div>
</div>
<div class="col-md-3 py-3">
<div class="card" style="width: 18rem;">
<img src="img/composite.gif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Composite Body </h5>
<p class="card-text">We have developed a glass fiber body tube for our rocket. We worked with differnt matrix and different ratios of matrix and reinforcement to obtain optimum strength and density of our body tube.</p>
</div>
<!-- <ul class="list-group list-group-flush">
<a href="#" class="btn btn-primary" style="color: white;">Design Files</a>
<a href="#" class="btn btn-light" style="color: black">Fabrication</a>
<a href="#" class="btn btn-success" style="color: white;">Test </a>
</ul> -->
</div>
</div>
</div>
<!-- </div> -->
<div class="row" style="background-color: #032c61;">
<h2 class="title text-center w-100 wow slideInUp" style="color: white;" >Academics </h2>
</div>
<div class="row">
<div class="col-md-4 py-4">
<div class="card" style="width: 18rem;">
<img src="img/AM-gif.gif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Aircraft Design & Manufacturing</h5>
<p class="card-text">3D Design and Manufacturing of a model aircraft.</p>
</div>
<ul class="list-group list-group-flush">
<a href="docs/Aircraft Manufacturing.pdf" class="btn btn-primary" style="color: white;">Report</a>
<a href="docs/Design.stp" class="btn btn-light" style="color: black">Design files</a>
<a href="#" class="btn btn-success" style="color: white;">DXF Files</a>
</ul>
</div>
</div>
<div class="col-md-4 py-4">
<div class="card" style="width: 18rem;">
<img src="img/FD.gif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Conceptual Design of a Combat UAV </h5>
<p class="card-text">A loyal wingman UAV, with all of its preliminary calculations.</p>
</div>
<ul class="list-group list-group-flush">
<a href="docs/Conceptual_Design.pdf" class="btn btn-primary" style="color: white;">Presentation</a>
<a href="img/FD_Design.mp4" class="btn btn-light" style="color: black">Design</a>
</div>
</div>
<div class="col-md-4 py-4">
<div class="card" style="width: 18rem;">
<img src="img/FEM_gif.gif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Matlab Code for Mesh Generation</h5>
<p class="card-text">A matlab program to generate and solve the 2-dimensional steady state heat problems. </p>
</div>
<ul class="list-group list-group-flush">
<a href="docs/Group-9_FEM.pdf" class="btn btn-primary" style="color: white;">Report</a>
<a href="#" class="btn btn-success" style="color: white;">Source Code</a>
</ul>
</div>
</div>
</div>
<div class="row" style="background-color: #032c61;">
<h2 class="title text-center w-100 wow slideInUp" style="color: white;">Others</h2>
</div>
<div class="row">
<div class="col-md-3 py-3">
<div class="card" style="width: 18rem;">
<img src="img/Fosse.gif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Research Article</h5>
<p class="card-text">Flow through Backward Facing Step:Comparison of reattachment length in laminar and turbulent flow </p>
</div>
<ul class="list-group list-group-flush">
<a href="docs/F0SSE_Manish_Tajpuriya.pdf" class="btn btn-primary" style="color: white;">Report</a>
</ul>
</div>
</div>
<div class="col-md-3 py-3">
<div class="card" style="width: 18rem;">
<img src="img/paper_gif.gif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Research paper</h5>
<p class="card-text">Effect of sweep angle on lift characteristic of a canard fins. </p>
</div>
<ul class="list-group list-group-flush">
<a href="docs/Aerodynamic Analysis of Canard Fins for Missiles_ Effects of Sweep Angle on Lift and Drag .pdf" class="btn btn-primary" style="color: white;">Paper</a>
</ul>
</div>
</div>
<div class="col-md-3 py-3">
<div class="card" style="width: 18rem;">
<img src="img/HAB_gif.gif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">High Altitude Balloon</h5>
<p class="card-text">Design, planning and fabrication of a 2 kg probe to be launched into space of altitude 30km.</p>
</div>
<ul class="list-group list-group-flush">
<a href="docs/Project Report_ Aarohan - Nepal's Space Research on High Altitude Balloon.pdf" class="btn btn-primary" style="color: white;">Report</a>
</ul>
</div>
</div>
<div class="col-md-3 py-3">
<div class="card" style="width: 18rem;">
<img src="img/cdm_gif.gif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Clothe Drying Machine</h5>
<p class="card-text">Design and Fabrication of Clothe Drying Machine.</p>
</div>
<ul class="list-group list-group-flush">
<a href="docs/Project_CDM-1.0_2.pdf" class="btn btn-primary" style="color: white;">Report</a>
<a href="#" class="btn btn-light" style="color: black">Design Files</a>
</ul>
</div>
</div>
<div class="col-md-3 py-3">
<div class="card" style="width: 18rem;">
<img src="img/thrust_gif.gif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Thrust Calculator</h5>
<p class="card-text">A C program to calculate the thrust produce by a sugar based rocket motor.</p>
</div>
<ul class="list-group list-group-flush">
<a href="https://github.com/Quantumina/Thrust-Calculator.git" class="btn btn-primary" style="color: white;">source code</a>
<!-- <a href="#" class="btn ">Card link</a>
<a href="#" class="btn ">Card link</a> -->
</ul>
</div>
</div>
<div class="col-md-3 py-3">
<div class="card" style="width: 18rem;">
<img src="img/hobbymotor4.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Hobby rocket motor</h5>
<p class="card-text">Development of a powdered solid rocket motor</p>
</div>
<ul class="list-group list-group-flush">
<a href="img/hobbymotor2.jpg" class="btn btn-primary" style="color: white;">Gallery</a>
</ul>
</div>
</div>
<div class="col-md-3 py-3">
<div class="card" style="width: 18rem;">
<img src="img/quantaqube.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">QuantaCube</h5>
<p class="card-text">An 1U cubesat with Long Range communication, Power Management Module, and On-Board Computer.</p>
</div>
<ul class="list-group list-group-flush">
<a href="https://www.linkedin.com/feed/update/urn:li:activity:7156119718691516416/" class="btn btn-primary" style="color: white;">More info</a>
<!-- <a href="#" class="btn ">Card link</a>
<a href="#" class="btn ">Card link</a> -->
</ul>
</div>
</div>
<div class="col-md-3 py-3">
<div class="card" style="width: 18rem;">
<img src="img/telescope.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Telescope</h5>
<p class="card-text">Manufactured a home made telescope with 20x Magnification.</p>
</div>
<ul class="list-group list-group-flush">
<a href="img/telescopeme.jpg" class="btn btn-primary" style="color: white;">More info</a>
<!-- <a href="#" class="btn ">Card link</a>
<a href="#" class="btn ">Card link</a> -->
</ul>
</div>
</div>
</div>
<div class="row" style="background-color: #032c61;">
<h2 class="title text-center w-100 wow slideInUp" style="color: white;">Ongoing</h2>
</div>
<div class="row">
<div class="col-md-4 py-3">
<div class="card" style="width: 18rem;">
<img src="img/Final-year.gif" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Integrated control system for active fin-controlled rocket stabilization and guidance.</h5>
<p class="card-text">Final Year Project </p>
</div>
<!-- <ul class="list-group list-group-flush">
<a href="#" class="btn ">Card link</a>
<a href="#" class="btn ">Card link</a>
<a href="#" class="btn ">Card link</a>
</ul> -->
</div>
</div>
<div class="col-md-4 py-3">
<div class="card" style="width: 18rem;">
<img src="img/injector.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Research on Injector pattern </h5>
<p class="card-text">Effect of vibration on spray cone pattern of a normal and faulty pintle head injector.</p>
</div>
<!-- <ul class="list-group list-group-flush">
<a href="#" class="btn ">Card link</a>
<a href="#" class="btn ">Card link</a>
<a href="#" class="btn ">Card link</a>
</ul> -->
</div>
</div>
</div>
</section>
<!-- contact -->
<section id="contact">
<!-- <div class="container"> -->
<div class="row">
<h2 class="title text-center w-100 wow slideInUp">Contact me. </h2>
</div>
<form action="https://formspree.io/f/xbjnoqrr" method="POST">
<div class="row py-4">
<div class="form-group col-md-6 wow fadeIn">
<input type="text" name="name" class="form-control" placeholder="Enter your Name...">
</div>
<div class="form-group col-md-6 wow fadeIn">
<input type="email" name="email" class="form-control" placeholder="Enter your Email...">
</div>
<div class="form-group col-md-12 wow fadeIn">
<textarea class="form-control" name="message" rows="3" placeholder="Enter your Message..."></textarea>
</div>
<button type="submit" class="btn btn-block submit-message">Submit</button>
</form>
<!-- </div> -->
</section>
<!-- footer -->
<footer>
<!-- <div class="container"> -->
<div class="row">
<div class="col-md-5 wow fadeIn">
<ul>
<li><strong>Email:</strong> [email protected]</li>
<li><strong>Phone:</strong> +9779745259686</li>
</ul>
</div>
<div class="col-md-2 wow fadeIn">
<a href="#home" class="back-to-top scroll-link"><i class="fa fa-arrow-circle-up fa-2x"></i></a>
</div>
<div class="col-md-5 wow fadeIn">
<ul id="social">
<li><a href="https://www.youtube.com/@maneestazpuriyaa9667" target="_blank"><i class="fa fa-youtube"></i></a></li>
<li><a href="https://www.facebook.com/manishtajpuriya7777" target="_blank"><i class="fa fa-facebook-square"></i></a></li>
<li><a href="https://www.instagram.com/manishhhh_taz/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/manish-tajpuriya-a17315227/" target="_blank"><i class="fa fa-linkedin-square"></i></a></li>
<li><a href="https://www.twitter.com/" target="_blank"><i class="fa fa-twitter-square"></i></a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6 wow fadeIn">
</div>
<div class="col-md-6 wow fadeIn">
<p>Copyright (c) Manish Tajpuriya.</p>
</div>
</div>
<!-- </div> -->
</footer>
<!-- JS Librairies -->
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/smooth-scroll.js"></script>
<script type="text/javascript" src="js/wow.js"></script> <!--website lai animate garaune ho-->
<script type="text/javascript" src="js/particles.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<script type="text/javascript">
new WOW().init();
$('.scroll-link').on('click', function(e){
e.preventDefault();
$('html,body').animate({scrollTop: $(this.hash).offset().top-50},750);
});
$('.nav-item').on('click', function(){
$('.nav-item').removeClass('active');
$(this).addClass('active');
});
</script>
<script>
// Wow.js initialization
new WOW().init();
// Delay time in milliseconds (5 seconds) 3000 haiii
const delayTime = 2400;
// Remove preloader after delay time
setTimeout(function() {
const preloader = document.getElementById("preloader");
preloader.style.display = "none";
}, delayTime);
</script>
</body>
</html>
<!--change garna lai paila
git add .
git status
git commit -m "message here"
git push-->