Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Lesson 1

Pre-Req

Solid grasp of Photoshop

Needed for Class

  • sketchbook
  • copy of Photoshop (CS6+)

Bros Gym Night

5/15/15

Location

[Adrenaline Athletic Training]

2495 Anselmo Dr Corona, CA 92879 (951) 734-4800

Light Skit

High School (bright)

::MUSIC: Tony Anderson - The Father’s Heart::

PP: L5

  • Here I am, nearing the end of high school. I have everything I can ask for: I have a great, supportive family (side hugs mom and dad)
  • And great friends that I’ve known since… since we were basically in our diapers (selfie-stick picture) We know each other inside and out.
  • I’m happiest, when they’re happy (thumbs up). The light is bright in my life! (motion to light )

Costco

Print Link

1-99 prints 100-499 prints 500+
4x6 0.13 0.13 0.10
5x5 0.29 0.24 0.19
5x7, wallet 0.39 0.34 0.29
8x8, 8x10, 8x12 1.49 1.29 0.99
11x14, 12x18 2.99 2.49 0.99
@abeyang
abeyang / Home Printer.md
Last active August 29, 2015 14:10
Brother HL-L2340DW
<?php
$var = 3;
echo $var;
echo 'I am a string';
echo "I am a string";
echo 'I am $var'; //output: I am $var