Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Amanda profile updates (#7114)
Browse files Browse the repository at this point in the history
* profile updates, links added

* added events
  • Loading branch information
amandamartin-dev authored May 23, 2023
1 parent c3cd3e2 commit 1ab1e42
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
13 changes: 12 additions & 1 deletion data/amandamartin-dev.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Amanda Martin",
"bio": "Developer Advocate | Always Curious | Always Silly",
"bio": "Developer Advocate | Community | Open Source",
"tags": ["DevRel", "Web Dev", "Javascript", "Open Source"],
"links": [
{
Expand All @@ -13,6 +13,12 @@
"url": "https://www.linkedin.com/in/amandamartin-dev/",
"icon": "FaLinkedin"
},
{
"name": "Connect with me on Bluesky",
"url": "https://bsky.app/profile/amandamartin.bsky.social",
"icon": "FaCircle",
"color": "#4686fe"
},
{
"name": "Follow me on GitHub. Let's build together!",
"url": "https://github.com/amandamartin-dev",
Expand All @@ -22,6 +28,11 @@
"name": "Follow me here for blogging about devrel and other dev topics",
"url": "https://dev.to/amandamartindev",
"icon": "FaDev"
},
{
"name": "Support Women Led Open Source. Contribute a resource to the repo and give it a star!",
"url": "https://github.com/amandamartin-dev/women-led-open-source",
"icon": "FaGithub"
}
]
}
2 changes: 1 addition & 1 deletion data/amandamartin-dev/events/2023-05-23-smashingcon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"isVirtual": true,
"isInPerson": true,
"userStatus": "speaking",
"speakingTopic": "TBD",
"speakingTopic": "Headless Dev on Wix",
"color": "#750000",
"name": "Smashing Conference SF",
"description": "The legendary SmashingConf SF 🇺🇸 is back — entirely focused on cutting-edge front-end. From accessibility and advanced CSS to JavaScript gems and web performance. With interactive sessions, case studies and a dash of Next.js, whimsical animations and TypeScript.",
Expand Down
13 changes: 13 additions & 0 deletions data/amandamartin-dev/events/2023-05-31-render-atl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"isVirtual": false,
"isInPerson": true,
"userStatus": "attending",
"color": "#f788df",
"name": "RenderATL",
"description": "80+ speakers, 3000+ attendees, & 3 floors, over three days. Code, Culture, & Connecting. This is a tech conference. This is RenderATL.",
"date":{
"start": "2023-05-31T08:00:00.000-08:00",
"end": "2023-06-02T15:30:00.000-08:00"
},
"url": "https://www.renderatl.com/"
}
20 changes: 20 additions & 0 deletions data/amandamartin-dev/events/2023-08-04-beer-city-code.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"isVirtual": false,
"isInPerson": true,
"userStatus": "speaking",
"speakingTopic": "Low Code Development",
"color": "#D4942B",
"name": "Beer City Code",
"description": "A software conference for software developers of all types.",
"date":{
"start": "2023-08-04T08:00:00.000-08:00",
"end": "2023-08-05T15:30:00.000-08:00"
},
"url": "https://www.beercitycode.com/",
"location": {
"road": "Burton St SE",
"city": "Grand Rapids",
"state": "Michigan",
"country": "United States"
}
}

0 comments on commit 1ab1e42

Please sign in to comment.