-
Notifications
You must be signed in to change notification settings - Fork 0
/
DemoMainPage.html
69 lines (51 loc) · 1.85 KB
/
DemoMainPage.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="Demostylesheet.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js">
</script>
</head>
<body>
<header>
<div class="container">
<a href="DemoMainPage.html">
<img class="logo" src="DragonPoolLogo.png">
</a>
<nav>
<ul>
<!-- Mian links to other pages -->
<li><a href="DemoDisplayAccount.html">ACCOUNT</a></li>
<li><a href="DemoCreateAccount.html">Sign In</a></li>
<li><a href="DemoFormCreation.html">CREATE LISTING</a></li>
<li><a href="DemoListPage.html">SEARCH LISTING</a></li>
<li><a href="DemoContactPage.html">CONTACT</a></li>
</ul>
</nav>
</div>
</header>
<div class="SplashIntro">
<img class= "splashimage" src="MainSplashImage.jpg" style="float: left;">
<h1 style="font-style: italic;">DragonPool</h1>
<h3 style="font-style: italic;">"Cut the fuel, use DragonPool."</h3>
<p>We here at DragonPool<sup>TM</sup> understand that College can be a pain in more ways than one.
You've got enough to worry about with classes and extra activities on campus.
Why let <b>driving to school<b> be one of them?
</p>
<br>
<p>So cut that stress out of your life with DragonPool!
The carpooling application assitant for Drexel University students!
With DragonPool, you can:</p>
<center><div>
<ul>
<li>Cut Transportaion Costs!</li>
<li>Make Connections With Fellow Students!</li>
<li>Reduce Your Carbon Footprint!</li>
<li>Save Money!</li>
</ul>
</div></center>
<br>
<center><p>With all the benefits, you'd be a fool to not use DragonPool!</p></center>
</div>
</body>
</html>