forked from zmon/Code-for-America-Projects-Hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCfAideaPage.htm
126 lines (113 loc) · 4.69 KB
/
CfAideaPage.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Code for America. Project Page.">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>Project Page. Code for America.</title>
<!-- Bootstrap relase 3 core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Project Hub custom styles -->
<link href="css/cfa-projects-hub.css" rel="stylesheet">
<!-- Project Page custom styles -->
<link href="css/cfa-project-page.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<ul class="list-unstyled OK-btn-edit-project">
<li><a href="https://docs.google.com/forms/d/1H62GmD35j1kwHYcX7r8jT8Gwj3dm8d-SZBVV_H9oz9s/viewform">Edit Idea Description</a></li>
</ul>
<header class="container">
<div class="row">
<div class="col-xs-3 col-lg-2">
<img class="OK-logo" src="images/CfA_logo_132x53.png" width="132" height="53" alt="Code for America ">
<br><br>
<button type="button" onClick="location.href='index.html'" class="btn btn-primary btn-xs">Back to Projects Hub</button>
</div>
<div class="col-xs-9 col-lg-6">
<h1>Project Idea Title <br />
<small>project idea subtitle</small>
</h1>
<ul class="list-inline list-unstyled">
<!-- project metadata -->
<li class="OK-tag bg-civic" title="Civic category">Civic category</li>
<li class="OK-tag bg-gray" title="Platform">platform</li>
</ul>
</div>
</div>
</header>
<!-- project contributor -->
<div class="container">
<div class="row">
<section class="OK-project-contributors clearfix">
Suggested by Jane Doe
</section>
</div>
</div>
<!-- project social badges -->
<div class="container">
<div class="row">
<section class="OK-project-badges clearfix">
<ul class="list-inline list-unstyled clearfix">
<li><span class="glyphicon glyphicon-hand-up" title="Project requested by civic organization"></span></a> Requested by ...</li>
<li><span class="glyphicon glyphicon-ok" title="Project validated by research"></span> Validated by user research</li>
</ul>
</section>
</div>
</div>
<!-- project definition -->
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 OK-project-definition-card OK-pdc-goals">
<span class="glyphicon glyphicon-send OK-pdcard-glyphicon"></span>
<h3>Goals</h3>
<p>Idea goals are described here</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 OK-project-definition-card OK-pdc-audience">
<span class="glyphicon glyphicon-user OK-pdcard-glyphicon"></span>
<h3>Target Audience</h3>
<p></p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 OK-project-definition-card OK-project-definition-card-tall OK-pdc-story pull-right">
<span class="glyphicon glyphicon-list-alt OK-pdcard-glyphicon"></span>
<h3>User Stories</h3>
<p></p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 OK-project-definition-card OK-pdc-maintenance">
<span class="glyphicon glyphicon-wrench OK-pdcard-glyphicon"></span>
<h3>Maintenance Plan</h3>
<p></p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 OK-project-definition-card OK-pdc-blockers">
<span class="glyphicon glyphicon-save OK-pdcard-glyphicon OK-rotate-270-clockwise"></span>
<h3>Potential Blockers</h3>
<p></p>
</div>
</div>
</div>
<footer class="container">
<div class="row">
<div class="col-xs-3 col-lg-2">
<img class="OK-logo" src="images/CfA_logo_132x53.png" width="132" height="53" alt="Code for America ">
<br><br>
<button type="button" onClick="location.href='index.html'" class="btn btn-primary btn-xs">Back to Projects Hub</button>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>