Skip to content

Commit e608587

Browse files
committed
Add farefairy project
1 parent 3b96445 commit e608587

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed
470 KB
Loading

index.html

+22-7
Original file line numberDiff line numberDiff line change
@@ -77,31 +77,46 @@ <h2 class="heading">Latest Projects</h2>
7777
<div class="content">
7878

7979
<div class="item featured text-center">
80-
<h3 class="title"><a href="https://calm-castle-47478.herokuapp.com/" target="_blank">Survey Opossum</a></h3>
81-
<p class="summary">A survey engine for savvy marketers</p>
80+
<h3 class="title"><a href="http://farefairy.us" target="_blank">FareFairy</a></h3>
81+
<p class="summary">An API for Apps on the Go</p>
8282
<div class="featured-image">
83-
<a href="https://calm-castle-47478.herokuapp.com/" target="_blank">
84-
<img class="img-responsive project-image" src="assets/images/projects/project-featured.png" alt="survey opossum" />
83+
<a href="http://farefairy.us" target="_blank">
84+
<img class="img-responsive project-image" src="assets/images/projects/farefairy_project.png" alt="farefairy" />
8585
</a>
8686
<div class="ribbon">
8787
<div class="text">New</div>
8888
</div>
8989
</div>
9090

9191
<div class="desc text-left">
92+
<p>FareFairy was built as a final project for The Iron Yard. This is a Rails-powered API which combines transit information from the Google Directions, Uber, Lyft, and Taxi Fare Finder API in one easy-to-digest response.</p>
93+
<p>API users provide a starting and destination location and are presented with all data needed to make a choice of which option to take.</p>
94+
<p>The API powers <a href="http://riderapp.us">Rider</a> and is also available as an open source API.</p>
95+
</div><!--//desc-->
96+
<a class="btn btn-cta-primary" href="http://farefairy.us/" target="_blank"><i class="fa fa-bus"></i> View FareFairy</a>
97+
<a class="btn btn-cta-secondary" href="https://riderapp.us" target="_blank"><i class="fa fa-map-marker"></i> View Rider</a>
98+
</div><!--//item-->
99+
<hr class="divider" />
100+
101+
<div class="item row">
102+
<a class="col-md-4 col-sm-4 col-xs-12" href="https://calm-castle-47478.herokuapp.com/" target="_blank">
103+
<img class="img-responsive project-image" src="assets/images/projects/project-featured.png" alt="survey opossum" />
104+
</a>
105+
<div class="desc col-md-8 col-sm-8 col-xs-12">
106+
<h3 class="title"><a href="https://calm-castle-47478.herokuapp.com/" target="_blank">Survey Opossum</a></h3>
92107
<p>Survey Opossum was built in collaboration with the front-end engineering class at The Iron Yard. I handled the back end of the application, including database design and modeling and Rails app development with another Ruby on Rails Student.</p>
93108
<p>This project was completed over a weekend and is a fully functioning survey app, allowing users to log in, create surveys, and view and download survey results.</p>
109+
<p><a class="more-link" href="https://calm-castle-47478.herokuapp.com/" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
94110
</div><!--//desc-->
95-
<a class="btn btn-cta-secondary" href="https://calm-castle-47478.herokuapp.com/" target="_blank"><i class="fa fa-thumbs-o-up"></i> View on Heroku</a>
96111
</div><!--//item-->
97-
<hr class="divider" />
112+
98113
<div class="item row">
99114
<a class="col-md-4 col-sm-4 col-xs-12" href="https://intense-forest-92739.herokuapp.com/" target="_blank">
100115
<img class="img-responsive project-image" src="assets/images/projects/project-5.png" alt="project name" />
101116
</a>
102117
<div class="desc col-md-8 col-sm-8 col-xs-12">
103118
<h3 class="title"><a href="https://intense-forest-92739.herokuapp.com/" target="_blank">Menu App</a></h3>
104-
<p>This menu app was built as a homework assignment for The Iron Yard. This simple Ruby on Rails app includes admin features allowing users to add new dishes to a restaurant's menu.</p>
119+
<p>This simple Ruby on Rails app includes admin features allowing users to add new dishes to a restaurant's menu.</p>
105120
<p><a class="more-link" href="https://intense-forest-92739.herokuapp.com/" target="_blank"><i class="fa fa-external-link"></i> Find out more</a></p>
106121
</div><!--//desc-->
107122
</div><!--//item-->

0 commit comments

Comments
 (0)