-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·414 lines (376 loc) · 13.5 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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Photoshop 101</title>
<meta name="description" content="Girl Develop It framework for easily creating beautiful presentations using HTML in GDI theme. Forked from Hakim El Hattab's reveal.js">
<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/simple.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">-->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>f
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
<!-- 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">
<!-- Opening -->
<section>
<h3>Photoshop 101</h3>
<img class="no-shadow" src="images/gdiphilly-badge.png" alt="" />
<p>Developed for GDI Philly by <a href="http://www.twitter.com/bridgetcreed" target="_blank">@BridgetCReed</a></p>
</section>
<!-- LINK -->
<section>
<h3>
bridgetcreed.github.io/<br />photoshop-101
</h3>
</section>
<!-- Slide 01 -->
<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>
<br />
<h4><strong>Some "rules"</strong></h4>
<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>
<!-- Slide 02 -->
<section>
<h2>Hello there!</h2>
<p>I'm happy to have you here.</p>
<h4>Let's take a few minutes and get to know each other.</h4>
<div class="left-align">
<ul>
<li class="fragment">Who are you?</li>
<li class="fragment">What do you hope to get out of the class?</li>
<li class="fragment">If you choose <strong>any</strong> woman to be on the $20 bill, who would it be and why?</li>
</ul>
</div>
</section>
<!-- Slide 03 -->
<section>
<section>
<h2>Today's Topics...</h2>
<img class="no-shadow" src="images/fangirling.gif" width="500px" alt="" />
</section>
<section>
<h2>Photoshop Tips & Tricks</h2>
<ul>
<li class="fragment">Why Photoshop?</li>
<li class="fragment">Setting up your workspace</li>
<li class="fragment">Layer organization</li>
<li class="fragment">Image Manipulation</li>
<li class="fragment">"The New Stuff"</li>
</ul>
</section>
</section>
<!-- Slide 04 -->
<section>
<h2>REMEMBER:</h2>
<ul class="center">
<li class="fragment">This is a survey of a very complex, multi-use program</li>
<li class="fragment">I don't know everything, and <strong>neither will you</strong></li>
<li class="fragment">Have fun! Get messy! Ask questions!</li>
</ul>
<img src="images/ready.gif" class="fragment no-shadow" />
</section>
<!-- Slide 05 -->
<section>
<h2>"Fancy" Photoshop Lingo</h2>
<img src="images/what.gif" class="fragment no-shadow" />
<div>
<p class="fragment">There isn't much to learn, terminology-wise but...</p>
<h3 class="fragment"><strong>PSD</strong>: The file extension for a Photoshop files.</h3>
<p class="fragment">(...and we'll cover other terms as we get to them.)</p>
</div>
</section>
<!-- Slide 06 -->
<section>
<h2>Why Photoshop?</h2>
<img class="no-shadow" src="images/photoshop-icon.png" alt="" />
<aside class="notes">
<p>Photoshop was originally created as a photo editing program, hence the name.</p>
<p>It is not free, but it's affordable now.</p>
<p>Adobe's subscription model</p>
</aside>
</section>
<!-- Slide 07 -->
<section>
<h2>Raster vs. Vector</h2>
<div style="width: 48%; margin-right: 2%; float: left; text-align: left;">
<p class="fragment">Raster:</p>
<ul class="fragment">
<li>Dot-based</li>
<li>Dots = pixels (sometimes)</li>
<li>Cannot resize without quality loss</li>
<li>GIF, JPG, PNG</li>
<li><strong>Photoshop</strong></li>
</ul>
</div>
<div style="width: 50%; float: left; text-align: left;">
<p class="fragment">Vector:</p>
<ul class="fragment">
<li>Math-based (!)</li>
<li>Uses geometry to create graphics (!)</li>
<li>Infinitely resize while maintaining quality</li>
<li>SVG, EPS</li>
<li><strong>Illustrator</strong></li>
</ul>
</div>
<aside class="notes">
<p>Vector graphics can be infinitely resized (using appropriate programs, of course) without losing image quality/ sharpness.</p>
<p>Raster graphics get pixelated when you zoom in on them.</p>
<p>Photoshop was co-opted for web use to create precise mockups of websites in part because it's a raster graphics program, which translates nicely to the web's pixels. When we set the program to use pixels as the units, it's set up to be equivalent to the way we use sizing on the web.</p>
</aside>
</section>
<!-- Slide 08 -->
<section>
<h2>Photoshop Alternatives</h2>
<div class="left-align">
<p class="fragment">It's kind of hard to get away from Photoshop but some people do! They use:</p>
<ul>
<li class="fragment">Illustrator</li>
<li class="fragment">Sketch</li>
<li class="fragment">InDesign</li>
<li class="fragment">HTML and CSS right in the browser ("designing in the browser")</li>
<li class="fragment">Web-based prototyping tools (InVision, Adobe's Edge suite)</li>
<li class="fragment"><a href="http://gimp.org" target="_blank">Gimp</a> (popular open source alternative)</li>
</ul>
</div>
</section>
<!-- Slide 09 -->
<section>
<h1>Getting Around Photoshop</h1>
</section>
<!-- Slide 10 -->
<section>
<h2>Units & Settings</h2>
</section>
<!-- Slide 11 -->
<section>
<h3>Preferences</h3>
<p class="fragment">Under the Photoshop menu.</p>
<ul>
<li class="fragment">Units & Rulers</li>
<li class="fragment">Guides & Grid</li>
</ul>
</section>
<!-- Slide 12 -->
<section>
<h2>Toolbar</h2>
</section>
<!-- Slide 13 -->
<section>
<h2>Panels</h2>
</section>
<!-- Slide 14 -->
<section>
<h2>Workspaces</h2>
<h3>are...</h3>
<p class="fragment">Saved arrangements of:</p>
<ul>
<li class="fragment">tools</li>
<li class="fragment">tool panels</li>
<li class="fragment">keyboard shortcuts</li>
<li class="fragment">menus</li>
</ul>
<br><br>
<p class="fragment">Window > Workspace</p>
</section>
<!-- Slide 15 -->
<section>
<h2>Let's Do It!</h2>
<img src="images/power.gif" class="no-shadow" />
<p>Take a few minutes to customize your workspace</p>
</section>
<!-- Slide 16 -->
<section>
<h2>Creating and working with actual FILES!</h2>
<br />
<p class="fragment">But first...</p>
<h3 class="fragment">Shortcuts!</h3>
</section>
<!-- Slide 17 -->
<section>
<img src="images/shortcuts.png" alt="">
<img src="images/bestoption.gif" width="400px" class="no-shadow" />
</section>
<!-- Slide 18 -->
<section>
<h3>New Files</h3>
<img class="no-shadow" src="images/new-document_02.png" width="750px" alt="" />
<aside class="notes">
<ul>
<li>More options than before (artboards)</li>
<li>Make sure you're using pixels</li>
<li>Resolution 72 pixels/inch(ppi) is great, 150ppi is better</li>
<li>NOTE: Color mode, BG Contents, etc</li>
</ul>
</aside>
</section>
<!-- Slide 19 -->
<section>
<h2>Grids & Guides</h3>
<ul>
<li class="fragment">Grid systems (tons of downloads online)</li>
<li class="fragment">Bootstrap 12-column grid systems</li>
<li class="fragment">Smart guides</li>
</ul>
</section>
<!-- Slide 20 -->
<section>
<h2>Layer Organization</h2>
<ul>
<li class="fragment">Group and group some more</li>
<li class="fragment">Use clear names</li>
<li class="fragment">Get rid of the cruft</li>
<li class="fragment">Consolidate, within reason</li>
<li class="fragment">Repeat</li>
</ul>
</section>
<section>
<h1>Next up...</h1>
<h2>Image manipulation in 5 slides!</h2>
<img src="images/ready-02.gif" class="no-shadow" />
</section>
<section>
<h2>1. Effects</h2>
<ul>
<li class="fragment">Filters vs Layer styles</li>
<li class="fragment">Destructive vs non</li>
</ul>
</section>
<section>
<h2>2. Smart Objects</h2>
<p>They're your friends</p>
</section>
<section>
<h2>3. Placing images</h2>
</section>
<section>
<h2>4. Blending modes</h2>
</section>
<section>
<h2>5. Layer masks</h2>
<ul>
<li class="fragment">Avoids destructive editing</li>
<li class="fragment">Make sure you select the mask when editing</li>
<li class="fragment">White/Black brush</li>
<li class="fragment">Lots more. Google's your friend!</li>
</ul>
</section>
<section>
<h2>The really exciting stuff</h2>
<p>New features in CC 2017:</p>
<ul class="fragment">
<li>Artboards!</li>
<li>Exporting from layers</li>
</ul>
</section>
<section>
<h1>Artboards</h1>
</section>
<section>
<h2>What's the big deal?</h2>
<ul>
<li class="fragment">Good for web comps</li>
<li class="fragment">Device sizes baked in</li>
<li class="fragment">Better than switching between files</li>
</ul>
</section>
<section>
<h1>Exporting from Layers</h1>
</section>
<section>
<h2>What's the big deal?</h2>
<ul>
<li class="fragment">Save in all formats and sizes</li>
<li class="fragment">No more slicing!</li>
<li class="fragment">NO MORE SLICING!</li>
<img src="images/thumbsdown.gif" class="no-shadow fragment" />
</ul>
</section>
<section>
<h1>Exercise Time!</h1>
<img src="images/areyouready.gif" class="no-shadow" />
</section>
<section>
<h2>Make Your Own $20 Bill</h2>
<ul>
<li class="fragment">Placing Images</li>
<li class="fragment">Layer Masks</li>
<li class="fragment">Effects & Styles</li>
<li class="fragment">Blend Modes</li>
<a href="WorkingFiles.zip" download>DOWNLOAD</a>
</ul>
</section>
<section>
<h2>Questions?</h2>
<img src="images/proud.gif" class="no-shadow" width="400px" />
</section>
<section>
<h2>Feedback please!</h2>
<p>Please visit</p>
<code style="display: block;margin:20px 0;">http://bit.ly/gdiphilly-photoshop101</code>
<p>to submit your feedback about this class. It's anonymous and I really really really appreciate it.</p>
</section>
</div>
<footer>
<div class="copyright">
Photoshop for Web Design -- Girl Develop It Philly --
<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: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.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, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/accessibility-helper/js/accessibility-helper.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>