Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:Dirrk/2015-hr-resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Rada committed Oct 24, 2015
2 parents 1a79de6 + 60010c9 commit efd4de6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
Binary file added public/img/AccountPic_large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/fullLemonadeGlass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/halfFullGlass_withBurst.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/halfFullLemonadeGlass_lg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 12 additions & 7 deletions public/views/donate-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
<div class="navigation">
<data-global-nav></data-global-nav>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 page-content">
<form role="search">
<input type="text" class="form-control" data-ng-model="globalNavCtrl.searchText" globalplaceholder="Search">
<button type="submit" data-ng-click="globalNavCtrl.runSearch(globalNavCtrl.searchText)" class="btn btn-default">Submit</button>
</form>

<h1>Donate Details</h1>
<div class="col-xs-12 col-sm-12 col-md-12 page-content" ng-controller="donatePageController">
<h1>{{event.name}}</h1>
<p>{{event.description}}</p>

<h3>Where?</h3>
<p>{{event.where.address}},<br>
{{event.where.location}}</p>
<h3>When?</h3>
<p>{{event.when}}</p>
<h3>Who?</h3>
<p><strong>{{event.contact.name}}</strong><br>
{{event.contact.phone}}<br>
<a ng-href="mailto:{{event.contact.email}}">{{event.contact.email}}</a></p>
</div>
</div>
</div>

0 comments on commit efd4de6

Please sign in to comment.