-
Notifications
You must be signed in to change notification settings - Fork 0
/
Carpenter.html
53 lines (52 loc) · 2.04 KB
/
Carpenter.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 Advisor!
</h1>
<img src="./img/carpenter.jpg">
<p>
This is a picture of Carpenter, our advisor, in action! Carpenter is the AP American Government and Politics as well as the AP Microeconomics teacher at Citrus Valley High School. He is also advisor of many clubs, including Cognizance, SAT, Young Entrepreneurs, and UNICEF. He is also one of the teachers in charge of Mock Trial.
</p>
</section>
<footer>
<p>CoGnIzAnCe Copyright ©2017</p>
</footer>
</body>
</html>