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

Commit

Permalink
Built recap page, added writeup
Browse files Browse the repository at this point in the history
  • Loading branch information
conantp committed Jun 3, 2014
1 parent a6448a2 commit 322cf8a
Show file tree
Hide file tree
Showing 5 changed files with 1,425 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,7 @@ Generated_Code #added for RIA/Silverlight projects
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML

.floo

.flooignore
18 changes: 9 additions & 9 deletions _includes/meetups.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div class="featurette">
<a href="{{site.content.brigade-link}}">
<img name="meetup" id="meetup" class="featurette-image pull-left" src="images/meetup.jpg">
</a>
<h2 class="featurette-heading">We Meet Often. <span class="muted">Come Join Us.</span></h2>
<p class="lead">View our <a href="{{site.brigade.meetup-link}}">
Meetups site</a> for our next location and time. We try to meet every few
Mondays where we hack (develop) our projects,
or brainstorm on current issues and activities around Asheville.</a>
<div class="featurette">
<a href="{{site.content.brigade-link}}">
<img name="meetup" id="meetup" class="featurette-image pull-left" src="images/meetup.jpg">
</a>
<h2 class="featurette-heading">We Meet Often. <span class="muted">Come Join Us.</span></h2>
<p class="lead">View our <a href="{{site.brigade.meetup-link}}">
Meetups site</a> for our next location and time. We try to meet every few
Mondays where we hack (develop) our projects,
or brainstorm on current issues and activities around Asheville.</a>
</div>
17 changes: 15 additions & 2 deletions reroute/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,14 @@
.ideas-bullets li{
list-style: disc;
}

div.navigation ul.post-event-callout{
background: #FF8900;
border-radius: 5px;
font-size: 1.5em;
color: white;

}
</style>

</head>
Expand All @@ -303,6 +311,11 @@ <h1><img src="../images/reroute-logo.png" alt="reroute logo" width="300"/></h1>
</div>
<div class='row'>
<div class="navigation span12">
<ul class='post-event-callout'>
<li>
Thank you to everyone who attended ReRoute AVL! <a href='recap.html'>Check out our event recap!</a>
</li>
</ul>
<ul>
<li>
<a href="#whatis">What is ReRoute AVL?</a>
Expand All @@ -324,11 +337,11 @@ <h1><img src="../images/reroute-logo.png" alt="reroute logo" width="300"/></h1>
<li>
<a href="#datasets">Possible Datasets</a>
</li>
<li>
<!-- <li>
<a href="http://www.eventbrite.com/event/11198347559?ref=ebtn" target="_blank">
<img border="0" src="http://www.eventbrite.com/custombutton?eid=11198347559" alt="Register for ReRoute AVL" />
</a>
</li>
</li> -->
</ul>
</div>
</div>
Expand Down
Loading

0 comments on commit 322cf8a

Please sign in to comment.