Merge branch 'kp/add/getting-started-page' of https://github.com/kennethpaskett/comdev-fosdem-content into kp/add/getting-started-page
diff --git a/_index.md b/_index.md
index d87ce0c..d1f8801 100644
--- a/_index.md
+++ b/_index.md
@@ -3,16 +3,20 @@
 layout: stand
 logo: stands/the_apache_software_foundation/logo.png
 new_this_year: |
+    <video class="mb-3 mx-auto" style="max-width: 500px;"  controls>
+    <source src="https://ftp.osuosl.org/pub/fosdem/2021/stands/apache/apache_video2.mp4" type="video/mp4">
+    Your browser does not support this video.
+    </source>
+    </video>
     <p> Whilst 2020 has been quite a challenging year world-wide, the all-volunteer Apache community has demonstrated commendable strength, resilience, and commitment to our tenet of "Community Over Code":
     <ul>
     <li>238 Apache Projects, sub-projects, incubating podlings, and their communities produced nearly <strong>3,500 releases</strong> across dozens of categories.
     </li>
     <li>We produced the <a href="https://www.youtube.com/playlist?list=PLU2OcwpQkYCwJzJAv9ljupQu-5aBJ61NH" target="_blank">"Trillions and Trillions Served" documentary</a> that showcases how <a href="http://apache.org/theapacheway/" target="_blank">The Apache Way</a> skyrocketed the ASF from overseeing a single project two decades ago to 350+ projects that produce $22B+ worth of software today.</li>
-    <li>Apache events moved online, and attracted our most diverse and greatest number of participants. ApacheCon@Home drew nearly 5,750 participants from more than 150 countries, who enjoyed 300+ sessions across 27 tracks. A staggering 1.5M+ viewers tuned in to the Apache Roadshow/China over its 2-day online event.</li>
-    <br />Read more at <a href="https://s.apache.org/Apache2020Digits">https://s.apache.org/Apache2020Digits</a>
-    </p>
+    <li>Apache events moved online, and attracted our most diverse and greatest number of participants. ApacheCon@Home drew nearly 5,750 participants from more than 150 countries, who enjoyed 300+ sessions across 27 tracks. A staggering 1.5M+ viewers tuned in to the Apache Roadshow/China over its 2-day online event.</li></ul></p>
+    <p>Learn more about the <a href="https://s.apache.org/Apache2020Digits">The Apache Software Foundation 2020 accomplishments</a>.</p>
 showcase:  |
-    <img src="/stands/the_apache_software_foundation/logo.png" alt="Apache Software Foundation logo" style="max-width: 100%" />
+    <img src="/stands/the_apache_software_foundation/logo.png" alt="Apache Software Foundation logo" style="max-width: 500px" />
     <p>The ASF develops, shepherds, and incubates hundreds of freely-available, enterprise-grade projects that serve as the backbone for some of the most visible and widely used applications in computing today. Through the ASF's merit-based process known as "The Apache Way," more than 800 individual volunteer Members and 8,000+ code Committers across six continents successfully collaborate on innovations in Artificial Intelligence and Deep Learning, Big Data, Build Management, Cloud Computing, Content Management, DevOps, IoT and Edge Computing, Mobile, Servers, and Web Frameworks, among other categories.</p>
 themes:
 - Community advocacy
diff --git a/our-projects.html b/our-projects.html
index a0b5f21..35865c3 100644
--- a/our-projects.html
+++ b/our-projects.html
@@ -43,76 +43,100 @@
 <h2>Featured Projects</h2>
 <div class="projects">
   <div class="card project">
-    <img src="/stands/the_apache_software_foundation/ant.png" class="card-img-top bg-light" alt="Apache Ant">
+    <img src="/stands/the_apache_software_foundation/ApacheHttpServer.png" class="card-img-top bg-light" alt="Apache Http Server">
     <div class="card-body">
-      <h5 class="card-title">Apache Ant</h5>
-      <p class="card-text">Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications.</p>
+      <h5 class="card-title">Apache HTTP Server</h5>
+      <p class="card-text">The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.</p>
     </div>
-    <div class="card-footer bg-white text-right"><a href="https://ant.apache.org" target="_blank" class="btn btn-primary">Explore Apache Ant</a></div>
+    <div class="card-footer bg-white text-right"><a href="https://httpd.apache.org/" target="_blank" class="btn btn-primary">Explore Apache HTTP Server</a></div>
   </div>
   <div class="card project">
