Skip to content

Commit 95e0c82

Browse files
committed
πŸ“– Updated: Features List
1 parent 78969fc commit 95e0c82

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@
1515

1616
## ✨ Features
1717

18-
- Shows custom thumbnail when sharing url on WhatsApp/Social Media using Open Graph Metadata Protocol
19-
- Automatically changes theme based on device `Dark Mode` setting (stackoverflow does not seem to have this feature).
20-
- SVG icons changes colors automatically based on selected theme.
21-
- Fully Responsive Design - Adapts to different viewports
22-
- Implemented XML like component abstaction for data on `./world/workshop.tsx`
23-
- Implemented JSON file reading for data on `./world/skills.tsx`
24-
- If [ prefers-reduced-motion ](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) is set, cursor blob won't show kinetic effects.
25-
- Neutral Gray BG for Artworks @md as a hacky solution to [Hermann Grid Optical Illusion](https://en.wikipedia.org/wiki/Grid_illusion) problem.
18+
- [x] Shows custom thumbnail when sharing url on WhatsApp/Social Media using Open Graph Metadata Protocol
19+
- [x] Automatically changes theme based on device `Dark Mode` setting (stackoverflow does not seem to have this feature).
20+
- [x] SVG icons changes colors automatically based on selected theme.
21+
- [x] Fully [ Responsive Design ] (https://en.wikipedia.org/wiki/Responsive_web_design) - Adapts to different viewports
22+
- [x] Better [ accessibility ](https://en.wikipedia.org/wiki/Web_accessibility) for keyboard users
23+
- [x] Implemented XML like component abstaction for data on `./world/workshop.tsx`
24+
- [x] Implemented JSON file reading for data on `./world/skills.tsx`
25+
- [x] If [ prefers-reduced-motion ](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) is set, cursor blob won't show kinetic effects.
26+
- [x] Gray BG for Artworks @md as a hacky solution to [ Hermann Grid Optical Illusion ](https://en.wikipedia.org/wiki/Grid_illusion) problem.
27+
28+
Issue: Cursor blob effect affects VimiumC/Tridactyl users as it emulates cursor click and blob effect uses cursor position to update.
2629

2730
## 🍻 Getting Started
2831

β€Žworld/contact.tsxβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
"use client";
2-
import { Button, ButtonSecondary } from "@/constituents/buttons";
2+
33
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
44
import {
55
faAddressBook,
6-
faUser,
76
faLocationDot,
87
faPhone,
98
faEnvelope,

0 commit comments

Comments
Β (0)