diff options
Diffstat (limited to 'HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm')
27 files changed, 440 insertions, 0 deletions
diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/ch5practice/5.7.index.html b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/ch5practice/5.7.index.html new file mode 100644 index 0000000..a8826b3 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/ch5practice/5.7.index.html @@ -0,0 +1,72 @@ +<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>KayakDoorCounty.net</title>
+ <style>
+body {
+ background-image: url(background.jpg);
+ font-family: Verdana, Arial, sans-serif;
+}
+
+header {
+ background-color: #000033;
+ background-image: url(headerbackblue.jpg);
+ background-position: right;
+ background-repeat: no-repeat;
+ color: #FFFF99;
+ line-height: 400%;
+ text-indent: 1em;
+}
+
+h1, h2, h3 {
+ font-family:Georgia, 'Times New Roman', serif;
+}
+
+nav {
+ font-weight: bold;
+ font-size: 1.5em;
+}
+
+nav a {
+ text-decoration:: none;
+}
+
+p {
+ text-indent: 2em;
+}
+
+footer {
+ text-align: center;
+ font-style: italic;
+ font-size: .80em;
+}
+ </style>
+ </head>
+ <body>
+ <header>
+ <h1>KayakDoorCounty.net</h1>
+ </header>
+ <nav>
+ <a href="index.html">Home</a>
+ <a href="tours.html">Tours</a>
+ <a href="reservations.html">Reservations</a>
+ <a href="contact.html">Contact</a>
+ </nav>
+ <main>
+ <h2>Your next adventure is only a paddle away ....</h2>
+ <img src="hero.jpg" alt="tour guide paddling a kayak" width="500" height="350">
+
+ <p>Take a guided kayak tour while you explore the shoreline of scenic Door County. </p>
+ <h3>Featured tours this week:</h3>
+ <ul>
+ <li>Cana Island</li>
+ <li>Mink River</li>
+ <li>Europe Lake</li>
+ </ul>
+ </main>
+ <footer>
+ Copyright © KayakDoorCounty.net
+ </footer>
+ </body>
+</html>
diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/ch5practice/background.jpg b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/ch5practice/background.jpg Binary files differnew file mode 100644 index 0000000..5d33e9e --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/ch5practice/background.jpg diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/ch5practice/headerbackblue.jpg b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/ch5practice/headerbackblue.jpg Binary files differnew file mode 100644 index 0000000..6ae2660 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/ch5practice/headerbackblue.jpg diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/ch5practice/hero.jpg b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/ch5practice/hero.jpg Binary files differnew file mode 100644 index 0000000..363e638 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/ch5practice/hero.jpg diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/5.4.index.html b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/5.4.index.html new file mode 100644 index 0000000..b37bbcf --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/5.4.index.html @@ -0,0 +1,35 @@ +<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>Coffee House</title>
+ <meta charset="utf-8">
+ <style>
+body { font-size: 150%;
+ font-family: Arial;
+ color: #992435;
+ background-image: url(coffeepour.jpg);
+ background-repeat: no-repeat;
+ background: url(coffee.gif) no-repeat left bottom,
+ url(coffeepour.jpg) no-repeat;
+}
+ </style>
+ </head>
+ <body>
+ <header>
+ <h1>Coffee House</h1>
+ </header>
+ <main>
+ <p>Enjoy a great cup of coffee<br>or tea at Coffee House!</p>
+ <ul>
+ <li>Specialty Coffee and Tea</li>
+ <li>Gluten-free Pastries</li>
+ <li>Organic Salads</li>
+ </ul>
+ </main>
+ <p> </p>
+ <p> </p>
+ <p> </p>
+ <p> </p>
+ <p> </p>
+ </body>
+</html>
diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/5.5.coffeepour.html b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/5.5.coffeepour.html new file mode 100644 index 0000000..4de880a --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/5.5.coffeepour.html @@ -0,0 +1,35 @@ +<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>Coffee House</title>
+ <meta charset="utf-8">
+ <style>
+body { font-size: 150%;
+ font-family: Arial;
+ color: #992435;
+ background-image: url(coffeepour.gif);
+ background: url(coffee.gif) no-repeat left bottom,
+ url(coffeeback.gif) no-repeat,
+ url(coffeepour.gif) no-repeat;
+}
+ </style>
+ </head>
+ <body>
+ <header>
+ <h1>Coffee House</h1>
+ </header>
+ <main>
+ <p>Enjoy a great cup of coffee<br>or tea at Coffee House!</p>
+ <ul>
+ <li>Specialty Coffee and Tea</li>
+ <li>Gluten-free Pastries</li>
+ <li>Organic Salads</li>
+ </ul>
+ </main>
+ <p> </p>
+ <p> </p>
+ <p> </p>
+ <p> </p>
+ <p> </p>
+ </body>
+</html>
diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/5.8.index.html b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/5.8.index.html new file mode 100644 index 0000000..0257d60 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/5.8.index.html @@ -0,0 +1,39 @@ +<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>Coffee House</title>
+ <meta charset="utf-8">
+ <style>
+body { font-size: 150%;
+ font-family: Arial;
+ color: #992435;
+ background-image: url(coffeepour.jpg);
+ background-repeat: no-repeat;
+ background: url(coffee.gif) no-repeat left bottom,
+ url(coffeepour.jpg) no-repeat;
+}
+ul {
+ list-style-image: url(marker.gif);
+}
+
+ </style>
+ </head>
+ <body>
+ <header>
+ <h1>Coffee House</h1>
+ </header>
+ <main>
+ <p>Enjoy a great cup of coffee<br>or tea at Coffee House!</p>
+ <ul>
+ <li>Specialty Coffee and Tea</li>
+ <li>Gluten-free Pastries</li>
+ <li>Organic Salads</li>
+ </ul>
+ </main>
+ <p> </p>
+ <p> </p>
+ <p> </p>
+ <p> </p>
+ <p> </p>
+ </body>
+</html>
diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/coffee.gif b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/coffee.gif Binary files differnew file mode 100644 index 0000000..de749d0 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/coffee.gif diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/coffeeback.gif b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/coffeeback.gif Binary files differnew file mode 100644 index 0000000..8026552 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/coffeeback.gif diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/coffeepour.gif b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/coffeepour.gif Binary files differnew file mode 100644 index 0000000..2981542 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/coffeepour.gif diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/coffeepour.jpg b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/coffeepour.jpg Binary files differnew file mode 100644 index 0000000..4b031f0 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/coffeepour.jpg diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/marker.gif b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/marker.gif Binary files differnew file mode 100644 index 0000000..7031505 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/coffee5/marker.gif diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/figure/5.10.index.html b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/figure/5.10.index.html new file mode 100644 index 0000000..c7a8a2f --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/figure/5.10.index.html @@ -0,0 +1,21 @@ +<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>Tropical Island</title>
+ <meta charset="utf-8">
+ <style>
+figcaption {
+ font-weight: bold;
+ font-style: italic;
+ font-family: Papyrus, fantasy;
+ font-size: 1.5em;
+}
+ </style>
+ </head>
+ <body>
+ <figure>
+ <img src=myisland.jpg alt="Tropical Island" height=480 width=640>
+ <figcaption>Tropical Island Getaway</figcaption>
+ </figure>
+ </body>
+</html>
diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/figure/myisland.jpg b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/figure/myisland.jpg Binary files differnew file mode 100644 index 0000000..5d90394 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/figure/myisland.jpg diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.1.index.html b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.1.index.html new file mode 100644 index 0000000..9070c7d --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.1.index.html @@ -0,0 +1,36 @@ +<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>KayakDoorCounty.net</title>
+ <style>
+
+ </style>
+ </head>
+ <body>
+ <header>
+ <img src=kayakdc.gif>
+ </header>
+ <nav>
+ <a href="index.html">Home</a>
+ <a href="tours.html">Tours</a>
+ <a href="reservations.html">Reservations</a>
+ <a href="contact.html">Contact</a>
+ </nav>
+ <main>
+ <h2>Your next adventure is only a paddle away ....</h2>
+ <img height=350 width=500 alt="KayakDorCountry.net" src=hero.jpg>
+
+ <p>Take a guided kayak tour while you explore the shoreline of scenic Door County. </p>
+ <h3>Featured tours this week:</h3>
+ <ul>
+ <li>Cana Island</li>
+ <li>Mink River</li>
+ <li>Europe Lake</li>
+ </ul>
+ </main>
+ <footer>
+ <small><i>Copyright © KayakDoorCounty.net</i></small>
+ </footer>
+ </body>
+</html>
diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.2.index.html b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.2.index.html new file mode 100644 index 0000000..26cf162 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.2.index.html @@ -0,0 +1,45 @@ +<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>KayakDoorCounty.net</title>
+ <style>
+#bar{
+ background-color:#152420;
+}
+ </style>
+ </head>
+ <body>
+ <header>
+ <img src=kayakdc.gif>
+ </header>
+ <nav id=bar>
+ <a href="index.html"><img src=home.gif alt=home width=90 height=35></a>
+ <a href="tours.html"><img src=tours.gif alt=tours width=90 height=35></a>
+ <a href="reservations.html"><img src=reservations.gif alt=reservations width=190 height=35></a>
+ <a href="contact.html"><img src=contact.gif alt=contact width=130 height=35></a>
+ </nav>
+ <main>
+ <h2>Your next adventure is only a paddle away ....</h2>
+ <img height=350 width=500 alt="KayakDorCountry.net" src=hero.jpg>
+
+ <p>Take a guided kayak tour while you explore the shoreline of scenic Door County. </p>
+ <h3>Featured tours this week:</h3>
+ <ul>
+ <li>Cana Island</li>
+ <li>Mink River</li>
+ <li>Europe Lake</li>
+ </ul>
+ </main>
+ <footer>
+ <nav>
+ <a href="index.html">Home</a>
+ <a href="tours.html">Tours</a>
+ <a href="reservations.html">Reservations</a>
+ <a href="contact.html">Contact</a>
+ </nav>
+
+ <small><i>Copyright © KayakDoorCounty.net</i></small>
+ </footer>
+ </body>
+</html>
diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.3.index.html b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.3.index.html new file mode 100644 index 0000000..e7bae4d --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.3.index.html @@ -0,0 +1,49 @@ +<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>KayakDoorCounty.net</title>
+ <style>
+#bar{
+ background-color:#152420;
+}
+main {
+ background-image: url(heroback.jpg);
+ background-repeat: no-repeat;
+}
+
+ </style>
+ </head>
+ <body>
+ <header>
+ <img src=kayakdc.gif>
+ </header>
+ <nav id=bar>
+ <a href="index.html"><img src=home.gif alt=home width=90 height=35></a>
+ <a href="tours.html"><img src=tours.gif alt=tours width=90 height=35></a>
+ <a href="reservations.html"><img src=reservations.gif alt=reservations width=190 height=35></a>
+ <a href="contact.html"><img src=contact.gif alt=contact width=130 height=35></a>
+ </nav>
+ <main>
+ <h2>Your next adventure is only a paddle away ....</h2>
+
+ <p>Take a guided kayak tour while you explore the shoreline of scenic Door County. </p>
+ <h3>Featured tours this week:</h3>
+ <ul>
+ <li>Cana Island</li>
+ <li>Mink River</li>
+ <li>Europe Lake</li>
+ </ul>
+ </main>
+ <footer>
+ <nav>
+ <a href="index.html">Home</a>
+ <a href="tours.html">Tours</a>
+ <a href="reservations.html">Reservations</a>
+ <a href="contact.html">Contact</a>
+ </nav>
+
+ <small><i>Copyright © KayakDoorCounty.net</i></small>
+ </footer>
+ </body>
+</html>
diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.6.index.html b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.6.index.html new file mode 100644 index 0000000..e57c2ad --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.6.index.html @@ -0,0 +1,58 @@ +<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>KayakDoorCounty.net</title>
+ <style>
+#bar{
+ background-color:#152420;
+}
+
+body {
+ font-family: Verdana, Arial, sans-serif;
+}
+
+h2, h3 {
+ font-family: Georgia, 'Times New Roman', serif;
+}
+
+main {
+ background-image: url(heroback.jpg);
+ background-repeat: no-repeat;
+}
+
+ </style>
+ </head>
+ <body>
+ <header>
+ <img src=kayakdc.gif>
+ </header>
+ <nav id=bar>
+ <a href="index.html"><img src=home.gif alt=home width=90 height=35></a>
+ <a href="tours.html"><img src=tours.gif alt=tours width=90 height=35></a>
+ <a href="reservations.html"><img src=reservations.gif alt=reservations width=190 height=35></a>
+ <a href="contact.html"><img src=contact.gif alt=contact width=130 height=35></a>
+ </nav>
+ <main>
+ <h2>Your next adventure is only a paddle away ....</h2>
+
+ <p>Take a guided kayak tour while you explore the shoreline of scenic Door County. </p>
+ <h3>Featured tours this week:</h3>
+ <ul>
+ <li>Cana Island</li>
+ <li>Mink River</li>
+ <li>Europe Lake</li>
+ </ul>
+ </main>
+ <footer>
+ <nav>
+ <a href="index.html">Home</a>
+ <a href="tours.html">Tours</a>
+ <a href="reservations.html">Reservations</a>
+ <a href="contact.html">Contact</a>
+ </nav>
+
+ <small><i>Copyright © KayakDoorCounty.net</i></small>
+ </footer>
+ </body>
+</html>
diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.9.index.html b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.9.index.html new file mode 100644 index 0000000..4806c6c --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.9.index.html @@ -0,0 +1,50 @@ +<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>KayakDoorCounty.net</title>
+ <link rel=icon href=favicon.ico type="image/x-icon">
+ <style>
+#bar{
+ background-color:#152420;
+}
+main {
+ background-image: url(heroback.jpg);
+ background-repeat: no-repeat;
+}
+
+ </style>
+ </head>
+ <body>
+ <header>
+ <img src=kayakdc.gif>
+ </header>
+ <nav id=bar>
+ <a href="index.html"><img src=home.gif alt=home width=90 height=35></a>
+ <a href="tours.html"><img src=tours.gif alt=tours width=90 height=35></a>
+ <a href="reservations.html"><img src=reservations.gif alt=reservations width=190 height=35></a>
+ <a href="contact.html"><img src=contact.gif alt=contact width=130 height=35></a>
+ </nav>
+ <main>
+ <h2>Your next adventure is only a paddle away ....</h2>
+
+ <p>Take a guided kayak tour while you explore the shoreline of scenic Door County. </p>
+ <h3>Featured tours this week:</h3>
+ <ul>
+ <li>Cana Island</li>
+ <li>Mink River</li>
+ <li>Europe Lake</li>
+ </ul>
+ </main>
+ <footer>
+ <nav>
+ <a href="index.html">Home</a>
+ <a href="tours.html">Tours</a>
+ <a href="reservations.html">Reservations</a>
+ <a href="contact.html">Contact</a>
+ </nav>
+
+ <small><i>Copyright © KayakDoorCounty.net</i></small>
+ </footer>
+ </body>
+</html>
diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/contact.gif b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/contact.gif Binary files differnew file mode 100644 index 0000000..e620a5b --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/contact.gif diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/favicon.ico b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/favicon.ico Binary files differnew file mode 100644 index 0000000..c22c6bb --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/favicon.ico diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/hero.jpg b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/hero.jpg Binary files differnew file mode 100644 index 0000000..363e638 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/hero.jpg diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/heroback.jpg b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/heroback.jpg Binary files differnew file mode 100644 index 0000000..a72a7a0 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/heroback.jpg diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/home.gif b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/home.gif Binary files differnew file mode 100644 index 0000000..7e0eab6 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/home.gif diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/kayakdc.gif b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/kayakdc.gif Binary files differnew file mode 100644 index 0000000..8fd7564 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/kayakdc.gif diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/reservations.gif b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/reservations.gif Binary files differnew file mode 100644 index 0000000..c2189a2 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/reservations.gif diff --git a/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/tours.gif b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/tours.gif Binary files differnew file mode 100644 index 0000000..807e4e8 --- /dev/null +++ b/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/tours.gif |