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

Taylor endorsment #24

Merged
merged 2 commits into from
Jun 25, 2020
Merged
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
Binary file added images/BJJ-home-2.JPG
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 images/BJJ-home-3.JPG
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 images/BJJ-home.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 32 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ <h1>Taylor Hunkler</h1>
HTML,
CSS,
Javascript,
React, Redux
Node.js, and
Python.
React, Redux, and
Node.js
</p>
<ul class="actions stacked">
<li><a href="#first" class="button big wide smooth-scroll">View My Projects</a></li>
Expand Down Expand Up @@ -70,7 +69,7 @@ <h2><a href="https://5th-wheel.now.sh/">5th Wheel</a></h2>
</ul>
</div>
<div class="image">
<img src="images\5thbookzoom.JPG" alt="A picture of a globe on a desk" />
<img src="images\5thbookzoom.JPG" alt="A picture of 5th wheel app" />
</div>
</section>

Expand All @@ -91,11 +90,11 @@ <h2><a href="https://build-bucket-list.netlify.com">Bucket List </a></h2>
</ul>
</div>
<div class="image">
<img src="images\bucketlist.JPG" alt="A close up view of computer code" />
<img src="images\bucketlist.JPG" alt="A picture of bucket list apps landing page" />
</div>
</section>
<!-- Two -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first">
<!-- <section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first">
<div class="content">
<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.</p>
Expand All @@ -114,6 +113,31 @@ <h2><a href="https://second-chance.now.sh/">Second Chance</a></h2>
<div class="image">
<img src="images/pris.JPG" alt="A picture of a tablet being used on a table" />
</div>
</section> -->

<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first">
<div class="content">
<h2><a href="https://app.taylor55h.now.sh/">Brazilian Jiu-Jitsu Trainer</a></h2>
<p>This web app allows users to view and share Brazilian Jiu-Jitsu moves.</p>

<p><b>Tech Stack:</b> CSS | Javascript | React | Redux | Node.js/Express | PostgresSQL</p>

<ul>
<li>Worked as the sole Front-End developer</li>
<li>Wrote API calls</li>
<li>Worked as the sole Back-End developer</li>
<li>Created endpoints</li>
</ul>
<ul class="actions stacked">
<li><a href="https://github.com/taylorhh5/Jiu-Jitsu"class="button">View Front-End GitHub Repository</a></li>
<li><a href="https://github.com/taylorhh5/Jiu-Jitsu-Backend"class="button">View Back-End GitHub Repository</a></li>

</ul>

</div>
<div class="image">
<img src="images/BJJ-home.JPG" alt="A picture of Brazilian Jiu Jitsu trainer web app" />
</div>
</section>

<!-- Three -->
Expand All @@ -135,7 +159,7 @@ <h2><a href="https://flamboyant-kilby-d987cf.netlify.app/">MUD Game </a></h2>
</ul>
</div>
<div class="image">
<img src="images\mud.JPG" alt="A close up view of computer code" />
<img src="images\mud.JPG" alt="A picture of MUD game app" />
</div>
</section>

Expand All @@ -158,7 +182,7 @@ <h2><a href="https://miracle-hpy181ugc.now.sh/">Miracle Messages</a></h2>

</div>
<div class="image">
<img src="images/mircap.JPG" alt="A picture of a tablet being used on a table" />
<img src="images/mircap.JPG" alt="A picture of miracle app" />
</div>
</section>

Expand Down