Skip to content

Commit 68fac00

Browse files
authored
Merge pull request #77 from webdevhome/update-icons
Add links, update icons
2 parents 32831fa + ff203a9 commit 68fac00

File tree

11 files changed

+233
-203
lines changed

11 files changed

+233
-203
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdevhome.github.io",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"scripts": {
55
"dev": "vite",
66
"build": "npm test && vite build",

public/simple-icons/baserow.svg

Lines changed: 1 addition & 0 deletions
Loading

public/simple-icons/flydotio.svg

Lines changed: 1 addition & 0 deletions
Loading

public/simple-icons/humhub.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

public/simple-icons/lefthook.svg

Lines changed: 1 addition & 0 deletions
Loading

public/simple-icons/redragon.svg

Lines changed: 1 addition & 0 deletions
Loading

public/simple-icons/thanos.svg

Lines changed: 1 addition & 0 deletions
Loading

src/links.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,14 @@
104104
},
105105
{
106106
"title": "Fly.io",
107-
"url": "https://fly.io"
107+
"url": "https://fly.io",
108+
"icon": "flydotio",
109+
"color": "#24175B"
110+
},
111+
{
112+
"title": "Fortrabbit",
113+
"url": "https://www.fortrabbit.com",
114+
"description": "PHP hosting platform."
108115
},
109116
{
110117
"title": "Microsoft Azure",
@@ -1426,6 +1433,13 @@
14261433
"icon": "craftcms",
14271434
"color": "#E5422B"
14281435
},
1436+
{
1437+
"title": "October CMS",
1438+
"url": "https://octobercms.com/",
1439+
"description": "Commercial PHP CMS.",
1440+
"icon": "octobercms",
1441+
"color": "#DB6A26"
1442+
},
14291443
{
14301444
"title": "Kirby",
14311445
"url": "https://getkirby.com",
@@ -1574,7 +1588,7 @@
15741588
]
15751589
},
15761590
{
1577-
"name": "Resources",
1591+
"name": "Fonts, Icons & Images",
15781592
"color": "fuchsia",
15791593
"items": [
15801594
{
@@ -1615,6 +1629,11 @@
16151629
"url": "https://heroicons.com",
16161630
"description": "Icons by the developers of Tailwind CSS."
16171631
},
1632+
{
1633+
"title": "Lucide",
1634+
"url": "https://lucide.dev",
1635+
"description": "Fork of Feather Icons."
1636+
},
16181637
{
16191638
"title": "Simple Icons",
16201639
"url": "https://simpleicons.org",
@@ -1813,6 +1832,10 @@
18131832
"url": "https://git-fork.com",
18141833
"description": "A git client."
18151834
},
1835+
{
1836+
"title": "ddev",
1837+
"url": "https://ddev.com"
1838+
},
18161839
{
18171840
"title": "Docker",
18181841
"url": "https://www.docker.com",

tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ module.exports = {
1212
],
1313
theme: {
1414
fontFamily: {
15-
sans: ['Segoe UI', 'Roboto', 'Verdana', 'Arial', 'sans-serif'],
16-
mono: ['Consolas', 'Fira Code', 'Roboto Mono', 'monospace'],
15+
sans: ['Helvetica Neue', 'Segoe UI', 'Roboto', 'Verdana', 'Arial', 'sans-serif'],
16+
mono: ['JetBrains Mono', 'IBM Plex Mono', 'Cascadia Code', 'Roboto Mono', 'Fira Code', 'monospace'],
1717
},
1818
extend: {
1919
colors: {

0 commit comments

Comments
 (0)