Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
More project ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
conantp committed May 29, 2014
1 parent 7eaa3e3 commit 6a3305b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions reroute/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
.date-detail{
text-align: center;
}
.datasets ul, .ideas ul{
.datasets ul, .ideas ul.ideas-projects{
text-align: left;
margin: 0px;
overflow:hidden;
margin-bottom: 20px;
}
.datasets li, .ideas li{
.datasets li, .ideas .ideas-projects li{
list-style-type: none;
display:inline-block;
float:left;
Expand Down Expand Up @@ -279,6 +279,10 @@
text-align: center;
}
}

.ideas-bullets li{
list-style: disc;
}
</style>

</head>
Expand Down Expand Up @@ -465,9 +469,9 @@ <h3 class="section-header">
<div class="span8">
<div class='rounded-border ideas'>
<h4>
Projects
Project Resources
</h4>
<ul>
<ul class='ideas-projects'>
<li>
<a href="http://codeforasheville.org/hackathon.html">
Hack for Food - Last year's event &#8594;
Expand All @@ -482,15 +486,12 @@ <h4>
Finda - Dataset Mapping Visualization Tool by Code for Boston &#8594;
</a>
</li>
<li>
More to come!
</li>
</ul>
<h4 />
<hr />
<h4>
Ideas
Other Ideas
</h4>
<ul>
<ul class='ideas-bullets'>
<li>
A map that combines existing public data sets to encourage alternative routes and transportation methods.
</li>
Expand Down

0 comments on commit 6a3305b

Please sign in to comment.