Skip to content

Commit

Permalink
add simply commerce project
Browse files Browse the repository at this point in the history
  • Loading branch information
telestrial committed Apr 25, 2024
1 parent 66e8679 commit 8bb0a73
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 0 deletions.
Binary file added img/simply_commerce-1167w.avif
Binary file not shown.
Binary file added img/simply_commerce-1291w.avif
Binary file not shown.
Binary file added img/simply_commerce-1400w.avif
Binary file not shown.
Binary file added img/simply_commerce-200w.avif
Binary file not shown.
Binary file added img/simply_commerce-529w.avif
Binary file not shown.
Binary file added img/simply_commerce-767w.avif
Binary file not shown.
Binary file added img/simply_commerce-965w.avif
Binary file not shown.
35 changes: 35 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,41 @@ <h1 class="section__title">
<span class="about__numbers">02. </span>Projects
</h1>
<div class="projects__container">
<div class="projects__card">
<div class="projects__image">
<a href="https://simply-commerce-amber.vercel.app/" target="_blank">
<img
class="projects__picture"
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
img/simply_commerce-200w.avif 200w,
img/simply_commerce-529w.avif 529w,
img/simply_commerce-767w.avif 767w,
img/simply_commerce-965w.avif 965w,
img/simply_commerce-1167w.avif 1167w,
img/simply_commerce-1291w.avif 1291w,
img/simply_commerce-1400w.avif 1400w
"
src="img/simply_commerce-1400w.avif"
alt="A screenshot of a webpage with product cards and 'add to cart' buttons"
/>
</a>
</div>
<div class="projects__info">
<span class="projects__tag">NextJS</span>
<span class="projects__tag">React</span>
<span class="projects__tag">Typescript</span>
<span class="projects__tag">PostgreSQL</span>
<div class="projects__description">
<p>
Simply Commerce, a work in progress, is a modern Next
(app-folder-based) app aimed at e-commerce using a simple data
structure, ui, and checkout process. Specific attention is being
given to minimalism and minimum viable product.
</p>
</div>
</div>
</div>
<div class="projects__card">
<div class="projects__image">
<a href="https://markdown-code-demo.vercel.app/" target="_blank">
Expand Down

0 comments on commit 8bb0a73

Please sign in to comment.