Skip to content

Commit a07db3a

Browse files
ansxumanjanosh
andauthored
Add macosportfolio.netlify.app (#132)
* Added macOS-Themed-Portfolio * update readme, add screenshots bump pre-commit hooks --------- Co-authored-by: Janosh Riebesell <janosh.riebesell@gmail.com>
1 parent 96b7d7d commit a07db3a

File tree

7 files changed

+57
-3
lines changed

7 files changed

+57
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default_install_hook_types: [pre-commit, commit-msg]
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: check-case-conflict
1414
- id: check-symlinks
@@ -37,7 +37,7 @@ repos:
3737
args: [--config-file, .github/yamllint.yml]
3838

3939
- repo: https://github.com/igorshubovych/markdownlint-cli
40-
rev: v0.41.0
40+
rev: v0.42.0
4141
hooks:
4242
- id: markdownlint
4343
# MD013: line too long
@@ -54,7 +54,7 @@ repos:
5454
stages: [commit, commit-msg]
5555

5656
- repo: https://github.com/pre-commit/mirrors-eslint
57-
rev: v9.10.0
57+
rev: v9.15.0
5858
hooks:
5959
- id: eslint
6060
types: [file]

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,16 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
734734

735735
uses: [D3], [PostCSS], [Lodash], [PNPM]
736736

737+
1. **[macOS-Themed Portfolio](https://macosportfolio.netlify.app)**&nbsp;
738+
[[code](https://github.com/ansxuman/macOS-Themed-Portfolio)]&ensp;
739+
<a href="https://github.com/ansxuman/macOS-Themed-Portfolio/stargazers">
740+
<img src="https://img.shields.io/github/stars/ansxuman/macOS-Themed-Portfolio?logo=github" alt="GitHub stars" valign="middle">
741+
</a>
742+
743+
An interactive portfolio website inspired by the macOS interface.<br>
744+
745+
uses: [TypeScript], [Tailwind], [PM2], [Cloudflare], [Netlify], [Nginx]
746+
737747
1. **[Guess The Year](https://guess-the-year.davjhan.com)**&nbsp;
738748
[[code](https://github.com/davjhan/guess-the-year-game)]&ensp;
739749
<a href="https://github.com/davjhan/guess-the-year-game/stargazers">
@@ -927,6 +937,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
927937
[mvp.css]: https://github.com/andybrewer/mvp
928938
[nestjs]: https://nestjs.com
929939
[netlify]: https://netlify.com
940+
[nginx]: https://nginx.org
930941
[notion]: https://notion.so
931942
[octokit]: https://github.com/octokit/octokit.js
932943
[ogl]: https://github.com/oframe/ogl
@@ -935,6 +946,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
935946
[picocss]: https://picocss.com
936947
[plausible]: https://plausible.io
937948
[playwright]: https://playwright.dev
949+
[pm2]: https://pm2.io
938950
[pnpm]: https://pnpm.io
939951
[pocketbase]: https://pocketbase.io
940952
[postcss]: https://postcss.org

site/src/sites.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3150,3 +3150,34 @@
31503150
name: Nick Trombley
31513151
location: Boston
31523152
company: '@logrhythm '
3153+
- title: macOS-Themed Portfolio
3154+
url: https://macosportfolio.netlify.app
3155+
repo: https://github.com/ansxuman/macOS-Themed-Portfolio
3156+
description: An interactive portfolio website inspired by the macOS interface.
3157+
uses:
3158+
- TypeScript
3159+
- Tailwind
3160+
- PM2
3161+
- Cloudflare
3162+
- Netlify
3163+
- Nginx
3164+
tags:
3165+
- blogs
3166+
- interactive
3167+
- macos
3168+
- open source
3169+
- portfolio
3170+
- projects
3171+
- theme
3172+
date_created: 2024-10-13T00:00:00.000Z
3173+
date_added: 2024-11-19T00:00:00.000Z
3174+
slug: macos-themed-portfolio
3175+
repo_stars: 43
3176+
contributors:
3177+
- github: ansxuman
3178+
twitter: null
3179+
url: https://ssh-i.in
3180+
avatar: https://avatars.githubusercontent.com/u/43794060?v=4
3181+
name: Anshuman
3182+
location: 0.0.0.0
3183+
company: InstaSafe
8.19 KB
Binary file not shown.
4.05 KB
Binary file not shown.

sites.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,3 +935,12 @@
935935
tags: [digital garden, commonplace, notes, networks, themes]
936936
date_created: 2019-07-09
937937
date_added: 2024-07-28
938+
939+
- title: macOS-Themed Portfolio
940+
url: https://macosportfolio.netlify.app
941+
repo: https://github.com/ansxuman/macOS-Themed-Portfolio
942+
description: An interactive portfolio website inspired by the macOS interface.
943+
uses: [TypeScript, Tailwind, PM2, Cloudflare, Netlify, Nginx]
944+
tags: [portfolio, macos, theme, interactive, blogs, projects]
945+
date_created: 2024-10-13
946+
date_added: 2024-11-19

tools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ motion one: https://motion.dev
6161
mvp.css: https://github.com/andybrewer/mvp
6262
nestjs: https://nestjs.com
6363
netlify: https://netlify.com
64+
nginx: https://nginx.org
6465
notion: https://notion.so
6566
octokit: https://github.com/octokit/octokit.js
6667
ogl: https://github.com/oframe/ogl
@@ -69,6 +70,7 @@ passlock: https://github.com/passlock-dev/passkeys
6970
picocss: https://picocss.com
7071
plausible: https://plausible.io
7172
playwright: https://playwright.dev
73+
pm2: https://pm2.io
7274
pnpm: https://pnpm.io
7375
pocketbase: https://pocketbase.io
7476
postcss: https://postcss.org

0 commit comments

Comments
 (0)