Skip to content

Commit 161523e

Browse files
committed
Skeuomorphism slider
1 parent 209cad7 commit 161523e

File tree

8 files changed

+416
-668
lines changed

8 files changed

+416
-668
lines changed

.velite/hobbies.json

Lines changed: 1 addition & 92 deletions
Large diffs are not rendered by default.

.velite/options.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1 @@
1-
{
2-
"name": "Li Yuxuan",
3-
"title": "Li Yuxuan",
4-
"description": "Li Yuxuan's personal website",
5-
"keywords": [
6-
"Li Yuxuan",
7-
"portfolio",
8-
"personal website",
9-
"projects",
10-
"hobbies",
11-
"posts",
12-
"photography",
13-
"film",
14-
"books",
15-
"music"
16-
],
17-
"author": {
18-
"name": "Li Yuxuan",
19-
"email": "me@liyuxuan.ev",
20-
"url": "https://liyuxuan.dev/about"
21-
}
22-
}
1+
{"name":"Li Yuxuan","title":"Li Yuxuan","description":"Li Yuxuan's personal website","keywords":["Li Yuxuan","portfolio","personal website","projects","hobbies","posts","photography","film","books","music"],"author":{"name":"Li Yuxuan","email":"me@liyuxuan.ev","url":"https://liyuxuan.dev/about"}}

.velite/pages.json

Lines changed: 1 addition & 141 deletions
Large diffs are not rendered by default.

.velite/posts.json

Lines changed: 1 addition & 375 deletions
Large diffs are not rendered by default.

.velite/tags.json

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1 @@
1-
[
2-
{
3-
"name": "edtech",
4-
"slug": "edtech",
5-
"count": {
6-
"total": 7,
7-
"posts": 7
8-
},
9-
"permalink": "tags/edtech"
10-
},
11-
{
12-
"name": "taboo-ai",
13-
"slug": "taboo-ai",
14-
"permalink": "tags/taboo-ai",
15-
"count": {
16-
"total": 1,
17-
"posts": 1
18-
}
19-
},
20-
{
21-
"name": "english-learning",
22-
"slug": "english-learning",
23-
"permalink": "tags/english-learning",
24-
"count": {
25-
"total": 1,
26-
"posts": 1
27-
}
28-
},
29-
{
30-
"name": "ai",
31-
"slug": "ai",
32-
"permalink": "tags/ai",
33-
"count": {
34-
"total": 2,
35-
"posts": 2
36-
}
37-
}
38-
]
1+
[{"name":"edtech","slug":"edtech","count":{"total":7,"posts":7},"permalink":"tags/edtech"},{"name":"taboo-ai","slug":"taboo-ai","permalink":"tags/taboo-ai","count":{"total":1,"posts":1}},{"name":"english-learning","slug":"english-learning","permalink":"tags/english-learning","count":{"total":1,"posts":1}},{"name":"ai","slug":"ai","permalink":"tags/ai","count":{"total":2,"posts":2}}]

app/craft/__generated__/generated-stations.ts

Lines changed: 202 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/craft/stations.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,12 @@ export const stations: CraftStation[] = [
1717
'Use react-motion to re-create the Apple Vision OS window resize handle animation with real resizing functionality.',
1818
code: stationCode.AppleVisionResizeHandle,
1919
},
20+
{
21+
id: 'skeuomorphism-rolling-slider',
22+
title: 'Skeuomorphism rolling slider',
23+
tags: ['transform-3d'],
24+
description:
25+
'Really love how skeuomorphic design adds depth to a UI and it is so much fun to make them on the web. This crafting exercise is heavily inspired by @jh3yy post on X: https://x.com/jh3yy/status/1907979817032597689. A fun but definitely not recommended way to pick a date of birth. 🤪',
26+
code: stationCode.SkeuomorphismRollingSlider,
27+
},
2028
];

0 commit comments

Comments
 (0)