forked from gdichicago/intro-html-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
229 lines (173 loc) · 9.31 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Girl Develop It</title>
<head>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css">
<link href="https://s3.amazonaws.com/gdichicago-cdn/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="https://s3.amazonaws.com/gdichicago-cdn/stylesheets/main.css" rel="stylesheet" type="text/css" />
<style type="text/css">
article ul li:before{
content: '•';
color: #f25c65;
}
header a:before {
content: '';
padding: 0;
}
h4 {font-variant: small-caps;
}
</style>
</head>
<body>
<header>
<div class="pure-g">
<div class="pure-u-1-5"></div>
<div class="pure-u-3-5">
<!-- HEADER -->
<h1>Girl Develop It</h1>
<h2>Introduction to HTML/CSS</h2>
<!-- MENU -->
<nav>
<h3>
<ul>
<li><h4><a href="#materials">Class materials</a></h4></li>
<li><h4><a href="#resources">Resources</a></h4></li>
<li><h4><a href="#code">Code samples</a></h4></li>
<li><h4><a href="#accessibility">Accessibility</a></h4></li>
<li><h4><a href="http://www.meetup.com/Girl-Develop-It-Austin/">Girl Develop It Austin on Meetup.com</a></h4></li>
</ul>
</h3>
</nav>
</div>
<div class="pure-u-1-5"></div>
</div>
</header>
<!-- CONTENT -->
<div class="pure-g">
<div class="pure-u-1-5"></div>
<div class="pure-u-3-5">
<section>
<!-- CLASS MATERIALS -->
<article>
<a name="materials"></a><h1>Class materials</h1>
<ul>
<li><a href="slides/intensive/session1.html">Session 1: Intro to HTML and CSS</a></li>
<li><a href="slides/intensive/session2.html">Session 2: Divs, The Box Model, Floats, Positioning</a></li>
<li>Sites instructed in class: <a href="http://amenityapplewhite.com/GDI/intro-html-css/day1bacon/">Day 1</a> & <a href="http://amenityapplewhite.com/GDI/intro-html-css/day2dogs/">Day 2</a></li>
</ul>
</article>
<!-- RESOURCES -->
<article>
<a name="resources"></a><h1>Resources</h1>
<h2>HTML</h2>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML">Mozilla HTML Documentation</a></li>
<li><a href="http://htmlandcssbook.com/extras/html-escape-codes/">HTML Character Codes</a></li>
<li><a href="http://www.w3schools.com/html/default.asp">HTML Reference</a></li>
</ul>
<h2>CSS</h2>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS">Mozilla CSS Documentation</a></li>
<li><a href="http://howtocenterincss.com/">How to Center in CSS</a></li>
<ul>
<li><a href="http://www.webdesigndev.com/web-development/16-gorgeous-web-safe-fonts-to-use-with-css">Web-safe Fonts</a></li>
</ul>
<h2>Fonts</h2>
<ul>
<li><a href="https://fonts.google.com/">Google Fonts</a>: Free to use, copy and paste code for doing so</li>
<li><a href="http://www.webdesigndev.com/web-development/16-gorgeous-web-safe-fonts-to-use-with-css">Web-safe Fonts</a></li>
<li><a href="http://hwdesignco.com/publications">Jason Pamental's Blog on Responsive Typography</a></li>
<li><a href="http://shop.oreilly.com/product/0636920034063.do">Jason Pamental's Book h<em>Responsive Typography - Using Type Well on the Web</em></a>: Awesome reference with current techniques and best practices</li>
</ul>
<h2>Tutorials</h2>
<ul>
<li><a href="http://www.codecademy.com/tracks/web">Codeacademy HTML/CSS</a></li>
<li><a href="https://www.codeschool.com/courses/front-end-foundations">Code School's free HTML & CSS courses</a></li>
<li><a href="http://teamtreehouse.com/">Treehouse</a></li>
<li><a href="http://css.maxdesign.com.au/floatutorial/">Float Tutorial</a>: walks through how to use the css float property</li>
<li><a href="http://hackdesign.org/lessons">Hack Design</a>: a set of free 'lessons' if you want to learn more about design</li>
</ul>
<h2>Colors</h2>
<ul>
<li><a href="http://www.colorpicker.com/">Basic Color Picker</a></li>
<li><a href="http://htmlcolorcodes.com/color-picker/">Pretty Color Picker</a></li>
<li><a href="http://colorschemedesigner.com/">Color Scheme Designer</a></li>
</ul>
<h2>Software & Tools</h2>
<ul>
<li><a href="https://www.sublimetext.com/">Sublime Text</a>: Forever free but amazing tool you'll use for years (so consider purchasing)</li>
<li><a href="https://en.wikipedia.org/wiki/Comparison_of_FTP_client_software">FTP software to upload to the web</a></li>
<li><a href="http://mashable.com/2013/07/11/lorem-ipsum/">Lorem Ipsum (text) generators</a></li>
</ul>
<h2>Other Awesome Things</h2>
<ul>
<li><a href="http://tympanus.net/codrops/">Codrops</a>: cool site with intermediate/advanced CSS tricks and demos</li>
<li><a href="http://skillcrush.com/blog/">Skillcrush Blog</a>: an awesome women-oriented tech site</li>
<li><a href="http://css-tricks.com/">CSS Tricks</a>: great site with good articles to explain all things CSS including the basics</li>
<li><a href="http://codepen.io/search/pens?q=pure%20html%20css&limit=all&order=popularity&depth=everything&show_forks=false">Pure HTML & CSS on CodePen</a>: Fun examples where you can easily play with the code</li>
<li><a href="http://marketblog.envato.com/whats-hot/pure-css-animation-snippets/">A Collection of Pure CSS Animation Snippets & Demos</li>
<li><a href="http://tympanus.net/codrops/tag/template/">Codrops HTML templates</a>: a nice starting point for new sites</li>
<li><a href="http://www.favicon-generator.org/">Favicon generator</a></li>
</ul>
</article>
<!-- ACESSIBILITY -->
<article>
<a name="accessibility"></a><h1>Accessibility</h1>
<ul>
<li><a hef="http://webaim.org/resources/contrastchecker/">WebAIM Color Contrast Checker</a></li>
<li><a href="http://dasplankton.de/ContrastA/">Contrast-A</a>: Find accessible color combinations</li>
<li><a href="https://www.w3.org/WAI/WCAG20/quickref/">WCAG 2.0 quick ref</a></li>
<li><a href="http://www.deque.com/products/aXe/">aXe a11y checker for Chrome:</a></li>
<li><a href="https://www.w3.org/WAI/perspectives/">a11y perspectives videos</a></li>
<li><a href="https://www.w3.org/WAI/tutorials/">WAI tutorials</a></li>
<li><a href="http://www.bbc.co.uk/guidelines/futuremedia/accessibility/mobile">BBC mobile a11y guidelines</a></li>
</ul>
</article>
<!-- CODE SAMPLES -->
<article>
<a name="code"></a><h1>Code samples</h1>
<h2>Head and Body Tags</h2>
<p>
This is the basic HTML skeleton that makes up a website!
</p>
<script src="https://gist.github.com/kexline4710/9700910.js"></script>
<h2>HTML Elements</h2>
<p>
The most common HTML elements include paragraphs, lists, links, images and the other selectors below.
</p>
<script src="https://gist.github.com/kexline4710/9701487.js"></script>
<h2>HTML CSS Selectors and Properties</h2>
<p>
These are a couple different types of CSS properties and how you can target HTML elements with ids and classes.
</p>
<script src="https://gist.github.com/kexline4710/9701572.js"></script>
<h2>HTML CSS Selectors and Properties</h2>
<p>
If you want to connect your CSS file to your HTML file, make sure this is placed within the head tags in your HTML file. You may have to change the path (src='style.css') to reflect where your CSS file is located.
</p>
<script src="https://gist.github.com/kexline4710/9701578.js"></script>
</article>
<!-- Help -->
<article>
<h1>Help</h1>
<ul>
<li><a href="http://stackoverflow.com/">StackOverflow</a></li>
<li><a href="mailto:[email protected]">Email Amenity</a></li>
</ul>
</article>
<!-- FOOTER -->
<footer>
<p>
<a href="http://girldevelopit.com"><img src="https://s3.amazonaws.com/gdichicago-cdn/images/logo.png" width="300px"></a>
</p>
<p>
Based on a site created and maintained by <a href="http://twitter.com/feministy">Liz Abinante</a> and <a href="https://github.com/kexline4710/">Katy Exline</a> of <a href="http://gdichicago.com">Girl Develop It Chicago</a>.
</p>
<p>
Modified by <a href="https://twitter.com/amenity">Amenity Applewhite</a> for <a href="https://www.girldevelopit.com/chapters/austin">Girl Develop It Austin</a>.
</p>
</footer>
</body>
</html>