-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCorbin.html
53 lines (52 loc) · 1.92 KB
/
Corbin.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
<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>
<li><a href = "about.html" class= "btn_2">About</a></li>
<div class="dropdown">
<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 Secretary(?)!
</h1>
<img src="./img/corbin.jpg">
<p>
Corbin is our coolest cabinet member. He has been one of Brock's closest friends since middle school, I believe. He plays the trumpet and wears cool clothes. He is an all-around friendly and amazing person.
</p>
</section>
<footer>
<p>CoGnIzAnCe Copyright ©2017</p>
</footer>
</body>
</html>