forked from UASDTU/UASDTU
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolution.html
More file actions
582 lines (500 loc) · 19.3 KB
/
Copy pathsolution.html
File metadata and controls
582 lines (500 loc) · 19.3 KB
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
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home • UAS-DTU</title>
<link href="./public/public/favicon-32x32.png" rel="shortcut icon" type="image/png">
<link rel="stylesheet" href="public/materialize/css/materialize.css">
<script src="public/jquery.min.js"></script>
<script src="public/materialize/js/materialize.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Crete+Round:ital@1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Crete+Round&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Tinos&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Karma:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap" rel="stylesheet">
<link href="public/aos-master/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="public/fullPage.js-master/dist/fullpage.css">
<script src="public/fullPage.js-master/dist/fullpage.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FKKZ2KYGD0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FKKZ2KYGD0');
</script>
</head>
<body>
<style>
.loader{
position:fixed;
top:0;
left:0;
z-index: 99;
width:100%;
height: 100%;
background-color: #ebebeb;
text-align: center;
}
#fp-nav{
z-index: 80 !important;
}
@media only screen and (min-width: 600px){
.loader>img{
width: 30vw;
margin-top: 25vh;
margin-right: 7vw;
}
}
@media only screen and (max-width: 600px){
.loader>img{
width: 60vw;
margin-top: 25vh;
margin-right: 7vw;
}
}
.hidden{
animation:fadeOut 1s;
animation-fill-mode: forwards;
}
@keyframes fadeOut{
100%{
opacity:0;
visibility: hidden;
}
}
</style>
<div class="loader">
<img src="./public/l.png" alt="">
<div class="preloader-wrapper active" style="display: block; margin:2vh auto;">
<div class="spinner-layer spinner-blue-only">
<div class="circle-clipper left">
<div class="circle"></div>
</div><div class="gap-patch">
<div class="circle"></div>
</div><div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
</div>
</div>
<script>
window.addEventListener("load",function(){
const loader = document.querySelector(".loader");
loader.className += " hidden";
});
</script>
<script>
document.addEventListener('DOMContentLoaded', function() {
var elems = document.querySelectorAll('.sidenav');
var instances = M.Sidenav.init(elems,{});
});
$(document).ready(function(){
$('.collapsible').collapsible();
});
</script>
<style>
body {
font-family: 'Nunito Sans', sans-serif !important; /* common font */
}
.main-wrapper{
position: relative;
}
.menu-holder{
position: fixed;
z-index: 50;
}
.sidenav-overlay{
z-index: 0;
}
nav {
color: white;
}
@media only screen and (min-width: 993px){
nav a.sidenav-trigger {
display: block;
}
}
.sidenav {
line-height: 1rem;
}
.sidenav li>a{
color: white;
}
.sidenav li>a>i.material-icons{
color: white;
}
::-webkit-scrollbar {
display: none;
}
/* Track */
::-webkit-scrollbar-track {
display: none;
}
/* Handle */
::-webkit-scrollbar-thumb {
display: none;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
display: none;
}
.nav-links a {
font-family: 'Nunito Sans', sans-serif !important;
/* text-shadow: 0 0 10px #000b; */
font-size: 15px !important;
padding: 22px 0 10px 0 !important;
margin: 0 15px !important;
line-height: 100%;
text-transform: uppercase;
}
.nav-wrapper a:hover {
background-color: transparent !important;
}
.un::after {
content: '';
width: 0px;
height: 1.5px;
display: block;
background: #fff;
margin-top: 4px;
transition: 300ms;
}
.un:hover::after {
width: 100%;
}
</style>
<div class="main-wrapper">
<div class="menu-holder" style="width:100%" id="menu">
<nav class="transparent" style="height: 4rem; box-shadow: none; background-color: #0004 !important;">
<!-- navbar content here -->
<div class="nav-wrapper">
<ul class="left">
<li><a href="#" class=" sidenav-trigger" data-target="slide_out" style="padding-top: 0rem;"><i class="material-icons" style="font-size:1.5rem; color: white;">menu</i></a></li>
</ul>
<ul>
<li style="height: 5rem; width: 5rem;"><a href="index.html" style="height: 5rem; width: 7rem; transform: translate(0, 0.5rem);"><img src="./public/whitelogo3.png" alt="" style="margin-left: 0; height: 3rem;"></a></li>
</ul>
<ul class="hide-on-med-and-down right nav-links" style="padding-right: 12rem;">
<li><a href="solution.html" class="un">Solutions</a></li>
<li><a href="hangar.html" class="un">Hangar</a></li>
<li><a href="upcoming-projects.html" class="un">Upcoming Projects</a></li>
<li><a href="contact.html" class="un">Contact Us</a></li>
</ul>
</div>
</nav>
<ul class="sidenav #000000 black" style="color:#eeeeee;" id="slide_out">
<!-- <li><a class="sidenav-close" href="#!"><i class="material-icons" style="font-size:2rem;">menu</i></a></li> -->
<li><a href="index.html" style="width:100%; height: 100%;"><img src="./public/whitelogo2.png" alt="" style="transform:scale(2); width:100%; height: 100%; margin-top: 36px;"></a></li>
<hr style="margin: 1rem 2.5rem 1rem 2rem;">
<li><a href="index.html" class="active hide-on-med-and-up"><i class="material-icons">home</i> Home</a></li>
<li><a href="about.html"><i class="material-icons">info</i> About Us</a></li>
<li><a href="hangar.html"><i class="material-icons">airplanemode_active</i> Hangar</a></li>
<li>
<ul class="collapsible" style="padding-left: 1rem;">
<li>
<div class="collapsible-header"><i class="material-icons" style="margin-right: 1.8rem;">group</i> <b>Team</b></div>
<div class="collapsible-body">
<ul style="background: black; padding-left: 4rem;">
<li><a href="mentors.html">Mentors</a></li>
<li><a href="curr-members.html">Current Members</a></li>
<li><a href="past-members.html">Past Members</a></li>
</ul>
</div>
</li>
</ul>
</li>
<li><a href="achievements.html"><i class="material-icons">emoji_events</i> Achievements</a></li>
<li><a href="upcoming_events.html" class="active"><i class="material-icons">home</i> Upcoming Events</a></li>
<li><a href="upcoming-projects.html" class="active"><i class="material-icons">precision_manufacturing</i> Upcoming Projects</a></li>
<li><a href="solution.html" class="active"><i class="material-icons">settings</i> Solutions</a></li>
<li><a href="contact.html"><i class="material-icons">email</i> Contact Us</a></li>
</ul>
</div>
<style>
nav.transparent {
position: fixed !important;
top: 0;
background-color: #000000aa !important;
}
.soljumbo{
background-image: url("./public/solutionbackground.jpg");
background-size: cover;
height: 100vh;
}
.soljumbo .inner{
padding-top: 30vh;
}
.solutions{
display: inline-block;
}
.solutions .row{
margin: 20vh 10vw 15vh 10vw;
}
.solutions .row .col{
padding: 0 1vw !important;
}
.solutions .card-content{
text-align: center;
padding: 15vh 5vw;
color: white;
}
.solutions .card-title{
padding-bottom: 3vh;
}
.card{
background-color: #00000090;
}
#col3 .background{
background-image: url("./public/site inspection 1.jpg");
}
#col5 .background{
background-image: url("./public/solutionswarm.jpeg");
background-position: bottom;
}
#col4 .background{
background-image: url("./public/3.jpg");
}
#col1 .background{
background-image: url("./public/WhatsApp Image 2021-03-02 at 22.49.45.jpeg") ;
}
#col2 .background{
background-image: url("./public/satellitemap.png");
}
.col .background{
transition:0.5s;
}
.solutions .col{
overflow: hidden;
}
.col .background:hover{
transform: scale(1.03);
}
@media only screen and (min-width: 600px){
.inner .heading{
font-size: 5vw;
font-weight: 600;
}
.inner .para{
margin-top:15vh ;
font-size: 2vw;
font-weight: 100;
}
.solutions .card-content{
text-align: center;
padding: 15vh 5vw;
color: white;
}
.solutions #col5 .card-content{
text-align: center;
padding: 10vh 5vw;
color: white;
}
}
@media only screen and (max-width: 600px){
.inner .heading{
font-size: 10vw;
font-weight: 600;
}
.inner .para{
margin-top:15vh ;
font-size: 5vw;
font-weight: 100;
}
.solutions .card-content{
text-align: center;
padding: 2vh 5vw;
color: white;
}
}
</style>
<div class="soljumbo">
<div class="inner container">
<div class="heading" style="color: white; text-align: center;">Drone Solutions</div>
<div class="para" style="color: white; text-align: center;">Controlled and consice solutions tailored to your personal needs</div>
</div>
</div>
<div class="solutions">
<div class="row">
<div class="col s12 m6 l6" id="col1">
<div class="background">
<div class="card large">
<div class="card-content">
<div class="card-title">
Simultaneous Localization and Mapping</div>
<p>The UAVs performing SLAM aim to provide a continual estimate of where the system is currently moving along with it’s pose within the respective environment.With proficiency in indoor navigation, these UAVs work on the phenomenon of marking the coordinates of the initial position in the start. This is followed by taking the distance of consequent places from the initial position in account. Ultimately, the UAVs map the entire environment in 3-dimensional form.
</p>
</div>
</div>
</div>
</div>
<div class="col s12 m6 l6" id="col2">
<div class="background">
<div class="card large">
<div class="card-content">
<div class="card-title">Surveying, Mapping and Surveillance</div>
<p>Representing our team’s prime selling propositions, we plan to work on evolving the existing technology in this field. With immense experience in Intelligence, surveillance and reconnaissance, gained by working in collaboration with tech giants like Lockheed martin, we are working towards technology that will play a vital role in the betterment of technology used by the armed forces.
</p>
</div>
</div>
</div>
</div>
<div class="col s12 m6 l6" id="col3">
<div class="background">
<div class="card large">
<div class="card-content">
<div class="card-title" >Site Inspections</div>
<p>The UAV drones are to be used for remote site inspections to avoid too many people on the ground. They can capture data in difficult locations with high quality output and offer the advantage of quick and accurate documentation at low costs and with minimal time consumption and personnel. This can also help inspectors avoid having to place themselves in dangerous situations. Usage of UAVs for site inspections can thus reduce both time and man power significantly.</p>
</div>
</div>
</div>
</div>
<div class="col s12 m6 l6" id="col4">
<div class="background">
<div class="card large">
<div class="card-content">
<div class="card-title">Collaborative Robotic Tasks</div>
<p>One of our major future prospects, the team aims to build complimentary systems that can work together in cohesion to perform certain tasks.
Currently The team is currently working on developing a Robotic Arm which would be mounted on an Unmanned Ground Vehicle (UGV) to revolutionize the field of agriculture by autonomously detecting and harvesting the crops and to deliver crop management interventions by automatically detecting the need.
</p>
</div>
</div>
</div>
</div>
<div class="col s12 m12 l12 hide-on-small-only" id="col5">
<div class="background">
<div class="card small">
<div class="card-content">
<div class="card-title">Swarm</div>
<p>A swarm of Unmanned Aerial Vehicles (UAVs) is a set of aerial drones that work together to achieve a specific goal. These are currently being used for Mapping and Surveillance of large areas. Swarms are being aimed to be used for Humanitarian Aid and Disaster Relief (HADR) in the near future. This would include fleet of swarms being lead to search for potential humans in need for help and eventually providing /them with payload releif packages of upto 1Kg. Equipping the swarm UAVs with GPS Denied Navigation and Dynamic Obstacle Avoidance with the usage of efficient algorithms is also a possibility in the future.
</p>
</div>
</div>
</div>
</div>
<div class="col s12 m12 l12 hide-on-med-and-up" id="col5">
<div class="background">
<div class="card large">
<div class="card-content">
<div class="card-title">Swarm</div>
<p>A swarm of Unmanned Aerial Vehicles (UAVs) is a set of aerial drones that work together to achieve a specific goal. These are currently being used for Mapping and Surveillance of large areas. Swarms are being aimed to be used for Humanitarian Aid and Disaster Relief (HADR) in the near future. This would include fleet of swarms being lead to search for potential humans in need for help and eventually providing /them with payload releif packages of upto 1Kg. Equipping the swarm UAVs with GPS Denied Navigation and Dynamic Obstacle Avoidance with the usage of efficient algorithms is also a possibility in the future.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
.letusknow{
background-image: url("./public/solutionbackground.jpg");
background-size: cover;
height:60vh;
background-position: 0 30%;
text-align: center;
}
.waves-effect{
background-color: white;
color: black;
}
.waves-effect:hover{
background-color: white;
}
@media only screen and (min-width: 600px){
.formoresol1{
font-size: 3vw;
color: white;
padding-bottom: 9vh;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
.formoresol{
padding-top: 7vh;
font-size: 3vw;
color: white;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
}
@media only screen and (max-width: 600px){
.formoresol1{
font-size: 6vw;
color: white;
padding-bottom: 9vh;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
.formoresol{
padding-top: 15vh;
font-size: 6vw;
color: white;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
}
</style>
<div class="letusknow">
<div class="formoresol">For more solutions</div>
<div class="formoresol1">Contact us</div>
<a class="waves-effect waves-dark btn" href="/contact">Contact Us</a>
</div>
<section id="footer">
<style>
.logos a>i{
padding-right: 0.4rem;
}
#contact .col{
padding-right: 2rem;
color:#cccccc;
}
#contact .map{
text-align: left;
}
#contact .row{
margin-bottom: 0;
}
.logos a{
color:grey
}
@media only screen and (min-width:800px){
.row #g_map{
padding-left: 3vw;
padding-right: 3vw;
}
}
</style>
<div id="contact" style="padding: 0 4rem 0 4rem; background:black; position: relative;">
<div class="row">
<div class="col l3 m12 s12">
<h4 style="white-space: nowrap;">UAS-DTU</h4>
<p class="text">A team of enthusiastic undergraduates, working to providing the solutions for urban surveillance needs. </p>
<div class="logos">
<a href="https://www.facebook.com/uas.dtu/" target="blank"><i class="fab fa-facebook-square fa-2x"></i></a>
<a href="https://in.linkedin.com/company/uas-dtu" target="blank"><i class="fab fa-linkedin fa-2x"></i></i></a>
<a href="https://www.youtube.com/channel/UCmOV4uiBHoHzf5ZrE1z6WQg" target="blank"><i class="fab fa-youtube fa-2x"></i></a>
<a href="https://www.instagram.com/uasdtu/" target="blank"><i class="fab fa-instagram fa-2x"></i></i></a>
</div>
</div>
<div class="col l6 m12 s12" id="g_map">
<h4 class="map">Map help:</h4>
<div style="overflow: hidden;">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3498.027403024808!2d77.11499645105123!3d28.748598782285452!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390d01270184b37d%3A0x31d84edc5468f356!2sUAS+DTU!5e0!3m2!1sen!2sin!4v1516991611933" frameborder="0" style="border:0; width:35rem;height:10.5rem;" ></iframe>
</div>
</div>
<div class="col l3 m12 s12">
<h4>Reach us at:</h4>
<p class="text">LW2FF1, Delhi Technological University, Delhi - 110042</p>
<p id="phone1"><i class="fas fa-phone-alt"></i> +91-8800712060</p>
<p><i class="fas fa-phone-alt"></i> +91-9873106343</p>
<p><i class="fas fa-envelope"></i> uas.dce@gmail.com</p>
</div>
</div>
</div>
</div>
</section>
</div>
</body>
</html>