Skip to content

Commit

Permalink
Update applications
Browse files Browse the repository at this point in the history
  • Loading branch information
davehakkens committed Feb 5, 2024
1 parent 19ef90d commit 6385623
Show file tree
Hide file tree
Showing 47 changed files with 1,032 additions and 65 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions 401.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Sun Nov 26 2023 12:40:44 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Mon Feb 05 2024 18:54:39 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="6227475e419586011a00bf4e" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand All @@ -25,7 +25,7 @@
<div class="utility-page-wrap">
<div class="utility-page-content w-password-page w-form">
<form action="/.wf_auth" method="post" id="email-form" name="email-form" data-name="Email Form" class="utility-page-form w-password-page" data-wf-page-id="6227475e419586011a00bf4e" data-wf-element-id="6227475e41958631bb00bf4f00000000000c"><img src="https://d3e54v103j8qbb.cloudfront.net/static/utility-lock.ae54711958.svg" alt="">
<h2>Protected Page</h2><label for="pass" class="w-password-page">Password</label><input type="password" class="w-password-page w-input" autofocus="true" maxlength="256" name="pass" data-name="field" placeholder="Enter your password" id="pass"><input type="submit" value="Submit" data-wait="Please wait..." class="w-password-page w-button">
<h2>Protected Page</h2><label for="pass" class="w-password-page">Password</label><input class="w-password-page w-input" autofocus="true" maxlength="256" name="pass" data-name="field" placeholder="Enter your password" type="password" id="pass"><input type="submit" data-wait="Please wait..." class="w-password-page w-button" value="Submit">
<div class="w-password-page w-form-fail">
<div>Incorrect password. Please try again.</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Sun Nov 26 2023 12:40:44 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Mon Feb 05 2024 18:54:39 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="6227476f08da684a234d9140" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down
4 changes: 2 additions & 2 deletions basekamp.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Sun Nov 26 2023 12:40:44 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Mon Feb 05 2024 18:54:39 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="61e3163b16f8db173b2969a3" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -39,7 +39,7 @@
<nav class="dropdown-list-4 w-dropdown-list">
<a href="season-1.html" class="menutext drop w-dropdown-link">Season 1</a>
<a href="season-2.html" class="menutext drop w-dropdown-link">Season 2</a>
<a href="season-3.html" class="menutext drop w-dropdown-link">Season 3 </a>
<a href="season-ongoing.html" class="menutext drop w-dropdown-link">Season 3 </a>
<a href="season-new.html" class="menutext drop w-dropdown-link">Season 4 (next)</a>
</nav>
</div>
Expand Down
3 changes: 3 additions & 0 deletions css/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ input.w-button {
html[data-w-dynpage] [data-w-cloak] {
color: transparent !important;
}
.w-code-block {
margin: unset;
}
.w-webflow-badge,
.w-webflow-badge * {
position: static;
Expand Down
130 changes: 130 additions & 0 deletions css/project-kamp.css
Original file line number Diff line number Diff line change
Expand Up @@ -2208,6 +2208,66 @@ a {
display: flex;
}

.grid-2 {
grid-template: "Area"
"."
"."
/ 1fr 1fr 1fr 1fr;
align-content: center;
justify-content: space-between;
align-items: center;
justify-items: stretch;
}

.div-block-18 {
width: 120px;
}

.teammember {
text-align: center;
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
display: block;
}

.teampic {
width: 120px;
border-radius: 120px;
}

.teammembertitle {
margin-top: 0;
font-size: 12px;
}

.teammembertext {
margin-bottom: 5px;
font-size: 10px;
}

.teammemberlink {
font-size: 12px;
}

.teammemberflag {
width: 100%;
}

.image-40 {
width: 25px;
float: none;
text-align: center;
margin-top: -18px;
display: inline-block;
position: relative;
right: auto;
}

.closed {
color: red;
}

@media screen and (max-width: 991px) {
.thumbnail {
width: 33%;
Expand Down Expand Up @@ -3199,6 +3259,76 @@ a {
.heading-22 {
line-height: 45px;
}

.grid-2 {
grid-template: "Area"
"."
"."
"."
/ 1fr;
display: block;
}

.teammember {
width: 100%;
height: auto;
grid-column-gap: 10px;
grid-row-gap: 10px;
text-align: left;
flex-direction: row;
justify-content: flex-start;
align-items: center;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
display: flex;
}

.teampic {
width: 70px;
height: 70px;
text-align: left;
}

.teammembertitle {
width: 100%;
flex-direction: row;
align-items: flex-start;
display: block;
}

.teammemberflag {
width: auto;
display: block;
}

.image-40 {
width: 20px;
float: none;
margin-top: -22px;
margin-left: 25px;
}

.teamavatar {
width: 70px;
height: 100%;
margin-top: 5px;
margin-left: 5px;
}
}

#w-node-c8b2b487-183c-abe7-1841-7b33de69f9b0-8db2bbbc, #w-node-e37e550e-d1c0-4e9b-a1c6-26883978f6c6-8db2bbbc, #w-node-b8214586-bda4-e859-fa8d-63353025870f-8db2bbbc, #w-node-a57b6fb3-d34b-898b-23e2-89225d3c2997-8db2bbbc, #w-node-ef6cb15f-4c53-ddcb-0db3-43343344d5ce-8db2bbbc, #w-node-_341d0ec1-9ab9-3600-d27d-c4021ac46eb5-8db2bbbc, #w-node-d2716d38-79bd-5be7-d23e-90f8ae9e5805-8db2bbbc, #w-node-a63f17b9-bd01-e33f-5697-2ff62b665923-8db2bbbc, #w-node-_36cb4001-a393-f78d-ec87-5b478ba695fc-8db2bbbc, #w-node-bcaf2311-a671-a9c9-7bdc-821be2105a61-8db2bbbc, #w-node-_0523b125-7614-9979-5166-91f662100ef7-8db2bbbc, #w-node-_3163a25f-d051-a580-e5c9-7c63dbeb62e4-8db2bbbc, #w-node-_9f7eb389-c75c-c8ed-3a16-26169c8bb4c8-8db2bbbc, #w-node-_6d931f84-9169-ffb3-e115-84529846f9e6-8db2bbbc, #w-node-ee2bd770-8208-8957-1d07-05dac73746ab-8db2bbbc, #w-node-_7b558195-7b68-1837-1468-11f536c9d352-8db2bbbc, #w-node-_8a970af1-ec49-d943-2746-90f1ade83421-8db2bbbc, #w-node-_1998a0f5-2450-314a-9c8a-cfda82fdd8cc-8db2bbbc, #w-node-e1f223b9-23d7-6180-9171-6514c69b20ef-8db2bbbc, #w-node-_704da49d-edde-236e-535e-6b546e4502c4-8db2bbbc, #w-node-_322e9960-2065-28b9-8dac-3bc4f9718948-8db2bbbc, #w-node-_9d5a5baf-4dfa-1d52-7d1f-a5e48cf97c92-8db2bbbc, #w-node-e1626929-bf1c-3dce-8384-014d1abb59c0-8db2bbbc, #w-node-_23e113a0-168d-161d-6feb-a22b14ac5a42-8db2bbbc, #w-node-f5efd4c0-f042-286e-951b-2c05e51d9d16-8db2bbbc, #w-node-ff4c4821-75b5-91b9-00ea-230a31007e9a-8db2bbbc, #w-node-_6df7be34-33b6-a0a5-9c50-2a99cc96cb09-8db2bbbc, #w-node-e7c5f8b3-ee4d-685d-a40d-98443d67397a-8db2bbbc, #w-node-_1de91a12-e49b-cb6e-74b3-01c4f16173b1-8db2bbbc, #w-node-_5f388071-159b-c019-73a9-065d3c406901-8db2bbbc, #w-node-_1da27a3b-6ac0-9099-30d3-f00cf9bad7f9-8db2bbbc {
grid-area: span 1 / span 1 / span 1 / span 1;
align-self: auto;
justify-self: center;
}

@media screen and (max-width: 479px) {
#w-node-c8b2b487-183c-abe7-1841-7b33de69f9b0-8db2bbbc, #w-node-e37e550e-d1c0-4e9b-a1c6-26883978f6c6-8db2bbbc, #w-node-b8214586-bda4-e859-fa8d-63353025870f-8db2bbbc, #w-node-a57b6fb3-d34b-898b-23e2-89225d3c2997-8db2bbbc, #w-node-ef6cb15f-4c53-ddcb-0db3-43343344d5ce-8db2bbbc, #w-node-_341d0ec1-9ab9-3600-d27d-c4021ac46eb5-8db2bbbc, #w-node-d2716d38-79bd-5be7-d23e-90f8ae9e5805-8db2bbbc, #w-node-a63f17b9-bd01-e33f-5697-2ff62b665923-8db2bbbc, #w-node-_36cb4001-a393-f78d-ec87-5b478ba695fc-8db2bbbc, #w-node-bcaf2311-a671-a9c9-7bdc-821be2105a61-8db2bbbc, #w-node-_0523b125-7614-9979-5166-91f662100ef7-8db2bbbc, #w-node-_3163a25f-d051-a580-e5c9-7c63dbeb62e4-8db2bbbc, #w-node-_9f7eb389-c75c-c8ed-3a16-26169c8bb4c8-8db2bbbc, #w-node-_6d931f84-9169-ffb3-e115-84529846f9e6-8db2bbbc, #w-node-ee2bd770-8208-8957-1d07-05dac73746ab-8db2bbbc, #w-node-_7b558195-7b68-1837-1468-11f536c9d352-8db2bbbc, #w-node-_8a970af1-ec49-d943-2746-90f1ade83421-8db2bbbc, #w-node-_1998a0f5-2450-314a-9c8a-cfda82fdd8cc-8db2bbbc, #w-node-e1f223b9-23d7-6180-9171-6514c69b20ef-8db2bbbc, #w-node-_704da49d-edde-236e-535e-6b546e4502c4-8db2bbbc, #w-node-_322e9960-2065-28b9-8dac-3bc4f9718948-8db2bbbc, #w-node-_9d5a5baf-4dfa-1d52-7d1f-a5e48cf97c92-8db2bbbc, #w-node-e1626929-bf1c-3dce-8384-014d1abb59c0-8db2bbbc, #w-node-_23e113a0-168d-161d-6feb-a22b14ac5a42-8db2bbbc, #w-node-f5efd4c0-f042-286e-951b-2c05e51d9d16-8db2bbbc, #w-node-ff4c4821-75b5-91b9-00ea-230a31007e9a-8db2bbbc, #w-node-_6df7be34-33b6-a0a5-9c50-2a99cc96cb09-8db2bbbc, #w-node-e7c5f8b3-ee4d-685d-a40d-98443d67397a-8db2bbbc, #w-node-_1de91a12-e49b-cb6e-74b3-01c4f16173b1-8db2bbbc, #w-node-_5f388071-159b-c019-73a9-065d3c406901-8db2bbbc, #w-node-_1da27a3b-6ac0-9099-30d3-f00cf9bad7f9-8db2bbbc {
grid-area: 1 / 1 / 2 / 2;
align-self: center;
justify-self: center;
}
}


Expand Down
4 changes: 2 additions & 2 deletions faq.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Sun Nov 26 2023 12:40:44 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Mon Feb 05 2024 18:54:39 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="61b254f0341dcdd7e68018fc" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -39,7 +39,7 @@
<nav class="dropdown-list-4 w-dropdown-list">
<a href="season-1.html" class="menutext drop w-dropdown-link">Season 1</a>
<a href="season-2.html" class="menutext drop w-dropdown-link">Season 2</a>
<a href="season-3.html" class="menutext drop w-dropdown-link">Season 3 </a>
<a href="season-ongoing.html" class="menutext drop w-dropdown-link">Season 3 </a>
<a href="season-new.html" class="menutext drop w-dropdown-link">Season 4 (next)</a>
</nav>
</div>
Expand Down
Binary file added images/3_trailer-before-p-1080.jpg
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/3_trailer-before-p-500.jpg
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/3_trailer-before-p-800.jpg
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/3_trailer-before.jpg
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/4_van-outside-p-1080.jpg
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/4_van-outside-p-500.jpg
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/4_van-outside-p-800.jpg
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/4_van-outside.jpg
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/5_tent-bed-p-1080.jpg
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/5_tent-bed-p-500.jpg
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/5_tent-bed-p-800.jpg
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/5_tent-bed.jpg
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/6_toilet-front-p-1080.jpg
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/6_toilet-front-p-500.jpg
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/6_toilet-front-p-800.jpg
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/6_toilet-front.jpg
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/7_lake-digging-p-1080.jpg
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/7_lake-digging-p-500.jpg
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/7_lake-digging-p-800.jpg
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/7_lake-digging.jpg
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/8_harvest-p-1080.jpg
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/8_harvest-p-500.jpg
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/8_harvest-p-800.jpg
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/8_harvest.jpg
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/Screenshot-2024-01-01-at-21.49.56.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/USA.png
Binary file added images/basekamp_top-p-1080.jpg
Binary file added images/basekamp_top-p-500.jpg
Binary file added images/basekamp_top-p-800.jpg
Binary file added images/basekamp_top.jpg
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Sun Nov 26 2023 12:40:44 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Mon Feb 05 2024 18:54:39 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="61a28d792b85aa518eb2d5a6" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -39,7 +39,7 @@
<nav class="dropdown-list-4 w-dropdown-list">
<a href="season-1.html" class="menutext drop w-dropdown-link">Season 1</a>
<a href="season-2.html" class="menutext drop w-dropdown-link">Season 2</a>
<a href="season-3.html" class="menutext drop w-dropdown-link">Season 3 </a>
<a href="season-ongoing.html" class="menutext drop w-dropdown-link">Season 3 </a>
<a href="season-new.html" class="menutext drop w-dropdown-link">Season 4 (next)</a>
</nav>
</div>
Expand Down
18 changes: 2 additions & 16 deletions js/project-kamp.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mission.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Sun Nov 26 2023 12:40:44 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Mon Feb 05 2024 18:54:39 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="61a28c95a74e5e258f91ce03" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -39,7 +39,7 @@
<nav class="dropdown-list-4 w-dropdown-list">
<a href="season-1.html" class="menutext drop w-dropdown-link">Season 1</a>
<a href="season-2.html" class="menutext drop w-dropdown-link">Season 2</a>
<a href="season-3.html" class="menutext drop w-dropdown-link">Season 3 </a>
<a href="season-ongoing.html" class="menutext drop w-dropdown-link">Season 3 </a>
<a href="season-new.html" class="menutext drop w-dropdown-link">Season 4 (next)</a>
</nav>
</div>
Expand Down
2 changes: 1 addition & 1 deletion old-home.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Sun Nov 26 2023 12:40:44 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Mon Feb 05 2024 18:54:39 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="5a37d9885085cc0001bbcb7b" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down
4 changes: 2 additions & 2 deletions season-1.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Sun Nov 26 2023 12:40:44 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Mon Feb 05 2024 18:54:39 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="61a2864578afdd7eea502bf0" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -39,7 +39,7 @@
<nav class="dropdown-list-4 w-dropdown-list">
<a href="season-1.html" aria-current="page" class="menutext drop w-dropdown-link w--current">Season 1</a>
<a href="season-2.html" class="menutext drop w-dropdown-link">Season 2</a>
<a href="season-3.html" class="menutext drop w-dropdown-link">Season 3 </a>
<a href="season-ongoing.html" class="menutext drop w-dropdown-link">Season 3 </a>
<a href="season-new.html" class="menutext drop w-dropdown-link">Season 4 (next)</a>
</nav>
</div>
Expand Down
4 changes: 2 additions & 2 deletions season-2.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Sun Nov 26 2023 12:40:44 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Mon Feb 05 2024 18:54:39 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="6404b4ec8a898d1120230e58" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -39,7 +39,7 @@
<nav class="dropdown-list-4 w-dropdown-list">
<a href="season-1.html" class="menutext drop w-dropdown-link">Season 1</a>
<a href="season-2.html" aria-current="page" class="menutext drop w-dropdown-link w--current">Season 2</a>
<a href="season-3.html" class="menutext drop w-dropdown-link">Season 3 </a>
<a href="season-ongoing.html" class="menutext drop w-dropdown-link">Season 3 </a>
<a href="season-new.html" class="menutext drop w-dropdown-link">Season 4 (next)</a>
</nav>
</div>
Expand Down
Loading

0 comments on commit 6385623

Please sign in to comment.