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 diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..52adda9 --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,23 @@ +### 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. + +### Testing locally + +This is a plain HTML/CSS site with no build step — the site root is the `docs/` folder. To preview it: + +``` +cd docs +python3 -m http.server 8000 +``` + +Then open `http://localhost:8000/` in a browser. + +**Don't open the HTML files directly (double-click / `file://...`).** Every page uses root-relative paths (`/styles.css`, `/images/...`, `/get-involved`, etc.) so they resolve correctly no matter how deeply nested the page is. A `file://` URL has no concept of a site root, so those paths 404 under `file://` even though they work fine on GitHub Pages and when served locally via the command above. diff --git a/docs/2026/register/index.html b/docs/2026/register/index.html new file mode 100644 index 0000000..e93b2b1 --- /dev/null +++ b/docs/2026/register/index.html @@ -0,0 +1,59 @@ + + + + + + Register - DevOpsDays Rockies 2026 + + + + + + + +
+ +
+ +
+
+ 2026 Conference +

Register for DevOpsDays Rockies 2026

+
+
+ +

+ Having trouble with the embedded form? Register directly here: + tickets.devopsdays.org/devopsdays-denver/2026 +

+ +
+ +
+ +

+ Registration is powered by devopsdays.org. +

+
+ + + + diff --git a/docs/2026/schedule/index.html b/docs/2026/schedule/index.html new file mode 100644 index 0000000..173f65b --- /dev/null +++ b/docs/2026/schedule/index.html @@ -0,0 +1,60 @@ + + + + + + Schedule - DevOpsDays Rockies 2026 + + + + + + + +
+ +
+ +
+
+ 2026 Conference +

DevOpsDays Rockies 2026 Schedule

+
+
+ +

+ Schedule not loading? View it directly on Pretalx ↗ +

+ +
+ + +
+ +
+ + + + diff --git a/docs/get-involved/index.html b/docs/get-involved/index.html new file mode 100644 index 0000000..f228674 --- /dev/null +++ b/docs/get-involved/index.html @@ -0,0 +1,189 @@ + + + + + + Get Involved - Denver DevOps + + + + + + + +
+ +
+ +
+
+

Get Involved

+
+
+ + + +
+

Join Us

+ +
+ +
+
Stay Connected
+

Follow Our Socials

+ +
+ +
+
Watch
+

Media

+ +
+
+ + + + + + diff --git a/docs/img/denverdevops-logo.png b/docs/images/denverdevops-logo.png similarity index 100% rename from docs/img/denverdevops-logo.png rename to docs/images/denverdevops-logo.png diff --git a/docs/images/gallery/dsc03279.jpg b/docs/images/gallery/dsc03279.jpg new file mode 100644 index 0000000..3dca40b Binary files /dev/null and b/docs/images/gallery/dsc03279.jpg differ diff --git a/docs/images/gallery/dsc03454.jpg b/docs/images/gallery/dsc03454.jpg new file mode 100644 index 0000000..4af6cf8 Binary files /dev/null and b/docs/images/gallery/dsc03454.jpg differ diff --git a/docs/images/gallery/dsc03647.jpg b/docs/images/gallery/dsc03647.jpg new file mode 100644 index 0000000..3d3da01 Binary files /dev/null and b/docs/images/gallery/dsc03647.jpg differ diff --git a/docs/images/gallery/img_7783.jpg b/docs/images/gallery/img_7783.jpg new file mode 100644 index 0000000..5d6f523 Binary files /dev/null and b/docs/images/gallery/img_7783.jpg differ diff --git a/docs/images/gallery/img_7812.jpg b/docs/images/gallery/img_7812.jpg new file mode 100644 index 0000000..e06ad7f Binary files /dev/null and b/docs/images/gallery/img_7812.jpg differ diff --git a/docs/images/gallery/img_7839.jpg b/docs/images/gallery/img_7839.jpg new file mode 100644 index 0000000..279078b Binary files /dev/null and b/docs/images/gallery/img_7839.jpg differ diff --git a/docs/images/get-involved-gallery/img_0193.jpg b/docs/images/get-involved-gallery/img_0193.jpg new file mode 100644 index 0000000..f7129e8 Binary files /dev/null and b/docs/images/get-involved-gallery/img_0193.jpg differ diff --git a/docs/images/get-involved-gallery/wildspaces-1.jpg b/docs/images/get-involved-gallery/wildspaces-1.jpg new file mode 100644 index 0000000..fe99ace Binary files /dev/null and b/docs/images/get-involved-gallery/wildspaces-1.jpg differ diff --git a/docs/images/get-involved-gallery/wildspaces-2.jpg b/docs/images/get-involved-gallery/wildspaces-2.jpg new file mode 100644 index 0000000..08b9e46 Binary files /dev/null and b/docs/images/get-involved-gallery/wildspaces-2.jpg differ diff --git a/docs/images/get-involved-gallery/wildspaces-3.jpg b/docs/images/get-involved-gallery/wildspaces-3.jpg new file mode 100644 index 0000000..35ff580 Binary files /dev/null and b/docs/images/get-involved-gallery/wildspaces-3.jpg differ diff --git a/docs/index.html b/docs/index.html index a629139..956cb3d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,20 +4,25 @@ Denver DevOps - Where Tech Meets Mountains - - + + + + +
@@ -25,85 +30,151 @@
+
- +
-

Denver DevOps

-

Building resilient systems at altitude

+ 2026 Conference +

DevOpsDays Rockies is Back!

+

September 22–23, 2026 · Bierstadt Lagerhaus, Denver

- We're a community of DevOps practitioners, engineers, and enthusiasts - in the Mile High City. From continuous integration to mountain trails, - we believe in automation, collaboration, and getting outside. + Join us for the 10th annual DevOpsDays Rockies — two days of talks, + open spaces, and community for DevOps practitioners across the region.

+
-
-

Connect With Us

-