Skip to content

Commit

Permalink
Update for 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
ireade committed Dec 6, 2019
1 parent 946691e commit 82a88f1
Show file tree
Hide file tree
Showing 32 changed files with 3,250 additions and 7 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified css/main.css
100644 → 100755
Empty file.
Empty file modified css/reset.css
100644 → 100755
Empty file.
Empty file modified favicon.ico
100644 → 100755
Empty file.
Empty file modified gulpfile.js
100644 → 100755
Empty file.
Empty file modified images/frontstack-logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/frontstack-logo.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/twitter.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/writing-modern-css/emmanuel.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/writing-modern-css/ire.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/writing-modern-css/jemima.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/writing-modern-css/ohans.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/writing-modern-css/ololade.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 18 additions & 7 deletions index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ <h1>
<main>
<section class="highlight">
<h2>Next Meetup</h2>
<h3>Writing Modern CSS</h3>
<p>CSS has changed a lot over the years, and it can be difficult to keep up with what's new. In ths
conference, we'll cover all the shiny new features of CSS, from flexbox, to CSS Grid, to variables and
more. </p>
<h3>Media on the Web</h3>
<p>Media on the web has advanced a lot over the years. The capabilities for complex media on the web have increased, as well as our tools as developers for handling them. In this conference, we’ll cover everything to do with media on the web!. </p>
<br>
<p><strong>Location:</strong> (Will be shared with attendees)</p>
<p><strong>Date:</strong> 23rd February, 2019</p>
<p><strong>Date:</strong> 25th January, 2020</p>
<br>
<a href="https://www.papercall.io/frontstack-media-on-the-web">APPLY TO SPEAK</a>

<!--
<ul class="speakers">
<li>
<figure>
Expand Down Expand Up @@ -71,18 +72,28 @@ <h5>Ohans Emmanuel <a href="https://twitter.com/OhansEmmanuel"><img src="images/
unintentionally, easy on beginners as well as pros, and will be very informative as a whole.</p>
</li>
</ul>
-->
</section>

<section>
<h2>Past Meetups</h2>
<h2>Past Events</h2>
<ul class="meetups">
<li>
<h3>Writing Modern CSS</h3>
<p>CSS has changed a lot over the years, and it can be difficult to keep up with what's new. In this conference, we'll cover all the shiny new features of CSS, from flexbox, to CSS Grid, to variables and
more.</p>
<p><strong>Location:</strong> The Zone, Gbagada, Lagos</p>
<p><strong>Date:</strong> 23rd February, 2019</p>
<p><a href="https://medium.com/frontstackio/frontstack-event-recap-writing-modern-css-1b7e9c5659a4">Read the event recap</a></p>
</li>
<li>
<h3>How to use APIs</h3>
<p>By popular demand, the second Fronstack meetup will be on the topic of APIs and how to use them
as Frontend developers. As always, we will take you through the topic from beginner to
advanced, and demonstrate how to consume APIs in a codelab.</p>
<p><strong>Location:</strong> The Zone, Gbagada, Lagos</p>
<p><strong>Date:</strong> 24th February, 2018</p>
<p><a href="https://medium.com/frontstackio/event-recap-how-to-use-apis-bfb5bbfefc47">Read the event recap</a></p>
</li>
<li>
<h3>Building a Responsive Website</h3>
Expand All @@ -102,4 +113,4 @@ <h2>Follow Us</h2>
</main>

</body>
</html>
</html>
Loading

0 comments on commit 82a88f1

Please sign in to comment.