From 5b73fcef4341a40341e0bcfda85e48275b6a5617 Mon Sep 17 00:00:00 2001 From: Neil Bhavsar Date: Wed, 22 Jul 2026 15:16:47 -0600 Subject: [PATCH 1/3] Refactoring project structure adding readme --- ReadMe.md | 10 ++++++++++ docs/{ => src/css}/styles.css | 0 docs/{img => src/images}/denverdevops-logo.png | Bin docs/{ => src}/index.html | 4 ++-- docs/src/pages/get-invovled.html | 10 ++++++++++ docs/{ => src/pages}/values.html | 0 6 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 ReadMe.md rename docs/{ => src/css}/styles.css (100%) rename docs/{img => src/images}/denverdevops-logo.png (100%) rename docs/{ => src}/index.html (96%) create mode 100644 docs/src/pages/get-invovled.html rename docs/{ => src/pages}/values.html (100%) diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..39466da --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,10 @@ +### General + +This repository is used to update the denverdevops.org website, it is deployed via github pages. + +### Who we are +The organization is affiliated with devopsdays.org/denver, which runs the annual DevOpsDays Rockies conference. + + +Below that is a "Connect With Us" tile section (Slack, Meetup, YouTube, Luma calendar, Wild Spaces, DevOpsDays Rockies) and a "What We're About" section. This existing tile pattern is a good starting point for the new "Get Involved" page (see Section 5). +The organization is affiliated with devopsdays.org/denver, which runs the annual DevOpsDays Rockies conference. The 2026 event is confirmed for September 22–23, 2026 at Bierstadt Lagerhaus, 2875 Blake St, Denver, CO 80205 — the 10th annual event. diff --git a/docs/styles.css b/docs/src/css/styles.css similarity index 100% rename from docs/styles.css rename to docs/src/css/styles.css diff --git a/docs/img/denverdevops-logo.png b/docs/src/images/denverdevops-logo.png similarity index 100% rename from docs/img/denverdevops-logo.png rename to docs/src/images/denverdevops-logo.png diff --git a/docs/index.html b/docs/src/index.html similarity index 96% rename from docs/index.html rename to docs/src/index.html index a629139..b1d6b9e 100644 --- a/docs/index.html +++ b/docs/src/index.html @@ -12,12 +12,12 @@ diff --git a/docs/src/pages/get-invovled.html b/docs/src/pages/get-invovled.html new file mode 100644 index 0000000..9d7e553 --- /dev/null +++ b/docs/src/pages/get-invovled.html @@ -0,0 +1,10 @@ + +Join our Slack +https://rb.gy/b8zfq (confirm this is still the current invite link — Slack invite links can expire) +Meetup.com page +https://www.meetup.com/denverdevops +Conference home +/26-conf (new internal page, see Section 7) +Wild Spaces +https://wildspaces.work + diff --git a/docs/values.html b/docs/src/pages/values.html similarity index 100% rename from docs/values.html rename to docs/src/pages/values.html From db4909530f18b140b1dc78f624d600a746dd081f Mon Sep 17 00:00:00 2001 From: Neil Bhavsar Date: Thu, 23 Jul 2026 11:21:30 -0600 Subject: [PATCH 2/3] Removing gitlab ci.yml --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 1c168ed..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,11 +0,0 @@ -# The Docker image that will be used to build your app -image: alpine:latest -pages: # a predefined job that builds your pages and saves them to the specified path. - script: - - echo - artifacts: - paths: - - public - rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - environment: production From 4fc3198984dd205ae3f493b8a5ed8525a04705ce Mon Sep 17 00:00:00 2001 From: Neil Bhavsar Date: Thu, 23 Jul 2026 20:20:09 -0600 Subject: [PATCH 3/3] fixing typo adding landing-page placeholder --- docs/src/pages/2026/landing-page.html | 0 docs/src/pages/{get-invovled.html => get-involved.html} | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/src/pages/2026/landing-page.html rename docs/src/pages/{get-invovled.html => get-involved.html} (100%) diff --git a/docs/src/pages/2026/landing-page.html b/docs/src/pages/2026/landing-page.html new file mode 100644 index 0000000..e69de29 diff --git a/docs/src/pages/get-invovled.html b/docs/src/pages/get-involved.html similarity index 100% rename from docs/src/pages/get-invovled.html rename to docs/src/pages/get-involved.html