-    <img src="/stands/the_apache_software_foundation/project2.png" class="card-img-top bg-light" alt="Project 2">
+    <img src="/stands/the_apache_software_foundation/ApacheCloudstack.png" class="card-img-top bg-light" alt="Apache CloudStack">
     <div class="card-body">
-      <h5 class="card-title">Project 2</h5>
-      <p class="card-text">This is a longer description for testing purposes description</p>
+      <h5 class="card-title">Apache CloudStack</h5>
+      <p class="card-text">Apache CloudStack is open source software designed to deploy and manage large networks of virtual machines, as a highly available, highly scalable Infrastructure as a Service (IaaS) cloud computing platform.</p>
     </div>
-    <div class="card-footer bg-white text-right"><a href="#" target="_blank" class="btn btn-primary">Learn about Project 2</a></div>
+    <div class="card-footer bg-white text-right"><a href="https://cloudstack.apache.org/" target="_blank" class="btn btn-primary">Explore Apache CloudStack</a></div>
   </div>
   <div class="card project">
-    <img src="/stands/the_apache_software_foundation/project3.png" class="card-img-top bg-light" alt="Project 3">
+    <img src="/stands/the_apache_software_foundation/ApachePlc4x.png" class="card-img-top bg-light" alt="Apache PLC4X">
     <div class="card-body">
-      <h5 class="card-title">Project 3</h5>
-      <p class="card-text">Short project description</p>
+      <h5 class="card-title">Apache PLC4X</h5>
+      <p class="card-text"> The universal protocol adapter for Industrial IoT. PLC4X is a set of libraries for communicating with industrial programmable logic controllers (PLCs) using a variety of protocols but with a shared API.</p>
     </div>
-    <div class="card-footer bg-white text-right"><a href="#" target="_blank" class="btn btn-primary">Learn about Project 3</a></div>
+    <div class="card-footer bg-white text-right"><a href="https://plc4x.apache.org/" target="_blank" class="btn btn-primary">Explore Apache PLC4X</a></div>
   </div>
   <div class="card project">
-    <img src="/stands/the_apache_software_foundation/project4.png" class="card-img-top bg-light" alt="Project 4">
+    <img src="/stands/the_apache_software_foundation/ApacheKafka.png" class="card-img-top bg-light" alt="Apache Kafka">
     <div class="card-body">
-      <h5 class="card-title">Project 4</h5>
-      <p class="card-text">Short project description</p>
+      <h5 class="card-title">Apache Kafka</h5>
+      <p class="card-text">Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.</p>
     </div>
-    <div class="card-footer bg-white text-right"><a href="#" target="_blank" class="btn btn-primary">Learn about Project 4</a></div>
+    <div class="card-footer bg-white text-right"><a href="https://kafka.apache.org/" target="_blank" class="btn btn-primary">Explore Apache Kafka</a></div>
   </div>
   <div class="card project">
-    <img src="/stands/the_apache_software_foundation/project5.png" class="card-img-top bg-light" alt="Project 5">
+    <img src="/stands/the_apache_software_foundation/ApacheSpark.png" class="card-img-top bg-light" alt="Apache Spark">
     <div class="card-body">
-      <h5 class="card-title">Project 5</h5>
-      <p class="card-text">Short project description</p>
+      <h5 class="card-title">Apache Spark</h5>
+      <p class="card-text">Apache Spark is a unified analytics engine for big data processing, with built-in modules for streaming, SQL, machine learning and graph processing.</p>
     </div>
-    <div class="card-footer bg-white text-right"><a href="#" target="_blank" class="btn btn-primary">Learn about Project 5</a></div>
+    <div class="card-footer bg-white text-right"><a href="https://spark.apache.org/" target="_blank" class="btn btn-primary">Explore Apache Spark</a></div>
   </div>
   <div class="card project">
-    <img src="/stands/the_apache_software_foundation/project6.png" class="card-img-top bg-light" alt="Project 6">
+    <img src="/stands/the_apache_software_foundation/ApacheSolr.png" class="card-img-top bg-light" alt="Apache Solr">
     <div class="card-body">
-      <h5 class="card-title">Project 6</h5>
-      <p class="card-text">This is a longer description for testing purposes description</p>
+      <h5 class="card-title">Apache Solr</h5>
+      <p class="card-text">Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more.</p>
     </div>
-    <div class="card-footer bg-white text-right"><a href="#" target="_blank" class="btn btn-primary">Learn about Project 6</a></div>
+    <div class="card-footer bg-white text-right"><a href="https://lucene.apache.org/solr/" target="_blank" class="btn btn-primary">Explore Apache Solr</a></div>
   </div>
   <div class="card project">
