Skip to content

Commit

Permalink
Adding HiLite App to Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
armaangoel78 committed May 10, 2018
1 parent 6209c66 commit 0bda10d
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added ClubWebsite_django/.DS_Store
Binary file not shown.
13 changes: 13 additions & 0 deletions ClubWebsite_django/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,19 @@ <h3>Sapphire Volunteer Management</h3>
</div>
</div>

<div class="row" style="margin-bottom: 5%">
<div class="col-md-7">
<a /projects="#">
<img class="img-thumbnail" src="img/hiliteapp.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3>HiLite Newspaper App</h3>
<p>A quick, fun 'Cookie Clicker' clone made for marketing purposes. Every time a user taps the Code For Change Logo on the website it contributes to the site's click number. We also have the website inform users that they have one a prize which can be redeemed at our club booth. This website has proven to be extreemely successful at club fairs, especially among children. </p>
<a /projects="https://coding-clicker.herokuapp.com" style="margin: auto;" class="btn btn-primary btn-xl rounded-pill mt-1">View Project</a>
</div>
</div>


<div class="row" style="margin-bottom: 5%">
<div class="col-md-7">
Expand Down
15 changes: 15 additions & 0 deletions resources/templates/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,21 @@ <h3>Sapphire Volunteer Management</h3>
</div>
</div>

<div class="row" style="margin-bottom: 5%">
<div class="col-md-7">
<a href="#">
<img class="img-thumbnail" src="/static/img/hiliteapp.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3>HiLite Newspaper App</h3>
<p>An Android application that display stories from the HiLite, the official school Newspaper of Carmel High School. The app lets users view stories, search for content and browse the varoius sections available.</p>
<p></p>
<p>The app will soon be expanded to work for any newspaper using WordPress. Newspapers will be able to register their publication into the app through a simple web interface.</p>
<a href="https://sapphire-web.herokuapp.com" class="btn btn-xl rounded-pill mt-1" style="background-color: #aaaaaa; color: #ffffff;">Project Not Yet Available</a>
</div>
</div>


<div class="row" style="margin-bottom: 5%">
<div class="col-md-7">
Expand Down
Binary file added static/.DS_Store
Binary file not shown.
Binary file added static/img/.DS_Store
Binary file not shown.
Binary file added static/img/hiliteapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0bda10d

Please sign in to comment.