-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingleSchool.html
More file actions
23 lines (21 loc) · 969 Bytes
/
singleSchool.html
File metadata and controls
23 lines (21 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Luncher</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
</head>
<body>
<div class="nav">
<h2>Luncher<h2>
<button class="login">Login</button>
</div>
<div class="single-school-wrap">
<h2>School Name</h2>
<span>123 Address St. City, State</span>
<p>Maecenas vel pulvinar leo. Vivamus imperdiet nulla felis, a accumsan mauris dictum sed. Donec at sagittis sapien. Vestibulum dictum consectetur mi, vitae tempor felis laoreet ut. Ut eget tempor mauris, ac tempus lacus. Integer venenatis augue maximus, rutrum urna a, venenatis mi. Etiam vel mi pellentesque eros lacinia volutpat vel nec nisi. Suspendisse potenti.</p>
<div class="progress-bar"></div>
<span>Amount Donated: $4555 out of $5000</span>
</div>
</body>
</html>