mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(site): begin v8 page migration (#177)
This commit is contained in:
+112
-21
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user