-    <img src="/stands/the_apache_software_foundation/project7.png" class="card-img-top bg-light" alt="Project 7">
+    <img src="/stands/the_apache_software_foundation/ApacheMaven.png" class="card-img-top bg-light" alt="Apache Maven">
     <div class="card-body">
-      <h5 class="card-title">Project 7</h5>
-      <p class="card-text">Short project description</p>
+      <h5 class="card-title">Apache Maven</h5>
+      <p class="card-text">Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.</p>
     </div>
-    <div class="card-footer bg-white text-right"><a href="#" target="_blank" class="btn btn-primary">Learn about Project 7</a></div>
+    <div class="card-footer bg-white text-right"><a href="https://maven.apache.org/" target="_blank" class="btn btn-primary">Explore Apache Maven</a></div>
   </div>
   <div class="card project">
-    <img src="/stands/the_apache_software_foundation/project8.png" class="card-img-top bg-light" alt="Project 8">
+    <img src="/stands/the_apache_software_foundation/ApachecTakes.png" class="card-img-top bg-light" alt="Apache cTAKES">
     <div class="card-body">
-      <h5 class="card-title">Project 8</h5>
-      <p class="card-text">Short project description</p>
+      <h5 class="card-title">Apache cTAKES</h5>
+      <p class="card-text">Apache cTAKES™ is a natural language processing system for extraction of information from electronic medical record clinical free-text.</p>
     </div>
-    <div class="card-footer bg-white text-right"><a href="#" target="_blank" class="btn btn-primary">Learn about Project 8</a></div>
+    <div class="card-footer bg-white text-right"><a href="https://ctakes.apache.org/" target="_blank" class="btn btn-primary">Explore Apache cTAKES</a></div>
   </div>
   <div class="card project">
-    <img src="/stands/the_apache_software_foundation/project9.png" class="card-img-top bg-light" alt="Project 9">
+    <img src="/stands/the_apache_software_foundation/ApacheOFBiz.png" class="card-img-top bg-light" alt="Apache OFBiz">
     <div class="card-body">
-      <h5 class="card-title">Project 9</h5>
-      <p class="card-text">Short project description</p>
+      <h5 class="card-title">Apache OFBiz</h5>
+      <p class="card-text">Apache OFBiz is an open source enterprise resource planning system. It provides a suite of enterprise applications that integrate and automate many of the business processes of an enterprise.</p>
     </div>
-    <div class="card-footer bg-white text-right"><a href="#" target="_blank" class="btn btn-primary">Learn about Project 9</a></div>
+    <div class="card-footer bg-white text-right"><a href="https://ofbiz.apache.org/" target="_blank" class="btn btn-primary">Explore Apache OFBiz</a></div>
+  </div>
+  <div class="card project">
+    <img src="/stands/the_apache_software_foundation/ApacheCouchDB.png" class="card-img-top bg-light" alt="Apache CouchDB">
+    <div class="card-body">
+      <h5 class="card-title">Apache CouchDB</h5>
+      <p class="card-text">Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang. CouchDB uses multiple formats and protocols to store, transfer, and process its data, it uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API.</p>
+    </div>
+    <div class="card-footer bg-white text-right"><a href="https://couchdb.apache.org/" target="_blank" class="btn btn-primary">Explore Apache CouchDB</a></div>
+  </div>
+  <div class="card project">
+    <img src="/stands/the_apache_software_foundation/ApacheCamel.png" class="card-img-top bg-light" alt="Apache Camel">
+    <div class="card-body">
+      <h5 class="card-title">Apache Camel</h5>
+      <p class="card-text">Camel is an Open Source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. It is a versatile open-source integration framework based on known Enterprise Integration Patterns.</p>
+    </div>
+    <div class="card-footer bg-white text-right"><a href="https://camel.apache.org/" target="_blank" class="btn btn-primary">Explore Apache Camel</a></div>
+  </div>
+  <div class="card project">
+    <img src="/stands/the_apache_software_foundation/ApacheHadoop.png" class="card-img-top bg-light" alt="Apache Hadoop">
+    <div class="card-body">
+      <h5 class="card-title">Apache Hadoop</h5>
+      <p class="card-text">The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.</p>
+    </div>
+    <div class="card-footer bg-white text-right"><a href="https://ofbiz.apache.org/" target="_blank" class="btn btn-primary">Explore Apache Hadoop</a></div>
   </div>
 </div>