-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
executable file
·124 lines (115 loc) · 6.87 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Frontstack</title>
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Overpass+Mono:400,700|Overpass:300,700" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/main.css?v=2">
</head>
<body>
<header id="site-header">
<h1>
<img src="images/frontstack-logo.png" srcset="images/frontstack-logo.svg 2x" alt="Frontstack logo" class="logo">
<span class="sr-only">Frontstack</span>
</h1>
<p>Frontstack is a tech community built on the foundation of technological excellence and developer awareness.
As its name implies, it’s all about front-end web technologies and their affinities.</p>
</header>
<!-- Main Content -->
<main>
<section class="highlight">
<h2>Next Meetup</h2>
<h3>Coming soon!</h3>
<p>Follow us on twitter for updates (<a href="https://twitter.com/frontstackio">@frontstackio</a>)</p>
<br>
<!--
<p><strong>Location:</strong> (Will be shared with attendees)</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>
<img src="images/writing-modern-css/emmanuel.jpg" alt="">
</figure>
<h5>Emmanuel Aina <a href="https://twitter.com/horlah_codes"><img src="images/twitter.png" alt="Twitter"></a></h5>
<p><strong>An Introduction to Modern CSS</strong>. This talk will give us an introduction to all the Modern CSS concepts.</p>
</li>
<li>
<figure>
<img src="images/writing-modern-css/jemima.jpg" alt="">
</figure>
<h5>Jemima Abu <a href="https://twitter.com/jemimaabu"><img src="images/twitter.png" alt="Twitter"></a></h5>
<p><strong>CSS Grid: A How-To Guide</strong>. CSS Grid is literally the best thing to happen to
CSS. I mean manipulative layout, easy responsiveness and vertical centering. What’s not to
love. In this talk, we’re going to get down into the nitty gritty of the Grid and see just how
much awesomeness can be achieved with it.</p>
</li>
<li>
<figure>
<img src="images/writing-modern-css/ire.png" alt="">
</figure>
<h5>Ire Aderinokun <a href="https://twitter.com/ireaderinokun"><img src="images/twitter.png" alt="Twitter"></a></h5>
<p><strong>Modern CSS Codelab</strong>. In this codelab we'll be putting what we learned earlier to
practice. Bring your laptops and be ready to code!</p>
</li>
<li>
<figure>
<img src="images/writing-modern-css/ohans.jpg" alt="">
</figure>
<h5>Ohans Emmanuel <a href="https://twitter.com/OhansEmmanuel"><img src="images/twitter.png" alt="Twitter"></a></h5>
<p><strong>Understanding CSS Houdini - An Authentic Cartoon Guide</strong>. In this talk, unlike
any you have come across before, I will deliver funny, unfeigned and dead serious comic strips
about CSS Houdini, and the buzz around them. It’ll be hilarious, either intentionally or
unintentionally, easy on beginners as well as pros, and will be very informative as a whole.</p>
</li>
</ul>
-->
</section>
<section>
<h2>Past Events</h2>
<ul class="meetups">
<li>
<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>
<p><strong>Location:</strong> (Will be shared with attendees)</p>
<p><strong>Date:</strong> 25th January, 2020</p>
<p><a href="https://medium.com/frontstackio/frontstack-event-recap-media-on-the-web-a3b03ecc8894">Read the event recap</a></p>
</li>
<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>
<p>To kick off the inaugural Fronstack meetup, our topic of the day will be responsive web design.
We will cover the basics of responsive web design, complete a practical codelab together, and
dive into the more advanced topics such as responsive images and other media.</p>
<p><strong>Location:</strong> The Zone, Gbagada, Lagos</p>
<p><strong>Date:</strong> 28th October, 2017</p>
</li>
</ul>
</section>
<section class="section">
<h2>Follow Us</h2>
<p>The best way to find out about upcoming events is to follow us on twitter <a href="https://twitter.com/frontstackio">@frontstackio</a></p>
</section>
</main>
</body>
</html>