added 404 page, redish link hoover, some text changes

master
Kebler Network System Administrator 2021-10-30 16:26:36 -07:00
parent cf736d2e38
commit 46eba99eac
7 changed files with 347 additions and 17 deletions

329
404.html Normal file
View File

@ -0,0 +1,329 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Prairie City Oregon</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta http-equiv="Cache-Control" content="max-age= 3600" />
<base href="https://www.prairiecityoregon.net/">
<link href="https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<link href="//fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Open%20Sans" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<link href="https://cdn.jsdelivr.net/lightgallery/1.3.9/css/lightgallery.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/lightgallery/1.3.9/css/lg-transitions.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.6.16/css/perfect-scrollbar.min.css" type="text/css" media="screen" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/default.min.css">
<link href="/css/base.css" rel="stylesheet">
<link href="/css/page.css" rel="stylesheet">
<link href="/css/navbar.css" rel="stylesheet">
<link href="/css/responsive.css" rel="stylesheet">
<style>
body { font-family:Open Sans,Helvetica,Arial,sans-serif; }
.nav-bar__menu-item:hover, .nav-bar__menu-item >a:hover {color: cornflowerblue; }
.nav-bar, .section--footer { background-color: cornflowerblue; }
.nav-bar__logo,.nav-bar__logo:hover, .nav-bar__menu, .nav-bar__menu-button, .section--footer { color: lightblue; }
.nav-bar__menu-item:hover, .nav-bar__menu-item >a:hover { background-color: lightblue; }
#hero { color: darkblue; }
#hero { background-color: lightblue; }
#hero h1 { color: darkblue; }
#hero h2 { color: darkblue; }
#hero h3 { color: darkblue; }
#hero h4 { color: darkblue; }
#hero hr { border-top-color: darkblue; }
#hero { background-image: url("https://www.prairiecityoregon.net/images/strawberrys.jpg"); }
.section--odd, .section--even .btn {
color: darkblue;
background-color: lightblue;
}
.section--even, .section--odd .btn {
color: lightblue;
background-color: darkblue;
}
.section--footer {
color: white;
background-color: cornflowerblue;
}
</style>
<link rel="stylesheet" href="/css/uci-shortcodes-custom.css">
<link rel="stylesheet" href="/css/uci-shortcodes.css">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body>
<div id="nav-bar" class="nav-bar">
<div class="nav-bar__header">
<a href="#hero" class="nav-bar__logo">
Prairie City Oregon
</a>
<div class="nav-bar__menu-button"> <i class="fa fa-bars"></i></div>
<div class="nav-bar__draft"></div>
</div>
<ul class="nav-bar__menu hide-menu">
<li >
<a class="nav-bar__menu-item" href="#welcome">
About
</a>
</li>
<li >
<a class="nav-bar__menu-item" href="#where">
Where
</a>
</li>
<li >
<a class="nav-bar__menu-item" href="#city">
City Hall
</a>
</li>
<li >
<a class="nav-bar__menu-item" href="#depotrvpark">
RV-Park
</a>
</li>
<li >
<a class="nav-bar__menu-item" href="#gpcca">
GPCCA
</a>
</li>
<li >
<a class="nav-bar__menu-item" href="#footer">
</a>
</li>
</ul>
</div>
<div class="nav-bar-spacer"></div>
<main class="error404">
<section id="error-404" class="section section--404"
style="color:lightblue; background-color:darkblue;"
>
<div class="section__container">
<div class="section__headline section__headline--404">
<h1>Whoops!</h1>
<h2>Content Load Error</h2>
</div>
<div class="section__content section-content--"
>
The content you tried to load does not exist. </br>
<div>continue by clicking <a class="404__link" href="https://www.prairiecityoregon.net/">here</a></div>
</div>
</div>
</section>
</main>
<script src="https://cdn.jsdelivr.net/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/g/lightgallery,lg-autoplay,lg-pager,lg-thumbnail,lg-video"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.6.16/js/perfect-scrollbar.jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js"></script>
<script src="/js/util.js"></script>
<script src="/js/fitToWindow.js"></script>
<script src="/js/flowType.js"></script>
<script src="/js/youtube.js"></script>
<script src="/js/page.js"></script>
<script src="/js/docready.js"></script>
<script>
$(document).ready(function () {
lightgallery('#photos')
});
</script>
<script>
$(document).ready(function () {
lightgallery('.box--image-lightbox')
});
</script>
</body>
</html>

View File

@ -114,7 +114,7 @@ a,
a:hover,
.clickable:hover {
color: black;
color: rgb(161, 44, 44);
filter: saturate(100%);
}

View File

@ -5,8 +5,3 @@
}
.section__content p {
align-items: left;
}

View File

