Lab8 go reeeeee
This commit is contained in:
		@@ -1,52 +0,0 @@
 | 
				
			|||||||
<!DOCTYPE html>
 | 
					 | 
				
			||||||
<!--
 | 
					 | 
				
			||||||
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
 | 
					 | 
				
			||||||
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
 | 
					 | 
				
			||||||
-->
 | 
					 | 
				
			||||||
<html>
 | 
					 | 
				
			||||||
    <head>
 | 
					 | 
				
			||||||
        <title>Pacific Trail Resort :: Yurts</title>
 | 
					 | 
				
			||||||
        <meta charset="UTF-8">
 | 
					 | 
				
			||||||
        <link href="pacific.css" rel="stylesheet">
 | 
					 | 
				
			||||||
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
					 | 
				
			||||||
    </head>
 | 
					 | 
				
			||||||
    <div class="wrapper">
 | 
					 | 
				
			||||||
    <body>
 | 
					 | 
				
			||||||
        <header> <h1>Pacific Trails Resort</h1> </header>
 | 
					 | 
				
			||||||
        <nav>
 | 
					 | 
				
			||||||
            <b>
 | 
					 | 
				
			||||||
                <a href="index.html"> Home</a> 
 | 
					 | 
				
			||||||
                <a href="yurts.html"> Yurts</a> 
 | 
					 | 
				
			||||||
                <a href="activities.html"> Activities</a> 
 | 
					 | 
				
			||||||
                <a href="reservations.html"> Reservations</a> 
 | 
					 | 
				
			||||||
            </b>
 | 
					 | 
				
			||||||
        </nav>
 | 
					 | 
				
			||||||
        <div id="yurthero">
 | 
					 | 
				
			||||||
        </div>
 | 
					 | 
				
			||||||
        <main><h2>The Yurts at Pacific Trails</h2></main>
 | 
					 | 
				
			||||||
        <dl>
 | 
					 | 
				
			||||||
            <div>
 | 
					 | 
				
			||||||
            <dt><strong>What is a yurt?</strong></dt>
 | 
					 | 
				
			||||||
            <dd>Our luxury yurts are permanent structures four feet off the ground. 
 | 
					 | 
				
			||||||
                Each Yurt is fully enclosed with canvas walls, a wooden floor, and a roof dome that can be opened.</dd>
 | 
					 | 
				
			||||||
            </div>
 | 
					 | 
				
			||||||
            <div>
 | 
					 | 
				
			||||||
            <dt><strong>How are the yurts furnished?</strong></dt>
 | 
					 | 
				
			||||||
            <dd>Each yurt is furnished with a queen-size bed with down quilt and gas-fired stove. Your luxury camping experience
 | 
					 | 
				
			||||||
                includes electricity and a sink with hot and cold running water. Shower and restroom facilities are located in the
 | 
					 | 
				
			||||||
                lodge. </dd>
 | 
					 | 
				
			||||||
            </div> 
 | 
					 | 
				
			||||||
            <div>
 | 
					 | 
				
			||||||
            <dt><strong>What should I bring?</strong></dt>
 | 
					 | 
				
			||||||
            <dd>Most guest pack comfortable walking shoes and plan to dress for changing weather with light layers of clothing. 
 | 
					 | 
				
			||||||
                It's also helpful to bring a flashlight and a sense of adventure! </dd>
 | 
					 | 
				
			||||||
            </div>
 | 
					 | 
				
			||||||
        </dl>
 | 
					 | 
				
			||||||
    </body>
 | 
					 | 
				
			||||||
    <footer>
 | 
					 | 
				
			||||||
        <small><i>Copyright © 2023 Pacific Trails Resort</i></small>
 | 
					 | 
				
			||||||
        <br>
 | 
					 | 
				
			||||||
        <a href="mailto:caleb@fontenot.com"> caleb@fontenot.com</a> 
 | 
					 | 
				
			||||||
    </footer>
 | 
					 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
</html>
 | 
					 | 
				
			||||||
