diff --git a/about.html b/about.html new file mode 100644 index 000000000..fa5b4ebc5 --- /dev/null +++ b/about.html @@ -0,0 +1,41 @@ + + + + + + + + About + + + + + + + + +
+ + +
+

+ What are we about? +

+ + + diff --git a/contact.html b/contact.html new file mode 100644 index 000000000..86df45015 --- /dev/null +++ b/contact.html @@ -0,0 +1,50 @@ + + + + + + + + Contact + + + + + + + + +
+ + +
+

CONTACT US

+

HeadQuarters

+

3403 FM 1839

+

Corsicana, TX 75110

+

(254)447-7687

+

Tyler Case

+

Mobile RV Tech

+

(903)602-0089

+

MacKenzie Dulaney

+

CEO/Owner

+

(254)447-7687

+

mackenziedulaney@edsonsrvrepair.com

+ + + diff --git a/css/body.css b/css/body.css new file mode 100644 index 000000000..8c5043e16 --- /dev/null +++ b/css/body.css @@ -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; + } \ No newline at end of file diff --git a/css/column.css b/css/column.css new file mode 100644 index 000000000..a3c93a78b --- /dev/null +++ b/css/column.css @@ -0,0 +1,11 @@ +.column { + float: left; + width: 33.33%; + } + + /* Clear floats after the columns */ + .row:after { + content: ""; + display: table; + clear: both; + } \ No newline at end of file diff --git a/css/footer.css b/css/footer.css new file mode 100644 index 000000000..f8cedfa5c --- /dev/null +++ b/css/footer.css @@ -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"; + } \ No newline at end of file diff --git a/css/header.css b/css/header.css new file mode 100644 index 000000000..ab332794a --- /dev/null +++ b/css/header.css @@ -0,0 +1,7 @@ +.header { + display: block; + margin-left: auto; + margin-right: auto; + margin-top: 5%; + height: 150px; + } \ No newline at end of file diff --git a/css/menu.css b/css/menu.css new file mode 100644 index 000000000..a7da86b7d --- /dev/null +++ b/css/menu.css @@ -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; + } diff --git a/images/Logo.ico b/images/Logo.ico new file mode 100644 index 000000000..7133ee8f6 Binary files /dev/null and b/images/Logo.ico differ diff --git a/images/Logo.png b/images/Logo.png new file mode 100644 index 000000000..2c0f73685 Binary files /dev/null and b/images/Logo.png differ diff --git a/images/footer/X.png b/images/footer/X.png new file mode 100644 index 000000000..bfd1cb561 Binary files /dev/null and b/images/footer/X.png differ diff --git a/images/footer/X2.png b/images/footer/X2.png new file mode 100644 index 000000000..b7dea2d53 Binary files /dev/null and b/images/footer/X2.png differ diff --git a/images/footer/email.png b/images/footer/email.png new file mode 100644 index 000000000..b6365960d Binary files /dev/null and b/images/footer/email.png differ diff --git a/images/footer/email2.png b/images/footer/email2.png new file mode 100644 index 000000000..39702563f Binary files /dev/null and b/images/footer/email2.png differ diff --git a/images/footer/facebook.png b/images/footer/facebook.png new file mode 100644 index 000000000..0b84655db Binary files /dev/null and b/images/footer/facebook.png differ diff --git a/images/footer/facebook2.png b/images/footer/facebook2.png new file mode 100644 index 000000000..f449b35d3 Binary files /dev/null and b/images/footer/facebook2.png differ diff --git a/images/footer/instagram.png b/images/footer/instagram.png new file mode 100644 index 000000000..f85bbccc7 Binary files /dev/null and b/images/footer/instagram.png differ diff --git a/images/footer/instagram2.png b/images/footer/instagram2.png new file mode 100644 index 000000000..8291dcae4 Binary files /dev/null and b/images/footer/instagram2.png differ diff --git a/images/footer/phone.png b/images/footer/phone.png new file mode 100644 index 000000000..94c35b803 Binary files /dev/null and b/images/footer/phone.png differ diff --git a/images/footer/phone2.png b/images/footer/phone2.png new file mode 100644 index 000000000..571c795f2 Binary files /dev/null and b/images/footer/phone2.png differ diff --git a/index.html b/index.html index 4ad4ffff6..fa92c347b 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,45 @@ - - - - - - - Static Template - - -

This is a static template, there is no bundler or bundling involved!

- - \ No newline at end of file + + + + + + + + Home + + + + + + + + +
+ + +
+

+ Edson's RV Repair +

+

+ At Edson's RV Repair we are dedicated to our customers. We serve the highest quality at the most resonable rates on the market. +

+ + + + diff --git a/js/footer.js b/js/footer.js new file mode 100644 index 000000000..e69de29bb diff --git a/js/welcome.js b/js/welcome.js new file mode 100644 index 000000000..3d265ad6f --- /dev/null +++ b/js/welcome.js @@ -0,0 +1,3 @@ +alert("Welcome to Edson's RV Repair"); + +console.log("Welcome to Edson's RV Repair"); diff --git a/nav.html b/nav.html new file mode 100644 index 000000000..1719ed5c8 --- /dev/null +++ b/nav.html @@ -0,0 +1,110 @@ + + + + + + + + Edsons's RV Repair +
+ + + + + + + +
+ + + + + + + + +
+ +
+
+ + +
+ + +
+ +

+ Edson's RV Repair +

+

+ At Edson's RV Repair we are dedicated to our customers. We serve the highest quality at the most resonable rates on the market. +

+
+ + + +
+ + + + + + + +
+ + + + diff --git a/news.html b/news.html new file mode 100644 index 000000000..bc62a1770 --- /dev/null +++ b/news.html @@ -0,0 +1,41 @@ + + + + + + + + News + + + + + + + + +
+ + +
+

+ RV News +

+ + + diff --git a/package.json b/package.json index 229967170..b3de3e3ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "static", + "name": "edsons-rv-repair", "version": "1.0.0", - "description": "This is a static template with no bundling", + "description": "", "main": "index.html", "scripts": { "start": "serve", @@ -11,11 +11,7 @@ "type": "git", "url": "git+https://github.com/codesandbox-app/static-template.git" }, - "keywords": [ - "static", - "template", - "codesandbox" - ], + "keywords": [], "author": "Ives van Hoorne", "license": "MIT", "bugs": { @@ -25,4 +21,4 @@ "devDependencies": { "serve": "^11.2.0" } -} +} \ No newline at end of file diff --git a/subscribe.html b/subscribe.html new file mode 100644 index 000000000..15170b545 --- /dev/null +++ b/subscribe.html @@ -0,0 +1,47 @@ + + + + + + + + Subscribe + + + + + + + + +
+ + +
+

+ Click on Select to sign up for the subscription of your choice: +

+
+ +
+ + +