From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas.monjalon@6wind.com> Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 36D59326E for <web@dpdk.org>; Wed, 26 Oct 2016 11:48:19 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id b80so214402538wme.1 for <web@dpdk.org>; Wed, 26 Oct 2016 02:48:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=2kcw+7RPTXToO75qWeqiJCkDmmyseSe/os/tL9kwkYE=; b=il1UFP+ybJbKMJbkQQl/ZrggFB99XWfQojsfd6H69Y97ZqP3SfGEV9X42/s5mJNapV lMlI8hUU+2XHo5+mgKNFZydfZ3dGUb5SOAz/Vc22i7/rTTMMK4+v2kzSz4NR4MchlsG2 QwvfwCnY/Ytaaf6Gp3QihprVkBB1P6vwMosmHqDZAnIXuw87bhFU0DPQqzx5ADdP2/Xe nRkebADkZAK+z4a7tK5bHK5Fke8UQ+mTzkCf7Dx/sEtVbCwXCmTuNQfsqhmMIN7eLxJE LAAJZLPzyCn/qz8QxKvTyt9yvXVdlUujiACX4bYUUqmIiXT0cH3QCkkLRcVZaZfWscgB 8xVQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=2kcw+7RPTXToO75qWeqiJCkDmmyseSe/os/tL9kwkYE=; b=V0QLiCFDcib3VZ1vDaB/L+6FysmxLrkJK2PvDDJ3oPlj1nnZt5rR7pmRygNOUlVAyX edRTbZGTQm5L9MLtyma7BUoZyCzWLUca8GvH7wyWQ/1uQ5SbTqv1/tcoJ/3UpPWGo7gx 54xGF+NyrCBw2tZw1UiORSFgAS433TdrWBKpKAh9ZlNXnTFz0wCY+sOLr27Oz4nfBrbk jBsLe0GUJ6FTefJ2gEYuq88DBOdm90PsKv8mBglTy8Aa4yB5fHCHNChLshe4Qro6dTqD y3k9EukFp5PQ59KxI11WQsFnZwgkioic/mXIqf6sdkvyy+vA8SwY4D24OzzO9Vbq/C4x GLng== X-Gm-Message-State: ABUngvdTfOO3WYNIRL1lnqiHWW3pDCRvbJO7rRH22sil98K5XAb5RK9jAG3oXGsbRcAPe7Af X-Received: by 10.194.236.72 with SMTP id us8mr1356644wjc.211.1477475296572; Wed, 26 Oct 2016 02:48:16 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id pe5sm1630077wjb.15.2016.10.26.02.48.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 26 Oct 2016 02:48:15 -0700 (PDT) From: Thomas Monjalon <thomas.monjalon@6wind.com> To: Yuanhan Liu <yuanhan.liu@linux.intel.com> Date: Wed, 26 Oct 2016 11:48:00 +0200 Message-Id: <1477475280-18693-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1477469498-19637-1-git-send-email-yuanhan.liu@linux.intel.com> References: <1477469498-19637-1-git-send-email-yuanhan.liu@linux.intel.com> Cc: web@dpdk.org Subject: [dpdk-web] [PATCH v2] release 16.07.1 X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: website maintenance <web.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/web>, <mailto:web-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/web/> List-Post: <mailto:web@dpdk.org> List-Help: <mailto:web-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/web>, <mailto:web-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 26 Oct 2016 09:48:19 -0000 From: Yuanhan Liu <yuanhan.liu@linux.intel.com> Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com> --- v2: - buttons on one row - md5 of tarball --- content.css | 4 ++-- download.html | 10 +++++++--- rel.html | 6 +++--- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/content.css b/content.css index 4bd7240..4b469bd 100644 --- a/content.css +++ b/content.css @@ -105,11 +105,11 @@ section .button:hover { } section#download .button, section#rel .button { - width: 26%; + width: 18%; } section#download .button + .button, section#rel .button + .button { - margin-left: 11%; + margin-left: 9.3%; } section#events .button { padding: 1em 3em; diff --git a/download.html b/download.html index 919c41e..dc5c802 100644 --- a/download.html +++ b/download.html @@ -41,15 +41,19 @@ <h2>Download</h2> <a href="http://fast.dpdk.org/rel/dpdk-16.07.tar.xz" class="button"> <i class="material-icons">archive</i> - Latest Version: 16.07 + Latest Major<br>16.07 + </a><!-- no whitespace + --><a href="http://fast.dpdk.org/rel/dpdk-16.07.1.tar.xz" class="button"> + <i class="material-icons">archive</i> + Latest Stable<br>16.07.1 </a><!-- no whitespace --><a href="/rel" class="button"> <i class="material-icons">view_list</i> - Other Versions + <br>Other Versions </a><!-- no whitespace --><a href="/doc/quick-start" class="button"> <i class="material-icons">access_time</i> - Quick Start Instructions + <br>Quick Start </a> <ul> <h3>Applications</h3> diff --git a/rel.html b/rel.html index b95403a..ffdc513 100644 --- a/rel.html +++ b/rel.html @@ -59,9 +59,9 @@ <th>md5</th> </tr> <tr> - <td><a href="http://fast.dpdk.org/rel/dpdk-16.07.tar.xz">DPDK 16.07</a></td> - <td><a href="/doc/guides/rel_notes/release_16_07.html">2016 July 28</a></td> - <td><pre>690a2bb570103e58d12f9806e8bf21be</pre></td> + <td><a href="http://fast.dpdk.org/rel/dpdk-16.07.1.tar.xz">DPDK 16.07.1</a></td> + <td><a href="/doc/guides/rel_notes/release_16_07.html">2016 October 26</a></td> + <td><pre>28b3831cebfa94ca533418c17de25986</pre></td> </tr> <tr> <td><a href="http://fast.dpdk.org/rel/dpdk-16.04.tar.xz">DPDK 16.04</a></td> -- 2.7.0