Frontend Crash Course
September 2017
WIFI: MakeOffices 5Ghz
Password: Internet!23
http://bit.ly/frontend-course
1
Instructor
Adam Hinkel
Flex Thinkful Student
Aerial Videographer
Wifi: MakeOffices 5Ghz
Password: Internet!23
TAs
2
About you
What's your name?
What brought you here today?
What is your programming experience?
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 3
About Thinkful
Thinkful helps people become developers or data scientists
through 1-on-1 mentorship and project-based learning
These workshops are built using this approach.These workshops are built using this approach.
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 4
Suggestions for learning
Don't get discouraged, struggle leads to masterystruggle leads to mastery
Don't be shy, take full advantage of our supporttake full advantage of our support
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 5
Agenda
Learn key HTML and CSS concepts (30 min)
Go over the assignments (10 min)
Complete challenges with support (30 min)
Steps to continue learning (10 min)
http://bit.ly/html-crash-coursehttp://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 6
How the web works
Type a URL from a client (e.g. google.com)​
Browser sends an HTTP request asking for specific files
Browser receives those files and renders them as a website
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 7
Client/Servers
Client (sends requests)
Frontend Developer
Manages what user sees
Server (sends response)
Backend Developer
Manages what app does
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 8
Example: facebook.com
Client Server
Open browser
and navigate to
facebook.com
HTML, CSS, &
Javascript render
newsfeed
Request
Response
Algorithm
determines
content of feed.
Sends back
HTML, CSS,
Javascript files
Application LogicApplication Logic
Initial requestInitial request
Following responseFollowing response
http://bit.ly/html-crash-course
9
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23
How this relates to today
Client Server
Open browser
and navigate to
facebook.com
HTML, CSS, &
Javascript render
newsfeed
Request
Response
Algorithm
determines
content of feed.
Sends back
HTML, CSS,
Javascript files
Application LogicApplication LogicInitial requestInitial request
Following responseFollowing response
We'll be writing
these files that the
brower will render
http://bit.ly/html-crash-course
10
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23
HTML - (HyperText Markup Language)
<h1 class="intro">Hi there!</h1>
Attribute
Opening
section tag
h1
element
Closing
section tag
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 11
HTML - structure
<html>
<body>
<h1 class="title">Hello world!</h1>
</body>
</html>
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 12
HTML tags, elements, attributes
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 13
HTML, by itself, is boring
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 14
CSS - (Cascading Style Sheets)
h1 {
color: blue;
}
Value
Property
Selector
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 15
CSS selectors, properties, values
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 16
CSS has lots of properties and values
p {
color: #CCCCCC;
font-family: helvetica;
border: 5px solid blue;
}
div {
background-image: url("imageFile.jpg");
width: 50%;
height: 70%;
}
.loginButton {
border: none;
background-color: rgba(34, 124, 45, 0.5);
}
Lots of properties:
http://www.htmldog.com/references/css/properties/
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 17
Margin, border, and padding
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 18
Margin, border, and padding
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 19
Real developers use Google... a lot
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 20
Assignments for tonight
Go to: http://bit.ly/tf-html-classroom
http://bit.ly/frontend-crash-course
Wifi: MakeOffices 5Ghz
Password: Internet!23 21
Ways to keep learning
22
For aspiring developers, bootcamps fill the gap
23
91%91%
job-placement rate + job guarantee
Link for the third party audit jobs report:
https://www.thinkful.com/bootcamp-jobs-statshttps://www.thinkful.com/bootcamp-jobs-stats
Thinkful's track record of getting students jobs
24
Our students receive unprecedented support
Learning Mentor
Career MentorProgram Manager
Local Community
You
25
Mentorship enables flexible learning
Learn anywhere,
anytime, & at your own
pace
You don't have to quitYou don't have to quit
your job to startyour job to start
career transitioncareer transition
26
Thinkful Two-Week Trial
Talk to one of us and email benjy@thinkful.combenjy@thinkful.com to learn more
Two-week Free Course Trial
Start with HTML, CSS and JavaScript
Unlimited QAs sessions
Option to continue with full bootcamp
Financing & scholarships available
Offer valid for one week after eventOffer valid for one week after event
BenjyBenjy SchechnerSchechner
Education Advisor
27

More Related Content

PDF
Thinkful FrontEnd Crash Course - HTML & CSS
PDF
Frontend Crash Course
PDF
Thinkful FrontEnd Crash Course - HTML & CSS
PDF
Thinkful DC FrontEnd Crash Course - HTML & CSS
PDF
Frontend Crash Course
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-13-37
PDF
Frontend Crash Coarse 09/28
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-13-66
Thinkful FrontEnd Crash Course - HTML & CSS
Frontend Crash Course
Thinkful FrontEnd Crash Course - HTML & CSS
Thinkful DC FrontEnd Crash Course - HTML & CSS
Frontend Crash Course
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-13-37
Frontend Crash Coarse 09/28
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-13-66

What's hot (20)

