Skip to content

Commit

Permalink
** adding The Joint Sat mic
Browse files Browse the repository at this point in the history
  • Loading branch information
senthilrajasek committed Feb 20, 2024
1 parent 4221a88 commit 95983a5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,28 @@
"city" : "Duluth",
"notes": "Sign up 7:15 to 7:45. Mic will be 8:00 to 10:00 p.m."
},
{
"name": "Stand Up Comedy Open Mic",
"venue":"The Joint",
"url": "https://www.facebook.com/TheJointBar/",
"booker": {
"name": "Trey Charles",
"url": "https://www.facebook.com/william.stonebarger.7"
},
"city": "Minneapolis",
"status": "active",
"days": {
"sunday": null,
"monday": null,
"tuesday": null,
"wednesday": null,
"thursday": null,
"friday": null,
"saturday": "8:00pm"
},
"address": "913 Cedar Ave S, Minneapolis, MN, United States, Minnesota",
"notes": "Every Saturday. Sign up at 7:30pm, Show at 8:00pm. 21+."
},
{
"name": "Camp Bar Open Mic (Weekly)",
"venue": "Camp Bar",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h4> A list of comedy open mics. </h4>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">
<p class="font-italic" style="padding-top: 1em;">(Updated on: 01/03/2024)</p>
<p class="font-italic" style="padding-top: 1em;">(Updated on: 02/20/2024)</p>
<div id="app">
<div v-for="day in days">
<h2>{{day}}s</h2>
Expand Down

0 comments on commit 95983a5

Please sign in to comment.