-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (52 loc) · 1.53 KB
/
index.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<link href="./style.css" rel="stylesheet">
<title>Working with CSS</title>
</head>
<body>
<h1>Coding Class Paw-ems<br>
(welcome to my Pawetry Slam, y'all)</h1>
<h2><novice></h2>
<img src="./images/cat-keyboard.jpeg" height=256 alt="Cat Me Coding">
<p>laptop opens<br>
coffee fuels<br>
lecture starts<br>
learn new tools<br>
outline readings<br>
make new friends<br>
code some pages...<br>
it's 2 am?????!!!<br></p>
<h2><meal breaks></h2>
<img src="./images/cat-breadface.jpeg" height=256 alt="Cat Me Lunching">
<p>my favorite time<br>
of day or night<br>
.<br>
.<br>
.<br>
.<br>
.<br>
.<br></p>
<h2><the coding cadets></h2>
<img src="./images/round-cat-army.jpeg" height=256 alt="Cat Us Army">
<p>.<br>
.<br>
.<br>
.<br>
.<br>
.<br>
.<br>
.<br></p>
<h2><that tech money tho></h2>
<img src="./images/cat-engineer-money.jpeg" height=256 alt="Cat Me Vacation">
<p>.<br>
.<br>
.<br>
.<br>
.<br>
.<br>
.<br>
.<br></p>
<p><a href="https://marcusdnhartwig.github.io/lab05-js/">Check out Marcus' CSS site too!</a></p>
</body>
</html>