From 550c4829fbf9201ecce5e044d3e31a6ebce0cc12 Mon Sep 17 00:00:00 2001 From: Joe Moore Date: Sat, 24 Feb 2024 08:53:41 -0700 Subject: [PATCH] add About page --- content/_index.md | 1 + content/topics/about-this-site/_index.md | 65 ++++++++++++++++++++++++ layouts/partials/footer.html | 6 +-- 3 files changed, 69 insertions(+), 3 deletions(-) create mode 100644 content/topics/about-this-site/_index.md diff --git a/content/_index.md b/content/_index.md index 3765b46..64387ba 100644 --- a/content/_index.md +++ b/content/_index.md @@ -8,6 +8,7 @@ indexes: - "learningpaths" - "guides" featured: + - "topics/about-this-site" - "learningpaths/application-development-how-we-work" - "guides/tanzu-labs-engineer-faq" - "learningpaths/application-development" diff --git a/content/topics/about-this-site/_index.md b/content/topics/about-this-site/_index.md new file mode 100644 index 0000000..5229942 --- /dev/null +++ b/content/topics/about-this-site/_index.md @@ -0,0 +1,65 @@ +--- +title: "What is the Labs Practices Site?" +linkTitle: "About" +--- + +## Purpose + +The Labs Practices Site is a resource for people who want their project teams to become as high-performing as possible. The project team might be a software development team, a management team, or even a group of doctors in a medical group. + +Though the [practices and workshops](/practices), pragmatic and practical [guides](/guides), and [in-depth learning content](/learningpaths) originated from agile software development consulting projects, most are relevant for almost any team. + +## Who Owns This? + +Anyone and everyone. + +The original site code and editorial content, including this distribution of it, are open source and distributed under the [Apache License Version 2.0](https://github.com/joemoore/labs-practices-site/blob/main/LICENSE). + + + +## How to Contribute + +**Formal** options include: + +- Submit a [GitHub Issue](https://github.com/joemoore/labs-practices-site/issues) and describe what you would like to add. +- [Fork this repo](https://github.com/joemoore/labs-practices-site/fork), make your changes, and submit a pull request. + +**Informally:** if you're using this site you [likely know me](#who) or know someone who does. Get ahold of me. + +## History + +Once upon a time there was a software consulting company named [Pivotal Labs](https://en.wikipedia.org/wiki/Pivotal_Labs). + +#### The Pivotal Heritage + +Over the decades many amazing people worked at Pivotal Labs, legal variations of that company, and the companies that acquired and employed a "Labs" consulting and the Cloud R&D division that emerged, including VMware and Broadcom. + +These incredible software developers, product managers, UX designers, and managers developed many effective practices, workshops, and processes to help software projects be successful. These were documented almost exclusively in internal company sites and documents. Thus, while effective, their impact was limited to proprietary R&D and client consulting projects. + +#### The Give-Back Campaign + +Then, while under the stewardship of VMware, the organizations of Pivotal heritage undertook a campaign to [Give Back](/learningpaths/application-development-how-we-work/share-knowledge/) to the software, product management, and design communities by publishing their wealth of knowledge on the public Internet under an open source license. For several years this content lived on the [Tanzu Developer Center](/) ("TDC"), owned by VMware. To be fair, this was a match made of convenience, as the TDC's primary purpose was to promote VMware products and related technologies, not guides to agile software team morale-building workshops, but the TDC was more than welcoming and provided a home and support for this content. + +Additional context here: [How Pivotal/Tanzu Labs Works and Why](/learningpaths/application-development-how-we-work/) + +#### A New ~~Hope~~ Home + +After VMware was acquired by Broadcom, most of the non-Labs oriented content was migrated from the TDC to other properties, and the TDC was scheduled to be decommissioned. This left in question where the Labs-oriented content might live. And while it did find a home on other VMware/Broadcom sites, it again didn't feel like it was quite at home. + +But, good news! All of the TDC's code and content was [open source](https://github.com/joemoore/tanzu-dev-portal/blob/main/LICENSE), allowing for it to be redistributed. [I decided](#who) to publish a striped-down, restyled version of the TDC site and content, focusing on the agile software team content, so that it remains a resource for all and has a clear [process for contributions](#contribute). + + + +## Who is Maintaining this Site and Content? + +
+ Who is this guy? + +![](https://avatars.githubusercontent.com/u/13995) + +
+ +This site and content is currently maintained by Joe Moore. + +- [GitHub](https://github.com/joemoore) +- [LinkedIn](https://www.linkedin.com/in/josephlmoore/) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 36ffb8d..a0957fc 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -14,9 +14,9 @@ {{ with .Site.Params.california_privacy_rights }}{{ T "footer_california_privacy_rights" }}{{ end }} Cookie Settings - + {{ if not .Site.Params.ui.footer_about_disable }} + {{ with .Site.GetPage "topics/about-this-site" }}

{{ .LinkTitle }}

{{ end }} + {{ end }}