PDF
Frontend Crash Course
PDF
Frontend Crash Course
PDF
Frontend Crash Course
PDF
Build your own Website
PDF
BYOWHC823
PDF
Intro to JavaScript
PDF
Build your own Website
PDF
Intro to Javascript
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-13-66-123-168
PDF
WordCamp Birmingham 2015 - Theme building tricks of the trade
PDF
Build Own Website
PDF
Drupal Day 2011 - Features: una vita felice
PDF
Bwhtmlpdx0809
PDF
Build a Game with Javascript
PDF
A Period of Transition
PDF
Thinkful build a website (html, css)
PDF
WordCamp Sheffield 2014 Theme Workflow Presentation
PDF
WordCamp Birmingham 2015 - Theme building workshop
PDF
Thinkful DC - Intro to JavaScript
PPTX
Develop, Debug, Learn? - Dotjs2019
Frontend Crash Course
Frontend Crash Course
Frontend Crash Course
Build your own Website
BYOWHC823
Intro to JavaScript
Build your own Website
Intro to Javascript
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-13-66-123-168
WordCamp Birmingham 2015 - Theme building tricks of the trade
Build Own Website
Drupal Day 2011 - Features: una vita felice
Bwhtmlpdx0809
Build a Game with Javascript
A Period of Transition
Thinkful build a website (html, css)
WordCamp Sheffield 2014 Theme Workflow Presentation
WordCamp Birmingham 2015 - Theme building workshop
Thinkful DC - Intro to JavaScript
Develop, Debug, Learn? - Dotjs2019
Ad

Similar to Frontend Crash Course (19)

PDF
HTML/CSS Crash Course
PDF
html/CSS Crash course
PDF
html/CSS crash course correct free course link
PDF
html/CSS Crash course w/ interactive slides link
PDF
Intro to JavaScript - Thinkful DC
PDF
Intro to js august 31
PDF
Intro to js september 19
PDF
IJS821
PDF
Introduction to JavaScript, Washington, DC February 2018
PDF
Build your Own Website with HTML/CSS
PDF
Intro To JavaScript
PDF
Fecrash10:3:17 sd
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-52-74
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-28
PDF
Intro To JavaScript
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-353-412-457
PDF
Fecc cg-cb-11.14.17
PDF
Http/2 - What's it all about?
PDF
Build Your Own Website - Intro to HTML & CSS
HTML/CSS Crash Course
html/CSS Crash course
html/CSS crash course correct free course link
html/CSS Crash course w/ interactive slides link
Intro to JavaScript - Thinkful DC
Intro to js august 31
Intro to js september 19
IJS821
Introduction to JavaScript, Washington, DC February 2018
Build your Own Website with HTML/CSS
Intro To JavaScript
Fecrash10:3:17 sd
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-52-74
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-28
Intro To JavaScript
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-353-412-457
Fecc cg-cb-11.14.17
Http/2 - What's it all about?
Build Your Own Website - Intro to HTML & CSS
Ad

More from Aaron Lamphere (13)

PDF
Become a Data Analyst
PDF
Web Development or Data Science
PDF
Getting Started in Tech
PPTX
Build an App with JavaScript & jQuery
PDF
Intro to JavaScript
PDF
Build an App with JavaScript & jQuery
PDF
Intro to JavaScript
PDF
Intro to JavaScript
PDF
Getting Started in Tech
PDF
Build an App with JavaScript & jQuery
PDF
Build an App with JavaScript & jQuery
PDF
Build an App with JavaScript & jQuery
PDF
Build an App with JavaScript & jQuery
Become a Data Analyst
Web Development or Data Science
Getting Started in Tech
Build an App with JavaScript & jQuery
Intro to JavaScript
Build an App with JavaScript & jQuery
Intro to JavaScript
Intro to JavaScript
Getting Started in Tech
Build an App with JavaScript & jQuery
Build an App with JavaScript & jQuery
Build an App with JavaScript & jQuery
Build an App with JavaScript & jQuery

Recently uploaded (20)

PPTX
Chapter 5: Probability Theory and Statistics
PDF
Five Habits of High-Impact Board Members
PPT
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
PPTX
Custom Battery Pack Design Considerations for Performance and Safety
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
STKI Israel Market Study 2025 version august
PPT
Module 1.ppt Iot fundamentals and Architecture
PPTX
Benefits of Physical activity for teenagers.pptx
PDF
A proposed approach for plagiarism detection in Myanmar Unicode text
PDF
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...
PDF
sbt 2.0: go big (Scala Days 2025 edition)
PPTX
Build Your First AI Agent with UiPath.pptx
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
Zenith AI: Advanced Artificial Intelligence
PPTX
Microsoft Excel 365/2024 Beginner's training
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
How IoT Sensor Integration in 2025 is Transforming Industries Worldwide
PDF
The influence of sentiment analysis in enhancing early warning system model f...
PDF
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
Chapter 5: Probability Theory and Statistics
Five Habits of High-Impact Board Members
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
Custom Battery Pack Design Considerations for Performance and Safety
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
STKI Israel Market Study 2025 version august
Module 1.ppt Iot fundamentals and Architecture
Benefits of Physical activity for teenagers.pptx
A proposed approach for plagiarism detection in Myanmar Unicode text
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...
sbt 2.0: go big (Scala Days 2025 edition)
Build Your First AI Agent with UiPath.pptx
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
Zenith AI: Advanced Artificial Intelligence
Microsoft Excel 365/2024 Beginner's training
Final SEM Unit 1 for mit wpu at pune .pptx
How IoT Sensor Integration in 2025 is Transforming Industries Worldwide
The influence of sentiment analysis in enhancing early warning system model f...
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
Taming the Chaos: How to Turn Unstructured Data into Decisions

