update to schedule
This commit is contained in:
parent
2a3d82e3fb
commit
4e837243a7
@ -2703,7 +2703,7 @@ footer {
|
||||
margin: 0 auto;
|
||||
background-color: var(--accent-dark);
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
.tabs {
|
||||
@ -2714,8 +2714,8 @@ footer {
|
||||
flex-wrap: wrap;
|
||||
background: var(--accent-dark);
|
||||
position: sticky;
|
||||
top: var(--header-h);
|
||||
z-index: 2;
|
||||
top: calc(var(--header-h) + 8px);
|
||||
z-index: 11;
|
||||
}
|
||||
|
||||
.tab {
|
||||
@ -3462,7 +3462,8 @@ footer {
|
||||
}
|
||||
|
||||
.session--keynote .session__title::before {
|
||||
content: "\f6a4";
|
||||
content: "\f001";
|
||||
font-weight: 900;
|
||||
}
|
||||
.session--talk .session__title::before {
|
||||
content: "\f075";
|
||||
@ -3473,6 +3474,22 @@ footer {
|
||||
.session--workshop .session__title::before {
|
||||
content: "\f552";
|
||||
}
|
||||
.session--dinner-lake .session__title::before {
|
||||
content: "\f2e7";
|
||||
font-weight: 900;
|
||||
}
|
||||
.session--dinner-pioneer .session__title::before {
|
||||
content: "\f2e7";
|
||||
font-weight: 900;
|
||||
}
|
||||
.session--baptism .session__title::before {
|
||||
content: "\f773";
|
||||
font-weight: 900;
|
||||
}
|
||||
.session--dinner-awards .session__title::before {
|
||||
content: "\f091";
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.session__speaker {
|
||||
font-size: 0.9rem;
|
||||
@ -3552,8 +3569,8 @@ footer {
|
||||
}
|
||||
|
||||
.session--keynote {
|
||||
background: #f9ecea;
|
||||
border-left: 4px solid #c4707c;
|
||||
background: #efeaf6;
|
||||
border-left: 4px solid #7a6d9e;
|
||||
}
|
||||
|
||||
.session--talk {
|
||||
|
||||
450
index.html
450
index.html
@ -4151,14 +4151,13 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Time</th>
|
||||
<th scope="col">Main Auditorium</th>
|
||||
<th scope="col">Chapel</th>
|
||||
<th scope="col">Activities</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">7:00 AM – 9:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title"
|
||||
>Doors Open — Check-in & Breakfast</span
|
||||
@ -4185,7 +4184,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">9:00 AM – 9:15 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">Opening Ceremony</span>
|
||||
<span class="session__speaker"
|
||||
@ -4202,22 +4201,35 @@
|
||||
<th scope="row">9:15 AM – 10:00 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">Naturopathic Wellness</span>
|
||||
<span class="session__speaker"
|
||||
>Dr. Michael Lehman, ND</span
|
||||
<span class="session__title"
|
||||
>Faith, Fire, and Readiness</span
|
||||
>
|
||||
<span class="session__speaker">David Walker</span>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="https://www.evergreennaturopathic.com/"
|
||||
href="https://www.instagram.com/fire_iron_forge/"
|
||||
rel="noopener noreferrer"
|
||||
>Social Media<i class="fa-brands fa-instagram"></i
|
||||
></a>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="https://fireironforge.com/"
|
||||
rel="noopener noreferrer"
|
||||
>Website<i class="fa fa-link"></i
|
||||
></a>
|
||||
<span class="session__details session__details--time"
|
||||
>(45 Minutes Talk + Q&A)</span
|
||||
>
|
||||
<div class="session__details">
|
||||
Why Families Should Recover the Lost Art of Making
|
||||
<br />
|
||||
(45 Minutes Talk + Q&A)
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">10:00 AM – 10:45 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">TBA</span>
|
||||
@ -4236,41 +4248,9 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">10:00 AM – 10:45 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">TBA</span>
|
||||
<span class="session__speaker">Michelle McAninch</span>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="https://www.instagram.com/tamaracgardenfamilyfarm/"
|
||||
rel="noopener noreferrer"
|
||||
>Social Media<i class="fa-brand fa-instagram"></i
|
||||
></a>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="tamaracgarden.com/about"
|
||||
rel="noopener noreferrer"
|
||||
>Website<i class="fa-solid fa-link"></i
|
||||
></a>
|
||||
<span class="session__details session__details--time"
|
||||
>(45 Minutes Talk + Q&A)</span
|
||||
>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--break">
|
||||
<span class="session__title">OPEN</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">10:45 AM – 11:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title"
|
||||
>Creating Firm Foundations in a Changing World</span
|
||||
@ -4307,16 +4287,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--break">
|
||||
<span class="session__title">OPEN</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">12:00 PM – 1:30 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">11:45 AM – 1:30 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Lunch Break</span>
|
||||
<div class="session__details">
|
||||
@ -4334,8 +4309,35 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">1:30 PM – 5:00 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">1:30 PM – 2:15 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">TBA</span>
|
||||
<span class="session__speaker">Michelle McAninch</span>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="https://www.instagram.com/tamaracgardenfamilyfarm/"
|
||||
rel="noopener noreferrer"
|
||||
>Social Media<i class="fa-brand fa-instagram"></i
|
||||
></a>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="tamaracgarden.com/about"
|
||||
rel="noopener noreferrer"
|
||||
>Website<i class="fa-solid fa-link"></i
|
||||
></a>
|
||||
<span class="session__details session__details--time"
|
||||
>(45 Minutes Talk + Q&A)</span
|
||||
>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">2:15 PM – 5:00 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Afternoon Activities</span>
|
||||
<span class="session__details session__details--plain"
|
||||
@ -4343,14 +4345,18 @@
|
||||
below.</span
|
||||
>
|
||||
<ul class="session__list">
|
||||
<li>1:30 PM — Meet-and-Greet</li>
|
||||
<li>1:30 PM — Nature Walk with Michelle McAninch</li>
|
||||
<li>2:15 PM — Foraging Walk with Michelle McAninch</li>
|
||||
<li>
|
||||
2:00 PM — Forge your own RR spike tomahawk ($120) with
|
||||
2:15 PM — Meet-and-Greet: local thrift store with
|
||||
board games, ice breakers, and costumes for
|
||||
photoshoots
|
||||
</li>
|
||||
<li>
|
||||
2:15 PM — Forge your own RR spike tomahawk ($120) with
|
||||
David Walker
|
||||
</li>
|
||||
<li>2:00 PM — Gun Range (MUST BE AGE 13+)</li>
|
||||
<li>3:00 PM — Creative Expression Art Station</li>
|
||||
<li>2:15 PM — Gun Range (MUST BE AGE 13+)</li>
|
||||
<li>3:00 PM — Community Painting</li>
|
||||
<li>4:00 PM — Ultimate Frisbee Tournament</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -4358,13 +4364,14 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">5:00 PM – 6:30 PM</th>
|
||||
<td colspan="2">
|
||||
<div class="session session--break">
|
||||
<th scope="row">5:00 PM – 7:00 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break session--dinner-lake">
|
||||
<span class="session__title">Dinner</span>
|
||||
<span class="session__details session__details--plain">
|
||||
Dinner served by Timberline Catering with food provided
|
||||
by local farmers. Food and drinks sold on-site.
|
||||
Dinner served outside by the lake by Timberline Catering
|
||||
with food provided by local farmers. Food and drinks
|
||||
sold on-site.
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
@ -4372,7 +4379,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:00 PM – 7:30 PM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--keynote">
|
||||
<span class="session__title"
|
||||
>Fireside Evening Worship</span
|
||||
@ -4401,7 +4408,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:30 PM – 11:00 PM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Evening Activities</span>
|
||||
<ul class="session__list">
|
||||
@ -4431,14 +4438,13 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Time</th>
|
||||
<th scope="col">Main Auditorium</th>
|
||||
<th scope="col">Chapel</th>
|
||||
<th scope="col">Activities</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">6:00 AM – 7:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Wood Fired Sauna</span>
|
||||
</div>
|
||||
@ -4446,8 +4452,8 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:00 AM – 9:00 AM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">7:00 AM – 8:30 AM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title"
|
||||
>Doors Open — Check-in & Breakfast</span
|
||||
@ -4477,7 +4483,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">8:30 AM – 9:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--keynote">
|
||||
<span class="session__title">Morning Worship</span>
|
||||
<span class="session__speaker">William Toll</span>
|
||||
@ -4505,39 +4511,14 @@
|
||||
<th scope="row">9:00 AM – 9:45 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title"
|
||||
>Faith, Fire, and Readiness</span
|
||||
<span class="session__title">Naturopathic Wellness</span>
|
||||
<span class="session__speaker"
|
||||
>Dr. Michael Lehman, ND</span
|
||||
>
|
||||
<span class="session__speaker">David Walker</span>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="https://www.instagram.com/fire_iron_forge/"
|
||||
rel="noopener noreferrer"
|
||||
>Social Media<i class="fa-brands fa-instagram"></i
|
||||
></a>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="https://fireironforge.com/"
|
||||
rel="noopener noreferrer"
|
||||
>Website<i class="fa fa-link"></i
|
||||
></a>
|
||||
<div class="session__details">
|
||||
Why Families Should Recover the Lost Art of Making
|
||||
<br />
|
||||
(45 Minutes Talk + Q&A)
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">Topic TBA</span>
|
||||
<span class="session__speaker">Bohdan Lechnowsky</span>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="https://ameridroid.com/"
|
||||
href="https://www.evergreennaturopathic.com/"
|
||||
rel="noopener noreferrer"
|
||||
>Website<i class="fa fa-link"></i
|
||||
></a>
|
||||
@ -4550,7 +4531,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">9:45 AM – 10:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title"
|
||||
>Creating Firm Foundations in a Changing World</span
|
||||
@ -4594,16 +4575,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--break">
|
||||
<span class="session__title">OPEN</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">10:45 AM – 11:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Break</span>
|
||||
</div>
|
||||
@ -4614,41 +4590,25 @@
|
||||
<th scope="row">11:00 AM – 11:45 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">The Biology of Peace</span>
|
||||
<span class="session__speaker"
|
||||
>Dr. Michael Lehman, ND</span
|
||||
<span class="session__title">Pursuit of Happiness</span>
|
||||
<span class="session__speaker">Dr. Marcus Roe</span>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="https://drm.cc/"
|
||||
rel="noopener noreferrer"
|
||||
>Website<i class="fa-solid fa-link"></i
|
||||
></a>
|
||||
<span class="session__details session__details--time"
|
||||
>(45 Minutes Talk + Q&A)</span
|
||||
>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="https://www.instagram.com/drmichaellehman/"
|
||||
rel="noopener noreferrer"
|
||||
>Social Media<i class="fa-brands fa-instagram"></i
|
||||
></a>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="https://www.evergreennaturopathic.com/"
|
||||
rel="noopener noreferrer"
|
||||
>Website<i class="fa fa-link"></i
|
||||
></a>
|
||||
<div class="session__details">
|
||||
A Christian Naturopathic Perspective on Stress,
|
||||
Inflammation, and Human Unity.<br />
|
||||
(45 Minutes Talk + Q&A)
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--break">
|
||||
<span class="session__title">OPEN</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">12:00 PM – 1:30 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">11:45 AM – 1:30 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Lunch Break</span>
|
||||
<div class="session__details">
|
||||
@ -4667,8 +4627,22 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">1:30 PM – 5:00 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">1:30 PM – 2:15 PM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">TBA</span>
|
||||
<span class="session__speaker"
|
||||
>SOC (Ret) Neil C. Dyer</span
|
||||
>
|
||||
<span class="session__details session__details--time"
|
||||
>(45 Minutes Talk + Q&A)</span
|
||||
>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">2:15 PM – 5:00 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Afternoon Activities</span>
|
||||
<span class="session__details session__details--plain"
|
||||
@ -4676,25 +4650,29 @@
|
||||
below.</span
|
||||
>
|
||||
<ul class="session__list">
|
||||
<li>1:30 PM — Meet-and-Greet</li>
|
||||
<li>1:30 PM — Nature Walk with Michelle McAninch</li>
|
||||
<li>2:00 PM — Gun Range (MUST BE AGE 13+)</li>
|
||||
<li>2:15 PM — Foraging Walk with Michelle McAninch</li>
|
||||
<li>
|
||||
2:00 PM — Forge your own RR spike tomahawk ($120) with
|
||||
2:15 PM — Meet-and-Greet: local thrift store with
|
||||
board games, ice breakers, and costumes for
|
||||
photoshoots
|
||||
</li>
|
||||
<li>2:15 PM — Gun Range (MUST BE AGE 13+)</li>
|
||||
<li>
|
||||
2:15 PM — Forge your own RR spike tomahawk ($120) with
|
||||
David Walker
|
||||
</li>
|
||||
<li>3:00 PM — Official Volleyball Tournament</li>
|
||||
<li>4:00 PM — Art Station (creative expression)</li>
|
||||
<li>Pack Llama Hikes — (SATURDAY ONLY)</li>
|
||||
<li>2:15 PM — Pack Llama Hikes (Every hour)</li>
|
||||
<li>3:00 PM — Community Painting</li>
|
||||
<li>4:00 PM — Official Volleyball Tournament</li>
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">5:00 PM – 6:30 PM</th>
|
||||
<td colspan="2">
|
||||
<div class="session session--break">
|
||||
<th scope="row">5:00 PM – 7:00 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break session--dinner-pioneer">
|
||||
<span class="session__title"
|
||||
>Pioneer & Homestead Dinner</span
|
||||
>
|
||||
@ -4711,7 +4689,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:00 PM – 7:30 PM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--keynote">
|
||||
<span class="session__title"
|
||||
>Fireside Evening Worship & Concert</span
|
||||
@ -4740,15 +4718,14 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:30 PM – 12:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Evening Activities</span>
|
||||
<ul class="session__list">
|
||||
<li>7:30 PM — Fireside Gathering & Concert</li>
|
||||
<li>7:30 PM — Fireside Gathering (stories, music)</li>
|
||||
<li>8:30 PM — Wood Fired Sauna</li>
|
||||
<li>9:30 PM — Light the Night Fireworks Show</li>
|
||||
<li>10:00 PM — Free Time and Socializing</li>
|
||||
<li>11:00 PM — Manhunt (flashlight tag)</li>
|
||||
<li>10:00 PM — Manhunt Tag</li>
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
@ -4772,14 +4749,13 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Time</th>
|
||||
<th scope="col">Main Auditorium</th>
|
||||
<th scope="col">Chapel</th>
|
||||
<th scope="col">Activities</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">6:00 AM – 7:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Wood Fired Sauna</span>
|
||||
</div>
|
||||
@ -4787,15 +4763,15 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:00 AM – 9:00 AM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">7:00 AM – 8:30 AM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title"
|
||||
>Doors Open — Check-in & Breakfast</span
|
||||
>
|
||||
<span class="session__details"
|
||||
>Breakfast served by Timberline Catering from local
|
||||
farmers.
|
||||
>Served outside by the lake by Timberline Catering with
|
||||
food provided by local farmers.
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
@ -4818,7 +4794,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">8:30 AM – 9:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--keynote">
|
||||
<span class="session__title">Morning Worship</span>
|
||||
<span class="session__speaker">William Toll</span>
|
||||
@ -4845,6 +4821,46 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">9:00 AM – 9:45 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title"
|
||||
>Limitless Church Message</span
|
||||
>
|
||||
<span class="session__speaker">Pastor TBA</span>
|
||||
<div class="session__details">
|
||||
Pastor talk followed by baptism.<br />(45 Minutes Talk +
|
||||
Q&A)
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">9:45 AM – 10:00 AM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break session--baptism">
|
||||
<span class="session__title">Baptism</span>
|
||||
<div class="session__details">
|
||||
Baptisms in the lake — come celebrate new life and
|
||||
public declarations of faith in Christ.<br />
|
||||
(15 Minutes)
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">10:00 AM – 10:15 AM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Break</span>
|
||||
<div class="session__details">
|
||||
Transition from the lake — change, dry off, and regroup.
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">10:15 AM – 11:00 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title"
|
||||
@ -4855,71 +4871,16 @@
|
||||
Stemming from 43 years in business teaching seventy-two
|
||||
different subjects, there is no more important lesson
|
||||
that I could provide than the one that deals with why we
|
||||
choose Jesus and how to follow Him.<br />(45 minutes
|
||||
Talk + Q&A)
|
||||
choose Jesus and how to follow Him.<br />(45 Minutes
|
||||
Talk + Q&A)
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--break">
|
||||
<span class="session__title">OPEN</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">9:45 AM – 10:00 AM</th>
|
||||
<td colspan="2">
|
||||
<div class="session session--break">
|
||||
<span class="session__title"
|
||||
>Creating Firm Foundations in a Changing World</span
|
||||
>
|
||||
<span class="session__speaker">Charli Turner</span>
|
||||
<div class="session__details">
|
||||
Foundations School's Holistic Approach to Learning
|
||||
<br />
|
||||
(15 Minutes Talk)
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">10:00 AM – 10:45 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">Topic TBA</span>
|
||||
<span class="session__speaker">Dr. Marcus Roe</span>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="https://drm.cc/"
|
||||
rel="noopener noreferrer"
|
||||
>Website<i class="fa-solid fa-link"></i
|
||||
></a>
|
||||
<span class="session__details session__details--time"
|
||||
>(45 Minutes Talk + Q&A)</span
|
||||
>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--break">
|
||||
<span class="session__title">OPEN</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">10:45 AM – 11:00 AM</th>
|
||||
<td colspan="2">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Break</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">11:00 AM – 11:45 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--talk">
|
||||
<span class="session__title"
|
||||
>Sword and Psalm: Cultivate Your Creative Gifting</span
|
||||
@ -4936,15 +4897,15 @@
|
||||
This talk "Sword and Psalm" is based on Cliff's research
|
||||
and novels about the wars of King David to help you
|
||||
realize your creativity.<br />
|
||||
(45 Minutes Talk + Q&A)
|
||||
(45 Minutes Talk + Q&A)
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">12:00 PM – 1:30 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">11:45 AM – 1:30 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Lunch Break</span>
|
||||
<div class="session__details">
|
||||
@ -4962,8 +4923,28 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">1:30 PM – 5:00 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">1:30 PM – 2:15 PM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">TBA</span>
|
||||
<span class="session__speaker">Bohdan Lechnowsky</span>
|
||||
<a
|
||||
class="link--dark"
|
||||
target="_blank"
|
||||
href="https://ameridroid.com/"
|
||||
rel="noopener noreferrer"
|
||||
>Website<i class="fa-solid fa-link"></i
|
||||
></a>
|
||||
<span class="session__details session__details--time"
|
||||
>(45 Minutes Talk + Q&A)</span
|
||||
>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">2:15 PM – 5:00 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Afternoon Activities</span>
|
||||
<span class="session__details session__details--plain"
|
||||
@ -4971,23 +4952,22 @@
|
||||
below.</span
|
||||
>
|
||||
<ul class="session__list">
|
||||
<li>1:30 PM — Prizes & Awards Ceremony</li>
|
||||
<li>1:30 PM — Nature Walk with Michelle McAninch</li>
|
||||
<li>2:00 PM — Gun Range (MUST BE AGE 13+)</li>
|
||||
<li>2:15 PM — Foraging Walk with Michelle McAninch</li>
|
||||
<li>2:15 PM — Gun Range (MUST BE AGE 13+)</li>
|
||||
<li>
|
||||
2:00 PM — Forge your own RR spike tomahawk ($120) with
|
||||
2:15 PM — Forge your own RR spike tomahawk ($120) with
|
||||
David Walker
|
||||
</li>
|
||||
<li>3:00 PM — Basketball Tournament</li>
|
||||
<li>4:00 PM — Basketball Tournament</li>
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">5:00 PM – 6:30 PM</th>
|
||||
<td colspan="2">
|
||||
<div class="session session--break">
|
||||
<th scope="row">5:00 PM – 7:00 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break session--dinner-awards">
|
||||
<span class="session__title"
|
||||
>Dinner: Mystery Prizes and Awards Ceremony</span
|
||||
>
|
||||
@ -5004,8 +4984,8 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:00 PM – 8:00 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">7:00 PM – 7:30 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--keynote">
|
||||
<span class="session__title"
|
||||
>Fireside Evening Worship & Concert</span
|
||||
@ -5034,7 +5014,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:30 PM – 11:00 PM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Evening Activities</span>
|
||||
<ul class="session__list">
|
||||
|
||||
16
js/agenda.js
16
js/agenda.js
@ -8,6 +8,8 @@ document.addEventListener("DOMContentLoaded", function () {
|
||||
|
||||
if (tabs.length === 0) return;
|
||||
|
||||
var STORAGE_KEY = "shiloh-echo-schedule-tab";
|
||||
|
||||
function activateTab(tab, isClick) {
|
||||
tabs.forEach(function (t) {
|
||||
var sel = t === tab;
|
||||
@ -16,6 +18,9 @@ document.addEventListener("DOMContentLoaded", function () {
|
||||
var panel = document.getElementById(panelId);
|
||||
if (panel) panel.setAttribute("aria-hidden", String(!sel));
|
||||
});
|
||||
try {
|
||||
localStorage.setItem(STORAGE_KEY, tab.id);
|
||||
} catch (e) {}
|
||||
tab.focus({ preventScroll: true });
|
||||
if (isClick) {
|
||||
var panelId = tab.getAttribute("aria-controls");
|
||||
@ -43,6 +48,13 @@ document.addEventListener("DOMContentLoaded", function () {
|
||||
});
|
||||
});
|
||||
|
||||
var initial = document.getElementById("tab-friday") || tabs[0];
|
||||
var stored = null;
|
||||
try {
|
||||
stored = localStorage.getItem(STORAGE_KEY);
|
||||
} catch (e) {}
|
||||
var initial =
|
||||
(stored && document.getElementById(stored)) ||
|
||||
document.getElementById("tab-friday") ||
|
||||
tabs[0];
|
||||
if (initial) activateTab(initial, false);
|
||||
});
|
||||
});
|
||||
|
||||
269
schedule.html
269
schedule.html
@ -674,19 +674,18 @@
|
||||
>
|
||||
<table class="schedule__table" aria-describedby="caption-friday">
|
||||
<caption id="caption-friday">
|
||||
Friday — Event Schedule
|
||||
Friday 9/11 — Event Schedule
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Time</th>
|
||||
<th scope="col">Main Auditorium</th>
|
||||
<th scope="col">Chapel</th>
|
||||
<th scope="col">Activities</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">8:00 AM – 9:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title"
|
||||
>Doors Open — Check-in & Breakfast</span
|
||||
@ -698,7 +697,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">9:00 AM – 9:15 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--talk">
|
||||
<span class="session__title"
|
||||
>Event Overview and Kickoff</span
|
||||
@ -712,13 +711,16 @@
|
||||
<th scope="row">9:15 AM – 10:00 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">Naturopathic Wellness</span>
|
||||
<span class="session__speaker"
|
||||
>Dr. Michael Lehman, ND</span
|
||||
>
|
||||
<span class="session__title">Faith, Fire, and Readiness</span>
|
||||
<span class="session__speaker">David Walker</span>
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">10:00 AM – 10:45 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">TBA</span>
|
||||
@ -732,27 +734,12 @@
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">10:00 AM – 10:45 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">TBA</span>
|
||||
<span class="session__speaker">Michelle McAninch</span>
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--break">
|
||||
<span class="session__title">OPEN</span>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">10:45 AM – 11:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Break</span>
|
||||
<span class="session__speaker"
|
||||
@ -774,16 +761,12 @@
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--break">
|
||||
<span class="session__title">OPEN</span>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">12:00 PM – 1:30 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">11:45 AM – 1:30 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Lunch Break</span>
|
||||
</div>
|
||||
@ -791,15 +774,26 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">1:30 PM – 5:00 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">1:30 PM – 2:15 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">TBA</span>
|
||||
<span class="session__speaker">Michelle McAninch</span>
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">2:15 PM – 5:00 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Afternoon Activities</span>
|
||||
<ul class="session__list">
|
||||
<li>1:30 PM — Meet-and-Greet</li>
|
||||
<li>1:30 PM — Nature Walk with Michelle McAninch</li>
|
||||
<li>2:00 PM — Forge & Gun Range</li>
|
||||
<li>3:00 PM — Creative Expression Art Station</li>
|
||||
<li>2:15 PM — Foraging Walk with Michelle McAninch</li>
|
||||
<li>2:15 PM — Meet-and-Greet: local thrift store with board games, ice breakers, and costumes for photoshoots</li>
|
||||
<li>2:15 PM — Forge & Gun Range</li>
|
||||
<li>3:00 PM — Community Painting</li>
|
||||
<li>4:00 PM — Ultimate Frisbee Tournament</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -807,8 +801,8 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">5:00 PM – 6:00 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">5:00 PM – 7:00 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Dinner</span>
|
||||
<span class="session__details session__details--plain">Dining Hall</span>
|
||||
@ -818,7 +812,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:00 PM – 7:30 PM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">Evening Worship</span>
|
||||
<span class="session__speaker">William Toll</span>
|
||||
@ -829,7 +823,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:30 PM – 11:00 PM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Evening Activities</span>
|
||||
<ul class="session__list">
|
||||
@ -854,19 +848,18 @@
|
||||
>
|
||||
<table class="schedule__table" aria-describedby="caption-saturday">
|
||||
<caption id="caption-saturday">
|
||||
Saturday — Event Schedule
|
||||
Saturday 9/12 — Event Schedule
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Time</th>
|
||||
<th scope="col">Main Auditorium</th>
|
||||
<th scope="col">Chapel</th>
|
||||
<th scope="col">Activities</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">6:00 AM – 7:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Wood Fired Sauna</span>
|
||||
</div>
|
||||
@ -875,11 +868,12 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">8:00 AM – 9:00 AM</th>
|
||||
<td colspan="2">
|
||||
<div class="session session--break">
|
||||
<td colspan="1">
|
||||
<div class="session session--break session--breakfast-lake">
|
||||
<span class="session__title"
|
||||
>Doors Open — Check-in & Breakfast</span
|
||||
>Breakfast</span
|
||||
>
|
||||
<span class="session__details">Outside by the lake</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -888,25 +882,17 @@
|
||||
<th scope="row">9:00 AM – 9:45 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">Faith and Resilience</span>
|
||||
<span class="session__speaker"
|
||||
>SOC (Ret) Neil C. Dyer</span
|
||||
>
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">TBA</span>
|
||||
<span class="session__speaker">Bohdan Lechnowsky</span>
|
||||
<span class="session__title">Pursuit of Happiness</span>
|
||||
<span class="session__speaker">Dr. Marcus Roe</span>
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">9:45 AM – 10:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Break</span>
|
||||
<span class="session__speaker"
|
||||
@ -926,16 +912,12 @@
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--break">
|
||||
<span class="session__title">OPEN</span>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">10:45 AM – 11:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Break</span>
|
||||
</div>
|
||||
@ -953,16 +935,12 @@
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--break">
|
||||
<span class="session__title">OPEN</span>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">12:00 PM – 1:30 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">11:45 AM – 1:30 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Lunch Break</span>
|
||||
</div>
|
||||
@ -970,16 +948,29 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">1:30 PM – 5:00 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">1:30 PM – 2:15 PM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">TBA</span>
|
||||
<span class="session__speaker"
|
||||
>SOC (Ret) Neil C. Dyer</span
|
||||
>
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">2:15 PM – 5:00 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Afternoon Activities</span>
|
||||
<ul class="session__list">
|
||||
<li>1:30 PM — Meet-and-Greet</li>
|
||||
<li>1:30 PM — Nature Walk with Michelle McAninch</li>
|
||||
<li>2:00 PM — Forge & Gun Range</li>
|
||||
<li>2:15 PM — Foraging Walk with Michelle McAninch</li>
|
||||
<li>2:15 PM — Meet-and-Greet: local thrift store with board games, ice breakers, and costumes for photoshoots</li>
|
||||
<li>2:15 PM — Forge & Gun Range</li>
|
||||
<li>3:00 PM — Official Volleyball Tournament</li>
|
||||
<li>4:00 PM — Art Station (creative expression)</li>
|
||||
<li>4:00 PM — Community Painting</li>
|
||||
<li>Pack Llama Hikes — (SATURDAY ONLY)</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -987,9 +978,9 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">5:00 PM – 6:00 PM</th>
|
||||
<td colspan="2">
|
||||
<div class="session session--break">
|
||||
<th scope="row">5:00 PM – 7:00 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break session--dinner-pioneer">
|
||||
<span class="session__title"
|
||||
>Pioneer & Homestead Dinner</span
|
||||
>
|
||||
@ -1002,7 +993,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:00 PM – 7:30 PM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--keynote">
|
||||
<span class="session__title">Evening Worship</span>
|
||||
<span class="session__speaker">William Toll</span>
|
||||
@ -1013,7 +1004,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:30 PM – 12:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Evening Activities</span>
|
||||
<ul class="session__list">
|
||||
@ -1040,19 +1031,18 @@
|
||||
>
|
||||
<table class="schedule__table" aria-describedby="caption-sunday">
|
||||
<caption id="caption-sunday">
|
||||
Sunday — Event Schedule
|
||||
Sunday 9/13 — Event Schedule
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Time</th>
|
||||
<th scope="col">Main Auditorium</th>
|
||||
<th scope="col">Chapel</th>
|
||||
<th scope="col">Activities</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">6:00 AM – 7:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Wood Fired Sauna</span>
|
||||
</div>
|
||||
@ -1061,7 +1051,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">8:00 AM – 9:00 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Breakfast</span>
|
||||
</div>
|
||||
@ -1072,56 +1062,64 @@
|
||||
<th scope="row">9:00 AM – 9:45 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">Why Jesus</span>
|
||||
<span class="session__speaker">Carl Tompkins</span>
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
<span class="session__title">Limitless Church Message</span>
|
||||
<span class="session__speaker">Pastor TBA</span>
|
||||
<div class="session__details">
|
||||
Pastor talk followed by baptism.
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--break">
|
||||
<span class="session__title">OPEN</span>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">5:00 PM – 7:00 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break session--dinner-lake">
|
||||
<span class="session__title">Dinner</span>
|
||||
<span class="session__details session__details--plain">Outside by the lake</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">9:45 AM – 10:00 AM</th>
|
||||
<td colspan="2">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Break</span>
|
||||
<span class="session__details">Refreshments</span>
|
||||
<td colspan="1">
|
||||
<div class="session session--break session--baptism">
|
||||
<span class="session__title">Baptism</span>
|
||||
<span class="session__details">Baptisms in the lake</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">10:00 AM – 10:45 AM</th>
|
||||
<th scope="row">10:00 AM – 10:15 AM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Break</span>
|
||||
<span class="session__details">Transition from the lake</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">10:15 AM – 11:00 AM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">TBA</span>
|
||||
<span class="session__speaker">Dr. Marcus Roe</span>
|
||||
<span class="session__title"
|
||||
>Why Choose Jesus and How to Follow Him</span
|
||||
>
|
||||
<span class="session__speaker">Carl Tompkins</span>
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="session session--break">
|
||||
<span class="session__title">OPEN</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">10:45 AM – 11:00 AM</th>
|
||||
<td colspan="2">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Break</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">11:00 AM – 11:45 AM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">OPEN</span>
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
@ -1130,8 +1128,8 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">12:00 PM – 1:30 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">11:45 AM – 1:30 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Lunch Break</span>
|
||||
</div>
|
||||
@ -1139,15 +1137,26 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">1:30 PM – 5:00 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">1:30 PM – 2:15 PM</th>
|
||||
<td>
|
||||
<div class="session session--talk">
|
||||
<span class="session__title">TBA</span>
|
||||
<span class="session__speaker">Bohdan Lechnowsky</span>
|
||||
<span class="session__details session__details--time">(45 minutes)</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">2:15 PM – 5:00 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Afternoon Activities</span>
|
||||
<ul class="session__list">
|
||||
<li>1:30 PM — Prizes & Awards Ceremony</li>
|
||||
<li>1:30 PM — Nature Walk with Michelle McAninch</li>
|
||||
<li>2:00 PM — Forge & Gun Range</li>
|
||||
<li>2:00 PM — Group Games</li>
|
||||
<li>2:15 PM — Foraging Walk with Michelle McAninch</li>
|
||||
<li>2:15 PM — Prizes & Awards Ceremony</li>
|
||||
<li>2:15 PM — Forge & Gun Range</li>
|
||||
<li>2:15 PM — Group Games</li>
|
||||
<li>3:00 PM — Outdoor Activities</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -1155,8 +1164,8 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">5:00 PM – 6:00 PM</th>
|
||||
<td colspan="2">
|
||||
<th scope="row">5:00 PM – 7:00 PM</th>
|
||||
<td colspan="1">
|
||||
<div class="session session--break">
|
||||
<span class="session__title">Dinner</span>
|
||||
<span class="session__details session__details--plain">Dining Hall</span>
|
||||
@ -1166,7 +1175,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:00 PM – 7:30 PM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--keynote">
|
||||
<span class="session__title">Evening Worship</span>
|
||||
<span class="session__speaker">William Toll</span>
|
||||
@ -1177,7 +1186,7 @@
|
||||
|
||||
<tr>
|
||||
<th scope="row">7:30 PM – 11:00 PM</th>
|
||||
<td colspan="2">
|
||||
<td colspan="1">
|
||||
<div class="session session--workshop">
|
||||
<span class="session__title">Evening Activities</span>
|
||||
<ul class="session__list">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user