-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpublisherviewpublishedreads.html
122 lines (98 loc) · 3.39 KB
/
publisherviewpublishedreads.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="copyright" content="Wanmilion." />
<meta name="author" content="Macsika, Emeka" />
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="index.css"/>
<meta name="description" content="Welcome to Wanmilion">
<title>Wanmilion | View Published Reads</title>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand text-logo" href="index.html">Wanmilion</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="about.html">About</a>
</ul>
</div>
</div>
</nav>
<p style="font-size: 45px; margin-top: 20px; font-family: Lato; font-weight: lighter;" align="center">
View Published Reads
</p>
<div class="col-lg-4">
<table class="table table-responsive table-bordered" style="width: 150px; margin: 0 auto;">
<tr style="height: 200px;">
<td>
<?php ?>
</td>
</tr>
</table>
</div>
<div class="col-lg-4">
<table class="table table-responsive table-bordered" style="width: 150px; margin: 0 auto;">
<tr style="height: 200px;">
<td>
<?php ?>
</td>
</tr>
</table>
</div>
<div class="col-lg-4">
<table class="table table-responsive table-bordered" style="width: 150px; margin: 0 auto;">
<tr style="height: 200px;">
<td>
<?php ?>
</td>
</tr>
</table>
</div>
<div class="col-lg-4" style="margin-top: 42px;">
<table class="table table-responsive table-bordered" style="width: 150px; margin: 0 auto;">
<tr style="height: 200px;">
<td>
<?php ?>
</td>
</tr>
</table>
</div>
<div class="col-lg-4" style="margin-top: 42px;">
<table class="table table-responsive table-bordered" style="width: 150px; margin: 0 auto;">
<tr style="height: 200px;">
<td>
<?php ?>
</td>
</tr>
</table>
</div>
<div class="col-lg-4" style="margin-top: 42px;">
<table class="table table-responsive table-bordered" style="width: 150px; margin: 0 auto;">
<tr style="height: 200px;">
<td>
<?php ?>
</td>
</tr>
</table>
</div>
<footer class="footer">
<div class="container text-center">
<p class="text-muted">All rights reserved © 2016 Wanmilion.</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>