-
Notifications
You must be signed in to change notification settings - Fork 2
/
board.html
181 lines (173 loc) · 6.71 KB
/
board.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
<!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>Index Page</title>
<!-- Enhancement, need to add extra plugin files -->
<!-- Font Awesome -->
<link href="font-awesome-4.2.0/css/font-awesome.css" rel="stylesheet">
<link href='font-awesome-4.2.0/css/font-awesome.min.css'rel="stylesheet">
<!-- plugin stylesheet ends here-->
<!-- Bootstrap -->
<link href="css/bootstrap.min.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>
<!-- logo -->
<center><img src="http://i61.tinypic.com/1e2u8k.jpg" width="350" height="90" alt="" title="" align="middle" /></center>
<!-- logo ends -->
<!-- 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>
</br>
</br>
<!-- Breadcrumb-->
<ol class="breadcrumb" style=" float: left; padding-left: 100px;">
<li><a href="#">Home</a></li>
<li><a href="#">Board Name</a></li>
</ol>
<nav>
<!--Breadcrumb ends-->
</br>
</br>
</br>
</br>
<!--pagination starts-->
<nav>
<ul style="margin-left: 10px;" class="pagination">
<li class="disabled"><a href="#" aria-label="Previous"><span aria-hidden="true">«</span></a></li>
<li class="active"><a href="#">1 <span class="sr-only">(current)</span></a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li>
<a href="#" aria-label="Next">
<span aria-hidden="true">»</span>
</a>
</li>
</ul>
</nav><div>
<!--pagination ends-->
<!--buttons start-->
<div style="float: right; margin-right: 10px;" class="btn-group" role="group" aria-label="...">
<button type="button" class="btn btn-primary">New Topic</button>
<button type="button" class="btn btn-default">Notify</button>
<button type="button" class="btn btn-default">Mark as Read</button>
</div>
<!--buttons end-->
</br>
</br>
</br>
<!--board details starts-->
<!--board name starts-->
<div style="margin-left: 10px; margin-right: 10px;" class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title"> Board Title </h3>
</div>
<div class="panel-body">
Board description goes here. Tell users what this board is about.
</div>
</div>
<!--board name ends-->
<!--Topic listing starts-->
<!--Sticky Topics-->
<div style="margin-left: 10px; margin-right: 10px;" class="panel panel-success">
<div class="panel-body">
<i class="fa fa-anchor" style="float: left; color: red;"></i> <a href="#">Anchored Topic you have posted in</a>
</div>
</div>
<div style="margin-left: 10px; margin-right: 10px;" class="panel panel-default">
<div class="panel-body">
<i class="fa fa-anchor" style="float: left; color:red;"></i> <a href="#">Anchored Topic</a>
</div>
</div>
<!--Sticky Topics ends-->
<!--Normal Topic starts-->
<div style="margin-left: 10px; margin-right: 10px;" class="panel panel-default">
<div class="panel-body">
<a href="#">Normal Topic</a>
</div>
</div>
<div style="margin-left: 10px; margin-right: 10px;" class="panel panel-default">
<div class="panel-body">
<a href="#">Locked Topic</a> <i class="fa fa-lock" style="float: right; color:yellowgreen;"></i>
</div>
</div>
<div style="margin-left: 10px; margin-right: 10px;" class="panel panel-default">
<div class="panel-body">
<a href="#">Trending Topic</a> <i class="fa fa-bolt" style="float: right; color:gold; "></i>
</div>
</div>
<div style="margin-left: 10px; margin-right: 10px;" class="panel panel-default">
<div class="panel-body">
<a href="#">Favourite Topic</a><i class="fa fa-heart-o" style="float: right; color:#f55bd6; "></i>
</div>
</div>
<div style="margin-left: 10px; margin-right: 10px;" class="panel panel-default">
<div class="panel-body">
<a href="#">Poll Topic</a><i class="fa fa-pie-chart" style="float: right; color:#FFA07A; "></i>
</div>
</div>
<div style="margin-left: 10px; margin-right: 10px;" class="panel panel-default">
<div class="panel-body">
<a href="#">Topic with selection box activated</a><i class="fa fa-square-o" style="float: right;"></i>
</div>
</div>
<div style="margin-left: 10px; margin-right: 10px;" class="panel panel-danger">
<div class="panel-body">
<a href="#">Selected Topic</a><i class="fa fa-check-square-o" style="float: right; color:red;"></i>
</div>
</div>
<div style="margin-left: 10px; margin-right: 10px;" class="panel panel-default">
<div class="panel-body">
<i class="fa fa-paperclip" style="float: left; color:blueviolet;"></i>  <a href="#">Topic with attachment</a>
</div>
</div>
</div>
<div style="margin-left: 10px; margin-right: 10px;" class="panel panel-default">
<div class="panel-body">
<a href="#">Normal Topic</a>
</div>
</div>
<!--bottom buttons start-->
<div style="float: right; margin-right: 10px;" class="btn-group" role="group" aria-label="...">
<button type="button" class="btn btn-primary">New Topic</button>
<button type="button" class="btn btn-default">Notify</button>
<button type="button" class="btn btn-default">Mark as Read</button>
</div>
<!--bottom buttons end-->
</br>
</br>
</br>
<!--bottom pagination starts-->
<nav>
<ul style="margin-left: 10px;" class="pagination">
<li class="disabled"><a href="#" aria-label="Previous"><span aria-hidden="true">«</span></a></li>
<li class="active"><a href="#">1 <span class="sr-only">(current)</span></a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li>
<a href="#" aria-label="Next">
<span aria-hidden="true">»</span>
</a>
</li>
</ul>
</nav><div>
<!--bottom pagination ends-->
<!-- 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>
</body>
</html>