-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrock.html
53 lines (52 loc) · 2.01 KB
/
Brock.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 President!
</h1>
<img src="./img/brockton.jpg">
<p>
This is our fearless leader Zeraki Tobias Graham "Brockton" Stover. He is quite possibly one of the most intelligent people at Citrus Valley High School and is also probably the friendliest. He also enjoys long walks on the beach and science fiction novels. (DUNE DUNE DUNE DUNE DUNE DUNE DUNE)
</p>
</section>
<footer>
<p>CoGnIzAnCe Copyright ©2017</p>
</footer>
</body>
</html>