Frontend Crash Course

  • 1. Frontend Crash Course September 2017 WIFI: MakeOffices 5Ghz Password: Internet!23 http://bit.ly/frontend-course 1
  • 2. Instructor Adam Hinkel Flex Thinkful Student Aerial Videographer Wifi: MakeOffices 5Ghz Password: Internet!23 TAs 2
  • 3. About you What's your name? What brought you here today? What is your programming experience? http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 3
  • 4. About Thinkful Thinkful helps people become developers or data scientists through 1-on-1 mentorship and project-based learning These workshops are built using this approach.These workshops are built using this approach. http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 4
  • 5. Suggestions for learning Don't get discouraged, struggle leads to masterystruggle leads to mastery Don't be shy, take full advantage of our supporttake full advantage of our support http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 5
  • 6. Agenda Learn key HTML and CSS concepts (30 min) Go over the assignments (10 min) Complete challenges with support (30 min) Steps to continue learning (10 min) http://bit.ly/html-crash-coursehttp://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 6
  • 7. How the web works Type a URL from a client (e.g. google.com)​ Browser sends an HTTP request asking for specific files Browser receives those files and renders them as a website http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 7
  • 8. Client/Servers Client (sends requests) Frontend Developer Manages what user sees Server (sends response) Backend Developer Manages what app does http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 8
  • 9. Example: facebook.com Client Server Open browser and navigate to facebook.com HTML, CSS, & Javascript render newsfeed Request Response Algorithm determines content of feed. Sends back HTML, CSS, Javascript files Application LogicApplication Logic Initial requestInitial request Following responseFollowing response http://bit.ly/html-crash-course 9 http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23
  • 10. How this relates to today Client Server Open browser and navigate to facebook.com HTML, CSS, & Javascript render newsfeed Request Response Algorithm determines content of feed. Sends back HTML, CSS, Javascript files Application LogicApplication LogicInitial requestInitial request Following responseFollowing response We'll be writing these files that the brower will render http://bit.ly/html-crash-course 10 http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23
  • 11. HTML - (HyperText Markup Language) <h1 class="intro">Hi there!</h1> Attribute Opening section tag h1 element Closing section tag http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 11
  • 12. HTML - structure <html> <body> <h1 class="title">Hello world!</h1> </body> </html> http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 12
  • 13. HTML tags, elements, attributes http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 13
  • 14. HTML, by itself, is boring http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 14
  • 15. CSS - (Cascading Style Sheets) h1 { color: blue; } Value Property Selector http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 15
  • 16. CSS selectors, properties, values http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 16
  • 17. CSS has lots of properties and values p { color: #CCCCCC; font-family: helvetica; border: 5px solid blue; } div { background-image: url("imageFile.jpg"); width: 50%; height: 70%; } .loginButton { border: none; background-color: rgba(34, 124, 45, 0.5); } Lots of properties: http://www.htmldog.com/references/css/properties/ http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 17
  • 18. Margin, border, and padding http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 18
  • 19. Margin, border, and padding http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 19
  • 20. Real developers use Google... a lot http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 20
  • 21. Assignments for tonight Go to: http://bit.ly/tf-html-classroom http://bit.ly/frontend-crash-course Wifi: MakeOffices 5Ghz Password: Internet!23 21
  • 22. Ways to keep learning 22
  • 23. For aspiring developers, bootcamps fill the gap 23
  • 24. 91%91% job-placement rate + job guarantee Link for the third party audit jobs report: https://www.thinkful.com/bootcamp-jobs-statshttps://www.thinkful.com/bootcamp-jobs-stats Thinkful's track record of getting students jobs 24
  • 25. Our students receive unprecedented support Learning Mentor Career MentorProgram Manager Local Community You 25
  • 26. Mentorship enables flexible learning Learn anywhere, anytime, & at your own pace You don't have to quitYou don't have to quit your job to startyour job to start career transitioncareer transition 26
  • 27. Thinkful Two-Week Trial Talk to one of us and email benjy@thinkful.combenjy@thinkful.com to learn more Two-week Free Course Trial Start with HTML, CSS and JavaScript Unlimited QAs sessions Option to continue with full bootcamp Financing & scholarships available Offer valid for one week after eventOffer valid for one week after event BenjyBenjy SchechnerSchechner Education Advisor 27