@@ -65,6 +65,7 @@ main {
 | 
				
			|||||||
    padding-right: 20px;
 | 
					    padding-right: 20px;
 | 
				
			||||||
    padding-left: 20px;
 | 
					    padding-left: 20px;
 | 
				
			||||||
    background-color: #FFFFFF;
 | 
					    background-color: #FFFFFF;
 | 
				
			||||||
 | 
					    width: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
h1{
 | 
					h1{
 | 
				
			||||||
    margin-bottom: 0;
 | 
					    margin-bottom: 0;
 | 
				
			||||||
@@ -85,7 +86,7 @@ dt {
 | 
				
			|||||||
    color: #002171;
 | 
					    color: #002171;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
ul {
 | 
					ul {
 | 
				
			||||||
    list-style-image: url('images/marker.gif')
 | 
					    list-style-image: url('images/marker.gif');
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
footer {
 | 
					footer {
 | 
				
			||||||
    font-size: 75%;
 | 
					    font-size: 75%;
 | 
				
			||||||
@@ -126,4 +127,11 @@ img {
 | 
				
			|||||||
    background-size: 100% 100%;
 | 
					    background-size: 100% 100%;
 | 
				
			||||||
    margin-left: 190px;
 | 
					    margin-left: 190px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					#qanda {
 | 
				
			||||||
 | 
					    background-color: #FFFFFF;
 | 
				
			||||||
 | 
					    margin-left: 190px;
 | 
				
			||||||
 | 
					    width: auto;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					 table {
 | 
				
			||||||
 | 
					  border: 0px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -11,42 +11,46 @@ Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this
 | 
				
			|||||||
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
					        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
				
			||||||
    </head>
 | 
					    </head>
 | 
				
			||||||
    <div class="wrapper">
 | 
					    <div class="wrapper">
 | 
				
			||||||
    <body>
 | 
					        <body>
 | 
				
			||||||
        <header> <h1>Pacific Trails Resort</h1> </header>
 | 
					            <header> <h1>Pacific Trails Resort</h1> </header>
 | 
				
			||||||
        <nav>
 | 
					            <nav>
 | 
				
			||||||
            <ul>
 | 
					                <ul>
 | 
				
			||||||
                <li><a href="index.html"> Home</a></li>
 | 
					                    <li><a href="index.html"> Home</a></li>
 | 
				
			||||||
                <li><a href="yurts.html"> Yurts</a></li>
 | 
					                    <li><a href="yurts.html"> Yurts</a></li>
 | 
				
			||||||
                <li><a href="activities.html"> Activities</a></li>
 | 
					                    <li><a href="activities.html"> Activities</a></li>
 | 
				
			||||||
                <li><a href="reservations.html"> Reservations</a></li>
 | 
					                    <li><a href="reservations.html"> Reservations</a></li>
 | 
				
			||||||
            </ul>
 | 
					                </ul>
 | 
				
			||||||
        </nav>
 | 
					            </nav>
 | 
				
			||||||
        <div id="yurthero">
 | 
					            <div id="yurthero">
 | 
				
			||||||
        </div>
 | 
					 | 
				
			||||||
        <main><h2>The Yurts at Pacific Trails</h2></main>
 | 
					 | 
				
			||||||
        <dl>
 | 
					 | 
				
			||||||
            <div>
 | 
					 | 
				
			||||||
            <dt><strong>What is a yurt?</strong></dt>
 | 
					 | 
				
			||||||
            <dd>Our luxury yurts are permanent structures four feet off the ground. 
 | 
					 | 
				
			||||||
                Each Yurt is fully enclosed with canvas walls, a wooden floor, and a roof dome that can be opened.</dd>
 | 
					 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
    <div>
 | 
					 | 
				
			||||||
            <dt><strong>How are the yurts furnished?</strong></dt>
 | 
					 | 
				
			||||||
            <dd>Each yurt is furnished with a queen-size bed with down quilt and gas-fired stove. Your luxury camping experience
 | 
					 | 
				
			||||||
                includes electricity and a sink with hot and cold running water. Shower and restroom facilities are located in the
 | 
					 | 
				
			||||||
                lodge. </dd>
 | 
					 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
            <div>
 | 
					            <div>
 | 
				
			||||||
            <dt><strong>What should I bring?</strong></dt>
 | 
					                <main><h2>The Yurts at Pacific Trails</h2></main>
 | 
				
			||||||
            <dd>Most guest pack comfortable walking shoes and plan to dress for changing weather with light layers of clothing. 
 | 
					
 | 
				
			||||||
                It's also helpful to bring a flashlight and a sense of adventure! </dd>
 | 
					                <table>
 | 
				
			||||||
 | 
					                    <tr>
 | 
				
			||||||
 | 
					                    <dt><strong>What is a yurt?</strong></dt>
 | 
				
			||||||
 | 
					                    <dd>Our luxury yurts are permanent structures four feet off the ground. 
 | 
				
			||||||
 | 
					                        Each Yurt is fully enclosed with canvas walls, a wooden floor, and a roof dome that can be opened.</dd>
 | 
				
			||||||
 | 
					                    </tr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    <tr>
 | 
				
			||||||
 | 
					                    <dt><strong>How are the yurts furnished?</strong></dt>
 | 
				
			||||||
 | 
					                    <dd>Each yurt is furnished with a queen-size bed with down quilt and gas-fired stove. Your luxury camping experience
 | 
				
			||||||
 | 
					                        includes electricity and a sink with hot and cold running water. Shower and restroom facilities are located in the
 | 
				
			||||||
 | 
					                        lodge. </dd>
 | 
				
			||||||
 | 
					                    </tr>
 | 
				
			||||||
 | 
					                    <tr>
 | 
				
			||||||
 | 
					                    <dt><strong>What should I bring?</strong></dt>
 | 
				
			||||||
 | 
					                    <dd>Most guest pack comfortable walking shoes and plan to dress for changing weather with light layers of clothing. 
 | 
				
			||||||
 | 
					                        It's also helpful to bring a flashlight and a sense of adventure! </dd>
 | 
				
			||||||
 | 
					                    </tr>
 | 
				
			||||||
 | 
					                </table>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        </dl>
 | 
					        </body>
 | 
				
			||||||
    </body>
 | 
					        <footer>
 | 
				
			||||||
    <footer>
 | 
					            <small><i>Copyright © 2023 Pacific Trails Resort</i></small>
 | 
				
			||||||
        <small><i>Copyright © 2023 Pacific Trails Resort</i></small>
 | 
					            <br>
 | 
				
			||||||
        <br>
 | 
					            <a href="mailto:caleb@fontenot.com"> caleb@fontenot.com</a> 
 | 
				
			||||||
        <a href="mailto:caleb@fontenot.com"> caleb@fontenot.com</a> 
 | 
					        </footer>
 | 
				
			||||||
    </footer>
 | 
					 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										56
									
								
								Assignments/MP05_CalebFontenot/public_html/yurts_1.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										56
									
								
								Assignments/MP05_CalebFontenot/public_html/yurts_1.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,56 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html>
 | 
				
			||||||
 | 
					<!--
 | 
				
			||||||
 | 
					Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
 | 
				
			||||||
 | 
					Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
 | 
				
			||||||
 | 
					-->
 | 
				
			||||||
 | 
					<html>
 | 
				
			||||||
 | 
					    <head>
 | 
				
			||||||
 | 
					        <title>Pacific Trail Resort :: Yurts</title>
 | 
				
			||||||
 | 
					        <meta charset="UTF-8">
 | 
				
			||||||
 | 
					        <link href="pacific.css" rel="stylesheet">
 | 
				
			||||||
 | 
					        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
				
			||||||
 | 
					    </head>
 | 
				
			||||||
 | 
					    <div class="wrapper">
 | 
				
			||||||
 | 
					        <body>
 | 
				
			||||||
 | 
					            <header> <h1>Pacific Trails Resort</h1> </header>
 | 
				
			||||||
 | 
					            <nav>
 | 
				
			||||||
 | 
					                <ul>
 | 
				
			||||||
 | 
					                    <li><a href="index.html"> Home</a></li>
 | 
				
			||||||
 | 
					                    <li><a href="yurts.html"> Yurts</a></li>
 | 
				
			||||||
 | 
					                    <li><a href="activities.html"> Activities</a></li>
 | 
				
			||||||
 | 
					                    <li><a href="reservations.html"> Reservations</a></li>
 | 
				
			||||||
 | 
					                </ul>
 | 
				
			||||||
 | 
					            </nav>
 | 
				
			||||||
 | 
					            <div id="yurthero">
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					            <div id="qanda">
 | 
				
			||||||
 | 
					                <main><h2>The Yurts at Pacific Trails</h2></main>
 | 
				
			||||||
 | 
					                <table>
 | 
				
			||||||
 | 
					                    <tr>
 | 
				
			||||||
 | 
					                    <td>
 | 
				
			||||||
 | 
					                    <dt><strong>What is a yurt?</strong></dt>
 | 
				
			||||||
 | 
					                    <dd>Our luxury yurts are permanent structures four feet off the ground. 
 | 
				
			||||||
 | 
					                        Each Yurt is fully enclosed with canvas walls, a wooden floor, and a roof dome that can be opened.</dd>
 | 
				
			||||||
 | 
					                    </td>
 | 
				
			||||||
 | 
					                    <td>
 | 
				
			||||||
 | 
					                    <dt><strong>How are the yurts furnished?</strong></dt>
 | 
				
			||||||
 | 
					                    <dd>Each yurt is furnished with a queen-size bed with down quilt and gas-fired stove. Your luxury camping experience
 | 
				
			||||||
 | 
					                        includes electricity and a sink with hot and cold running water. Shower and restroom facilities are located in the
 | 
				
			||||||
 | 
					                        lodge. </dd>
 | 
				
			||||||
 | 
					                    </td> 
 | 
				
			||||||
 | 
					                    <td>
 | 
				
			||||||
 | 
					                    <dt><strong>What should I bring?</strong></dt>
 | 
				
			||||||
 | 
					                    <dd>Most guest pack comfortable walking shoes and plan to dress for changing weather with light layers of clothing. 
 | 
				
			||||||
 | 
					                        It's also helpful to bring a flashlight and a sense of adventure! </dd>
 | 
				
			||||||
 | 
					                    </td>
 | 
				
			||||||
 | 
					                    </tr>
 | 
				
			||||||
 | 
					                </table>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </body>
 | 
				
			||||||
 | 
					        <footer>
 | 
				
			||||||
 | 
					            <small><i>Copyright © 2023 Pacific Trails Resort</i></small>
 | 
				
			||||||
 | 
					            <br>
 | 
				
			||||||
 | 
					            <a href="mailto:caleb@fontenot.com"> caleb@fontenot.com</a> 
 | 
				
			||||||
 | 
					        </footer>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
@@ -4,11 +4,13 @@
 | 
				
			|||||||
<title>Casita Sedona</title>
 | 
					<title>Casita Sedona</title>
 | 
				
			||||||
<meta charset="utf-8">
 | 
					<meta charset="utf-8">
 | 
				
			||||||
<link href="casita.css" rel="stylesheet">
 | 
					<link href="casita.css" rel="stylesheet">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
<div id="wrapper">
 | 
					<div id="wrapper">
 | 
				
			||||||
  <header>
 | 
					  <header>
 | 
				
			||||||
      <h1>Casita Sedona</h1>
 | 
					      <h1>Casita Sedona</h1>
 | 
				
			||||||
 | 
					      <a href="index.html#content">Skip to Content</a>
 | 
				
			||||||
  </header>
 | 
					  </header>
 | 
				
			||||||
  <nav>
 | 
					  <nav>
 | 
				
			||||||
  <ul> 
 | 
					  <ul> 
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										32
									
								
								Assignments/lab08_CalebFontenot/public_html/8.3/8.3.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								Assignments/lab08_CalebFontenot/public_html/8.3/8.3.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,32 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html>
 | 
				
			||||||
 | 
					<!--
 | 
				
			||||||
 | 
					Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
 | 
				
			||||||
 | 
					Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
 | 
				
			||||||
 | 
					-->
 | 
				
			||||||
 | 
					<html>
 | 
				
			||||||
 | 
					    <head>
 | 
				
			||||||
 | 
					        <title>Tropical Island Gateway</title>
 | 
				
			||||||
 | 
					        <meta charset="UTF-8">
 | 
				
			||||||
 | 
					        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
				
			||||||
 | 
					        <style>
 | 
				
			||||||
 | 
					            figure {
 | 
				
			||||||
 | 
					                width: 480px;
 | 
				
			||||||
 | 
					            border: 1px solid #000000;
 | 
				
			||||||
 | 
					            padding: 6px;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            figcaption { text-align: center;
 | 
				
			||||||
 | 
					                         font-family: Papyrus, fantasy;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        </style>
 | 
				
			||||||
 | 
					    </head>
 | 
				
			||||||
 | 
					    <body>
 | 
				
			||||||
 | 
					        <figure>
 | 
				
			||||||
 | 
					            <img src="myisland.jpg" width="480"
 | 
				
			||||||
 | 
					                 height="320" alt="Tropical Island">
 | 
				
			||||||
 | 
					            <figcaption>
 | 
				
			||||||
 | 
					                Tropical Island Getaway
 | 
				
			||||||
 | 
					            </figcaption>
 | 
				
			||||||
 | 
					        </figure>
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
 | 
					    </body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								Assignments/lab08_CalebFontenot/public_html/8.3/myisland.jpg
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Assignments/lab08_CalebFontenot/public_html/8.3/myisland.jpg
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 38 KiB  | 
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user