Skip to content

Commit

Permalink
add project (#89)
Browse files Browse the repository at this point in the history
- add project
- update Cypress config
  • Loading branch information
alexnguyennz authored Apr 28, 2024
1 parent e95fcf9 commit e1cc2ea
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 6 deletions.
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ export default defineConfig({
fixturesFolder: false,
screenshotOnRunFailure: false,
video: false,
defaultCommandTimeout: 10000,
},
});
2 changes: 1 addition & 1 deletion src/content/projects/astroawsamplify.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ url: https://www.astroawsamplify.com/
tags:
- astro
- aws-amplify
order: 1
order: 2
---

Astro AWS Amplify is an adapter for SSR deployments with Astro websites on AWS Amplify Hosting.
Expand Down
2 changes: 1 addition & 1 deletion src/content/projects/c64graphicscollection.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- nuxt
- supabase
- tailwind
order: 3
order: 6
---

C64 Graphics Collection is an app for viewing graphics releases from the Commodore 64 hobbyist game scene.
Expand Down
2 changes: 1 addition & 1 deletion src/content/projects/carbonsarhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- nextjs
- mantine
- turborepo
order: 1
order: 3
---

Carbon Sarhat is a digital currency-powered financial market infrastructure streamlining private market investments.
Expand Down
Binary file added src/content/projects/oatcafe-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/content/projects/oatcafe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Oat Café
description: Astro + Tailwind
cover: "./oatcafe-cover.png"
image: "./oatcafe.png"
url: https://oatcafe.co.nz
source: https://github.com/alexnguyennz/oat-cafe
tags:
- astro
- tailwind
order: 1
---

Oat Café is a cafe located in Wellington, New Zealand.

**Main Tools**

- [Astro](https://astro.build/) - web framework
- [Tailwind CSS](https://tailwindcss.com/) - CSS framework
Binary file added src/content/projects/oatcafe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/content/projects/pagerefresher.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source: https://github.com/alexnguyennz/pagerefresher
tags:
- chrome
- edge
order: 5
order: 8
---

A simple per-tab automatic page refresher/reloader for Google Chrome and Microsoft Edge.
Expand Down
2 changes: 1 addition & 1 deletion src/content/projects/seat.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- sveltekit
- meltui
- tailwind
order: 2
order: 5
---

Blue Seat / Yellow Seat / Orange Seat / Green Seat are a set of businesses offering services such as catering, cleaning and event management.
Expand Down
2 changes: 1 addition & 1 deletion src/content/projects/vsctrust.org.nz.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- astro
- cloudcannon
- tailwind
order: 1
order: 4
---

[Vulnerable Support Charitable Trust](https://vsctrust.org.nz) is a New Zealand based charity keen on improving the well-being of Wellington's most vulnerable people.
Expand Down

0 comments on commit e1cc2ea

Please sign in to comment.