-
Notifications
You must be signed in to change notification settings - Fork 0
/
posts.html
177 lines (166 loc) · 8.12 KB
/
posts.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
<!DOCTYPE html>
<html lang="en">
<header>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.header1{
float: left;
display: inline;
min-height: 100vh;
background-color: #182c25;
}
body {
margin: 0;
padding: 0;
}
.header1 {
height: 100vh; /* Remove any fixed height here */
background: #182c25;
width: 270px;
}
.header1 > div { /* Ensure child elements also fill the height */
height: 100%;
}
.graph{
display: inline;
border: 10px solid orange;
}
</style>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<title>Club Posts Management Page</title>
<link rel="stylesheet" href="./static/css/tammy.css">
</header>
<body>
<div class="all">
<div class="header1">
<div class="d-flex flex-column p-3" style="width: 270px; background: #182c25;">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-white text-decoration-none">
<svg class="bi pe-none me-2" width="40" height="32"><use xlink:href="#bootstrap"></use></svg>
<span class="fs-4">BEngaged</span>
</a>
<hr>
<ul class="nav nav-pills flex-column mb-auto">
<li class="nav-item">
<a href="finances.html" class="nav-link text-white" aria-current="page">
<svg class="bi pe-none me-2" width="16" height="16"><use xlink:href="#"></use></svg>
Home
</a>
</li>
<li>
<a href="eboardHome.html" class="nav-link text-white">
<svg class="bi pe-none me-2" width="16" height="16"><use xlink:href="#eboardHome"></use></svg>
Dashboard
</a>
</li>
<li>
<a href="posts.html" class="nav-link active">
<svg class="bi pe-none me-2" width="16" height="16"><use xlink:href="#posts"></use></svg>
Posts
</a>
</li>
<li>
<a href="index.html" class="nav-link text-white">
<svg class="bi pe-none me-2" width="16" height="16"><use xlink:href="#grid"></use></svg>
University Home
</a>
</li>
</ul>
<hr>
<div class="dropdown">
<ul class="dropdown-menu dropdown-menu-dark text-small shadow">
<li><a class="dropdown-item" href="#">New project...</a></li>
<li><a class="dropdown-item" href="#">Settings</a></li>
<li><a class="dropdown-item" href="#">Profile</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Sign out</a></li>
</ul>
</div>
</div>
</div>
<header class="p-3" style="background:#005B42;">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="/" class="d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none">
<svg class="bi me-2" width="40" height="32" role="img" aria-label="Bootstrap">
<use xlink:href="#bootstrap"></use>
</svg>
</a>
<ul class="nav col-12 col-lg me-lg mb-2 justify-content-center mb-md-0">
<li><a href="#" class="nav-link px-2 text-black" style="margin-right: 15px;">Home</a></li>
<li><a href="#" class="nav-link px-2 text-white" style="margin-right: 15px;">Groups</a></li>
<li><a href="#" class="nav-link px-2 text-white">Events</a></li>
<li><a href="#" class="nav-link px-2 text-white">News</a></li>
<div class="text-end">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false" style="color: white;">
<img class="rounded-circle" src="./static/images/person.jpg" width=30 />
</a>
<ul class="dropdown-menu dropdown-menu-lg-end">
<li><a class="dropdown-item" href="index.html">Club Directory</a></li>
<li><a class="dropdown-item" href="#">Settings</a></li>
<li><a class="dropdown-item" href="#">Points: 45</a></li>
<li><a class="dropdown-item" href="#">Sign Out</a></li>
</ul>
</div>
</ul>
</div>
</div>
</header>
</div>
<div class="posts">
<div class="row">
<h3><u>Posts</u></h3>
<table class="table table-hover" style="width: 70%;">
<tbody>
<tr>
<td class="date">02/20</td>
<td>Upcoming...</td>
<td><em>Drafting</em></td>
<td><button title="edit" class="check" type="button">🖊️</button></td>
</tr>
<tr>
<td class="date">02/18</td>
<td>Thank you for participating!</td>
<td><em>Scheduled</em></td>
<td><button title="edit" class="check" type="button">🖊️</button></td>
</tr>
<tr>
<td class="date">02/15</td>
<td>Donut Fundraiser</td>
<td>Posted</td>
<td><button title="edit" class="check" type="button">🖊️</button></td>
</tr>
</tbody>
</table>
</div>
<div class="row">
<div class="writePost inline col-lg-6">
<h3><u>Draft Post</u></h3>
<div class="input-group mb-3">
<span class="input-group-text" style="width: 13%;">Title </span>
<input type="text" class="form-control" placeholder="Insert cool title">
</div>
<div class="col-lg-12" style="margin-bottom: 10px;">
<textarea class="form-control" placeholder="Come to our event this Tuesday!" rows="4"></textarea>
</div>
</div>
<div class="btn-group-vertical inline col-lg-4"
style="height: 20%; width: 15%;margin-top: 45px;">
<button type="button" class="btn btn-outline-success">Post</button>
<button type="button" class="btn btn-outline-secondary">Schedule</button>
<button type="button" class="btn btn-outline-primary">Save Draft</button>
<button type="button" class="btn btn-outline-info">Upload Files</button>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>