forked from zoerooney/gdi-psd-to-html-project-day
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·220 lines (186 loc) · 9.44 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PSD to HTML Project Day- Girl Develop It</title>
<meta name="description" content="Materials for PSD to HTML Project Day, developed by Zoe Rooney for Girl Develop It - Philadelphia.
This is a flexible-length working session (generally structured for a single day, approximately 5 hours).">
<meta name="author" content="Girl Develop It">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/gdicool.css" id="theme">
<!-- For syntax highlighting -->
<!-- light editor--><link rel="stylesheet" href="lib/css/light.css">
<!-- dark editor<link rel="stylesheet" href="lib/css/dark.css">-->
<!-- If use the PDF print sheet so students can print slides-->
<link rel="stylesheet" href="css/print/pdf.css" type="text/css" media="print">
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h3>PSD to HTML Project Day</h3>
<code>http://zoerooney.com/project.zip</code>
<img src="images/gdi_logo_badge.png" alt="" />
</section>
<section>
<h2>Welcome!</h2>
<div class="left-align">
<p>Girl Develop It is here to provide affordable and accessible programs to learn software through mentorship and hands-on instruction.</p>
<p>Some "rules"</p>
<ul>
<li>We are here for you!</li>
<li>Every question is important</li>
<li>Help each other</li>
<li>Have fun!</li>
</ul>
</div>
</section>
<section>
<h2>Well, hello there!</h2>
<p>We're happy to have you here.</p>
<p>Let's take a few minutes and get to know each other.</p>
<br>
<div class="left-align">
<ul>
<li>Who are you?</li>
<li>What do you hope to get out of project day?</li>
<li>If you could travel anywhere, where would you go and why?</li>
</ul>
</div>
</section>
<section>
<h2>Overview of the Day</h2>
<ul>
<li class="fragment">Quick overview of the design</li>
<li class="fragment">Key information from the PSD</li>
<li class="fragment">Strategy talk!</li>
<li class="fragment">Work time!!</li>
<li class="fragment">As needed: group Q&A, strategy discussion</li>
</ul>
</section>
<section>
<h2>What to expect</h2>
<ul>
<li class="fragment">We want to maximize your work time</li>
<li class="fragment">We don't want to frustrate you/ have you get stuck</li>
<li class="fragment">There are many ways to float a div</li>
<li class="fragment">You're never the only one with the question</li>
<li class="fragment">We'll play it by ear - let us know what you need</li>
</ul>
</section>
<section>
<h2>Photoshop Settings</h2>
<section>
<h3>Units</h3>
<p class="fragment">Under the Photoshop menu.</p>
<ul>
<li class="fragment">Panels (Type, Layers, Slicing)</li>
<li class="fragment">Units & Rulers</li>
<li class="fragment">Guides, Smart Guides & Grid</li>
</ul>
</section>
<section>
<h3>Key Tools & Panels</h3>
<ul>
<li class="fragment">Type</li>
<li class="fragment">Character panel</li>
<li class="fragment">Paragraph panel</li>
<li class="fragment">Layers panel</li>
<li class="fragment">Slice</li>
<li class="fragment">Select</li>
<li class="fragment">Eyedropper</li>
</ul>
</section>
</section>
<section>
<h2>Strategy Huddle</h2>
<section>
<h3>Mapping out the Layout</h3>
<p>Before I dive into details, I like to "reverse-wireframe" the layout to give me some initial ideas about page structure.</p>
</section>
<section>
<h3>Style Info & Assets</h3>
<div style="width: 48%; margin-right: 2%; float: left; text-align: left;">
<p class="fragment">Normal Workflow:</p>
<ul class="fragment">
<li>Slice tool & layers</li>
<li>Determine dimensions from file</li>
<li>Create sprites</li>
<li>Get font info from file and/or designer</li>
<li>Save for web, optimize</li>
</ul>
</div>
<div style="width: 50%; float: left; text-align: left;">
<p class="fragment">Option for Today:</p>
<ul class="fragment">
<li>Assets are pre-sliced</li>
<li>Dimensions are listed</li>
<li>Sprites are provided</li>
<li>Style info is provided</li>
<li>Images are provided</li>
</ul>
</div>
<p>You can use the provided assets, or you can DIY - totally up to you/ your comfort level with Photoshop!</p>
</section>
<section>
<h3>Getting Started</h3>
<p>Build out your page</p>
<ol class="fragment">
<li>Create index.html</li>
<li>Add your head, body tags</li>
<li>Create style.css</li>
<li>Create an assets folder (or a few)</li>
<li>Include your stylesheet in your HTML</li>
<li>Include your fonts</li>
<li>Go forth and code!</li>
</ol>
</section>
</section>
<section>
<h3>Annnnd...</h3>
<h2 class="fragment">GO!</h2>
</section>
<section>
<h2>Questions?</h2>
<div style = "font-size:1200%; height:100%; margin-top:40%" class ="blue">?
<div class ="clear"></div></div>
</section>
</div>
<footer>
<div class="copyright">
PSD to HTML Project Day -- Girl Develop It --
<a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc/3.0/80x15.png" /></a>
</div>
</footer>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: false,
history: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/none
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>