-
Notifications
You must be signed in to change notification settings - Fork 0
/
class1-hw.html
31 lines (26 loc) · 1014 Bytes
/
class1-hw.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Intro to HTML and CSS Materials and Slides, customized for Girl Develop It Boulder/Denver">
<link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css">
<link rel="stylesheet" href="css/index.css" />
<title>Girl Develop It | Intro to HTML and CSS Materials and Slides</title>
</head>
<body>
<h1>Intro to HTML & CSS 4wk Series</h1>
<h2>Homework</h2>
<hr>
<h3>Week 1, Session 1 • <small>March 13, 2018</small></h3>
<p>Introduce yourself in the slack channel! <b>#html_css_4wk</b></p>
<ul>
<li>Who you are
<li>What you do for work
<li>What your hobbies are
<li>What are you hoping to get out of this class
</li>Who's one person that inspires you and why?
</ul>
</body>
</html>