chore(site): begin v8 page migration (#177)

This commit is contained in:
Darius Cepulis
2025-11-10 14:31:26 -08:00
committed by GitHub
parent ecd7103211
commit eea94aeb95
119 changed files with 5540 additions and 94 deletions
+112 -21
View File
@@ -1,33 +1,124 @@
[
{
"id": "john-doe",
"name": "John Doe",
"shortName": "John",
"bio": "Software engineer and video technology enthusiast. Loves building web applications.",
"avatar": "https://placecats.com/neo/150/150",
"id": "steve-heffernan",
"name": "Steve Heffernan",
"shortName": "Steve",
"avatar": "https://github.com/heff.png",
"socialLinks": {
"x": "https://x.com/johndoe",
"github": "https://github.com/johndoe"
"github": "https://github.com/heff"
}
},
{
"id": "jane-smith",
"name": "Jane Smith",
"shortName": "Jane",
"bio": "Frontend developer passionate about accessibility and user experience.",
"avatar": "https://placecats.com/millie/150/150",
"id": "matthew-mcclure",
"name": "Matthew McClure",
"shortName": "Matthew",
"avatar": "https://github.com/mmcc.png",
"socialLinks": {
"github": "https://github.com/janesmith",
"linkedin": "https://linkedin.com/in/janesmith",
"website": "https://janesmith.dev",
"x": "https://x.com/janesmith",
"bluesky": "https://bsky.app/profile/janesmith"
"github": "https://github.com/mmcc"
}
},
{
"id": "alex-johnson",
"name": "Alex Johnson",
"shortName": "Alex",
"bio": "Full-stack developer with a focus on media streaming technologies."
"id": "pat-oneill",
"name": "Pat O'Neill",
"shortName": "Pat",
"avatar": "https://github.com/misteroneill.png",
"socialLinks": {
"github": "https://github.com/misteroneill"
}
},
{
"id": "garrett-singer",
"name": "Garrett Singer",
"shortName": "Garrett",
"avatar": "https://github.com/gesinger.png",
"socialLinks": {
"github": "https://github.com/gesinger"
}
},
{
"id": "brandon-casey",
"name": "Brandon Casey",
"shortName": "Brandon",
"avatar": "https://github.com/brandonocasey.png",
"socialLinks": {
"github": "https://github.com/brandonocasey"
}
},
{
"id": "gary-katsevman",
"name": "Gary Katsevman",
"shortName": "Gary",
"avatar": "https://github.com/gkatsev.png",
"socialLinks": {
"github": "https://github.com/gkatsev"
}
},
{
"id": "jim-whisenant",
"name": "Jim Whisenant",
"shortName": "Jim",
"avatar": "https://github.com/BCjwhisenant.png",
"socialLinks": {
"github": "https://github.com/BCjwhisenant"
}
},
{
"id": "jon-carlos-rivera",
"name": "Jon-Carlos Rivera",
"shortName": "Jon-Carlos",
"avatar": "https://github.com/imbcmdth.png",
"socialLinks": {
"github": "https://github.com/imbcmdth"
}
},
{
"id": "lahiru-dayananda",
"name": "Lahiru Dayananda",
"shortName": "Lahiru",
"avatar": "https://github.com/ldayananda.png",
"socialLinks": {
"github": "https://github.com/ldayananda"
}
},
{
"id": "david-lapalomento",
"name": "David LaPalomento",
"shortName": "David",
"avatar": "https://github.com/dmlap.png",
"socialLinks": {
"github": "https://github.com/dmlap"
}
},
{
"id": "michael-roca",
"name": "Michael Roca",
"shortName": "Michael",
"avatar": "https://github.com/mrocajr.png",
"socialLinks": {
"github": "https://github.com/mrocajr"
}
},
{
"id": "greg-smith",
"name": "Greg Smith",
"shortName": "Greg",
"avatar": "https://github.com/incompl.png",
"socialLinks": {
"github": "https://github.com/incompl"
}
},
{
"id": "darius-cepulis",
"name": "Darius Cepulis",
"shortName": "Darius",
"bio": "Thinks the web is pretty neat",
"avatar": "https://github.com/decepulis.png",
"socialLinks": {
"github": "https://github.com/decepulis",
"linkedin": "https://www.linkedin.com/in/decepulis/",
"website": "https://darius.cool",
"x": "https://x.com/darius_cepulis",
"bluesky": "https://bsky.app/profile/darius.cool"
}
}
]