-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjournal.html
More file actions
57 lines (50 loc) · 2.07 KB
/
Copy pathjournal.html
File metadata and controls
57 lines (50 loc) · 2.07 KB
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
53
54
55
56
57
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>V's Journal</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- This links to a stylesheet that gives basic formatting to your page; you do not need to modify this. -->
<link rel="stylesheet" type="text/css" href="journal_basic.css" title="style" />
<!-- This is linking to your stylesheet, journal_layout.css -->
<link rel="stylesheet" type="text/css" href="journal_layout.css" title="style" />
</head>
<body>
<div class="content">
<div class="part1">
<h1>Victoria's Journal</h1>
<h2 class="sofresh">So fresh and so clean</h2>
</div>
<div class="layout">
<div class="left">
<h1>Friends</h1>
<ul>
<li><a href="http://www.cs.washington.edu/education/courses/cse190m/CurrentQtr/staff.shtml">190m Buddies</a></li>
<li><a href="http://www.willsmith.net/">Big Will</a></li>
<li><a href="http://youtube.com/watch?v=mZHoHaAYHq8" title="Conan the Librarian">Conan the Librarian</a></li>
</ul>
</div>
<div class="part2">
<h2><span class="date">04/09/08:</span> Spatulas</h2>
<p>
<img src="images/spatula.gif" alt="Much-needed spatula" />
</p>
<p>
Yesterday I went to the store and got some much-needed <a href="http://www.youtube.com/watch?v=2XbCWmY0eqY">spatulas</a>! (What better way to say I love myself than to buy myself a spatula?)
</p>
</div>
<div class="part3">
<h2><span class="date">04/08/08:</span> Cookie Monster Cupcakes</h2>
<p>
<img src="images/cookiemonster.jpg" alt="Cookie Monster: in cupcake form!" />
</p>
<p>
My favorite cartoon character is Cookie Monster, and my favorite dessert is cupcakes, so Cookie Monster cupcakes are the best of both worlds.
</p>
<p>
Did you know? Cookie Monster once said, <q>Sometimes me think what is love, and then me think love is what last cookie is for. Me give up the last cookie for you.</q> I wonder if the same applies for cupcakes? (If so, I don't think I can ever love ANYONE!)
</p>
</div>
</div>
</div>
</body>
</html>