Skip to content

Commit

Permalink
Merge pull request mobibyte#179 from Betim-Hodza/main
Browse files Browse the repository at this point in the history
Update: MOBI Events page info is now statically updated
  • Loading branch information
mambov authored Mar 29, 2024
2 parents 18df5c1 + f7fd846 commit 5bb1902
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/assets/icons/twitch-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 44 additions & 2 deletions src/events/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,52 @@ <h1>MOBI Events</h1>
</div>
</div>

<!-- https://www.twitch.tv/mobibytes -->

<div class="container">
<h2 class="events-heading">Upcoming Events</h2>
<!-- Events will be dynamically added here -->
<div id="event-list"></div>
<!-- Events will be Statically added here -->
<div class="event">
<h1>Social Coding</h1>
<p><strong>🗓️Thursday, March 28, 2024</strong></p>
<p><strong>🗺️UC Pinto Palo</strong></p>
<p><strong>🕕5:00 PM - 7:00 PM CDT</strong></p>
<p>Discover the magic of making apps with Mobi!🪄</p>
<p>Social Coding is a super beginner friendly way to get hands-on experience. Learn to code and even deploy your own app with others!💻</p>
<p>There is complete creative freedom, so the coding wizards can show off their skills too! 🧙</p>
</div>
<div class="event">
<h1>Social Coding (Online)</h1>
<p><strong>Saturday, March 30, 2024</strong></p>
<p><strong>🗺️Discord</strong></p>
<p><strong>🕕5:00 PM - 7:00 PM CDT</strong></p>
<p>Discover the magic of making apps with Mobi!🪄</p>
<p>Social Coding is a super beginner friendly way to get hands-on experience. Learn to code and even deploy your own app with others!💻</p>
<p>There is complete creative freedom, so the coding wizards can show off their skills too! 🧙</p>
<p style="display: flex;">
<a href="https://www.twitch.tv/mobibytes">Join our Twitch Stream here
<img src="../assets/icons/twitch-icon.svg" width="15" height="15" alt="">
</a>
</p>
</div>
<div class="event">
<h1>Social Coding</h1>
<p><strong>Monday, April 1, 2024</strong></p>
<p><strong>🗺️Commons Caddo</strong></p>
<p><strong>🕕5:00 PM - 7:00 PM CDT</strong></p>
<p>Discover the magic of making apps with Mobi!🪄</p>
<p>Social Coding is a super beginner friendly way to get hands-on experience. Learn to code and even deploy your own app with others!💻</p>
<p>There is complete creative freedom, so the coding wizards can show off their skills too! 🧙</p>
</div>
<div class="event">
<h1>Social Coding</h1>
<p><strong>🗓️Thursday, April 12, 2024</strong></p>
<p><strong>🗺️To Be Determined</strong></p>
<p><strong>🕕5:00 PM - 7:00 PM CDT</strong></p>
<p>Discover the magic of making apps with Mobi!🪄</p>
<p>Social Coding is a super beginner friendly way to get hands-on experience. Learn to code and even deploy your own app with others!💻</p>
<p>There is complete creative freedom, so the coding wizards can show off their skills too! 🧙</p>
</div>
</div>

<script src="./script.js"></script>
Expand Down

0 comments on commit 5bb1902

Please sign in to comment.