Skip to content

Commit 04355f6

Browse files
committed
chapter2 updated with lounge/ folder (for starting out with)
1 parent dbf0c4c commit 04355f6

File tree

8 files changed

+73
-0
lines changed

8 files changed

+73
-0
lines changed

chapter2/lounge/blue.jpg

28.7 KB
Loading

chapter2/lounge/directions.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<html>
2+
<head>
3+
<title>Head First Lounge Directions</title>
4+
</head>
5+
<body>
6+
<h1>Directions</h1>
7+
<p>Take the 305 S exit to Webville - go 0.4 mi</p>
8+
<p>Continue on 305 - go 12 mi</p>
9+
<p>Turn right at Structure Ave N - go 0.6 mi</p>
10+
<p>Turn right and head toward Structure Ave N - go 0.0 mi</p>
11+
<p>Turn right at Structure Ave N - go 0.7 mi</p>
12+
<p>Continue on Structure Ave S - go 0.2 mi</p>
13+
<p>Turn right at SW Presentation Way - go 0.0 mi</p>
14+
</body>
15+
</html>

chapter2/lounge/drinks.gif

11.6 KB
Loading

chapter2/lounge/elixir.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<html>
2+
<head>
3+
<title>Head First Lounge Elixirs</title>
4+
</head>
5+
<body>
6+
<h1>Our Elixirs</h1>
7+
8+
<h2>Green Tea Cooler</h2>
9+
<p>
10+
<img src="../images/green.jpg">
11+
Chock full of vitamins and minerals, this elixir
12+
combines the healthful benefits of green tea with
13+
a twist of chamomile blossoms and ginger root.
14+
</p>
15+
<h2>Raspberry Ice Concentration</h2>
16+
<p>
17+
<img src="../images/lightblue.jpg">
18+
Combining raspberry juice with lemon grass,
19+
citrus peel and rosehips, this icy drink
20+
will make your mind feel clear and crisp.
21+
</p>
22+
<h2>Blueberry Bliss Elixir</h2>
23+
<p>
24+
<img src="../images/blue.jpg">
25+
Blueberries and cherry essence mixed into a base
26+
of elderflower herb tea will put you in a relaxed
27+
state of bliss in no time.
28+
</p>
29+
<h2>Cranberry Antioxidant Blast</h2>
30+
<p>
31+
<img src="../images/red.jpg">
32+
Wake up to the flavors of cranberry and hibiscus
33+
in this vitamin C rich elixir.
34+
</p>
35+
</body>
36+
</html>

chapter2/lounge/green.jpg

28.6 KB
Loading

chapter2/lounge/lightblue.jpg

28.4 KB
Loading

chapter2/lounge/lounge.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<html>
2+
<head>
3+
<title>Head First Lounge</title>
4+
</head>
5+
<body>
6+
<h1>Welcome to the Head First Lounge</h1>
7+
<img src="drinks.gif">
8+
<p>
9+
Join us any evening for refreshing elixirs,
10+
conversation and maybe a game or two of
11+
<em>Dance Dance Revolution</em>.
12+
Wireless access is always provided;
13+
BYOWS (Bring your own web server).
14+
</p>
15+
<h2>Directions</h2>
16+
<p>
17+
You'll find us right in the center of downtown Webville.
18+
If you need help finding us, check out our detailed directions.
19+
Come join us!
20+
</p>
21+
</body>
22+
</html>

chapter2/lounge/red.jpg

28.5 KB
Loading

0 commit comments

Comments
 (0)