forked from Casper2017unam/Online_Voting_System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutUs.html
112 lines (92 loc) · 3.13 KB
/
aboutUs.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Us | School Representative Council</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/font-awesome.css" />
<link href="css/default.css" rel="stylesheet" />
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="main-menu">
<div class="container">
<div class="row">
<div class="logo-container">
<div class="logo">
<img src="Council.jpg" alt="Council logo" rel="tooltip"
title="" data-placement="bottom" data-html="true"
data-original-title="">
</div>
</div>
<div class="col-md-4">
<h1><a class="navbar-brand" data-0="line-height:80px;"
data-300="line-height:40px;">The University of Namibia</a></h1>
</div>
<div class="col-md-8">
<small>School Representative Council</small>
</div>
</div>
</div>
</div>
</header>
<div class="row mar-bot40">
<div class="col-md-offset-3 col-md-6">
<div class="sections-header">
<h2></h2>
<p></p>
</div>
</div>
</div>
<div class="row mar-bot40">
<div class="col-md-offset-3 col-md-6">
<div class="sections-header">
<h2></h2>
<p></p>
</div>
<div>
<ul class="nav nav-pills">
<li><a href="home.html">Home</a></li>
<li><a href="profile.html">Profiles</a></li>
<li><a href="Ballot.php">Poll!</a></li>
<li><a href="aboutUs.html">About Us</a></li>
</ul>
</div>
</div>
</div>
<section id="content">
<div class="container">
</div>
</section>
<footer>
<section id="footer" class="section footer">
<div class="container">
<div class="row animated opacity mar-bot20" data-andown="fadeIn" data-animation="animation">
<div class="col-sm-12 align-center">
<ul class="social-network social-circle">
<li><a href="#" class="icoFacebook" title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" class="icoTwitter" title="Twitter"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-12 text-center">
<p>Copyright © 2017 The University Of Namibia, School Representative Council</p>
</div>
</div>
</section>
<a href="#" class="scrollup"><i class="fa fa-chevron-up"> </i></a>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/functions.js"></script>
<script type="text/javascript">new WOW().init();</script>
</body>
</html>