-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
409 lines (362 loc) · 19.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Intro to Photoshop - Girl Develop It</title>
<meta name="description" content="Materials for Intro to Adobe Photoshop, Girl Develop It - Boston">
<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>Intro to Photoshop</h3>
<img src="images/gdi_logo_badge.png" alt="Girl Develop It Ann Arbor" />
</section>
<section>
<h3>Topics we'll cover </h3>
<ul style="width: 55%;">
<li class="fragment">What is Photoshop?</li>
<li class="fragment">Workspaces, Units & Tools</li>
<li class="fragment">Creating a new file</li>
<li class="fragment">Manipulating a photo</li>
<li class="fragment">Photoshoping web pages</li>
<li class="fragment">Tricks & Tips</li>
</ul>
</section>
<section>
<h3>What to expect</h3>
<ul style="width: 80%;">
<li class="fragment">This is an introduction to a very complex, multi-use program</li>
<li class="fragment">It will give you a better sense of the features of the program</li>
<li class="fragment">I don't know everything, and neither will you... probably ever!</li>
<li class="fragment">Have fun! Explore the program! Ask questions!</li>
</ul>
</section>
<section>
<h3>What is Photoshop?</h3>
<img src="images/photoshop-icon.png" alt="Photoshop" style="width: 120px;"/>
<p>Raster (pixel) based graphics software</p>
<h3 class="fragment" style="font-size: 1.2em; margin-top: 1.5em;">Mainly used for</h3>
<ul class="fragment" style="width: 45%;">
<li>Cropping/resizing images</li>
<li>Touching up/editing photos</li>
<li>Website layouts</li>
<li>Graphics creation</li>
</ul>
</section>
<section>
<h3>Raster vs. Vector</h3>
<div style="width: 48%; margin-right: 4%; float: left; text-align: left;">
<p class="fragment"><strong style="color: #01A9B4;">Raster</strong> <em>(Photoshop)</em>:</p>
<ul class="fragment" style="margin-left: 10%;">
<li>Dot / pixel based</li>
<li>Cannot resize without quality loss</li>
<li>Precise editing, modify each pixel</li>
<li>GIF, JPG, PNG</li>
</ul>
</div>
<div style="width: 48%; float: left; text-align: left;">
<p class="fragment"><strong style="color: #01A9B4;">Vector</strong> <em>(Illustrator, Sketch)</em>:</p>
<ul class="fragment" style="margin-left: 10%;">
<li>Mathematical calculations that form objects or lines</li>
<li>No pixels therefore resolution-independent</li>
<li>Infinitely resize while maintaining quality</li>
<li>SVG, EPS</li>
</ul>
</div>
</section>
<section>
<div style="width: 48%; margin-right: 2%; float: left; text-align: left;">
<p class="fragment">Raster:</p>
<img class="fragment" src="images/raster-vector-2.png" alt="Photoshop" />
</div>
<div style="width: 50%; float: left; text-align: left;">
<p class="fragment">Vector:</p>
<img class="fragment" src="images/raster-vector-3.png" alt="Photoshop" />
</div>
</section>
<section>
<br><br>
<h3>Workspaces,<br>units & tools</h3>
</section>
<section>
<h3>New Files</h3>
<img src="images/new-document.png" alt="" />
</section>
<section>
<h3>New Files</h3>
<ul style="width: 80%;">
<li>Document type: Web or custom</li>
<li>Choose pixels (for web) or inches (for print)</li>
<li>Resolution 72 pixels/inch</li>
<li>RGB color</li>
<li>Background white or transparent</li>
</ul>
<p style="font-size:70%; margin-top:100px;">Read more: <a href="https://www.smashingmagazine.com/2015/05/retina-design-in-photoshop/" target="_blank">A Better Way To Design For Retina In Photoshop</a></p>
</section>
<section>
<img src="images/photoshop-screenshot.png" alt="" />
</section>
<section>
<h3>Arrange</h3>
<ul style="width: 70%;">
<li>By default, files open in new tabs</li>
<li>Go to Window > Arrange</li>
<li>Tile All, 3-up, 4-up</li>
<li>Consolidate all to tabs</li>
</ul>
<br><br>
<img src="images/window-arrange.png" style="box-shadow: 2px 2px 2px #ccc;">
</section>
<section>
<h3>Preferences</h3>
<ul style="width: 100%;">
<li>Go to Photoshop > Preferences</li>
<li>Interface Settings - change UI color theme</li>
<li>Units & Rulers</li>
<li>Guides & Grid</li>
</ul>
<br><br>
<img src="images/preferences-interface.png" style="box-shadow: 2px 2px 2px #ccc;">
</section>
<section>
<h3>Workspaces</h3>
<div style="width: 50%; float: left;">
<p style="text-align: left; font-weight:bold;">Saved arrangements of:</p>
<ul style="width: 100%;">
<li>Tools</li>
<li>Tool panels</li>
<li>Keyboard shortcuts</li>
<li>Menus</li>
</ul>
</div>
<div class="fragment" style="width: 40%; float: left; padding-left:20px;">
<p style="text-align: left; font-weight:bold;">It might include:</p>
<ul style="width: 100%;">
<li>Type</li>
<li>Character panel</li>
<li>Paragraph panel</li>
<li>Layers panel</li>
<li>History panel</li>
</ul>
</div>
</section>
<section id="shortcuts">
<h3>Hot keys</h3>
<ul style="width: 80%;">
<li>V - Move tool, neutral tool, always go back to it</li>
<li>
<span class="oses">mac:</span>Cmd + 1
<span class="oses">win:</span>Ctrl + 1 - scale back to 100%</li>
<li><span class="oses">mac:</span>Cmd + T
<span class="oses">win:</span>Ctrl + T- resize</li>
<li><span class="oses">mac:</span>Cmd + J
<span class="oses">win:</span>Ctrl + J - duplicate layer</li>
<li><span class="oses">mac:</span>Option + Cmd + I<br>
<span class="oses">win:</span>Alt + Ctrl + I - resize by giving precise numbers</li>
<li>U - shape tool</li>
<li>T - type tool</li>
</ul>
</section>
<section>
<br><br>
<h3>Let's do some<br>Photoshop</h3>
</section>
<section>
<h3>How about facebook <br>profile page?</h3>
<br>
<img src="images/facebook-picture.png" style="box-shadow: 2px 2px 2px #ccc; width: 800px;">
</section>
<section>
<h3>Step 1: Prep the cover photo</h3>
<ul style="width: 80%;">
<li>Resize it</li>
<li>Crop it</li>
<li>Let's turn the ball in white one</li>
<li>Try layer filters</li>
</ul>
</section>
<section>
<h3>Step 2: Work on profile photo</h3>
<ul style="width: 80%;">
<li>Resize it</li>
<li>Adjust the light</li>
<li>Add an icon</li>
</ul>
</section>
<section>
<h3>Step 3: Let's work with text</h3>
<ul style="width: 80%;">
<li>Fonts</li>
<li>Font styles</li>
<li>Fitting text in objects</li>
</ul>
</section>
<section>
<h3>Step 4: Button</h3>
<ul style="width: 80%;">
<li>Border radius</li>
<li>Button styles</li>
</ul>
</section>
<section>
<h3>Tips</h3>
<ul style="width: 65%">
<li>Group and group some more</li>
<li>Name layers and folders clearly</li>
<li>Use guides</li>
</ul>
</section>
<section>
<h3>Saving</h3>
<section>
<img src="images/file-types.gif" />
</section>
</section>
<section>
<h3>Canvas Size vs. Image Size</h3>
<ul>
<li style="font-weight:bold;">Canvas Size</li>
<ul style="font-size:70%;">
<li>Changes the current size of your document, but not the image itself</li>
<li>The borders expand or contract without the image</li>
<li>Adding to the canvas size will add blank area around the image</li>
<li>Decreasing the canvas size will crop the image, meaning you will lose some of the image depending on where you crop it</li>
</ul>
<li style="font-weight:bold;">Image Size</li>
<ul style="font-size:70%;">
<li>When you modify the image size, you change how large the image is</li>
<li>Use image size when you want to shrink, expand, or change the resolution of an image</li>
<li>The image borders “stick” to the image and the image is pulled or squished with the borders</li>
</ul>
</ul>
</section>
<section>
<h3>A few cool things about CC version</h3>
<ul style="width: 80%;">
<li>Very easy to manipulate object that are created by the shape tool. Such as:
<ul>
<li>Change dimensions without disturbing the quality</li>
<li>Edit border radius</li>
<li>Create dashed/dotted borders</li>
</ul>
</li>
<li>Very quick export of assets <strong>File > Generate > Import assets</strong> </li>
</ul>
</section>
<section>
<h4>You don't need to start from scratch!</h4>
<br>
<ul>
<li>The Grid System:<br>
<a href="http://www.thegridsystem.org/?q=photoshop" target="_blank">http://www.thegridsystem.org/?q=photoshop</a>
</li>
<li>960 Grid System:<br>
<a href="http://960.gs/" target="_blank">http://960.gs/</a>
</li>
<li>Photoshop Grids:<br>
<a href="http://www.ravelrumba.com/photoshop-grids/" target="_blank">http://www.ravelrumba.com/photoshop-grids/</a>
</li>
<li>1200px Grid System:<br>
<a href="http://1200px.com/" target="_blank">http://1200px.com/</a>
</li>
<li>There are tons of templates out there for Bootstrap, etc.</li>
</ul>
</section>
<section>
<h3>Helpful resources</h3>
<ul>
<li>Photoshop Etiquette:<br>
<a href="http://photoshopetiquette.com/" target="blank" style="font-size:70%;">http://photoshopetiquette.com/</a></li>
<li>Keyboard shortcuts cheat sheet:<br>
<a href="http://makeawebsitehub.com/adobe-photoshop-keyboard-shortcuts/" target="blank" style="font-size:70%;">http://makeawebsitehub.com/adobe-photoshop-keyboard-shortcuts/</a></li>
<li>More shortcuts from Smashing Mag:<br>
<a href="http://www.creativebloq.com/photoshop/photoshop-shortcuts-1012966" target="blank" style="font-size:70%;">http://www.creativebloq.com/photoshop/photoshop-shortcuts-1012966</a></li>
<li>The 47 best Photoshop plugins:<br>
<a href="http://www.creativebloq.com/photoshop/best-photoshop-plugins-912722" target="blank" style="font-size:70%;">http://www.creativebloq.com/photoshop/best-photoshop-plugins-912722</a></li>
<li>85 brilliant Photoshop tutorials:<br>
<a href="http://www.creativebloq.com/graphic-design-tips/photoshop-tutorials-1232677" target="blank" style="font-size:70%;">http://www.creativebloq.com/graphic-design-tips/photoshop-tutorials-1232677</a></li>
</ul>
</section>
<section>
<h4>Let's start to build a site!</h4>
<br><br>
<p>Some ideas of sites to mimic:</p>
<a href="https://dribbble.com/shots/1794875-Freebie-PSD-Halcyon-Days-Website-PSD" target="_blank">Freebie Website PSD</a><br>
<a href="https://eyeondesign.aiga.org/" target="_blank">AIGA Eye on Design</a><br>
<a href="http://www.awwwards.com/" target="_blank">Awwwards</a></li>
<br>
<a href="https://www.girldevelopit.com/" target="_blank">Girl Develop It</a>
<br><br>
<p>Or build your own!</p>
</section>
<section>
<h3>Questions?</h3>
<div style = "font-size:1200%; height:100%; margin-top:30%" class ="blue">?
<div class ="clear"></div></div>
</section>
<section>
<h3>Contact me</h3>
<br><br>
<p>Email
<br>
<code><a href="mailto:[email protected]">[email protected]</a></code>
<br><br>
Twitter
<br><code><a href="https://twitter.com/alinauxtheworld" target="_blank">@alinauxtheworld</a></code>
</p>
</section>
<section>
<h3>Feedback!</h3>
<br><br>
<p>Please visit this link:</p>
<code style="display: block;margin:20px 0;"><a href="http://goo.gl/forms/783qulKV9P" target="_blank">http://goo.gl/forms/783qulKV9P</a></code>
<p>to submit your feedback about this class. It's anonymous and I really appreciate it.</p>
</section>
</div>
<footer>
<div class="copyright">
Photoshop 101 -- 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>