Skip to content
Open

initial #2467

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

<!doctype html>
<html dir="ltr" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>About</title>
<link rel = "icon" href = "images/Logo.ico" type = "image/x-icon">
</head>
<div class="menu">
<link rel="stylesheet" href="css/menu.css">
<a href="index.html">Home</a>
<a href="news.html">News</a>
<a href="contact.html">Contact</a>
<a class="active" href="about.html">About</a>
<a href="subscribe.html">Subscribe</a>
</div>
<body>
<link rel="stylesheet" href="css/body.css">
<iframe id="backgroundImage" src=""></iframe>
</body>
<body>
<figure>
<img id="Logo" alt="Edson's RV Repair" src="images/logo.png" class="header"></img>
<link rel="stylesheet" href="css/header.css">
</figure>
<h1>
What are we about?
</h1>
</body>
<footer class="footer">
<link rel="stylesheet" href="css/footer.css">
<img id="Logo" alt="Edson's RV Repair" src="images/logo.png" width="100" class="footerLogo"></img>
<a href="https://www.facebook.com/edsonsrvrepair" target="_blank" rel="noopener noreferrer"><img id="Facebook" src="images/footer/facebook.png"></a>
<a href="https://www.instagram.com/EdsonsRVRepair/" target="_blank" rel="noopener noreferrer"><img id="Instagram" src="images/footer/instagram.png"></a>
<a href="https://www.x.com/edsons_rv" target="_blank" rel="noopener noreferrer"><img id="X" src="images/footer/x.png"></a>
<a href="mailto: mackenziedulaney@edsonsrvrepair.com"><img id="email" src="images/footer/email.png"></a>
<a href="tel:(254)447-7687"><img id="Phone" src="images/footer/phone.png"></a>
</footer>
</html>
50 changes: 50 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@

<!doctype html>
<html dir="ltr" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Contact</title>
<link rel = "icon" href = "images/Logo.ico" type = "image/x-icon">
</head>
<div class="menu">
<link rel="stylesheet" href="css/menu.css">
<a href="index.html">Home</a>
<a href="news.html">News</a>
<a class="active" href="contact.html">Contact</a>
<a href="about.html">About</a>
<a href="subscribe.html">Subscribe</a>
</div>
<body>
<link rel="stylesheet" href="css/body.css">
<iframe id="backgroundImage" src=""></iframe>
</body>
<body>
<figure>
<img id="Logo" alt="Edson's RV Repair" src="images/logo.png" class="header"></img>
<link rel="stylesheet" href="css/header.css">
</figure>
<h1>CONTACT US</h1>
<h2>HeadQuarters</h2>
<p>3403 FM 1839</p>
<p>Corsicana, TX 75110</p>
<p>(254)447-7687</p>
<h2>Tyler Case</h2>
<h4>Mobile RV Tech</h4>
<p>(903)602-0089</p>
<h2>MacKenzie Dulaney</h2>
<h4>CEO/Owner</h4>
<p>(254)447-7687</p>
<p>mackenziedulaney@edsonsrvrepair.com</p>
</body>
<footer class="footer">
<link rel="stylesheet" href="css/footer.css">
<img id="Logo" alt="Edson's RV Repair" src="images/logo.png" width="100" class="footerLogo"></img>
<a href="https://www.facebook.com/edsonsrvrepair" target="_blank" rel="noopener noreferrer"><img id="Facebook" src="images/footer/facebook.png"></a>
<a href="https://www.instagram.com/EdsonsRVRepair/" target="_blank" rel="noopener noreferrer"><img id="Instagram" src="images/footer/instagram.png"></a>
<a href="https://www.x.com/edsons_rv" target="_blank" rel="noopener noreferrer"><img id="X" src="images/footer/x.png"></a>
<a href="mailto: mackenziedulaney@edsonsrvrepair.com"><img id="email" src="images/footer/email.png"></a>
<a href="tel:(254)447-7687"><img id="Phone" src="images/footer/phone.png"></a>
</footer>
</html>
18 changes: 18 additions & 0 deletions css/body.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
body {
background: #FFFFFF;
margin: 0;
}

#backgroundImage {
border: none;
height: 100%;
pointer-events: none;
position: fixed;
top: 0;
visibility: hidden;
width: 100%;
}

[show-background-image] #backgroundImage {
visibility: visible;
}
11 changes: 11 additions & 0 deletions css/column.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.column {
float: left;
width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
38 changes: 38 additions & 0 deletions css/footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/* Add a black background color to the top navigation */
footer {
background-color: #d3d871;
overflow: hidden;
position: fixed;
bottom: 0;
width: 100%;
height: 8%;
margin-left: auto;
margin-right: auto;
}

/* Style the links inside the navigation bar */
footer a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 6px 7px;
text-decoration: none;
font-size: 17px;
}

/* Change the color of links on hover */
footer a:hover {
background-color: #000000;
color: rgb(255, 255, 255);
}

.footerLogo {
float:left;
position: left;
width: 70px;
margin-top: 5px;
}

