Skip to content

Commit

Permalink
Update carpenter
Browse files Browse the repository at this point in the history
  • Loading branch information
davehakkens committed Jul 27, 2024
1 parent 37c2e4c commit 7792d9a
Show file tree
Hide file tree
Showing 18 changed files with 50 additions and 66 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion 401.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Mon Jul 08 2024 21:18:41 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Sat Jul 27 2024 14:23:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="6227475e419586011a00bf4e" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
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: Mon Jul 08 2024 21:18:41 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Sat Jul 27 2024 14:23:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="6227476f08da684a234d9140" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion basekamp.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Mon Jul 08 2024 21:18:41 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Sat Jul 27 2024 14:23:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="61e3163b16f8db173b2969a3" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down
53 changes: 16 additions & 37 deletions css/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,17 +342,8 @@ label {
background-color: #ffffff;
border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
color: #999;
opacity: 1;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
.w-input::placeholder,
.w-select::placeholder {
color: #999;
}
.w-input:focus,
Expand Down Expand Up @@ -801,9 +792,6 @@ textarea.w-select {
}
.w-widget-twitter-count-shim * {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
Expand Down Expand Up @@ -1036,9 +1024,6 @@ textarea.w-select {
font-size: 40px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
Expand Down Expand Up @@ -1104,9 +1089,6 @@ textarea.w-select {
white-space: nowrap;
}
.w-dropdown-toggle {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
cursor: pointer;
Expand Down Expand Up @@ -1658,20 +1640,20 @@ textarea.w-select {
.w-nav-overlay [data-nav-menu-open] {
top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
.w-nav[data-animation='over-left'] .w-nav-overlay {
width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
right: auto;
z-index: 1;
top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
.w-nav[data-animation='over-right'] .w-nav-overlay {
width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
left: auto;
z-index: 1;
top: 0;
Expand All @@ -1685,9 +1667,6 @@ textarea.w-select {
cursor: pointer;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.w-nav-button:focus {
Expand All @@ -1697,10 +1676,10 @@ textarea.w-select {
background-color: #C8C8C8;
color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
.w-nav[data-collapse='all'] .w-nav-menu {
display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
.w-nav[data-collapse='all'] .w-nav-button {
display: block;
}
.w--nav-dropdown-open {
Expand All @@ -1713,29 +1692,29 @@ textarea.w-select {
position: static;
}
@media screen and (max-width: 991px) {
.w-nav[data-collapse="medium"] .w-nav-menu {
.w-nav[data-collapse='medium'] .w-nav-menu {
display: none;
}
.w-nav[data-collapse="medium"] .w-nav-button {
.w-nav[data-collapse='medium'] .w-nav-button {
display: block;
}
}
@media screen and (max-width: 767px) {
.w-nav[data-collapse="small"] .w-nav-menu {
.w-nav[data-collapse='small'] .w-nav-menu {
display: none;
}
.w-nav[data-collapse="small"] .w-nav-button {
.w-nav[data-collapse='small'] .w-nav-button {
display: block;
}
.w-nav-brand {
padding-left: 10px;
}
}
@media screen and (max-width: 479px) {
.w-nav[data-collapse="tiny"] .w-nav-menu {
.w-nav[data-collapse='tiny'] .w-nav-menu {
display: none;
}
.w-nav[data-collapse="tiny"] .w-nav-button {
.w-nav[data-collapse='tiny'] .w-nav-button {
display: block;
}
}
Expand Down
5 changes: 5 additions & 0 deletions css/project-kamp.css
Original file line number Diff line number Diff line change
Expand Up @@ -1365,6 +1365,7 @@ a {
margin-top: 10px;
margin-bottom: 10px;
padding-left: 0;
text-decoration: none;
display: block;
}

Expand Down Expand Up @@ -1410,6 +1411,10 @@ a {
display: flex;
}

.div-block-12.done {
text-decoration: none;
}

.menubutton {
color: #8ab580;
background-color: rgba(255, 255, 255, .77);
Expand Down
2 changes: 1 addition & 1 deletion digger.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Mon Jul 08 2024 21:18:41 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Sat Jul 27 2024 14:23:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="6668c5493219154dc91756e6" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion faq.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Mon Jul 08 2024 21:18:41 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Sat Jul 27 2024 14:23:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="61b254f0341dcdd7e68018fc" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Mon Jul 08 2024 21:18:41 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Sat Jul 27 2024 14:23:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="61a28d792b85aa518eb2d5a6" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion js/project-kamp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mission.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Mon Jul 08 2024 21:18:41 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Sat Jul 27 2024 14:23:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="61a28c95a74e5e258f91ce03" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
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: Mon Jul 08 2024 21:18:41 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Sat Jul 27 2024 14:23:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="5a37d9885085cc0001bbcb7b" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion season-1.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Mon Jul 08 2024 21:18:41 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Sat Jul 27 2024 14:23:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="61a2864578afdd7eea502bf0" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion season-2.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Mon Jul 08 2024 21:18:41 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Sat Jul 27 2024 14:23:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="6404b4ec8a898d1120230e58" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion season-3.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Mon Jul 08 2024 21:18:41 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Sat Jul 27 2024 14:23:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="6581e1a40c1b2d378db2bbbc" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion season-new.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Mon Jul 08 2024 21:18:41 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Sat Jul 27 2024 14:23:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="61a2b1fe647af462c7c6d0a7" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion season-ongoing.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- Last Published: Mon Jul 08 2024 21:18:41 GMT+0000 (Coordinated Universal Time) -->
<!DOCTYPE html><!-- Last Published: Sat Jul 27 2024 14:23:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="628232130251748df7ed6cfa" data-wf-site="5a37d9885085cc0001bbcb7a">
<head>
<meta charset="utf-8">
Expand Down
Loading

0 comments on commit 7792d9a

Please sign in to comment.