You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by ad...@apache.org on 2021/02/03 13:36:38 UTC

[comdev-fosdem-content] branch main updated: Added projects information

This is an automated email from the ASF dual-hosted git repository.

adityasharma pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-fosdem-content.git


The following commit(s) were added to refs/heads/main by this push:
     new 367d7e0  Added projects information
367d7e0 is described below

commit 367d7e0a0825baafb3d0fa7f07b565e735520b38
Author: Aditya Sharma <ad...@apache.org>
AuthorDate: Wed Feb 3 19:06:21 2021 +0530

    Added projects information
---
 our-projects.html | 96 ++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 60 insertions(+), 36 deletions(-)

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 @@ title: Our Projects
 <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>