forked from gdichicago/gdichicago.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (117 loc) · 5.76 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
125
126
<!doctype html>
<html lang="en">
<!-- #FIXME Fix all forms / verify links -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Girl Develop It Buffalo</title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/pure-min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.5.0/grids-responsive-min.css">
<script src="//use.fontawesome.com/9e05654630.js"></script>
<link rel="stylesheet" href="assets/styles/application.css">
</head>
<body>
<div id="layout" class="pure-g">
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<hgroup>
<a href="/"><img class="pure-img-responsive" src="assets/imgs/gdi-buffalo-logo-yellow-640x480.png" alt="Girl Develop It"/></a>
<h4>Empowering women in the Buffalo area to learn how to program in a judgement-free and fun environment.</h4>
</hgroup>
<nav class="nav">
<ul class="nav-list">
<li class="nav-item"><a class="pure-button" href="https://www.meetup.com/Girl-Develop-It-Buffalo/">Join our Meetup</a></li>
<li class="nav-item"><a class="pure-button" href="https://eepurl.com/dgAqeT">Get Our Newsletter</a></li>
<li class="nav-item"><a class="pure-button" href="/volunteer">Get Involved</a></li>
<li class="nav-item"><a class="pure-button" href="https://gdibuffalo-slack.herokuapp.com/">Join us on Slack!</a></li>
</ul>
</nav>
<div class="footer">
<ul>
<li><a href="https://girldevelopit.com/chapters/buffalo">About</a></li>
<li><a href="/dei">DEI</a></li>
<li><a href="https://twitter.com/gdibuffalo/">Twitter</a></li>
<li><a href="https://www.facebook.com/GirlDevelopItBuffalo/">Facebook</a></li>
<li><a href="https://www.instagram.com/gdibuffalo/">Instagram</a></li>
</ul>
</div>
</div>
</div>
<div class="content pure-u-1 pure-u-md-3-4">
<div>
<div class="post">
<h3>These are classes previously offered by GDI Buffalo, as well as proposed classes for the upcoming year. Don’t see what you’re looking for? Take our <a href="about:none">survey</a>! If there’s enough interest, we’ll work to get it started for you.</h3>
<h1 class="content-subhead">GDI Core Curriculum</h1>
<table class="pure-table pure-table-horizontal pure-table-striped">
<tr>
<td>Introduction to Web Concepts</td>
<td><a href="https://www.girldevelopit.com/materials/intro-web">HQ Materials</a>, <a href="courses/intro-web-concepts">Slides</a></td>
</tr>
<tr>
<td>Introduction to HTML/CSS</td>
<td><a href="https://www.girldevelopit.com/materials/html-intro">HQ Materials</a>, <a href="courses/intro-html-css">Slides</a></td>
</tr>
<tr>
<td>Intermediate HTML/CSS</td>
<td><a href="https://www.girldevelopit.com/materials/inter-html">HQ Materials</a>, <a href="courses/intermediate-html-css">Slides</a></td>
</tr>
<tr>
<td>Web Accessibility</td>
<td><a href="https://www.girldevelopit.com/materials/web-accessibility">HQ Materials</a>, <a href="courses/web-accessibility">Slides</a></td>
</tr>
<tr>
<td>Introduction to Git & GitHub</td>
<td><a href="https://www.girldevelopit.com/materials/intro-git-github">HQ Materials</a>, <a href="courses/git-github">Slides</a></td>
</tr>
<tr>
<td>Introduction to JavaScript</td>
<td><a href="https://www.girldevelopit.com/materials/intro-js">HQ Materials</a>, <a href="courses/gdi-featured-js-intro">Slides</a></td>
</tr>
<tr>
<td>Introduction to AngularJS</td>
<td><a href="https://www.girldevelopit.com/materials/intro-to-angular">HQ Materials</a>, <a href="courses/intro-angularjs">Slides</a></td>
</tr>
</table>
<br />
<h1 class="content-subhead">Additional Chapter Curriculum</h1>
<table class="pure-table pure-table-horizontal pure-table-striped">
<tr>
<td>Unix Command Line Basics</td>
<td><a href="courses/intro-to-command-line">Slides</a></td>
</tr>
<tr>
<td>Introduction to Databases</td>
<td><a href="courses/gdi-intro-databases">Slides</a></td>
</tr>
<tr>
<td>Introduction to Ruby</td>
<td><a href="courses/gdi-ruby">Slides</a></td>
</tr>
<!-- course slides below this line need to be fixed or updated -->
<!-- <tr>
<td>Introduction to Rails</td>
<td><a href="courses/gdi-rails">Slides</a></td>
</tr>
<tr>
<td>Introduction to Python</td>
<td><a href="courses/gdi-intro-python">Slides</a></td>
</tr>
<tr>
<td>Pair Up</td>
<td><a href="courses/pairup">Slides</a></td>
</tr>
<tr>
<td>Introduction to Algorithms</td>
<td><a href="courses/intro-algos">Slides</a></td>
</tr>
<tr>
<td>Introduction to Sass</td>
<td><a href="courses/gdi-sass">Slides</a></td>
</tr> -->
</table>
</div>
</div>
</div>
</div>
</body>
</html>