[dpdk-web] [PATCH 2/5] add LF introduction in home page

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Apr 3 23:24:21 CEST 2017


Makes clear that DPDK is a LF project with link to members.

Makes also stong emphasis of DPDK key points.

Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
---
 content.css |  9 +++++++++
 index.html  | 13 +++++++++----
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/content.css b/content.css
index 43be1e7..0f18168 100644
--- a/content.css
+++ b/content.css
@@ -32,6 +32,10 @@ section h4 {
 	font: bold 1.2em 'exo2', sans-serif;
 }
 
+section strong {
+	font-weight: bolder;
+}
+
 section p,
 section pre {
 	margin-top: 1em;
@@ -48,6 +52,11 @@ section pre {
 	margin-left: 3em;
 }}
 
+section#home p:first-child {
+	margin: 1em 15% 0 15%;
+	font-style: italic;
+}
+
 section#news ul {
 	list-style-type: none;
 	margin: 0;
diff --git a/index.html b/index.html
index 758a67e..dcfd9f2 100644
--- a/index.html
+++ b/index.html
@@ -37,13 +37,18 @@
 				</ul>
 			</nav>
 		</header>
-		<section>
+		<section id="home">
+			<p>DPDK is a Linux Foundation Project,
+			developed by hundreds of contributors,
+			supported by strong leading <a href="/about#members">members</a>,
+			and used in a growing <a href="/about/ecosystem">ecosystem</a>.</p>
 			<h2>What it is</h2>
-			<p>DPDK is a set of libraries and drivers for fast packet processing.
-			It was designed to run on any processors.
+			<p>DPDK is a set of libraries and drivers
+			for <strong>fast packet processing</strong>.
+			<p>It is designed to run on <strong>any processors</strong>.
 			The first supported CPU was Intel x86 and it is now extended to
 			IBM POWER and ARM.
-			It runs mostly in Linux userland.
+			<p>It runs mostly in Linux <strong>userland</strong>.
 			A FreeBSD port is available for a subset of DPDK features.</p>
 			<p>DPDK is an <a href="http://opensource.org/licenses/BSD-3-Clause">Open Source BSD licensed</a> project.
 			The most recent patches and enhancements, provided by the community,
-- 
2.7.0



More information about the web mailing list