Check out our Web Design Classes
These slides are for the How to Get Started in Web Design seminar
“Learn to code; even if you don’t intend to code, knowing how to code will make you a better designer and a stronger candidate.”Fast Company: 9 Top Designers On What Every New Grad Should Know
HTML & CSS are used in emails, eBooks, & some apps.
It’s not just for computer geeks :)
Coding is easier than programming.
Start by focusing on the concepts.
Memorization of exact syntax comes with practice.
Adobe Photoshop and Sketch are widely used.
Adobe XD is newer, but gaining popularity.
Sublime Text
Very Popular: Unlimited Free Trial, $80
Free: Atom & Visual Studio Code
Start a new webpage with the following code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Write Title Here</title>
</head>
<body>
Put Content Here
</body>
</html>
Front-End Web Development
Web Design
All Web Development Certificates