This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* profile updates, links added * added events
- Loading branch information
1 parent
c3cd3e2
commit 1ab1e42
Showing
4 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
20
data/amandamartin-dev/events/2023-08-04-beer-city-code.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |