-
Notifications
You must be signed in to change notification settings - Fork 0
/
ourmissionpage.html
68 lines (68 loc) · 2.48 KB
/
ourmissionpage.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
<!Doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="ourmissionpage.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel= "stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<title>
Our MissionS
</title>
<div class="header">
<a>
<span id="menu" class="dropbtn" onclick="myFunction()">
<div class= "bar1"></div>
<div class= "bar2"></div>
<div class= "bar3"></div>
</span>
</a>
<a>
<span>
<i class= "fa fa-search" id= "navsearch" onclick= "searchBar()"></i>
</span>
</a>
<input id= "searchid" class="searchHidden" type="search" placeholder="Search...">
<img id= "logo" src= "logo.png">
<i class= "fa fa-user" id= "navuser"></i>
</div>
<div id="dropdown" class="dropdown-content dropdownHidden">
<a href="index(hlth).html">Health</a>
<a href="index(ev).html">Everyday Math</a>
<a href="index(pol).html">Politics</a>
<a href="index(art).html">Arts</a>
<a href="index(spo).html">Sports</a>
</div>
<div>
<div>
<h1>Our Mission</h1>
</div>
<div id="mission">
<p>
At pre-Adulting, our mission is to guide students to learn essential information neccssary to become an active
memeber of socitey. The curriculum for high schools does not provide information that is required for
students to do everday tasks.Task such as: caluating taxes, electoral college, and intrest rates.
</p>
</div>
</div>
<div class="footer">
<form class= "ftsearch">
<input id= "searchft" type= "search" placeholder= "Search...">
<button type= "submit"><i class= "fa fa-search"></i></button>
</form>
<ul id= "ftul">
<li id= "ftli"><a href="aboutus.html">About</a></li>
<li id= "ftli"><a href= "ourmissionpage.html">Mission</a></li>
<li id= "ftli"><a href="#">Contribute</a></li>
<li id= "ftli"><a href= "#">Contact Us</a></li>
</ul>
<div>
<a href="#" class= "fa fa-twitter"></a>
<a href="#" class= "fa fa-instagram"></a>
<a href="#" class= "fa fa-pinterest"></a>
</div>
</div>
<script src= "jquery-3.3.1.min.js"></script>
<!--<script src="index.js"></script>-->
</body>
</html>