Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue#52 #79

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,19 @@ <h2>Election Day</h2>
<div class="voting-search col-sm-4">
<section class="container-fluid" id="early-voting">
<h3>Early Voting Information</h3>
<div class="address">
<form class="form-inline clearfix">
<label class="control-label" for="address">
<span class="fa fa-fw fa-map-marker"></span>
Enter address for directions
</label>
<input type="text" id="early-voting-address" class="input-md form-control" placeholder="1234 Main St">
<button class="btn btn-cambridge" type="submit">
<span class="icon-search"></span>
Set starting location
</button>
</form>
</div>
<div id="early-voting-sidebar" class="panel-group" role="tablist" aria-multiselectable="true"></div>
</section>
<section class="container-fluid" id="election-day">
Expand Down Expand Up @@ -112,13 +125,13 @@ <h3>Find your polling location</h3>
</form>
</div>

<div class="voting-result row">
<div class="navigation-result row">
<div class="location-data">
<div id="info">
<header>
<h4 class="location"></h4>
<p class="notes"></p>
<a id="view_directions" class="btn"><span class="icon-info-sign"></span> View directions</a>
<a id="view-directions" class="btn"><span class="icon-info-sign"></span> View directions</a>
<a id="directions-link" class="btn" target="_blank" title="Open navigation"><span class="icon-compass"></span> View in Map app</a>
</header>
<div id="directions"></div>
Expand Down
Loading