-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabinet.html
57 lines (56 loc) · 2.16 KB
/
cabinet.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
<html>
<head>
<title>Cognizance | Cabinet</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="Jon Carlo Bibat">
<meta name="keywords" content="cognizance, knowledge, power, brockton stover">
<meta name="description" content="Draft title" <meta="">
<link rel="shortcut icon" type="image/x-icon" href= "./img/favi.png" >
<link rel= "icon" href="./img/favi.png" >
<link rel = "stylesheet" type = "text/css" href = "./css/style.css">
</head>
<body>
<header>
<div class="container">
<div id ="branding">
<h1><span class = "highlight">Cognizance</span> Club</h1>
</div>
<nav>
<ul>
<li><a href = "index.html" class= "btn_2">Home</a></li>
<div class="dropdown">
<div class="dropbtn-2">About</div>
<div class="dropdown-content-2">
<a href = "about.html">Learn</a>
<a href = "instagram.com">Instagram</a>
</div>
<div class="dropbtn">Cabinet</div>
<div class="dropdown-content">
<a href="Brock.html">President</a>
<a href="Jon.html">Veep</a>
<a href="Corbin.html">Secretary?</a>
<a href="Nawwar.html">Treasurer</a>
<a href="Carpenter.html">Advisor</a>
</div>
</div>
<li><a href = "topics.html" class= "btn_2">Topics</a></li>
<li><a href = "resources.html" class= "btn_2">Resources</a></li>
</ul>
</nav>
</div>
</header>
<section id="main">
<h1 class="headline">
Meet our Staff!
</h1>
<img src="./img/staff.png">
<p>
Our resident staff has been with the club for about 2 hours(?) We found him/her on the Internet using <a href="https://google.com"> <span class="highlight">Google!</span></a> He/She/It represents everything that our club stands for, which is cognizance; the important syllable in that word being <span class= "bold">COG</span>nizance.
</p>
</section>
<footer>
<p>CoGnIzAnCe Copyright ©2017</p>
</footer>
</body>
</html>