diff --git a/assets/images/devon.jpg b/assets/images/devon.jpg new file mode 100644 index 0000000..17bc2bb Binary files /dev/null and b/assets/images/devon.jpg differ diff --git a/assets/images/eon.jpg b/assets/images/eon.jpg new file mode 100644 index 0000000..2f2b672 Binary files /dev/null and b/assets/images/eon.jpg differ diff --git a/assets/images/people/devon.jpg b/assets/images/people/devon.jpg old mode 100755 new mode 100644 diff --git a/assets/js/main.js b/assets/js/main.js index 9b65a8f..4609a71 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -34,7 +34,44 @@ }, }); - + + // modals + // openers + const body = document.querySelector("body"); + const show_modal_buttons = document.querySelectorAll("[data-modal-show]"); + show_modal_buttons.forEach((btn) => { + const target = btn.getAttribute('data-modal-show'); + const modal = document.querySelector(`#${target}`); + if (modal) { + btn.addEventListener("click", (e) => { + modal.classList.toggle("hidden", false); + body.classList.toggle("overflow-hidden", true); + }); + } + }); + + const hide_modal_buttons = document.querySelectorAll("[data-modal-hide]"); + hide_modal_buttons.forEach((btn) => { + const target = btn.getAttribute('data-modal-hide'); + const modal = document.querySelector(`#${target}`); + if (modal) { + btn.addEventListener("click", (e) => { + modal.classList.toggle("hidden", true); + body.classList.toggle("overflow-hidden", false); + }); + } + }); + + const modal_bg = document.querySelectorAll(".modal-bg"); + modal_bg.forEach((bg) => { + bg.addEventListener("click", (e) => { + if(e.target === bg) { + bg.classList.toggle("hidden", true); + body.classList.toggle("overflow-hidden", false); + } + }); + }); + // Swipers // ---------------------------------------- const swipers = document.querySelectorAll(".swiper-slider"); diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 871f4a0..a0064ce 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -47,15 +47,27 @@ text-decoration: underline; } -.testimonial a { +.testimonial a, +.img_grid_container a { color: var(--meetups-color) !important; text-decoration: none; } -.testimonial a:hover { +.testimonial a:hover, +.img_grid_container a:hover { text-decoration: underline; } +.modal-bg a { + color: var(--meetups-color) !important; + text-decoration: none; +} + +.modal-bg a:hover { + text-decoration: underline; +} + + .video-container { aspect-ratio: 16 / 9; width: 100%; diff --git a/content/english/_index.md b/content/english/_index.md index 1028b33..27a6cd3 100644 --- a/content/english/_index.md +++ b/content/english/_index.md @@ -71,26 +71,27 @@ features: content: "**Hiring Handmade people.** These brands have attended our job fairs. Companies may rent a job booth but cannot influence nor sponsor the event." content_class: "mt-12" img_grid: + imgs: - name: "JangaFX" - icon: "/images/companies/jangafx.png" + img: "/images/companies/jangafx.png" link: "https://jangafx.com/" - name: "Pontoco" - icon: "/images/companies/pontoco.png" + img: "/images/companies/pontoco.png" link: "https://pontoco.com/" - name: "Mozilla" - icon: "/images/companies/mozilla.png" + img: "/images/companies/mozilla.png" link: "https://www.mozilla.org/en-US/" - name: "TestFit" - icon: "/images/companies/tf.png" + img: "/images/companies/tf.png" link: "https://www.testfit.io/" - name: "Magic Poser" - icon: "/images/companies/magic_poser.png" + img: "/images/companies/magic_poser.png" link: "https://magicposer.com/" - name: "System Era" - icon: "/images/companies/systemera.png" + img: "/images/companies/systemera.png" link: "https://systemera.net/" - name: "KCSE" - icon: "/images/companies/kcse.png" + img: "/images/companies/kcse.png" link: "https://www.kcse.com/" button: enable: false diff --git a/content/english/news/_index.md b/content/english/news/_index.md index 376ca52..06f0981 100644 --- a/content/english/news/_index.md +++ b/content/english/news/_index.md @@ -9,8 +9,14 @@ newsletter_signup: action_url: "https://newsletter.handmadecities.com/id/submit" form_class: "container row gap-2" input_placeholder: "Email Address" - input_class: "col-8" + input_class: "col-8 text-black" button_text: "Join" button_class: "btn text-white meetups-bg col-3" section_class: "" +text_sidepanel: + active: true + title: "" + title_class: "" + text_class: "" + text: "[RSS](/news/index.xml)" --- diff --git a/content/english/seattle/index.md b/content/english/seattle/index.md index a6f5766..cb66a16 100644 --- a/content/english/seattle/index.md +++ b/content/english/seattle/index.md @@ -51,18 +51,63 @@ features: start_dark: "/images/transition2.svg" start_dark_color: "#150e31" end: "/images/transition.svg" - end_class: "mt-20 transform -scale-y-100 -scale-x-100" + end_class: "mt-20 transform -scale-x-100" end_color: "#fff" - end_dark: "/images/transition2.svg" + end_style: "mask-size: cover;height:150px;" + end_dark: "/images/transition3.svg" end_dark_color: "#150e31" - people_grid: + img_grid: title: "" - name_class: "" - subtitle_class: "" - people: - - name: "" - subtitle: "" - img: "" + title_class: "text-center" + section_class: "mb-12" + img_title_class: "text-center text-2xl" + img_subtitle_class: "text-center" + img_class: "" + imgs: + - title: "Abner Coimbre" + title_class: "text-center text-2xl mt-2" + subtitle_class: "text-center text-lg" + subtitle: "Host" + img: "/images/people/abner_2022.png" + modal_target: "abner" + - title: "Billy Basso" + title_class: "text-center text-2xl mt-2" + subtitle_class: "text-center text-lg" + subtitle: "Creator of [Animal Well](https://www.youtube.com/watch?v=ygL8eqX12MQ)" + img: "/images/people/billy-basso.jpg" + modal_target: "billy" + - title: "Anniversary Special" + title_class: "text-center text-2xl mt-2" + subtitle_class: "text-center text-lg" + subtitle: "The Next Ten Years" + img: "/images/people/abner_bvisness-scaled.jpg" + modal_target: "anniversary" + - title: "Allen Webster" + title_class: "text-center text-2xl mt-2" + subtitle_class: "text-center text-lg" + subtitle: "Founder of [Mr. 4th](https://mr4th.com/) Lab" + img: "/images/people/allen_square.webp" + modal_target: "allen" + - title: "Devine Lu Linvega" + title_class: "text-center text-2xl mt-2" + subtitle_class: "text-center text-lg" + subtitle: "Co-Founder of [Hundred Rabbits](https://100r.co)" + img: "/images/people/devine_square.webp" + modal_target: "devine" + - title: "Kagi Search" + title_class: "text-center text-2xl mt-2" + subtitle_class: "text-center text-lg" + subtitle: "Humanize the Web" + img: "/images/people/kagi_square.webp" + modal_target: "kagi" + - title: "Job Booth" + title_class: "text-center text-white text-2xl mt-2" + subtitle_class: "text-center text-lg text-white" + subtitle: "Open Slots" + img: "/images/people/resume.png" + link: "/jobs" + + bg_color: "#0a0a0a" content: "**More On The Way**
Join the [newsletter](/news) or check out last year's speakers below." content_class: "text-white mt-12 px-12 pb-12 pt-12 bg-[rgba(0,0,0,0.5)] rounded-lg" @@ -72,38 +117,6 @@ features: label: "Register" link: "/tickets" - - title: "Companies Value Handmade" - title_class: "text-center mt-16 mb-12" - image: "" - section_class: "pb-24" - side: "center" - content: "**Hiring Handmade people.** These brands have attended our job fairs. Companies may rent a job booth but cannot influence nor sponsor the event." - content_class: "mt-12" - img_grid: - - name: "JangaFX" - icon: "/images/companies/jangafx.png" - link: "https://jangafx.com/" - - name: "Pontoco" - icon: "/images/companies/pontoco.png" - link: "https://pontoco.com/" - - name: "Mozilla" - icon: "/images/companies/mozilla.png" - link: "https://www.mozilla.org/en-US/" - - name: "TestFit" - icon: "/images/companies/tf.png" - link: "https://www.testfit.io/" - - name: "Magic Poser" - icon: "/images/companies/magic_poser.png" - link: "https://magicposer.com/" - - name: "System Era" - icon: "/images/companies/systemera.png" - link: "https://systemera.net/" - - name: "KCSE" - icon: "/images/companies/kcse.png" - link: "https://www.kcse.com/" - button: - enable: false - - title: "Hundreds in person,
Thousands online" title_class: "text-white" transition: @@ -132,5 +145,54 @@ features: label: "Register" link: "/tickets" button_class: "bg-white text-black" - +modals: + - active: true + id: "abner" + title: "Founder of Handmade Cities" + title_class: "text-white" + content: "… and organizer of Handmade Seattle since 2019

