forked from HarryPoter0/Front-end_Development
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlisting.html
More file actions
187 lines (184 loc) · 6.56 KB
/
listing.html
File metadata and controls
187 lines (184 loc) · 6.56 KB
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
<!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, shrink-to-fit=no">
<title>Volunteer Overseas</title>
<link rel="shortcut icon" href="images/favicon.ico"/>
<link rel="stylesheet" href="css/media.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="js/main.js"></script>
<script src="js/select2.min.js"></script>
</head>
<body>
<!-- Admin-Login Start -->
<div class="wrapper admin-wrapper admin-login">
<!-- Header Start -->
<header class="login-header organization-header">
<div class="row header-row">
<div class="col-lg-2 col-sm-3 logo-outer">
<a href="index.html" title="Volunteer Overseas" class="logo"><img src="images/logo_1.png" alt="logo1"><img class="color-logo" src="images/logo.png" alt="logo"></a>
</div>
<div class="col-lg-10 col-sm-9 menu-wrap">
<nav>
<ul class="form-listing">
<li><a href="organization-page.html" title="Organization">Organization</a></li>
<li><a href="search-result.html" title="Projects">Projects</a></li>
<li><a href="#" title="Application">Application</a></li>
<li><a href="faq.html" title="FAQ">FAQ</a></li>
</ul>
<form class="my-2 my-sm-0 d-none d-sm-block">
<a href="login.html" class="btn btn-outline-success my-2 my-sm-0" title="Logout">Logout</a>
</form>
</nav>
</div>
</div>
<a href="#" title="" class="hamburger-icon"><span></span></a>
</header>
<!-- Header End -->
<!-- Main Start -->
<main>
<!-- Section Start -->
<section class="admin-section">
<!-- Main-Content Start -->
<div class="container listing-content">
<div class="with-box-shadow">
<!-- Section-Title Start -->
<div class="section-title text-center">
<h5>Projects List</h5>
<div class="outer-button">
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Add Project</button>
</div>
</div>
<!-- Section-Title End -->
<!-- Table-Responsive start -->
<div class="table-responsive">
<table class="table admin-table table-bordered table-striped">
<tr>
<th>Project name</th>
<th>Location</th>
<th></th>
</tr>
<tr>
<td>Ghana Medical Volunteers</td>
<td>Kumasi, Ghana</td>
<td>
<div class="outer-button">
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Edit</button>
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Delete</button>
</div>
</td>
</tr>
<tr>
<td>Teach English Abroad</td>
<td>Thailand</td>
<td>
<div class="outer-button">
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Edit</button>
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Delete</button>
</div>
</td>
</tr>
<tr>
<td>Dental Care Abroad</td>
<td>India</td>
<td>
<div class="outer-button">
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Edit</button>
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Delete</button>
</div>
</td>
</tr>
<tr>
<td>Ghana Medical Volunteers</td>
<td>Kumasi, Ghana</td>
<td>
<div class="outer-button">
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Edit</button>
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Delete</button>
</div>
</td>
</tr>
<tr>
<td>Teach English Abroad</td>
<td>Thailand</td>
<td>
<div class="outer-button">
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Edit</button>
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Delete</button>
</div>
</td>
</tr>
<tr>
<td>Dental Care Abroad</td>
<td>India</td>
<td>
<div class="outer-button">
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Edit</button>
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Delete</button>
</div>
</td>
</tr>
<tr>
<td>Ghana Medical Volunteers</td>
<td>Kumasi, Ghana</td>
<td>
<div class="outer-button">
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Edit</button>
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Delete</button>
</div>
</td>
</tr>
<tr>
<td>Teach English Abroad</td>
<td>Thailand</td>
<td>
<div class="outer-button">
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Edit</button>
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Delete</button>
</div>
</td>
</tr>
<tr>
<td>Dental Care Abroad</td>
<td>India</td>
<td>
<div class="outer-button">
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Edit</button>
<button type="button" class="btn btn-fill" onclick="window.location.href='#'">Delete</button>
</div>
</td>
</tr>
</table>
</div>
<!-- Table-Responsive End -->
<!-- Pagination Start -->
<ul class="pagination mb-0">
<li class="disabled">
<a href="#" aria-label="Previous">
<
</a>
</li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li class="">
<a href="#" aria-label="Next">
>
</a>
</li>
</ul>
<!-- Pagination End -->
</div>
</div>
<!-- Main-Content End -->
</section>
<!-- Section End -->
</main>
<!-- Main End -->
</div>
<!-- Admin-Login End -->
</body>
</html>