Skip to content

Commit

Permalink
Add emochi to portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
pg8wood committed Jul 17, 2023
1 parent 53356cc commit 7c63327
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 0 deletions.
Binary file added public_html/images/emochi-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public_html/images/emochi-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public_html/images/emochi-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public_html/images/emochi-4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public_html/images/emochi-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions public_html/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,35 @@ <h2>Portfolio</h2>
<div class="wrapper">
<div class="inner">
<section class="features">
<article>
<div class="article-content" align="center">
<img src="images/emochi-icon.png" class="app-icon-container"/>
<h3 class="major">Emochi</h3>
<p>A system-wide emoji picker for macOS, summoned just by typing a colon and an emoji name :partyingface: 🥳</p>
<video width="100%"" controls>
<source src="videos/emochi-demo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<a href="images/emochi-1.png"><figure><img src="images/emochi-1.png" width="100%" alt="..." loading="lazy"/></figure></a>
<a href="images/emochi-2.png"><figure><img src="images/emochi-2.png" width="100%" alt="..." loading="lazy"/></figure></a>
<a href="images/emochi-3.png"><figure><img src="images/emochi-3.png" width="100%" alt="..." loading="lazy"/></figure></a>
<a href="images/emochi-4.png"><figure><img src="images/emochi-4.png" width="100%" alt="..." loading="lazy"/></figure></a>
<br />
<!-- <a href="https://apps.apple.com/us/app/recipe-nabber/id1602584893" target="_blank" style="border-bottom-style: none;"><img src="images/download-on-the-app-store-white.svg" width=75%/></a> -->
</div>
<div class="badge-container noselect">
<hr/>
<p class="badge">Swift 5.7</p>
<p class="badge">StoreKit 2</p>
<p class="badge">SwiftUI</p>
<p class="badge">AppKit</p>
</div>
</article>
<article>
<div class="article-content" align="center">
<img src="images/recipe-nabber-icon.png" class="app-icon-container"/>
<h3 class="major"><a href="https://apps.apple.com/us/app/recipe-nabber/id1602584893" target="_blank">Recipe Nabber</a></h3>
<p>A Safari extension for iOS that skips the life stories of recipe authors and renders only recipe content.</p>
<div class="flex-images-container">
<a href="images/recipe-nabber1.webp"><figure><img src="images/recipe-nabber1.webp" class="tall-img" alt="..." loading="lazy"/></figure></a>
<a href="images/recipe-nabber2.webp"><figure><img src="images/recipe-nabber2.webp" class="tall-img" alt="..." loading="lazy"/></figure></a>
Expand Down
Binary file added public_html/videos/emochi-demo.mp4
Binary file not shown.

0 comments on commit 7c63327

Please sign in to comment.