Abner is hyper-social, having started the Handmade [Network](https://handmade.network/) when Casey Muratori needed a community for the viral Handmade Hero series. He then took charge of the conferences when Casey passed him the baton.

A programmer in his own right, Abner’s worked for NASA, Jonathan Blow, the creators of Myst, and is [rethinking](https://terminal.click) terminal emulators from scratch." + content_class: "text-white" + img: "/images/cities-light-mode.png" + img_dark: "/images/cities-dark-mode-row.png" + - active: true + id: "billy" + title: "Creator of [Animal Well](https://www.youtube.com/watch?v=ygL8eqX12MQ)" + title_class: "text-white" + content: "" + content_class: "text-white" + img: "/images/cities-light-mode.png" + img_dark: "/images/cities-dark-mode-row.png" + - active: true + id: "other" + title: "devon was here" + title_class: "text-white" + content: "devon2 was here" + content_class: "text-white" + - active: true + id: "anniversary" + title: "The Next Ten Years" + title_class: "text-white" + content: "" + content_class: "text-white" + - active: true + id: "allen" + title: "Creative Exercises at the Low Level" + title_class: "text-white" + img: "/images/modals/mr4th_lab.jpg" + content: "**An exploration of untapped potential.**
Starting off we’ll map out the toolchains we use for creating and running executables on desktops. Then we’ll flesh out that picture with some low level details. And finally we’ll see how we can play with the pieces that exist to see new possibilities." + content_class: "text-white" + - active: true + id: "devine" + title: "The Library Of Babel in which every book is a program" + title_class: "text-white" + content: "We’ll wander through a corridors of a very special library, in which every book is one of the permutations of 64kb of ram." + content_class: "text-white" + img: "/images/modals/100r.png" + - active: true + id: "kagi" + title: "High quality search results with no ads or tracking." + img: "/images/modals/kagi_pbc.png" + title_class: "text-white" + content: "At [Kagi](https://kagi.com/welcome), we envision a **friendly version of the internet** where users can explore, learn, and interact with confidence and ease. Our mission is to **humanize the web**, making it more accessible, ethical, and centered around the needs of individuals. We are driven by our core purpose: to **inform and educate**, empowering users with knowledge and understanding as they navigate the online world." + content_class: "text-white" --- diff --git a/layouts/_default/year_page.html b/layouts/_default/year_page.html index bb3b37a..8adda86 100644 --- a/layouts/_default/year_page.html +++ b/layouts/_default/year_page.html @@ -97,68 +97,9 @@ {{ partial "components/features.html" . }} - - {{ with site.GetPage "sections/testimonial" }} - {{ if .Params.enable }} -
-
-
-
-

- {{ .Title | markdownify }} -

-

- {{ .Params.description | markdownify }} -

-
-
-
-
- {{ range .Params.testimonials }} -
-
-
- - - -
-
- {{ .content | markdownify }} -
-
-
- {{ partial "image" (dict "Src" .avatar "Size" "50x50" "Class" "rounded-full" "Alt" .name) }} -
-
- -

- {{ .name }} -

-
-

- {{ .designation | markdownify }} -

-
-
-
-
- {{ end }} -
-
-
-
-
-
-
- {{ end }} - {{ end }} - + + {{ partial "components/modals.html" . }} + + + {{ end }} diff --git a/layouts/news/list.html b/layouts/news/list.html index 693173e..82a77fa 100644 --- a/layouts/news/list.html +++ b/layouts/news/list.html @@ -24,6 +24,10 @@ {{ $widget:= site.Params.widgets.sidebar }} {{ partialCached "widgets/widget-wrapper" ( dict "Widgets" $widget "Scope" . ) }} + + {{ if .Params.text_sidepanel }} + {{ partial "components/text_sidepanel.html" .}} + {{ end }} diff --git a/layouts/partials/components/features.html b/layouts/partials/components/features.html index 4fe1f29..2ee0574 100644 --- a/layouts/partials/components/features.html +++ b/layouts/partials/components/features.html @@ -6,12 +6,12 @@ {{ with .transition }} {{ if .start }}
+ style="height: 100px;z-index:5;mask-image: url('{{ .start }}');background-color: {{ .start_color }};{{ .start_style | safeCSS }}">
{{ end }} {{ if .start_dark }} {{ end }} {{ end }} @@ -27,7 +27,7 @@ {{ end }} {{ end }} -
+
{{ if eq .side "center" }}
@@ -69,11 +69,6 @@ {{ partial "components/testimonials.html" . }} {{ end }} - - {{ if .img_grid }} - {{ partial "components/people_grid.html" . }} - {{ end }} - {{ if .img_grid }} {{ partial "components/img_grid.html" . }} @@ -174,12 +169,12 @@ {{ with .transition }} {{ if .end }}
+ style="height: 100px;z-index:5;mask-image: url('{{ .end }}');background-color: {{ .end_color }};{{ .end_style | safeCSS }}">
{{ end }} {{ if .end_dark }} {{ end }} {{ end }} diff --git a/layouts/partials/components/img_grid.html b/layouts/partials/components/img_grid.html index da15064..0a6dbda 100644 --- a/layouts/partials/components/img_grid.html +++ b/layouts/partials/components/img_grid.html @@ -1,14 +1,25 @@ {{ if .img_grid }} -
+
+

{{ .img_grid.title }}

- {{ range $i, $option := .img_grid }} + {{ range $i, $option := .img_grid.imgs }}
- {{ end }} diff --git a/layouts/partials/components/modals.html b/layouts/partials/components/modals.html new file mode 100644 index 0000000..ef5e253 --- /dev/null +++ b/layouts/partials/components/modals.html @@ -0,0 +1,47 @@ + +{{ if .Params.modals }} + + +{{ end }} \ No newline at end of file diff --git a/layouts/partials/components/people_grid.html b/layouts/partials/components/people_grid.html deleted file mode 100644 index c66dfd4..0000000 --- a/layouts/partials/components/people_grid.html +++ /dev/null @@ -1,17 +0,0 @@ -{{ if .people_grid }} -
-
- {{ range $i, $option := .people_grid.people }} - - {{ end }} -
-
-{{ end }} \ No newline at end of file diff --git a/layouts/partials/components/text_sidepanel.html b/layouts/partials/components/text_sidepanel.html new file mode 100644 index 0000000..57113ea --- /dev/null +++ b/layouts/partials/components/text_sidepanel.html @@ -0,0 +1,8 @@ +{{ with .Params.text_sidepanel }} +{{ if .active }} +
+
{{ .title }}
+

{{ .text | markdownify }}

+
+{{ end }} +{{ end }} \ No newline at end of file diff --git a/static/images/eon.jpg b/static/images/eon.jpg new file mode 100644 index 0000000..2f2b672 Binary files /dev/null and b/static/images/eon.jpg differ diff --git a/static/images/modals/100r.png b/static/images/modals/100r.png new file mode 100644 index 0000000..2b62f99 Binary files /dev/null and b/static/images/modals/100r.png differ diff --git a/static/images/modals/kagi_pbc.png b/static/images/modals/kagi_pbc.png new file mode 100644 index 0000000..90420ab Binary files /dev/null and b/static/images/modals/kagi_pbc.png differ diff --git a/static/images/modals/mr4th_lab.jpg b/static/images/modals/mr4th_lab.jpg new file mode 100644 index 0000000..e5cba63 Binary files /dev/null and b/static/images/modals/mr4th_lab.jpg differ diff --git a/static/images/people/2023-bvisness.jpg b/static/images/people/2023-bvisness.jpg new file mode 100644 index 0000000..4f391ba Binary files /dev/null and b/static/images/people/2023-bvisness.jpg differ diff --git a/static/images/people/2023-loriscro.jpg b/static/images/people/2023-loriscro.jpg new file mode 100644 index 0000000..5367db8 Binary files /dev/null and b/static/images/people/2023-loriscro.jpg differ diff --git a/static/images/people/2023-scottredig.jpg b/static/images/people/2023-scottredig.jpg new file mode 100644 index 0000000..c4fa78e Binary files /dev/null and b/static/images/people/2023-scottredig.jpg differ diff --git a/static/images/people/Space-Travel.jpg b/static/images/people/Space-Travel.jpg new file mode 100644 index 0000000..ec8a1a0 Binary files /dev/null and b/static/images/people/Space-Travel.jpg differ diff --git a/static/images/people/abner_2022.png b/static/images/people/abner_2022.png new file mode 100644 index 0000000..a87a24a Binary files /dev/null and b/static/images/people/abner_2022.png differ diff --git a/static/images/people/abner_bvisness-scaled.jpg b/static/images/people/abner_bvisness-scaled.jpg new file mode 100644 index 0000000..6bd1a2f Binary files /dev/null and b/static/images/people/abner_bvisness-scaled.jpg differ diff --git a/static/images/people/alasdair.jpg b/static/images/people/alasdair.jpg new file mode 100644 index 0000000..4dfee68 Binary files /dev/null and b/static/images/people/alasdair.jpg differ diff --git a/static/images/people/allen_square.webp b/static/images/people/allen_square.webp new file mode 100644 index 0000000..5f2f1a2 Binary files /dev/null and b/static/images/people/allen_square.webp differ diff --git a/static/images/people/allen_webster_2024.jpg b/static/images/people/allen_webster_2024.jpg new file mode 100644 index 0000000..68fbdc3 Binary files /dev/null and b/static/images/people/allen_webster_2024.jpg differ diff --git a/static/images/people/andreas_fredriksson.jpg b/static/images/people/andreas_fredriksson.jpg new file mode 100644 index 0000000..c195ddd Binary files /dev/null and b/static/images/people/andreas_fredriksson.jpg differ diff --git a/static/images/people/astroneer.jpg b/static/images/people/astroneer.jpg new file mode 100644 index 0000000..4a52907 Binary files /dev/null and b/static/images/people/astroneer.jpg differ diff --git a/static/images/people/billy-basso.jpg b/static/images/people/billy-basso.jpg new file mode 100644 index 0000000..fd9ae53 Binary files /dev/null and b/static/images/people/billy-basso.jpg differ diff --git a/static/images/people/bvisness.png b/static/images/people/bvisness.png new file mode 100644 index 0000000..53c8a9f Binary files /dev/null and b/static/images/people/bvisness.png differ diff --git a/static/images/people/cactus_image_viewer_logo.png b/static/images/people/cactus_image_viewer_logo.png new file mode 100644 index 0000000..1df6577 Binary files /dev/null and b/static/images/people/cactus_image_viewer_logo.png differ diff --git a/static/images/people/carmack.jpg b/static/images/people/carmack.jpg new file mode 100644 index 0000000..012994c Binary files /dev/null and b/static/images/people/carmack.jpg differ diff --git a/static/images/people/cinema.jpg b/static/images/people/cinema.jpg new file mode 100644 index 0000000..1696279 Binary files /dev/null and b/static/images/people/cinema.jpg differ diff --git a/static/images/people/clockwinder.png b/static/images/people/clockwinder.png new file mode 100644 index 0000000..1a35c6b Binary files /dev/null and b/static/images/people/clockwinder.png differ diff --git a/static/images/people/dante.jpg b/static/images/people/dante.jpg new file mode 100644 index 0000000..2d94690 Binary files /dev/null and b/static/images/people/dante.jpg differ diff --git a/static/images/people/devine_cropped.png b/static/images/people/devine_cropped.png new file mode 100644 index 0000000..a178396 Binary files /dev/null and b/static/images/people/devine_cropped.png differ diff --git a/static/images/people/devine_live.jpg b/static/images/people/devine_live.jpg new file mode 100644 index 0000000..a87c7d8 Binary files /dev/null and b/static/images/people/devine_live.jpg differ diff --git a/static/images/people/devine_square.webp b/static/images/people/devine_square.webp new file mode 100644 index 0000000..2e7de6c Binary files /dev/null and b/static/images/people/devine_square.webp differ diff --git a/static/images/people/devon.jpg b/static/images/people/devon.jpg new file mode 100644 index 0000000..17bc2bb Binary files /dev/null and b/static/images/people/devon.jpg differ diff --git a/static/images/people/disk_voyager_logo.png b/static/images/people/disk_voyager_logo.png new file mode 100644 index 0000000..53ec194 Binary files /dev/null and b/static/images/people/disk_voyager_logo.png differ diff --git a/static/images/people/gingerbill.png b/static/images/people/gingerbill.png new file mode 100644 index 0000000..ded1bac Binary files /dev/null and b/static/images/people/gingerbill.png differ diff --git a/static/images/people/hadjar.jpg b/static/images/people/hadjar.jpg new file mode 100644 index 0000000..e6445d3 Binary files /dev/null and b/static/images/people/hadjar.jpg differ diff --git a/static/images/people/jeschuhta-scaled.jpg b/static/images/people/jeschuhta-scaled.jpg new file mode 100644 index 0000000..2e75eb6 Binary files /dev/null and b/static/images/people/jeschuhta-scaled.jpg differ diff --git a/static/images/people/kagi_mascot.png b/static/images/people/kagi_mascot.png new file mode 100644 index 0000000..530332b Binary files /dev/null and b/static/images/people/kagi_mascot.png differ diff --git a/static/images/people/kagi_square.webp b/static/images/people/kagi_square.webp new file mode 100644 index 0000000..c834036 Binary files /dev/null and b/static/images/people/kagi_square.webp differ diff --git a/static/images/people/live_with_bill.jpg b/static/images/people/live_with_bill.jpg new file mode 100644 index 0000000..a78bd60 Binary files /dev/null and b/static/images/people/live_with_bill.jpg differ diff --git a/static/images/people/loris_cro-scaled.jpg b/static/images/people/loris_cro-scaled.jpg new file mode 100644 index 0000000..f8b8d22 Binary files /dev/null and b/static/images/people/loris_cro-scaled.jpg differ diff --git a/static/images/people/magic_poser_banner.png b/static/images/people/magic_poser_banner.png new file mode 100644 index 0000000..ac19c87 Binary files /dev/null and b/static/images/people/magic_poser_banner.png differ diff --git a/static/images/people/microsoft.jpg b/static/images/people/microsoft.jpg new file mode 100644 index 0000000..8690f1a Binary files /dev/null and b/static/images/people/microsoft.jpg differ diff --git a/static/images/people/mobilecode_icon.png b/static/images/people/mobilecode_icon.png new file mode 100644 index 0000000..c77d463 Binary files /dev/null and b/static/images/people/mobilecode_icon.png differ diff --git a/static/images/people/morgan-scaled.jpeg b/static/images/people/morgan-scaled.jpeg new file mode 100644 index 0000000..c68ff73 Binary files /dev/null and b/static/images/people/morgan-scaled.jpeg differ diff --git a/static/images/people/morgan_cropped.jpg b/static/images/people/morgan_cropped.jpg new file mode 100644 index 0000000..f8882c9 Binary files /dev/null and b/static/images/people/morgan_cropped.jpg differ diff --git a/static/images/people/mr4th_programming.jpg b/static/images/people/mr4th_programming.jpg new file mode 100644 index 0000000..5236700 Binary files /dev/null and b/static/images/people/mr4th_programming.jpg differ diff --git a/static/images/people/muratori.jpg b/static/images/people/muratori.jpg new file mode 100644 index 0000000..c6b91a4 Binary files /dev/null and b/static/images/people/muratori.jpg differ diff --git a/static/images/people/negate.png b/static/images/people/negate.png new file mode 100644 index 0000000..aa4ba28 Binary files /dev/null and b/static/images/people/negate.png differ diff --git a/static/images/people/nikita.jpg b/static/images/people/nikita.jpg new file mode 100644 index 0000000..09fe109 Binary files /dev/null and b/static/images/people/nikita.jpg differ diff --git a/static/images/people/nystrom.jpg b/static/images/people/nystrom.jpg new file mode 100644 index 0000000..e2b41b6 Binary files /dev/null and b/static/images/people/nystrom.jpg differ diff --git a/static/images/people/opticks.png b/static/images/people/opticks.png new file mode 100644 index 0000000..96e521a Binary files /dev/null and b/static/images/people/opticks.png differ diff --git a/static/images/people/orca_jump.jpg b/static/images/people/orca_jump.jpg new file mode 100644 index 0000000..759c672 Binary files /dev/null and b/static/images/people/orca_jump.jpg differ diff --git a/static/images/people/phil_homan.jpg b/static/images/people/phil_homan.jpg new file mode 100644 index 0000000..ec3f5e9 Binary files /dev/null and b/static/images/people/phil_homan.jpg differ diff --git a/static/images/people/quade.jpg b/static/images/people/quade.jpg new file mode 100644 index 0000000..bac13b2 Binary files /dev/null and b/static/images/people/quade.jpg differ diff --git a/static/images/people/resume.png b/static/images/people/resume.png new file mode 100644 index 0000000..bf3c37f Binary files /dev/null and b/static/images/people/resume.png differ diff --git a/static/images/people/revolt_mockup.webp b/static/images/people/revolt_mockup.webp new file mode 100644 index 0000000..e647c93 Binary files /dev/null and b/static/images/people/revolt_mockup.webp differ diff --git a/static/images/people/salarybot-1.png b/static/images/people/salarybot-1.png new file mode 100644 index 0000000..5d2196a Binary files /dev/null and b/static/images/people/salarybot-1.png differ diff --git a/static/images/people/scott_redig.png b/static/images/people/scott_redig.png new file mode 100644 index 0000000..60d6179 Binary files /dev/null and b/static/images/people/scott_redig.png differ diff --git a/static/images/people/serenum.png b/static/images/people/serenum.png new file mode 100644 index 0000000..7f7aaed Binary files /dev/null and b/static/images/people/serenum.png differ diff --git a/static/images/people/shapeup.png b/static/images/people/shapeup.png new file mode 100644 index 0000000..32e2fea Binary files /dev/null and b/static/images/people/shapeup.png differ diff --git a/static/images/people/whitebox_package.png b/static/images/people/whitebox_package.png new file mode 100644 index 0000000..b9d56e8 Binary files /dev/null and b/static/images/people/whitebox_package.png differ