Skip to content

Commit

Permalink
T-shirts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnajman committed Jan 18, 2025
1 parent 18e4d4f commit 8575cfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Binary file added img/thumb-tshirts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion items.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
[
{
"title": "T-shirts",
"category": "snippets",
"thumbnail": "./img/thumb-tshirts.png",
"description": "Use of URLSearchParams to send information to another page to create a unique URL that can be saved and referenced later",
"features": [ "html-css-javascript", "URLSearchParams", "localstorage", "webp", "es6-modules", "css-nesting", "theme-switcher"],
"firstCommit": "18/01/2025",
"linkRepo": "https://github.com/chrisnajman/tshirts",
"linkPage": "https://chrisnajman.github.io/tshirts/"
},
{
"title": "Login Demo",
"category": "apps",
"category": "snippets",
"thumbnail": "./img/thumb-login-demo.png",
"description": "A vanilla JavaScript login system using session storage to persist user data and dynamically load custom content across multiple pages",
"features": [ "html-css-javascript", "sessionstorage", "localstorage", "es6-modules", "css-nesting", "theme-switcher"],
Expand Down

0 comments on commit 8575cfb

Please sign in to comment.