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

Added github links to projects and edited project descriptions #12

Merged
merged 1 commit into from
Apr 7, 2020
Merged
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
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ <h1>Taylor Hunkler</h1>
<!-- Two -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first">
<div class="content">
<h2>Second Chance</h2>
<p>I worked as a backend developer on this project. It was built using node on the backend and react on the frontend.</p>
<h2><a href="https://second-chance.now.sh/">Second Chance</a></h2>
<p>This project simulates a web app that connects prisoners to potential employers. I worked as a backend developer on this project. It was built using node on the backend and react on the frontend.</p>
<ul class="actions stacked">
<li><a href="https://second-chance.now.sh/">View Site</a></li>
<li><a href="https://github.com/Build-WeekFT-PrisonerSkills/PS-Backend">View GitHub Repository</a></li>
</ul>

</div>
<div class="image">
<img src="images/tablet.jpg" alt="A picture of a tablet being used on a table" />
Expand All @@ -57,10 +58,10 @@ <h2>Second Chance</h2>
<!-- Three -->
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Bucket List</h2>
<p>I was the UI developer on this landing page. It was built using HTML and CSS.</p>
<h2><a href="https://build-bucket-list.netlify.com" class="button">Bucket List </a></h2>
<p>This project simulates a web app that lets users create, document, and share their bucket list items. I was the UI developer on this landing page. It was built using HTML and CSS.</p>
<ul class="actions stacked">
<li><a href="https://build-bucket-list.netlify.com" class="button">View </a></li>
<li><a href="https://github.com/bucket-list-bw/WebUI-TaylorHunkler" class="button">View GitHub Repository </a></li>
</ul>
</div>
<div class="image">
Expand All @@ -71,10 +72,10 @@ <h2>Bucket List</h2>
<!-- Four -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Build Week 2</h2>
<p>This project was built during my 2nd build week at Lambda School. I was a front-end deveolper on this project, creating lists of items from an api and forms. </p>
<h2><a href="https://5th-wheel.now.sh/">5th Wheel</a></h2>
<p>This project simulates a web app that connect RV owners with land owners. I worked as a front-end deveolper on this project using React. </p>
<ul class="actions stacked">
<li><a href="https://5th-wheel.now.sh/" class="button">View </a></li>
<li><a href="https://github.com/buildweek-5th-wheel/React-FE" class="button">View GitHub Repository </a></li>
</ul>
</div>
<div class="image">
Expand Down