SlideShare a Scribd company logo
Frontend Crash Course
September 2017
WIFI: igniteHQ
Password: ignitehq
http://bit.ly/html-crash-course
1
Instructor
Ivy Rueb
Frontend Web Developer
Thinkful Community Manager
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 2
About you
What's your name? 
What brought you here today?
What is your programming experience?
One thing on your bucket list?
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 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.
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 4
Suggestions for learning
Don't get discouraged, struggle leads to mastery
Don't be shy, take full advantage of our support
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 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-course
Wi : IgniteHQ
Password: ignitehq 6
How the web works
Type a URL from a client (e.g. google.com)
Browser sends an HTTP request asking for speci c les
Browser receives those les and renders them as a website
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 7
Client/Servers
Client (sends requests)
Frontend Developer
Manages what user sees
Server (sends response)
Backend Developer
Manages what app does
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 8
Example: facebook.com
Client Server
Open browser
and navigate to
facebook.com
HTML, CSS, &
Javascrip render
newsfeed
Request
Response
Algorithm
determines
content of feed.
 
Sends back
HTML, CSS,
Javascript les
Application Logic
Initial request
Following response
http://bit.ly/html-crash-course
9
Wi : IgniteHQ
Password: ignitehq
How this relates to today
Client Server
Open browser
and navigate to
facebook.com
HTML, CSS, &
Javascrip render
newsfeed
Request
Response
Algorithm
determines
content of feed.
 
Sends back
HTML, CSS,
Javascript les
Application LogicInitial request
Following response
We'll be writing
these les that the
brower will render
10
http://bit.ly/html-crash-course
Wi : TechSquare Labs
Password: bu1ldsometh1ngb1g
HTML - (HyperText Markup Language)
<h1 class="intro">Hi there!</h1>
Attribute
Opening
section tag
h1
element
Closing
section tag
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 11
HTML - structure
<html>
<body>
<h1 class="title">Hello world!</h1
</body>
</html>
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 12
HTML tags, elements, attributes
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 13
HTML, by itself, is boring
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 14
CSS - (Cascading Style Sheets)
h1 {
color: blue;
}
Value
Property
Selector
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 15
CSS selectors, properties, values
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 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/html-crash-course
Wi : IgniteHQ
Password: ignitehq 17
Margin, border, and padding
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 18
Margin, border, and padding
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 19
Real developers use Google... a lot
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 20
Assignments for tonight
Go to: http://bit.ly/tf-html-classroom
http://bit.ly/html-crash-course
Wi : IgniteHQ
Password: ignitehq 21
Ways to keep learning
22
For aspiring developers, bootcamps ll the gap
23
89%
job-placement rate + job guarantee
Link for the third party audit jobs report:
https://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 exible learning
Learn anywhere,
anytime, & at your own
pace
You don't have to quit
your job to start career
transition
26
Thinkful Two-Week Trial
Talk to one of us and email benjy@thinkful.com to learn more
Two-week course with 6 mentor
sessions for $50 ($750 value)
Start with HTML, CSS and JavaScript
Option to continue with full bootcamp
Financing & scholarships available
Offer valid for one week after event
Benjy Schechner
Education Advisor
27

More Related Content

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

What's hot (19)

PPTX
Develop, Debug, Learn? - Dotjs2019
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-13-66-123-168
PDF
Bwhtmlpdx0809
PDF
Hinting at a better web
ODP
Building your first WordPress plugin
PDF
WordCamp Birmingham 2015 - Theme building tricks of the trade
PDF
WordCamp Birmingham 2015 - Theme building workshop
PDF
PDF
WordCamp Sheffield 2014 Theme Workflow Presentation
PDF
Build WordPress themes like a heavyweight - WordCamp Lancaster 2013
PDF
Polymer - El fin a tus problemas con el FrontEnd
PDF
PPT
HTML5 CSS3 The Future of Web Technologies
PDF
BYOWHC823
PDF
Seven ways to be a happier JavaScript developer - NDC Oslo
PDF
PDF
PDF
Intro To JavaScript
PDF
Thinkful DC - Intro to JavaScript
Develop, Debug, Learn? - Dotjs2019
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-13-66-123-168
Bwhtmlpdx0809
Hinting at a better web
Building your first WordPress plugin
WordCamp Birmingham 2015 - Theme building tricks of the trade
WordCamp Birmingham 2015 - Theme building workshop
WordCamp Sheffield 2014 Theme Workflow Presentation
Build WordPress themes like a heavyweight - WordCamp Lancaster 2013
Polymer - El fin a tus problemas con el FrontEnd
HTML5 CSS3 The Future of Web Technologies
BYOWHC823
Seven ways to be a happier JavaScript developer - NDC Oslo
Intro To JavaScript
Thinkful DC - Intro to JavaScript
Ad

Similar to Frontend Crash Coarse 09/28 (20)

PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-13-66
PDF
Frontend Crash Course
PDF
Frontend Crash Course
PDF
Frontend Crash Course
PDF
Fecrash10:3:17 sd
PDF
html/CSS Crash course w/ interactive slides link
PDF
html/CSS crash course correct free course link
PDF
html/CSS Crash course
PDF
Fecc cg-cb-11.14.17
PDF
Fecc 12517-sd
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-173-252-450
PDF
Feccphx9:25
PDF
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-52-74
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-53
PDF
Byowwhc
PDF
Build Your Own Website with HTML/CSS
PDF
PDF
Build Your Own Website with HTML/CSS 8.15
PDF
Build Your Own Website with HTML/CSS
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-13-66
Frontend Crash Course
Frontend Crash Course
Frontend Crash Course
Fecrash10:3:17 sd
html/CSS Crash course w/ interactive slides link
html/CSS crash course correct free course link
html/CSS Crash course
Fecc cg-cb-11.14.17
Fecc 12517-sd
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-173-252-450
Feccphx9:25
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-52-74
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-53
Byowwhc
Build Your Own Website with HTML/CSS
Build Your Own Website with HTML/CSS 8.15
Build Your Own Website with HTML/CSS
Ad

