DaanHoogland commented on code in PR #244:
URL: https://github.com/apache/cloudstack-www/pull/244#discussion_r1764687681


##########
src/pages/who.js:
##########
@@ -0,0 +1,38 @@
+import React from 'react';
+import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
+import Layout from '@theme/Layout';
+import Committers from '@site/src/components/Committers';
+
+export default function Who() {
+    return (
+    <Layout title="Apache CloudStack Project Members">
+        <section>
+            <div className="container">
+            <div className="row">
+                 <h1 className="section-title mt-lg-5">Apache CloudStack 
Project Members</h1>
+                 <div>
+                    <p>
+                        PMC Information: 
https://projects.apache.org/committee.html?cloudstack
+                    </p>
+                    <p>
+                        Board Minutes: 
https://whimsy.apache.org/board/minutes/CloudStack.html
+                    </p>
+                    <p>
+                        <b>PMC Chair</b>: Daniel Augusto Veronezi Salvador     
(gutoveronezi)
+                    </p>
+                    <p>
+                        The following data is subject to change. The 
up-to-date information can be found on <a 
href="http://people.apache.org/committers-by-project.html#cloudstack-pmc";>the 
Apache Peoples site</a>:
+                    </p>
+                    <p>
+                        <b>PMC members in bold</b> (also in the Committers 
group):
+                    </p>
+                    <section>
+                        <Committers />
+                    </section>

Review Comment:
   by your comment I think you want to give this a className of something 
centered, do you?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to