This is an automated email from the ASF dual-hosted git repository.
jmclean pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/training.git
The following commit(s) were added to refs/heads/develop by this push:
new 84a1537 fix fomatting, add title slide and correct location
84a1537 is described below
commit 84a1537e91f0bae89481d7e7f76df6344c0c9ca9
Author: Justin Mclean <[email protected]>
AuthorDate: Sun Oct 5 14:53:33 2025 +1100
fix fomatting, add title slide and correct location
---
.../Incubator/VendorNeutrality/src/main/asciidoc/index.adoc | 13 ++++++++++++-
.../VendorNeutrality/src/main/resources/apache.css | 12 +++++++++++-
site/pom.xml | 2 +-
3 files changed, 24 insertions(+), 3 deletions(-)
diff --git
a/content/Apache/Incubator/VendorNeutrality/src/main/asciidoc/index.adoc
b/content/Apache/Incubator/VendorNeutrality/src/main/asciidoc/index.adoc
index be9a1d9..06b9c98 100644
--- a/content/Apache/Incubator/VendorNeutrality/src/main/asciidoc/index.adoc
+++ b/content/Apache/Incubator/VendorNeutrality/src/main/asciidoc/index.adoc
@@ -27,6 +27,18 @@
:sectanchors:
:customcss: apache.css
+[.title-slide]
+== Vendor Neutrality
+
+_Why balanced governance keeps Apache projects healthy_
+
+[.notes]
+--
+Set expectations: this session is for mentors, PPMC members, and anyone
guiding a podling to graduation.
+Briefly explain that the session explores how Apache projects maintain
independence from any single vendor,
+and why this principle matters for graduation and long-term sustainability.
+--
+
== Vendor Neutrality
- Understand why vendor neutrality is essential for ASF project health and
independence
@@ -37,7 +49,6 @@
--
Purpose of this module.
-Set expectations: this session is for mentors, PPMC members, and anyone
guiding a podling to graduation.
Neutrality is a key graduation indicator — a measure of how independent and
open the community has become.
Encourage participants to think about their own project’s balance: who
decides, who releases, and how transparent decisions are.
--
diff --git
a/content/Apache/Incubator/VendorNeutrality/src/main/resources/apache.css
b/content/Apache/Incubator/VendorNeutrality/src/main/resources/apache.css
index 2624cf5..02c467f 100644
--- a/content/Apache/Incubator/VendorNeutrality/src/main/resources/apache.css
+++ b/content/Apache/Incubator/VendorNeutrality/src/main/resources/apache.css
@@ -390,9 +390,19 @@ body {
text-align: left !important;
}
-/* Optional: keep headings centered (remove if you want headings left too) */
+/* Keep headings centered (remove if you want headings left too) */
.reveal .slides section h1,
.reveal .slides section h2,
.reveal .slides section h3 {
text-align: center !important;
+}
+
+/* Center only the subtitle line on title slides */
+.reveal .slides section.title-slide em,
+.reveal .slides section.title-slide p em {
+ display: block;
+ text-align: center !important;
+ margin-top: 0.5em;
+ font-size: 1.2em;
+ color: #555;
}
\ No newline at end of file
diff --git a/site/pom.xml b/site/pom.xml
index 94ba23a..55d53db 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -342,7 +342,7 @@
<artifactId>incubator-vendor-neutrality</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
-
<outputDirectory>${project.build.directory}/site/presentations/apache/incubator/ASFvalues</outputDirectory>
+
<outputDirectory>${project.build.directory}/site/presentations/apache/incubator/VendorNeturality</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.apache.training.content</groupId>