-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.html
193 lines (166 loc) · 8.27 KB
/
Home.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!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>Bootstrap - Prebuilt Layout</title>
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#defaultNavbar1"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
<a class="navbar-brand" href="#">PEBC</a></div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="defaultNavbar1">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Link<span class="sr-only">(current)</span></a></li>
<li><a href="#">Link</a></li>
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Dropdown<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
<li class="divider"></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
</ul>
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Link</a></li>
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Dropdown<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div class="container">
<div class="row">
<div class="col-md-3">
<p class="lead">PEBC MINISTRY CATEGORIES</p>
<div class="list-group">
<a href="#" class="list-group-item active">Category 1</a>
<a href="#" class="list-group-item">Category 2</a>
<a href="#" class="list-group-item">Category 3</a>
</div>
</div>
<div class="col-md-9">
<div class="thumbnail">
<img class="img-responsive" src="#" alt="image">
<div class="caption-full">
<h4 class="pull-right">
<div class="btn-group">
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">More Feedback Topics<span class="caret"></span></button>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Recent Topics</a></li>
<li><a href="#">Top Topics</a></li>
</ul>
</div></h4>
<h4>Topic
</h4>
<div class="row">
<div class="col-md-12">
<p> </p>
<p>Want to make these reviews work? Check out
<strong><a href="#">about TeamBlow</a></strong>
<p>University of Ibadan students were sent home over the non issuance of id cards for 2 years. The congress which held on may 29 and led by the students union President, a person of Ojo Aderemi resolved to NO ID CARD, NO EXAM.... </p>
</div>
</div>
</div>
<div class="ratings">
<p class="pull-right">3 COMMENTS</p>
<a class="btn bg-success"><span class="glyphicon glyphicon-thumbs-up"></span> <span class="badge">10</span></a>
<a class="btn bg-danger"><span class="glyphicon glyphicon-thumbs-down"></span> <span class="badge">2</span></a>
</div>
</div>
<div class="well">
<form role="form">
<div class="form-group">
<label for="comment">Comment:</label>
<textarea class="form-control" rows="5" id="comment"></textarea>
</div>
</form>
<div class="text-right">
<a class="btn btn-success">Leave your comment</a>
</div>
</div>
<div class="well">
<div class="text-left">
Comments
</div>
<hr>
<div class="row">
<div class="col-md-12">
Anonymous
<span class="pull-right">10 days ago</span>
<p>Wao what nonsense! No ID cards for 2 years and students were sent home. Not cool</p>
<a class="btn bg-success"><span class="glyphicon glyphicon-thumbs-up"></span> <span class="badge">10</span></a>
<a class="btn bg-danger"><span class="glyphicon glyphicon-thumbs-down"></span> <span class="badge">2</span></a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12">
Anonymous
<span class="pull-right">12 days ago</span>
<p>This country, where are we heading to? Everthing is just so wrong</p>
<a class="btn bg-success"><span class="glyphicon glyphicon-thumbs-up"></span><span class="badge">10</span></a>
<a class="btn bg-danger"><span class="glyphicon glyphicon-thumbs-down"></span><span class="badge">2</span></a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12">
Anonymous
<span class="pull-right">15 days ago</span>
<p>Abeg who get BB charger!, How will that reduce the costs of Garri. Una dey fight for id cards, na you no wan graduate now.</p>
<a class="btn bg-success"><span class="glyphicon glyphicon-thumbs-up"></span> <span class="badge">10</span></a>
<a class="btn bg-danger"><span class="glyphicon glyphicon-thumbs-down"></span> <span class="badge">2</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="text-center col-md-6 col-md-offset-3">
<h4>Footer </h4>
<p>Copyright © 2017 · All Rights Reserved · <a href="http://yourwebsite.com/" >Made by TeamBlow</a></p>
</div>
</div>
<hr>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.3.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.js"></script>
</body>
</html>