@ -66,6 +66,12 @@
background-color: black;
}
.section--404 {
color: white;
background-color: black;
height: 1000px;
}
.section--hero {
color: white;
background-color: grey;

View File

@ -444,7 +444,7 @@ src="/images/Museum14sm.jpg" />
<p>Depot RV Park is adjacent to the DeWitt Museum just three blocks south on Main St from downtown (Hwy 26).</p>
<p>The former SVRR depot building which houses the museum is listed on the National register of historic places.</p>
<p>The RV park offers: grassy spots with full hookups, covered group, WIFI, picnic area , playground, clean rest rooms with hot showers, creek side spaces. All RV spaces were upgraded in 2020 with improved sewer, water and electric hookups which are now suitable for 4 season use. The RV park is managed by the city. From May to September the RV park has an on site host.</p>
<p>The RV park offers: full hookups for all spaces, a large covered gathering structure, WIFI, picnic area, playground and clean rest rooms with hot showers. All RV spaces were upgraded in 2020 with improved sewer, water and electric hookups which are now suitable for 4 season use. The RV park is managed by the city. From May to September the RV park has an on site host.</p>
<h2 id="rates">RATES</h2>
<ul>
<li>Full Hookup : $26/night, $680/month, Additional Vehicle $4</li>
@ -466,8 +466,8 @@ style="color:; background-color:;"
<h1>GPCCA</h1>
</div>
<div class="section__content section-content--gpcca" >
<p>This website and domain are hosted and maintained by the <em><strong>Greater Prairie City Community Association</strong></em> (GPCCA).</p>
<p>To inform us about errors or to inquire about adding content to or links from this site for your business, organization, person see our website at <a href="https://gpccaor.org">https://gpccaor.org</a>. Links and content are free to anyone living in the greater Prairie City area.</p>
<p>This website and domain are hosted and maintained by the <a href="https://www.gpccaor.org">Greater Prairie City Community Association</a> (GPCCA).</p>
<p>To inform us about errors or to inquire about adding content to or links from this site for your business, organization or person see our <a href="https://www.gpccaor.org">website</a>. Links and content are free to anyone living in the greater Prairie City area.</p>
@ -513,8 +513,8 @@ style="color:; background-color:;"
<div class="updated">
site updated: October 29, 2021@8:15 pm</br>
</br>
site updated: October 30, 2021@11:14 am</br>
status: initial development</br>
</div>

View File

@ -55,7 +55,7 @@ Fire Chief: Marvin Rynearson, PH: 541-620-4380</description>
<guid>https://www.prairiecityoregon.net/sections/depotrvpark/</guid>
<description>Depost RV Park Museum Depot RV Park is adjacent to the DeWitt Museum just three blocks south on Main St from downtown (Hwy 26).
The former SVRR depot building which houses the museum is listed on the National register of historic places.
The RV park offers: grassy spots with full hookups, covered group, WIFI, picnic area , playground, clean rest rooms with hot showers, creek side spaces. All RV spaces were upgraded in 2020 with improved sewer, water and electric hookups which are now suitable for 4 season use.</description>
The RV park offers: full hookups for all spaces, a large covered gathering structure, WIFI, picnic area, playground and clean rest rooms with hot showers. All RV spaces were upgraded in 2020 with improved sewer, water and electric hookups which are now suitable for 4 season use.</description>
</item>
<item>
@ -65,7 +65,7 @@ The RV park offers: grassy spots with full hookups, covered group, WIFI, picnic
<guid>https://www.prairiecityoregon.net/sections/gpcca/</guid>
<description>This website and domain are hosted and maintained by the Greater Prairie City Community Association (GPCCA).
To inform us about errors or to inquire about adding content to or links from this site for your business, organization, person see our website at https://gpccaor.org. Links and content are free to anyone living in the greater Prairie City area.
To inform us about errors or to inquire about adding content to or links from this site for your business, organization or person see our website. Links and content are free to anyone living in the greater Prairie City area.
Community Center The GPCCA exists to serve the people of Prairie City and the surrounding area.</description>
</item>
@ -89,7 +89,7 @@ https://dkebler.github.io/landingpage-guide#plugins </description>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://www.prairiecityoregon.net/sections/footer/</guid>
<description>site updated: October 29, 2021@8:15 pm </description>
<description>site updated: October 30, 2021@11:14 am status: initial development </description>
</item>
<item>

View File

@ -55,7 +55,7 @@ Fire Chief: Marvin Rynearson, PH: 541-620-4380</description>
<guid>https://www.prairiecityoregon.net/sections/depotrvpark/</guid>
<description>Depost RV Park Museum Depot RV Park is adjacent to the DeWitt Museum just three blocks south on Main St from downtown (Hwy 26).
The former SVRR depot building which houses the museum is listed on the National register of historic places.
The RV park offers: grassy spots with full hookups, covered group, WIFI, picnic area , playground, clean rest rooms with hot showers, creek side spaces. All RV spaces were upgraded in 2020 with improved sewer, water and electric hookups which are now suitable for 4 season use.</description>
The RV park offers: full hookups for all spaces, a large covered gathering structure, WIFI, picnic area, playground and clean rest rooms with hot showers. All RV spaces were upgraded in 2020 with improved sewer, water and electric hookups which are now suitable for 4 season use.</description>
</item>
<item>
@ -65,7 +65,7 @@ The RV park offers: grassy spots with full hookups, covered group, WIFI, picnic
<guid>https://www.prairiecityoregon.net/sections/gpcca/</guid>
<description>This website and domain are hosted and maintained by the Greater Prairie City Community Association (GPCCA).
To inform us about errors or to inquire about adding content to or links from this site for your business, organization, person see our website at https://gpccaor.org. Links and content are free to anyone living in the greater Prairie City area.
To inform us about errors or to inquire about adding content to or links from this site for your business, organization or person see our website. Links and content are free to anyone living in the greater Prairie City area.
Community Center The GPCCA exists to serve the people of Prairie City and the surrounding area.</description>
</item>
@ -89,7 +89,7 @@ https://dkebler.github.io/landingpage-guide#plugins </description>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://www.prairiecityoregon.net/sections/footer/</guid>
<description>site updated: October 29, 2021@8:15 pm </description>
<description>site updated: October 30, 2021@11:14 am status: initial development </description>
</item>
</channel>