Skip to content
Open
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
6 changes: 6 additions & 0 deletions src/data/web/2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
"description": "Design and engineering patterns focused on energy-efficient web apps, lower carbon footprints, and measurable sustainability metrics.",
"url": "https://www.w3.org/",
"morelink": "Sustainability"
},
{
"title": "NewTech2025",
"description": "A new tool for developers to build projects faster.",
"url": "https://newtech2025.io",
"morelink": "https://docs.newtech2025.io"
}
]
}
4 changes: 4 additions & 0 deletions src/data/web/blog.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
{
"blog": "https://www.smile.eu/blog/",
"author": "Smile Web Dev Blog"
},
{
"blog": "https://anotherblog.example.com/nexttool-guide",
"author": "John Smith"
}
]
}
5 changes: 5 additions & 0 deletions src/data/web/follow.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@
"followLink": "https://twitter.com/paul_irish",
"photo": "PaulIrish.jpg",
"name": "Paul Irish"
},
{
"followLink": "https://x.com/jeresig",
"photo": "JohnResig.jpg",
"name": "John Resig"
}
]
}
Binary file added src/data/web/images/JohnResig.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/data/web/years.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
{
"year": "2017",
"url": "/data/web/2017.json"
},
{
"year": "2016",
"url": "/data/web/2016.json"
}
]
}