Girl Code, week 1: HTML & CSS
Girl Code
Part 1: HTML & CSS
Who are we?
(mentor introductions)
Who are you?
Let's say our names + a website we couldn't live without
What is a web app?
A web page
that does stuff
(post updates, buy products, chat, search…)
What is Girl Code?
We're going to teach you everything you need to know to build a web application.
…then, we're going to build a web application!
The Girl Code Experience
- Real industry tools
- Team project
- super challenging? but we're here for you!
Course Outline
Week 3
Learn
Git and Node
Week 4 – Week 7
✨Build an app✨
Slack
A messaging app for teams
very popular right now
girlcodeakl.slack.com
(we will sent out invites in a moment!)
Week 1
Two Coding Languages
HTML
and CSS
HTML
<body>
Girl Code
Girl Code is a coding course…
</body>
I define a document, like writing on a page 📄
I am a tree structure 🌲
My name is made from pointy letters, and I like pointy brackets <> 👌
CSS
p {
color: blue;
border: 10px solid red;
}
a {
text-decoration: underline;
}
I list rules for how to draw things:
colour, size, style 💜💛💚💙
I make HTML look good 😎
My name is made from curly letters, and I like curly brackets { } 👍
Computer time?
almost…
First, let's talk about trees 🌲
Computer time!
Make a web page using HTML and CSS
http://girlcode.co.nz/course/1/