-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
executable file
·31 lines (28 loc) · 1.33 KB
/
index.php
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
<?php include __DIR__.'/includes/header.php'; ?>
<div class="splash">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>LifeSweeper Technologies</h1>
<p>Safely scanning a path to efficent IED detection.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 id="whoweare">Who we are</h2>
<p>We are a group of college seniors collectively working on our senior capstone project.
We are currently enrolled at the University of Toledo, in the college of
Engineering Technology. </p>
<p><a class="btn btn-default btn-lg" style="margin-left: auto; margin-right: auto;" href="/about.php/">Learn More</a></p>
<h2 id="ourproject">What are we doing</h2>
<p>The main concept is to build a remote-controlled minesweeping vehicle. Using this vehicle,
we strive to eliminate the need for manual minesweeping. The main focus is portability and ease of use. Our
goal is to save lives and keep our soldiers safe.</p>
<p><a class="btn btn-default btn-lg" style="margin-left: auto; margin-right: auto;" href="/ourproject.php/">Learn More</a></p>
</div>
</div>
</div>
<?php require __DIR__.'/includes/footer.php'; ?>