Skip to content

Commit

Permalink
Add corporate-quarters, remove moonlighter
Browse files Browse the repository at this point in the history
  • Loading branch information
dalyhabit committed Jul 13, 2023
1 parent 3587e06 commit dcebb16
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@ <h2>Portfolio</h2>
</div>

<div class="row">
<div class="col span-1-of-3 box portfolio-col">
<a target="_blank" href="https://www.corporate-quarters.com">
<div class="screenshot-container">
<picture>
<source class="screenshot" srcset="resources/images/corporate-quarters.jp2" type="image/jp2">
<source class="screenshot" srcset="resources/images/corporate-quarters.webp" type="image/webp">
<img class="screenshot" src="resources/images/corporate-quarters.png" alt="corporate-quarters">
</picture>
</div>
<h3>Corporate Quarters</h3>
</a>
<p>Website for a company who connects landlords to tenants by providing short-term rentals to corporate business travelers, travel nurses, etc. Developed using React 18 and Webpack 5, hosted by AWS. Continuous integration and continuous deployment configured through AWS Amplify.</p>
</div>
<div class="col span-1-of-3 box portfolio-col">
<a target="_blank" href="https://github.com/dalyhabit/dalyhabit.github.io">
<div class="screenshot-container">
Expand All @@ -79,20 +92,7 @@ <h3>dalyhabit.com</h3>
</div>
<h3>Greenbelter.io</h3>
</a>
<p>Access useful information about the Barton Creek Greenbelt, all in one convenient location. View real-time water flow and water depth data, obtained from the USGS Water Services API, at multiple locations on the greenbelt. Additionally, obtain driving and walking directions from your current location. Developed using React, Node/Express, and deployed on AWS.</p>
</div>
<div class="col span-1-of-3 box portfolio-col">
<a target="_blank" href="http://hacklightmoon.herokuapp.com">
<div class="screenshot-container">
<picture>
<source class="screenshot" srcset="resources/images/moonlighter.jp2" type="image/jp2">
<source class="screenshot" srcset="resources/images/moonlighter.webp" type="image/webp">
<img class="screenshot" src="resources/images/moonlighter.png" alt="moonlighter">
</picture>
</div>
<h3>Moonlighter</h3>
</a>
<p>Gamify your Github account. As a contributor, earn tokens and unlock new characters as you contribute to open source projects. As a project owner, place bounties on issues and features that need to be finished on your projects. Developed using AngularJS, Node/Express, and PostreSQL.</p>
<p>Access useful information about the Barton Creek Greenbelt. View real-time water flow and water depth data, obtained from the USGS Water Services API, at multiple locations on the greenbelt. Additionally, obtain driving and walking directions from your current location. Developed using React, Node/Express, and deployed on AWS.</p>
</div>
</div>
</section>
Expand Down
Binary file added resources/images/corporate-quarters.jp2
Binary file not shown.
Binary file added resources/images/corporate-quarters.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 resources/images/corporate-quarters.webp
Binary file not shown.

0 comments on commit dcebb16

Please sign in to comment.