-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 1.13 KB
/
index.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
<html>
<head>
<title>Cognizance | Welcome</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 Homepage</h1> </div>
</div>
<section id="showcase">
<div class="container">
<div class="button">
<a href= "about.html" class= "btn btn-one">About</a>
<a href= "cabinet.html" class ="btn btn-two">Cabinet</a>
<a href= "topics.html" class= "btn btn-three">Topics</a>
<a href= "resources.html" class= "btn btn-four">Resources</a>
</div>
</div>
</section>
<footer>
<p>CoGnIzAnCe Copyright ©2017</p>
</footer>
</header>
</body>