forked from codeforamerica/packing-light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
review.html
54 lines (41 loc) · 1.76 KB
/
review.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="//cloud.webtype.com/css/944a7551-9b08-4f0a-8767-e0f83db4a16b.css" />
<link rel="stylesheet" href="http://style.codeforamerica.org/style/css/main.css">
<link rel="stylesheet" href="http://style.codeforamerica.org/style/css/layout.css" media="all and (min-width: 40em)">
<link href="http://style.codeforamerica.org/style/css/prism.css" rel="stylesheet" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<link rel="stylesheet" href="css/main.css">
<title>Packing light</title>
</head>
<body>
<!-- header block -->
<header>
<h1><a href="/" class="logo">Packing Light</a></h1>
<nav>
<ul class="nav">
<li>Overview</li>
<li>Review</li>
</ul>
</header>
<!-- end header block -->
<div class="main-content">
<div class="current-tasks">
<h2>Review</h2>
<div class="review">
<iframe src="http://www2.oaklandnet.com" height="600px" width="100%">
</iframe>
<p style="text-align:center"><a href="" class="button button-alternative">Keep</a> <a href="" class="button">Not sure</a> <a href="" class="button button-prominent">Trash</a></p>
</div>
</div>
</div>
<!-- footer block -->
<footer class="product-info">
<p class="cfa">Created by <span><img src="/static/images/logo-black.png" alt="Code for America" height="40px" /></span></p>
</footer>
<!-- end footer block -->
</body>
</html>