More from Ivy Rueb (20)

PDF
Getting Started in Tech
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-33-82-317
PDF
Build your Own Twitter bot 09/20
PDF
Instagram filters (10-5)
PDF
Instagram filters (8 24)
PDF
Instagram filters (8 24)
PDF
Build Own Website
PDF
Build a Game with Javascript
PDF
Intro To JavaScript
PDF
Build a Virtual Pet with Javascript
PDF
Build a Web App with Javascript and Jquery 09/19
PDF
Deck 6-80
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-81
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-52-74
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-14-25-72 (1)
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-14-25-72
PDF
Deck 4-67
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-57 (2)
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-57
PDF
Deck 1-56
Getting Started in Tech
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-33-82-317
Build your Own Twitter bot 09/20
Instagram filters (10-5)
Instagram filters (8 24)
Instagram filters (8 24)
Build Own Website
Build a Game with Javascript
Intro To JavaScript
Build a Virtual Pet with Javascript
Build a Web App with Javascript and Jquery 09/19
Deck 6-80
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-81
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-52-74
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-14-25-72 (1)
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-14-25-72
Deck 4-67
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-57 (2)
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-57
Deck 1-56

Recently uploaded (20)

PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PPT
Teaching material agriculture food technology
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Approach and Philosophy of On baking technology
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Machine learning based COVID-19 study performance prediction
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Modernizing your data center with Dell and AMD
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
MYSQL Presentation for SQL database connectivity
Reach Out and Touch Someone: Haptics and Empathic Computing
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Teaching material agriculture food technology
Spectral efficient network and resource selection model in 5G networks
Approach and Philosophy of On baking technology
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Machine learning based COVID-19 study performance prediction
Encapsulation_ Review paper, used for researhc scholars
Advanced methodologies resolving dimensionality complications for autism neur...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Modernizing your data center with Dell and AMD
Mobile App Security Testing_ A Comprehensive Guide.pdf
The AUB Centre for AI in Media Proposal.docx
NewMind AI Monthly Chronicles - July 2025
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Per capita expenditure prediction using model stacking based on satellite ima...
MYSQL Presentation for SQL database connectivity

Frontend Crash Coarse 09/28

  • 1. Frontend Crash Course September 2017 WIFI: igniteHQ Password: ignitehq http://bit.ly/html-crash-course 1
  • 2. Instructor Ivy Rueb Frontend Web Developer Thinkful Community Manager http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 2
  • 3. About you What's your name?  What brought you here today? What is your programming experience? One thing on your bucket list? http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 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. http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 4
  • 5. Suggestions for learning Don't get discouraged, struggle leads to mastery Don't be shy, take full advantage of our support http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 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-course Wi : IgniteHQ Password: ignitehq 6
  • 7. How the web works Type a URL from a client (e.g. google.com) Browser sends an HTTP request asking for speci c les Browser receives those les and renders them as a website http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 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/html-crash-course Wi : IgniteHQ Password: ignitehq 8
  • 9. Example: facebook.com Client Server Open browser and navigate to facebook.com HTML, CSS, & Javascrip render newsfeed Request Response Algorithm determines content of feed.   Sends back HTML, CSS, Javascript les Application Logic Initial request Following response http://bit.ly/html-crash-course 9 Wi : IgniteHQ Password: ignitehq
  • 10. How this relates to today Client Server Open browser and navigate to facebook.com HTML, CSS, & Javascrip render newsfeed Request Response Algorithm determines content of feed.   Sends back HTML, CSS, Javascript les Application LogicInitial request Following response We'll be writing these les that the brower will render 10 http://bit.ly/html-crash-course Wi : TechSquare Labs Password: bu1ldsometh1ngb1g
  • 11. HTML - (HyperText Markup Language) <h1 class="intro">Hi there!</h1> Attribute Opening section tag h1 element Closing section tag http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 11
  • 12. HTML - structure <html> <body> <h1 class="title">Hello world!</h1 </body> </html> http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 12
  • 13. HTML tags, elements, attributes http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 13
  • 14. HTML, by itself, is boring http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 14
  • 15. CSS - (Cascading Style Sheets) h1 { color: blue; } Value Property Selector http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 15
  • 16. CSS selectors, properties, values http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 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/html-crash-course Wi : IgniteHQ Password: ignitehq 17
  • 18. Margin, border, and padding http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 18
  • 19. Margin, border, and padding http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 19
  • 20. Real developers use Google... a lot http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 20
  • 21. Assignments for tonight Go to: http://bit.ly/tf-html-classroom http://bit.ly/html-crash-course Wi : IgniteHQ Password: ignitehq 21
  • 22. Ways to keep learning 22
  • 23. For aspiring developers, bootcamps ll the gap 23
  • 24. 89% job-placement rate + job guarantee Link for the third party audit jobs report: https://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 exible learning Learn anywhere, anytime, & at your own pace You don't have to quit your job to start career transition 26
  • 27. Thinkful Two-Week Trial Talk to one of us and email benjy@thinkful.com to learn more Two-week course with 6 mentor sessions for $50 ($750 value) Start with HTML, CSS and JavaScript Option to continue with full bootcamp Financing & scholarships available Offer valid for one week after event Benjy Schechner Education Advisor 27