From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f177.google.com (mail-wr0-f177.google.com [209.85.128.177]) by dpdk.org (Postfix) with ESMTP id 30F553195 for ; Mon, 3 Apr 2017 23:24:32 +0200 (CEST) Received: by mail-wr0-f177.google.com with SMTP id k6so182778724wre.2 for ; Mon, 03 Apr 2017 14:24:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=xuqkonALATHXqTQ21VmMXyOywCNkok4xjDwEIUuihjE=; b=XFXDPMNIenfRrMsL7G4UJXFXF86lGqa21beei9tzdNAWSSt2MuUQWpKubkod3lJUim Du7lHjQjjzpgU9/Ku6JQzCnhymCueyH9i9jajqyC9xf9i0T1pzY7NzkZ1mXmUbifOpFm qMxU1nHglFvo8Wji+VZMO7RJQZakJ/U+i5JioK8dWiswFmkb10SxNrNlrDO6oWgx68Ws BNDkYSUFU24x3/gB97Hj1qLOU00VaJt1o2l04t9rpgBRAKpou/BD7fNZnqjjteXScA3T piHq9yBOizWg5e6KkDOmQ0QuwrBm14DIBXMpX2OQ7mSgPncyDLzhx5Nr6xpS2tqxxz2c 4kqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=xuqkonALATHXqTQ21VmMXyOywCNkok4xjDwEIUuihjE=; b=LJ5Z69Tlyaef3ZsPWvbiA10U+T9PRm+r7aPnQ40Ef0A4L0naOrYHUJdzCHETTiZEKU 3RCQYem3ZUUKmpXp+n2XO9+YeM5tNIhi0WxFDGEd6zwqVPsiRWeyimt+9xbqQK1wosWY w7H+TBVtDgk/mgY/3pmORmHECzuBOq/BNcgojmU2IEmrQgAisuO3dog+JXS9h8cV9hET I85uvVuw7b7ELj7PRM8mzJ1742muSV6ujey+5hY9dHOhhmdX5cTgr/p5cEyJQWhu2+O9 SdKPga3mteUG6ph8yf9ONZ5qENrNSyM/6YSSYz2LcrkbZW4pc1HNyQKmmlSrd7s1hY/P P+wg== X-Gm-Message-State: AFeK/H3dUU5AXFQf5aipjAimXmu2FY/iFEdXeEU+vir3AXIjzROd1wut BlNbNpDE91IBBXCwSxY= X-Received: by 10.28.74.18 with SMTP id x18mr5893630wma.64.1491254671761; Mon, 03 Apr 2017 14:24:31 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 43sm3297192wry.64.2017.04.03.14.24.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 03 Apr 2017 14:24:31 -0700 (PDT) From: Thomas Monjalon To: web@dpdk.org Date: Mon, 3 Apr 2017 23:24:21 +0200 Message-Id: <1491254664-20933-3-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1491254664-20933-1-git-send-email-thomas.monjalon@6wind.com> References: <1491254664-20933-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-web] [PATCH 2/5] add LF introduction in home page X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2017 21:24:32 -0000 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 --- 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 @@ -
+
+

DPDK is a Linux Foundation Project, + developed by hundreds of contributors, + supported by strong leading members, + and used in a growing ecosystem.

What it is

-

DPDK is a set of libraries and drivers for fast packet processing. - It was designed to run on any processors. +

DPDK is a set of libraries and drivers + for fast packet processing. +

It is designed to run on any processors. The first supported CPU was Intel x86 and it is now extended to IBM POWER and ARM. - It runs mostly in Linux userland. +

It runs mostly in Linux userland. A FreeBSD port is available for a subset of DPDK features.

DPDK is an Open Source BSD licensed project. The most recent patches and enhancements, provided by the community, -- 2.7.0