footer a email:hover {
background-image: "images/footer/email2.png";
}
7 changes: 7 additions & 0 deletions css/header.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.header {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 5%;
height: 150px;
}
30 changes: 30 additions & 0 deletions css/menu.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/* Add a black background color to the top navigation */
.menu {
background-color: #333;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
}

/* Style the links inside the navigation bar */
.menu a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}

/* Change the color of links on hover */
.menu a:hover {
background-color: #ddd;
color: black;
}

/* Add a color to the active/current link */
.menu a.active {
background-color: #04AA6D;
color: white;
}
Binary file added images/Logo.ico
Binary file not shown.
Binary file added images/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/footer/X.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/footer/X2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/footer/email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/footer/email2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/footer/facebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/footer/facebook2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/footer/instagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/footer/instagram2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/footer/phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/footer/phone2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 45 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Static Template</title>
</head>
<body>
<h1>This is a static template, there is no bundler or bundling involved!</h1>
</body>
</html>

<!doctype html>
<html dir="ltr" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Home</title>
<link rel = "icon" href = "images/Logo.ico" type = "image/x-icon">
</head>
<div class="menu">
<link rel="stylesheet" href="css/menu.css">
<a class="active" href="index.html">Home</a>
<a href="news.html">News</a>
<a href="contact.html">Contact</a>
<a href="about.html">About</a>
<a href="subscribe.html">Subscribe</a>
</div>
<body>
<link rel="stylesheet" href="css/body.css">
<iframe id="backgroundImage" src=""></iframe>
</body>
<body>
<figure>
<img id="Logo" alt="Edson's RV Repair" src="/images/logo.png" class="header"></img>
<link rel="stylesheet" href="css/header.css">
</figure>
<h1>
Edson's RV Repair
</h1>
<p>
At Edson's RV Repair we are dedicated to our customers. We serve the highest quality at the most resonable rates on the market.
</p>
<script src="/js/welcome.js"></script>
</body>
<footer class="footer">
<link rel="stylesheet" href="css/footer.css">
<img href="https://mail.edsonsrvrepair.com" id="Logo" alt="Edson's RV Repair" src="images/logo.png" width="100" class="footerLogo"></img>
<a href="https://www.facebook.com/edsonsrvrepair" target="_blank" rel="noopener noreferrer"><img id="Facebook" src="images/footer/facebook.png"></a>
<a href="https://www.instagram.com/EdsonsRVRepair/" target="_blank" rel="noopener noreferrer"><img id="Instagram" src="images/footer/instagram.png"></a>
<a href="https://www.x.com/edsons_rv" target="_blank" rel="noopener noreferrer"><img id="X" src="images/footer/x.png"></a>
<a href="mailto: mackenziedulaney@edsonsrvrepair.com"><img class="email" src="images/footer/email.png"></a>
<a href="tel:(254)447-7687"><img id="Phone" src="images/footer/phone.png"></a>
</footer>
</html>
Empty file added js/footer.js
Empty file.
3 changes: 3 additions & 0 deletions js/welcome.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
alert("Welcome to Edson's RV Repair");

console.log("Welcome to Edson's RV Repair");
110 changes: 110 additions & 0 deletions nav.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel = "icon" href = "images/Logo.ico" type = "image/x-icon">
<title>Edsons's RV Repair</title>
<section>
<!-- CSS -->
<!-- Bootstrap CDN CSS -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>

<!-- Body Style -->
<link rel="stylesheet" href="css/body.css">
<iframe id="backgroundImage" src=""></iframe>
</section>

<!-- Footer Style -->
<link rel="stylesheet" href="css/footer.css">



</head>
<body>
<header>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">Navbar</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link disabled" aria-disabled="true">Disabled</a>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
</header>
<main>

<!-- Page Logo -->
<figure>
<img id="Logo" alt="Edson's RV Repair" src="images/logo.png" class="header"></img>
<link rel="stylesheet" href="css/header.css">
</figure>

<h1>
Edson's RV Repair
</h1>
<p>
At Edson's RV Repair we are dedicated to our customers. We serve the highest quality at the most resonable rates on the market.
</p>
</main>
<footer>
<img href="https://mail.edsonsrvrepair.com" id="Logo" alt="Edson's RV Repair" src="images/logo.png" width="100" class="footerLogo"></img>
<a href="https://www.facebook.com/edsonsrvrepair" target="_blank" rel="noopener noreferrer"><img id="Facebook" src="images/footer/facebook.png"></a>
<a href="https://www.instagram.com/EdsonsRVRepair/" target="_blank" rel="noopener noreferrer"><img id="Instagram" src="images/footer/instagram.png"></a>
<a href="https://www.x.com/edsons_rv" target="_blank" rel="noopener noreferrer"><img id="X" src="images/footer/x.png"></a>
<a href="mailto: mackenziedulaney@edsonsrvrepair.com"><img class="email" src="images/footer/email.png"></a>
<a href="tel:(254)447-7687"><img id="Phone" src="images/footer/phone.png"></a>
</footer>

<!-- JS Section Begin -->
<section>
<!-- Bootsrap CDN JS -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>

<!-- Welcome Alert-->
<script src="/js/welcome.js"></script>


</section>
<!-- JS Section End -->
</body>
</html>

Loading