Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3383de7ae8 | ||
|
|
d6c352bac7 | ||
|
|
dae78cb9ed | ||
|
|
6187035476 | ||
|
|
9476e6a702 | ||
|
|
1473bffab1 | ||
|
|
f6c833c723 | ||
|
|
fa436b1f10 | ||
|
|
bbf6762e74 | ||
|
|
5468174765 | ||
|
|
ce09d3d044 | ||
|
|
f2998bd647 | ||
|
|
3669538bce | ||
|
|
639ef02a7a | ||
|
|
39412d940b | ||
|
|
4206421c92 | ||
|
|
5ba2f4dcee | ||
|
|
90c0b5327d | ||
|
|
1333ca2261 |
BIN
assets/9b-logo.webp
Normal file
|
After Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 196 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 6.8 KiB |
BIN
assets/BCR-activities-map.avif
Normal file
|
After Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 40 KiB |
BIN
assets/Bouldercreekretreatoptimized.webp
Normal file
|
After Width: | Height: | Size: 345 KiB |
|
Before Width: | Height: | Size: 142 KiB |
BIN
assets/FiraSans-Regular.ttf
Normal file
|
Before Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 54 KiB |
BIN
assets/Mark.webp
|
Before Width: | Height: | Size: 99 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 40 KiB |
BIN
assets/aprilmills.webp
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
assets/azure-lockup-stack-tag-rgb.jpg
Normal file
|
After Width: | Height: | Size: 261 KiB |
BIN
assets/basketball.webp
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
assets/bcr.jpg
Normal file
|
After Width: | Height: | Size: 219 KiB |
BIN
assets/canoe.webp
Normal file
|
After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 68 KiB |
BIN
assets/firepit.webp
Normal file
|
After Width: | Height: | Size: 71 KiB |
BIN
assets/fireworks-display.webp
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
assets/fishing.webp
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
assets/hiking.webp
Normal file
|
After Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 95 KiB |
|
Before Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 40 KiB |
BIN
assets/map.png
|
Before Width: | Height: | Size: 729 KiB |
|
Before Width: | Height: | Size: 410 KiB |
|
Before Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 34 KiB |
BIN
assets/pickleball.webp
Normal file
|
After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 735 KiB |
BIN
assets/prox.webp
|
Before Width: | Height: | Size: 24 KiB |
BIN
assets/sauna.webp
Normal file
|
After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 88 KiB |
|
Before Width: | Height: | Size: 28 KiB |
BIN
assets/swimming.webp
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
assets/tony.webp
|
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 54 KiB |
BIN
assets/volleyball.webp
Normal file
|
After Width: | Height: | Size: 111 KiB |
BIN
assets/william-toll.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
@ -16,12 +16,13 @@
|
||||
</div>
|
||||
<ul class="menu">
|
||||
<li class="menu-item">
|
||||
<a href="https://events.shilohcode.com/event/1/shiloh-echo-25"
|
||||
<a
|
||||
href="https://app.hi.events/event/6507/3-day-christian-family-event-concert-in-idaho-shiloh-echo-26"
|
||||
>Get Tickets</a
|
||||
>
|
||||
</li>
|
||||
<li class="menu-item"><a href="#details">Explore</a></li>
|
||||
<li class="menu-item"><a href="#lodging">Stay</a></li>
|
||||
<li class="menu-item"><a href="#contact">Affiliate</a></li>
|
||||
<li class="menu-item"><a href="#contact">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
* {
|
||||
font-family: "FiraCode", Arial, Helvetica, sans-serif;
|
||||
font-family: "FiraSans", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "FiraCode";
|
||||
src: url("/assets/FiraCode-VariableFont_wght.ttf") format("truetype");
|
||||
font-family: "FiraSans";
|
||||
src: url("/assets/FiraSans-Regular.ttf") format("truetype");
|
||||
}
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
@ -13,6 +13,7 @@ body {
|
||||
background: #ece3dd;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
header {
|
||||
padding: 0;
|
||||
@ -70,6 +71,10 @@ main {
|
||||
padding: 10px;
|
||||
}
|
||||
.min-flex {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
-webkit-flex: 100%;
|
||||
flex: 100%;
|
||||
-webkit-flex-direction: row;
|
||||
@ -82,8 +87,8 @@ main {
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-evenly;
|
||||
background-color: #579c8b;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.flex-row-items {
|
||||
-webkit-flex: content;
|
||||
flex: content;
|
||||
@ -233,40 +238,73 @@ a {
|
||||
}
|
||||
.button-4 {
|
||||
align-items: center;
|
||||
border-radius: 5px;
|
||||
color: #6e564f;
|
||||
border-radius: 20px;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-flex: 0 0 auto;
|
||||
flex: 0 0 auto;
|
||||
font-family: Inter, sans-serif;
|
||||
font-size: 18px;
|
||||
font-weight: 200;
|
||||
font-size: 25px;
|
||||
font-weight: 700;
|
||||
justify-content: center;
|
||||
line-height: 1;
|
||||
margin: 1rem;
|
||||
outline: none;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
transition: border 0.3s, color 0.3s;
|
||||
transition: font-size 0.3s, color 0.3s;
|
||||
white-space: nowrap;
|
||||
border: 2px solid #6e564f;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
touch-action: manipulation;
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
padding-left: 5rem;
|
||||
padding-right: 5rem;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
padding-left: 3rem;
|
||||
padding-right: 3rem;
|
||||
height: fit-content;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
background-color: white;
|
||||
background-color: #34a85a;
|
||||
}
|
||||
.button-4:hover {
|
||||
border: 2px solid black;
|
||||
color: black;
|
||||
font-size: 30px;
|
||||
}
|
||||
.p-button {
|
||||
align-items: center;
|
||||
border-radius: 20px;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-flex: 0 0 auto;
|
||||
flex: 0 0 auto;
|
||||
font-family: Inter, sans-serif;
|
||||
font-size: 25px;
|
||||
font-weight: 700;
|
||||
justify-content: center;
|
||||
line-height: 1;
|
||||
margin: 1rem;
|
||||
outline: none;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
transition: font-size 0.3s, color 0.3s;
|
||||
white-space: nowrap;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
touch-action: manipulation;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
padding-left: 3rem;
|
||||
padding-right: 3rem;
|
||||
height: fit-content;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
background-color: #34a85a;
|
||||
}
|
||||
.p-button:hover {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.message-icon-container:hover {
|
||||
@ -377,7 +415,7 @@ a {
|
||||
}
|
||||
|
||||
#back-to-top.show {
|
||||
bottom: 20px;
|
||||
bottom: 100px;
|
||||
z-index: 5;
|
||||
}
|
||||
.hievents-widget {
|
||||
@ -409,6 +447,17 @@ div.card > img {
|
||||
height: 360px;
|
||||
}
|
||||
|
||||
.blink_me {
|
||||
animation: blinker 2s linear infinite;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
@keyframes blinker {
|
||||
50% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Media query for mobile devices */
|
||||
@media all and (max-width: 960px) {
|
||||
.nav-bar {
|
||||
@ -460,12 +509,15 @@ div.card > img {
|
||||
z-index: 1;
|
||||
font-size: 2rem;
|
||||
font-weight: 400;
|
||||
word-break: break-word;
|
||||
padding: 5px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
p {
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
}
|
||||
.min-flex {
|
||||
-webkit-flex: 100%;
|
||||
@ -488,4 +540,7 @@ div.card > img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.p-button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||