forked from LaunchCodeEducation/HTML-Me-Something-Starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (49 loc) · 4.15 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title> Alaskan Cruise July 2023</title>
</head>
<body>
<!-- Write your HTML in this file! --><main>
<article>
<header>
<h1 id="mainHeading">2023 Cruise to Alaska</h1>
<p>By PJ Elliott</p>
<testp id="funParagraph"> I spent July 13-July 21 on the Carnival Luminosa. I spent it with several family members, including my son. You'll see pictures of him throughout this page, but his face is obscured for privacy.</testp>
<a href="https://www.carnival.com/">Click here to schedule your cruise!</a>
</header>
</article>
<h2 class="headSeparator"> Day 1: Depart from Seattle</h2>
<p> We flew into Seattle the night before our cruise departure. We were on the Carnival Luminosa for 7 days. We spent the first day exploring the ship.</p>
<img class="img-md" src="Images/IMG-3399.JPG"/>
<h2 class="headSeparator"> Day 2: Fun Day at Sea</h2>
<p> We enjoyed the activites on the ship, like trivia and the arcade. I also found a cruise duck. I won my team medals by winning the tie breaker for the Wheely Big Trivia Game. We also really enjoyed the food, my favorite was the creme brulee.</p>
<img class="img-sm" src="Images\DSC-0771.JPG"/>
<img class="img-sm" src="Images\IMG-2842.jpg"/>
<img class="img-sm" src="Images\IMG-2330.JPG"/>
<h2 class="headSeparator"> Day 3: Juneau, AK</h2>
<p> We arrived in Juneau, and had to take water taxis into port. We also did a self guided Jeep tour for our excursion. We got to see a glacier and also did some panning for Gold. This was our favorite port.</p>
<img class="img-sm" src="Images/IMG-2448.jpg"/>
<img class="img-sm" src="Images/IMG-2362.jpg"/>
<h2 class="headSeparator"> Day 4: Skagway, AK</h2>
<p> This day we were in Skagway. It was one of our least favorites, but we still had fun. We took a train ride up the White Pass Summit, and I got some really cool pictures. However, I also lost my sunglasses. Later that day, while on ship, we got to see a whale right outside the window.</p>
<img class="img-sm" src="Images/IMG-3390.PNG"/>
<img class="img-sm" src="Images/IMG-3397.PNG"/>
<img class="img-sm" src="Images/IMG-2355.JPG"/>
<h2 class="headSeparator"> Day 5: Tracy Arm Fjord/ Endicott Arm</h2>
<p> This cruise day we were supposed to sail through the Tracy Arm Fjord, but the conditions were not suitable so we ended up sailing through the Endicott Arm. It was beautiful! We enjoyed sitting on the upper deck and watching the views of the glacier and mountains. The cruise staff also surprised us, with a display of towel animals.</p>
<img class="img-sm" src="Images/IMG-2661.jpg"/>
<h2 class="headSeparator"> Day 6: Ketchikan, AK</h2>
<p> The port for Day 6 was Ketchikan, AK. We didn't plan any shore excursions, but we still enjoyed our time. We did a lot of walking. I had almost 20,000 steps that day. We stopped for sustenance at a crepe restaurant, our nutella crepe with strawberries was AMAZING!</p>
<img class="img-sm"src= "Images\Crepe.png"/>
<h2 class="headSeparator"> Day 7: Victoria, B.C.</h2>
<p> Day 7 we stopped in Canada. This was my first time ever being there, and it did not disappoint. It was so beautiful. The only downside was we didn't get there until 8 pm, and I wish we could have had the whole day! I did a lot of walking that day also.</p>
<img class="img-sm" src="Images/IMG-3393.PNG"/>
<h2 class="headSeparator"> Debarking from the Cruise</h2>
<p> This was the saddest day of our cruise, the day it ended. We had to get up early and be off the cruise by 8:30. We got breakfast with our family and then headed to our meetup point. The rest of this day was spent ubering and sitting in the airport until 5:30 pm. We didn't make it back to our house until 2:30 am.</p>
<img class="img-sm" src = "Images/IMG-3005.jpg"/>
</main>
</body>
<footer> © 2023 PJ Elliott</footer>
</html>