Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
396 changes: 198 additions & 198 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdevhome.github.io",
"version": "2.3.1",
"version": "2.3.2",
"scripts": {
"dev": "vite",
"build": "npm test && vite build",
Expand Down
1 change: 1 addition & 0 deletions public/simple-icons/baserow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/simple-icons/flydotio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/simple-icons/humhub.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/simple-icons/inductiveautomation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/simple-icons/lefthook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/simple-icons/redragon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/simple-icons/thanos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 25 additions & 2 deletions src/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,14 @@
},
{
"title": "Fly.io",
"url": "https://fly.io"
"url": "https://fly.io",
"icon": "flydotio",
"color": "#24175B"
},
{
"title": "Fortrabbit",
"url": "https://www.fortrabbit.com",
"description": "PHP hosting platform."
},
{
"title": "Microsoft Azure",
Expand Down Expand Up @@ -1426,6 +1433,13 @@
"icon": "craftcms",
"color": "#E5422B"
},
{
"title": "October CMS",
"url": "https://octobercms.com/",
"description": "Commercial PHP CMS.",
"icon": "octobercms",
"color": "#DB6A26"
},
{
"title": "Kirby",
"url": "https://getkirby.com",
Expand Down Expand Up @@ -1574,7 +1588,7 @@
]
},
{
"name": "Resources",
"name": "Fonts, Icons & Images",
"color": "fuchsia",
"items": [
{
Expand Down Expand Up @@ -1615,6 +1629,11 @@
"url": "https://heroicons.com",
"description": "Icons by the developers of Tailwind CSS."
},
{
"title": "Lucide",
"url": "https://lucide.dev",
"description": "Fork of Feather Icons."
},
{
"title": "Simple Icons",
"url": "https://simpleicons.org",
Expand Down Expand Up @@ -1813,6 +1832,10 @@
"url": "https://git-fork.com",
"description": "A git client."
},
{
"title": "ddev",
"url": "https://ddev.com"
},
{
"title": "Docker",
"url": "https://www.docker.com",
Expand Down
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module.exports = {
],
theme: {
fontFamily: {
sans: ['Segoe UI', 'Roboto', 'Verdana', 'Arial', 'sans-serif'],
mono: ['Consolas', 'Fira Code', 'Roboto Mono', 'monospace'],
sans: ['Helvetica Neue', 'Segoe UI', 'Roboto', 'Verdana', 'Arial', 'sans-serif'],
mono: ['JetBrains Mono', 'IBM Plex Mono', 'Cascadia Code', 'Roboto Mono', 'Fira Code', 'monospace'],
},
extend: {
colors: {
Expand Down