Skip to content

Commit 82a88f1

Browse files
committed
Update for 2020
1 parent 946691e commit 82a88f1

32 files changed

+3250
-7
lines changed

.gitignore

100644100755
File mode changed.

README.md

100644100755
File mode changed.

css/main.css

100644100755
File mode changed.

css/reset.css

100644100755
File mode changed.

favicon.ico

100644100755
File mode changed.

gulpfile.js

100644100755
File mode changed.

images/frontstack-logo.png

100644100755
File mode changed.

images/frontstack-logo.svg

100644100755
File mode changed.

images/twitter.png

100644100755
File mode changed.

images/writing-modern-css/emmanuel.jpg

100644100755
File mode changed.

images/writing-modern-css/ire.png

100644100755
File mode changed.

images/writing-modern-css/jemima.jpg

100644100755
File mode changed.

images/writing-modern-css/ohans.jpg

100644100755
File mode changed.

images/writing-modern-css/ololade.jpg

100644100755
File mode changed.

index.html

100644100755
+18-7
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ <h1>
2626
<main>
2727
<section class="highlight">
2828
<h2>Next Meetup</h2>
29-
<h3>Writing Modern CSS</h3>
30-
<p>CSS has changed a lot over the years, and it can be difficult to keep up with what's new. In ths
31-
conference, we'll cover all the shiny new features of CSS, from flexbox, to CSS Grid, to variables and
32-
more. </p>
29+
<h3>Media on the Web</h3>
30+
<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>
3331
<br>
3432
<p><strong>Location:</strong> (Will be shared with attendees)</p>
35-
<p><strong>Date:</strong> 23rd February, 2019</p>
33+
<p><strong>Date:</strong> 25th January, 2020</p>
3634
<br>
35+
<a href="https://www.papercall.io/frontstack-media-on-the-web">APPLY TO SPEAK</a>
36+
37+
<!--
3738
<ul class="speakers">
3839
<li>
3940
<figure>
@@ -71,18 +72,28 @@ <h5>Ohans Emmanuel <a href="https://twitter.com/OhansEmmanuel"><img src="images/
7172
unintentionally, easy on beginners as well as pros, and will be very informative as a whole.</p>
7273
</li>
7374
</ul>
75+
-->
7476
</section>
7577

7678
<section>
77-
<h2>Past Meetups</h2>
79+
<h2>Past Events</h2>
7880
<ul class="meetups">
81+
<li>
82+
<h3>Writing Modern CSS</h3>
83+
<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
84+
more.</p>
85+
<p><strong>Location:</strong> The Zone, Gbagada, Lagos</p>
86+
<p><strong>Date:</strong> 23rd February, 2019</p>
87+
<p><a href="https://medium.com/frontstackio/frontstack-event-recap-writing-modern-css-1b7e9c5659a4">Read the event recap</a></p>
88+
</li>
7989
<li>
8090
<h3>How to use APIs</h3>
8191
<p>By popular demand, the second Fronstack meetup will be on the topic of APIs and how to use them
8292
as Frontend developers. As always, we will take you through the topic from beginner to
8393
advanced, and demonstrate how to consume APIs in a codelab.</p>
8494
<p><strong>Location:</strong> The Zone, Gbagada, Lagos</p>
8595
<p><strong>Date:</strong> 24th February, 2018</p>
96+
<p><a href="https://medium.com/frontstackio/event-recap-how-to-use-apis-bfb5bbfefc47">Read the event recap</a></p>
8697
</li>
8798
<li>
8899
<h3>Building a Responsive Website</h3>
@@ -102,4 +113,4 @@ <h2>Follow Us</h2>
102113
</main>
103114

104115
</body>
105-
</html>
116+
</html>

0 commit comments

Comments
 (0)