forked from CSSclasses/CSSclasses
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
24 lines (24 loc) · 732 Bytes
/
about.html
File metadata and controls
24 lines (24 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: subpage
title: CSSclasses – ABOUT US
---
<section>
<h1>About</h1>
<p>CSSclasses is for beginners and experts alike: Using CSS as a simple and low-barrier entry language, we empower people to understand their browser and to learn how to experiment with code. Workshop and hackathon in one event.</p>
<h2>Team</h2>
<div class="flex-row">
{% include user-bp.html %}
</div>
<h2>Coaches</h2>
{% if site.data.coaches %}
<ul>
{% for coach in site.data.coaches %}
{% include team-element.html name=coach.name twitter=coach.twitter github=coach.github %}
{% endfor %}
</ul>
{% endif %}
<h2>Founders</h2>
<div class="flex-row">
{% include user.html %}
</div>
</section>