-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmaterials.html
More file actions
31 lines (30 loc) · 1.02 KB
/
materials.html
File metadata and controls
31 lines (30 loc) · 1.02 KB
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
---
layout: default
title: Volunteer with Code Equality
---
<header class="ce-page-header">
<div class="container">
<h1>Materials</h1>
<p>Slides, contents and exercises from our previous events and classes.</p>
</div>
</header>
<section>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h2>HTML/CSS</h2>
<ul class="list-unstyled">
<li><a href="http://bit.ly/rgbw-01-slides" target="_blank">Introduction to HTML/CSS</a> - Build a website</li>
<li><a href="http://bit.ly/rgbw-02-slides" target="_blank">Intermediate CSS</a> - Layouts, styles and animations</li>
</ul>
</div>
<div class="col-sm-12 col-md-6">
<h2>Javascript</h2>
<ul class="list-unstyled">
<li><a href="http://bit.ly/rgbw-03-slides" target="_blank">Introduction to Javascript</a> - Making your website interactive</li>
<li><a href="http://bit.ly/rgbw-04-slides" target="_blank">Build a Web App</a> - Build an Instagram photo finder by location</li>
</ul>
</div>
</div>
</div>
</section>