From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 1780C5939 for ; Tue, 24 May 2016 00:28:11 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id n129so2246944wmn.1 for ; Mon, 23 May 2016 15:28:11 -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=jqa491PZRwoK76KmLTCfjoTLGWeShtTJmfaN0olLnlg=; b=w5D2TgBRVLw7lWHSlYX6t3PaUpjr+898ZrFWjqgjhu8Mn8sQx7dBI1d1omx6sq+Vqp Shzn21pqEsxvExc7Tz9jUywiUOyLxMKSJv0k3j0+tpU+go/h1+Rkci2X7ap8skhH/Stm BR9FPFrMEJ9pdcFX7lOF9ZT/bbLjDiGc/LGhpDt5Dyi2QKbK7q+lTFU/AWylcBTvQY8G 57NrdcO8vI9h98aSz+GLp0xb5QTldsRo1MfRkJN5eTpOcKrRAD/RFmvitklzmA8mhc2n KnjaypNXz092Gd15R8LkuTfCcb8SVU2iQuD5IEWQ4ZpQ/4oG7USRQmKfp+8PgchwHqfG I/tw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=jqa491PZRwoK76KmLTCfjoTLGWeShtTJmfaN0olLnlg=; b=J1svLcq+cPnX21OkFYoZrd75usLdPUo5Vu8L6hGP5NIIz/Yk7gHpGMB1ePQGHKP/+M w2KaD0/6yCaZPWd7OH2j234RExRx+i31g0aIDDzmtyZfbxIoU9dJbS9OsbNjBqOcM+Ao fPXWY+ULq7ARDc2suWZJ55uM4IvdDoutvY0ChyRF/l30am47SW46xBw0ogpvNddk3gCL QnhoNow56Ra0SIIR7qMEOIfVvO+Im4XFtDOvt0X+ssV28I8zzQZjMhlnBE76ssNijHFg KpEJINHSDyPzy25ngb6lfuktTO+5gNAb2A0Z32uDRIs+f50AI+vNQMoQUq48yhUWM7O9 S8qQ== X-Gm-Message-State: ALyK8tJIZTx8d4HAmhbrZVqduDkHKJWk0YsX3vfV3RG4KhcgahFmidXtwVRMBjvYKRAi6DR3 X-Received: by 10.194.84.74 with SMTP id w10mr952943wjy.118.1464042490841; Mon, 23 May 2016 15:28:10 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id jr8sm37501341wjb.15.2016.05.23.15.28.09 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 May 2016 15:28:10 -0700 (PDT) From: Thomas Monjalon To: web@dpdk.org Date: Tue, 24 May 2016 00:28:03 +0200 Message-Id: <1464042483-6954-3-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1464042483-6954-1-git-send-email-thomas.monjalon@6wind.com> References: <1464042483-6954-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-web] [PATCH 2/2] add releases page X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2016 22:28:11 -0000 Point to most important release tarballs via the fast CDN. Other lists are the release index and the git refs. Give also visibility to the roadmap aside the old releases. This new page is linked from the download page. The fast URL is also pointed in the download page. Signed-off-by: Thomas Monjalon --- content.css | 23 ++++++++++++++++ download.html | 6 ++--- rel.html | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 113 insertions(+), 3 deletions(-) create mode 100644 rel.html diff --git a/content.css b/content.css index bfc5e4f..9a76bb0 100644 --- a/content.css +++ b/content.css @@ -48,6 +48,11 @@ section pre { section span.pre { font: 1.2em monospace; } +section#rel pre { + margin: 0; + padding: 0; + border: none; +} section a { color: #ef4e22; @@ -65,6 +70,17 @@ section#ml th { text-align: right; } +section#rel th, +section#rel td{ + padding: 6px 40px; +} +section#rel td:nth-child(2) { + font-size: 85%; +} +section#rel tr:hover td { + background-color: #faf8ff; +} + section .button { display: inline-block; background-color: rgba(0, 35, 60, 0.07); @@ -84,3 +100,10 @@ section .button:hover { -o-transition: background-color .08s linear; transition: background-color .08s linear; } + +section hr { + margin: 2em 0 1em 0; + border: 0; + height: 1px; + background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); +} diff --git a/download.html b/download.html index 3bea45a..a9290f1 100644 --- a/download.html +++ b/download.html @@ -39,7 +39,7 @@

Download

- + archive
Latest Version: 16.04
+ --> view_list
- Other Versions & Git + Other Versions