Skip to content

Commit 9f9ce84

Browse files
committed
CH: Updated past events page with React: Past, Present and Future event info
1 parent 1599b81 commit 9f9ce84

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

past-events.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ <h2>Past Events</h2>
173173

174174
<div class="row">
175175
<!-- Feature Block -->
176+
<div class="col">
176177
<li class="card" aria-labelledby="event card">
177178
<div class="card__filter">
178179
<img class="card__photo" src="https://graphql.org/img/og_image.png"
@@ -191,6 +192,20 @@ <h2>The Future of GraphQL for the Web</h2>
191192
</div>
192193
</div>
193194
</li>
195+
</div>
196+
<div class="col">
197+
<li class="card" aria-labelledby="event card">
198+
<div class="card__filter">
199+
<img class="card__photo" src="https://scontent-los2-1.xx.fbcdn.net/v/t1.0-9/64498560_2268603683208747_6689767981381058560_o.jpg?_nc_cat=108&_nc_oc=AQkblSOaG6qBlRIFtqJ7oRl1lePnd05q3cvh9c7TFfgDjUK54S2GARKsyDG2KagWfEk&_nc_ht=scontent-los2-1.xx&oh=aec9bf585ec3022c235b81adfd7de2b9&oe=5E5E6DAB"
200+
alt="A man in colorful clothing with the sun behind him on a beach.">
201+
</div>
202+
<div class="card__container" style="margin-top:5em">
203+
<h2>React: Past, Present and Future</h2>
204+
<time>Saturday, August 17th • 10:00AM - 3:30PM</time>
205+
<p><abbr title="Online meetup via ZOOOM">Offline Meetup</abbr></p>
206+
</div>
207+
</li>
208+
</div>
194209
</div>
195210
</section>
196211
</div>
@@ -275,4 +290,4 @@ <h2>Subscribe To Newsletter</h2>
275290
<script src="js/script.js"></script>
276291
</body>
277292

278-
</html>
293+
</html>

0 commit comments

Comments
 (0)