-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
599 lines (563 loc) · 34.2 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
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
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Start your development with LeadMark landing page.">
<meta name="author" content="Devcrud">
<title>Pixie Autonomous Indoor UAV</title>
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + LeadMark main styles -->
<link rel="stylesheet" href="assets/css/leadmark.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<!-- page Navigation -->
<nav class="navbar custom-navbar navbar-expand-md navbar-light fixed-top" data-spy="affix" data-offset-top="10">
<div class="container">
<a class="navbar-brand" href="#">
<img src="assets/imgs/logo.svg" alt="">
</a>
<button class="navbar-toggler ml-auto" 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">
<a class="nav-link" href="#service">How it Works</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#system">System</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blog">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">The Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a href="" class="ml-4 nav-link btn btn-primary btn-sm rounded">Home</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Of Second Navigation -->
<!-- Page Header -->
<header class="header">
<div class="overlay">
<!--<h1 class="subtitle">LeadMark Landing Page</h1>
<h1 class="title">We Are Creative</h1> -->
</div>
<div class="shape">
<svg viewBox="0 0 1500 200">
<path d="m 0,240 h 1500.4828 v -71.92164 c 0,0 -286.2763,-81.79324 -743.19024,-81.79324 C 300.37862,86.28512 0,168.07836 0,168.07836 Z"/>
</svg>
</div>
<div class="mouse-icon"><div class="wheel"></div></div>
</header>
<!-- End Of Page Header -->
<!-- Service Section -->
<section id="service" class="section pt-0">
<div class="container">
<h6 class="section-title text-center">Indoor Autonomous Navigation</h6>
<h6 class="section-subtitle text-center mb-5 pb-3">UAV Based AprilTag Recognition</h6>
<div class="row">
<div class="col-md-4">
<div class="card mb-4 mb-md-0">
<div class="card-body">
<small class="text-primary font-weight-bold">01</small>
<h5 class="card-title mt-3"> Platform <h5>
<p class="mb-0">To operate effectively indoors, we need a small platform. We are using the common 5" drone side with tri-blade propellers to reduce required propeller area. To safely operate in an enclosed environment, we needed propeller guards.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 mb-md-0">
<div class="card-body">
<small class="text-primary font-weight-bold">02</small>
<h5 class="card-title mt-3">Optical Flow<h5>
<p class="mb-0">Optical flow is a great way to receive quick odometry estimates indoors, but doesn't provide precise localization over longer time periods due to drift. It also only works well on textured floors.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 mb-md-0">
<div class="card-body">
<small class="text-primary font-weight-bold">03</small>
<h5 class="card-title mt-3">AprilTags<h5>
<p class="mb-0">AprilTags are the perfect pairing for optical flow, as they provide very accurate localization over longer time spans, although they can't always be accessed (when the camera doesn't see an apriltag).</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End OF Service Section -->
<!-- System Architecture Section -->
<section class="section bg-primary" id="system">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-8 pl-md-5">
<img src="assets/imgs/hardware_arch.png" alt="" class="w-100 mt-3 shadow-sm">
</div>
<div class="col-md-4 pr-md-5 mb-4 mb-md-0">
<p class="text-white">
The drone is based on the Ardupilot flight control software running on a Pixracer
flight controller and autopilot. The pixracer uses a kalman filter to synthesize data
from onboard sensors. As well as the common sensors (IMU and barometer), we add a Raspberry Pi
that acts as another sensor, sending location data based on visual apriltag positioning.
</p>
<p class="text-white">
The Raspberry Pi connects to a Pi cam that sits on the bottom of the drone, and to the Pixracer
via a serial port. THe Raspberry Pi has wifi so that it can be controlled and programmed via ssh
from a nearby computer.
</p>
<p class="text-white">
We also experimented with GPS and Optical Flow systems to use in conjunction with the AprilTag
localization. GPS doesn't work indoors, and the optical flow proved unreliable on untextured floors.
</p>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-between">
<div class="col-md-4 pr-md-5 mb-4 mb-md-0">
<p class="text-white">
The core component of this project is the software on the Raspberry Pi that collectively takes an
image as input and outputs a mavlink message providing position to the drone. The first part of this is
a node that outputs a calibrated image from the camera, based on a prexisting ubiquity robotics node.
</p>
<p class="text-white">
Then, the ROS apriltag library helps identify any apriltags that the camera can see and establish relative
position to the drone. We predetermine the positions of all apriltags relative to the world by using a tag
'bundle', and then we can apply a series of tranformations that allows us to get the drone's position relative
to the world.
</p>
</div>
<div class="col-md-8 pl-md-5">
<img src="assets/imgs/software_arch.png" alt="" class="w-100 mt-3 shadow-sm">
</div>
<div class="col-md-12 pl-md-5">
<p class="text-white">
Finally, this message needs to be converted from a pose into a mavlink vision position message. Another node
takes care of this process, with the help of the MavROS package to translate the resulting ROS topic into a
format that can be read by the autopilot.
</p>
<p class="text-white">
The other major component of this project was setting up the autopilot to function with the vision position
input. This is done by modifying the internal kalman filter to use input from the AprilTag vision system as
well as internal sensors such as gyroscope and accelerometer. The vision system only provides an update rate
of about 10Hz. While this is enough for a navigational positioning system, the drone needs much faster sensor
input to remain stable. Fortunately this is provided by the accelerometer and gyro, which maintain effective
odometry while the vision system provides slower absolute positions.
</p>
</div>
</div>
</div>
</section>
<!-- End OF System Architecture Section -->
<!-- Blog post 1 Section -->
<section class="section" id="blog">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6 pr-md-5 mb-4 mb-md-0">
<h6 class="section-title mb-0">Blog 11.29.2022</h6>
<p >We got AprilTag recognition working, a key feature for our project. As you can see in the video, when we show one of the AprilTags we have configured the ROS node to recognize, it draws bounds around the edges of the tag, labels the center with the tag ID number, and we can show the pose of the tag in relation to the camera as a vector on rviz.</p>
<img src="assets/imgs/apriltag.gif" alt="" class="w-100 mt-3 shadow-sm">
<br/>
<br/>
<p >We used the AprilTag ROS package to create the Apriltag-recognizing node. To set this up, we installed and built the Apriltag library, calibrated the camera and set up the camera node so it was compatible with the Apriltag ROS node, and supplied information about the Apriltags we want the system to recognize within the configuration file. We worked around the issue of the camera info not publishing synchronously to camera images, and parsed pose information from the /tag_detections topic to publish it to a new topic we could view in rviz. </p>
</div>
<div class="col-md-6 pl-md-5">
<div class="row">
<!-- <div class="col-6">
<img src="assets/imgs/about-1.jpg" alt="" class="w-100 shadow-sm">
</div>
<div class="col-6">
<img src="assets/imgs/about-2.jpg" alt="" class="w-100 shadow-sm">
</div> -->
<div class="col-12 mt-4">
<img src="assets/imgs/flydrone.gif" alt="" class="w-100 mt-3 shadow-sm">
<br/>
<br/>
<p>In other news, we are still having difficulties with flying the drone. The motor mapping was wrong causing strange behaviour when we tried to fly. After fixing the motor mapping, we found out that the optical flow sensor to provide relative position of the drone was not performing as we had hoped. We will have to rely on the other sensors (accelerometer & barometer) which do not provide as accurate position. </p>
</p>
<p>To combat the problem of position drift we are going to use apriltag localization to provide position of the drone when it is in guided mode rather than manual. To do this we will override the global positioning information and use the position we compute relative to apriltags placed around the room. Our plan going forward is to work more on the apriltag localization and to figure out how to override global position. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End OF Blog post 1 Section -->
<!-- Blog post 2 Section -->
<section class="section" id="blog2">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6 pr-md-5 mb-4 mb-md-0">
<h6 class="section-title mb-0">Blog 12.9.2022</h6>
<p >We are successfully sending vision position data from the raspberry pi to the pixhawk flight controller! The raspberry pi camera publishes an image topic through the raspicam node, that can then be interpreted by the AprilTag ROS node and finally translated into information that mavros can read. We can see this information being read by the flight controller, but need to make sure the coordinate frame orientations are correct before flying. This is crucial because if the orientations are incorrect, the drone will become unstable and crash.
</p>
<p>As we were checking frame orientations, we decided to re-orient to pi cam to sit on the bottom of the drone and face down, allowing it to detect apriltags on the floor. This decision was made based on the fact that when the drone is flying, the camera will always be pointed close to vertically downwards. Any changes in yaw will not result in the quadcopter losing sight of the apriltag, and minimal changes in position will keep the apriltag in view.
</p>
</div>
<div class="col-md-6 pl-md-5">
<div class="row">
<div class="col-12 mt-4">
<!-- <p>In other news</p>
</p>
<img src="assets/imgs/flydrone.gif" alt="" class="w-100 mt-3 shadow-sm">
<br>
<br/>
<p>To combat the problem </p> -->
<img src="assets/imgs/frames.gif" alt="" class="w-100 mt-3 shadow-sm">
<!-- <br/>
<br/> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End OF Blog post 2 Section -->
<!-- Portfolio Section -->
<!-- <section id="portfolio" class="section portfolio-section">
<div class="container">
<h6 class="section-title text-center">Our Portfolio</h6>
<h6 class="section-subtitle mb-5 text-center">New stunning projects for our amazing clients</h6>
<div class="filters">
<a href="#" data-filter=".new" class="active">
New
</a>
<a href="#" data-filter=".advertising">
Advertising
</a>
<a href="#" data-filter=".branding">
Branding
</a>
<a href="#" data-filter=".web">
Web
</a>
</div>
<div class="portfolio-container">
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/web-1.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/web-1.jpg"></a>
<div class="text-holder">
<h6 class="title">WEB</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/web-2.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/web-2.jpg"></a>
<div class="text-holder">
<h6 class="title">WEB</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 advertising new">
<div class="portfolio-item">
<img src="assets/imgs/advertising-2.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/advertising-2.jpg"></a>
<div class="text-holder">
<h6 class="title">ADVERSTISING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 web">
<div class="portfolio-item">
<img src="assets/imgs/web-4.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/web-4.jpg"></a>
<div class="text-holder">
<h6 class="title">WEB</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 advertising">
<div class="portfolio-item">
<img src="assets/imgs/advertising-1.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/advertising-1.jpg"></a>
<div class="text-holder">
<h6 class="title">ADVERSITING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/web-3.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/web-3.jpg"></a>
<div class="text-holder">
<h6 class="title">WEB</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 advertising new">
<div class="portfolio-item">
<img src="assets/imgs/advertising-3.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/advertising-3.jpg"></a>
<div class="text-holder">
<h6 class="title">ADVERSITING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 advertising new">
<div class="portfolio-item">
<img src="assets/imgs/advertising-4.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/advertising-4.jpg"></a>
<div class="text-holder">
<h6 class="title">ADVERTISING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 branding new">
<div class="portfolio-item">
<img src="assets/imgs/branding-1.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-1.jpg"></a>
<div class="text-holder">
<h6 class="title">BRANDING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 branding">
<div class="portfolio-item">
<img src="assets/imgs/branding-2.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-2.jpg"></a>
<div class="text-holder">
<h6 class="title">BRANDING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 branding new">
<div class="portfolio-item">
<img src="assets/imgs/branding-3.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-3.jpg"></a>
<div class="text-holder">
<h6 class="title">BRANDING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 branding">
<div class="portfolio-item">
<img src="assets/imgs/branding-4.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-4.jpg"></a>
<div class="text-holder">
<h6 class="title">BRANDING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 branding">
<div class="portfolio-item">
<img src="assets/imgs/branding-5.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-5.jpg"></a>
<div class="text-holder">
<h6 class="title">BRANDING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End of portfolio section -->
<!-- Our Team / About Section -->
<section class="section" id="about">
<div class="container">
<h6 class="section-title mb-0 text-center">Our Team</h6>
<!-- <h6 class="section-subtitle mb-5 text-center">Olin College of Engineering</h6> -->
<h6 class="section-subtitle mb-5 text-center"></h6>
<div class="row">
<div class="col-md-4">
<div class="card border-0 mb-4">
<!-- <img src="assets/imgs/blog-1.jpg" alt="" class="card-img-top w-100"> -->
<div class="card-body">
<!-- <h6 class="card-title">Tigey</h6> -->
<p>This project is a collaboration of Olin College of Engineering students for Computational Robotics, Fall 2022</p>
<!-- <a href="javascript:void(0)" class="small text-muted">Go To The Article</a> -->
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 mb-4">
<!-- <img src="assets/imgs/blog-1.jpg" alt="" class="card-img-top w-100"> -->
<div class="card-body">
<h6 class="card-title">Tigey</h6>
<p>Robotics Engineering Student</p>
<!-- <a href="javascript:void(0)" class="small text-muted">Go To The Article</a> -->
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 mb-4">
<!-- <img src="assets/imgs/blog-2.jpg" alt="" class="card-img-top w-100"> -->
<div class="card-body">
<h6 class="card-title">Lilo</h5>
<p>Computing Student</p>
<!-- <a href="javascript:void(0)" class="small text-muted">Go To The Article</a> -->
</div>
</div>
</div>
<!-- <div class="col-md-4">
<div class="card border-0 mb-4">
<img src="assets/imgs/blog-3.jpg" alt="" class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Qui optio neque alias</h6>
<p>Fuga quae ratione inventore Perferendis porro.</p>
<a href="javascript:void(0)" class="small text-muted">Go To The Article</a>
</div>
</div>
</div> -->
</div>
</div>
</section>
<!-- End of Blog Section -->
<!-- Testmonial Section -->
<!-- <section class="section" id="testmonial">
<div class="container">
<h6 class="section-title text-center mb-0">Testmonials</h6>
<h6 class="section-subtitle mb-5 text-center">What Our Clients Says</h6>
<div class="row">
<div class="col-md-4 my-3 my-md-0">
<div class="card">
<div class="card-body">
<div class="media align-items-center mb-3">
<img class="mr-3" src="assets/imgs/avatar.jpg" alt="">
<div class="media-body">
<h6 class="mt-1 mb-0">John Doe</h6>
<small class="text-muted mb-0">Business Analyst</small>
</div>
</div>
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Delectus enim modi, id dicta reiciendis itaque.</p>
</div>
</div>
</div>
<div class="col-md-4 my-3 my-md-0">
<div class="card">
<div class="card-body">
<div class="media align-items-center mb-3">
<img class="mr-3" src="assets/imgs/avatar-1.jpg" alt="">
<div class="media-body">
<h6 class="mt-1 mb-0">Maria Garcia</h6>
<small class="text-muted mb-0">Insurance Agent</small>
</div>
</div>
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Delectus enim modi, id dicta reiciendis itaque.</p>
</div>
</div>
</div>
<div class="col-md-4 my-3 my-md-0">
<div class="card">
<div class="card-body">
<div class="media align-items-center mb-3">
<img class="mr-3" src="assets/imgs/avatar-2.jpg" alt="">
<div class="media-body">
<h6 class="mt-1 mb-0">Mason Miller</h6>
<small class="text-muted mb-0">Residential Appraiser</small>
</div>
</div>
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Delectus enim modi, id dicta reiciendis itaque.</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End of Testmonial Section -->
<!-- Contact Section -->
<section id="contact" class="section has-img-bg pb-0">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5 my-3">
<!-- <h6 class="mb-0">Phone</h6>
<p class="mb-4">+ 123-456-7890</p> -->
<h6 class="mb-0">Address</h6>
<p class="mb-4">1000 Olin Way, Needham, MA</p>
<h6 class="mb-0">Website</h6>
<p class="mb-0">olin.edu</p>
<p></p>
</div>
<div class="col-md-7">
<form>
<h4 class="mb-4">Drop Us A Line</h4>
<div class="form-row">
<div class="form-group col-sm-4">
<input type="text" class="form-control text-white rounded-0 bg-transparent" name="name" placeholder="Name">
</div>
<div class="form-group col-sm-4">
<input type="email" class="form-control text-white rounded-0 bg-transparent" name="Email" placeholder="Email">
</div>
<div class="form-group col-sm-4">
<input type="text" class="form-control text-white rounded-0 bg-transparent" name="subject" placeholder="Subject">
</div>
<div class="form-group col-12">
<textarea name="message" id="" cols="30" rows="4" class="form-control text-white rounded-0 bg-transparent" placeholder="Message"></textarea>
</div>
<div class="form-group col-12 mb-0">
<button type="submit" class="btn btn-primary rounded w-md mt-3">Send</button>
</div>
</div>
</form>
</div>
</div>
<!-- Page Footer -->
<footer class="mt-5 py-4 border-top border-secondary">
<!-- <p class="mb-0 small">© <script>document.write(new Date().getFullYear())</script>, LeadMark Created By <a href="https://www.devcrud.com" target="_blank">DevCrud.</a> All rights reserved </p> -->
</footer>
<!-- End of Page Footer -->
</div>
</section>
<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<!-- Isotope -->
<script src="assets/vendors/isotope/isotope.pkgd.js"></script>
<!-- LeadMark js -->
<script src="assets/js/leadmark.js"></script>
</body>
</html>