From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 767857DEC for ; Fri, 27 Apr 2018 02:34:07 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 186BA218D6; Thu, 26 Apr 2018 20:34:07 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 26 Apr 2018 20:34:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc; s=mesmtp; bh=6U2LkycvRoQpst9YsRVD+vtuXwRv081+3mX3XY TVsyI=; b=YZX9ybYrkNM3E7VkL5YvZJtH55dX1w6/8iYkVjf5cLUzA95d3S/Qzi ORUCbC3LRI8RcuZX4mdPfE3+qp9e1Eey6zVsrm1X/wrEh9I0ynoYXV9HYetXeFrd WAOMqJKdVfI/poESoSV5EC6GuOuBPFMXu9+bKDvIwnxidflw4Dlcw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=6U2LkycvRoQpst9Ys RVD+vtuXwRv081+3mX3XYTVsyI=; b=Wv5IldetAms3NcofrqpUSpZLRBmbJEGiV YcWh9K4Mh/Q+LzyrMSLnf453fkDuYg+hWydJu0/LaIveUaKrmXVOVwWruZgYTSA/ UALXwq5g/S6JFMwpNfGLyWM8Lu6VgyTEMmI7nTSrRB47q2FCBaFcLSiuE6Bdku+3 nErbcR9O2+fS/YKwK+bwvprvAUDQcPjj+dm3SR6Vboz/dLtdSqjUZKfcl+P7i8Ei T8ugWBe+Ek6+gzf1IfseLQDzQLCOi8e84219AN4zcpI6ensEKgf367ZUcK3BHbut ZnP4D6+Rrz+IS2bHBDxjApE9k4/6hq9g9AqMVsZnH4DgmxIQC8gTA== X-ME-Sender: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7E173E4122; Thu, 26 Apr 2018 20:34:06 -0400 (EDT) From: Thomas Monjalon To: web@dpdk.org Cc: Trishan de Lanerolle Date: Fri, 27 Apr 2018 02:33:54 +0200 Message-Id: <20180427003354.24856-1-thomas@monjalon.net> X-Mailer: git-send-email 2.16.2 Subject: [dpdk-web] [PATCH] add events sponsoring info 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: Fri, 27 Apr 2018 00:34:07 -0000 A box is added in the top right corner of the events page. Suggested-by: Trishan de Lanerolle Signed-off-by: Thomas Monjalon --- events.html | 6 ++++++ layout.css | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/events.html b/events.html index 435e71d..f260986 100644 --- a/events.html +++ b/events.html @@ -39,6 +39,12 @@
+ +

› DPDK Userspace, Dublin - September 5-6, 2018

Unlike its name, the userspace summit intends to gather users and developers. It is the main event, dedicated to community discussions, architects and maintainers.

diff --git a/layout.css b/layout.css index 7a1f619..4371e37 100644 --- a/layout.css +++ b/layout.css @@ -92,6 +92,18 @@ section { padding: 1.5em; } +section .banner-right { + float: right; + text-align: right; + margin: 0 -1.5em 2em 0; + padding: 0.7em 1.5em 0.7em 2em; + border-radius: 2em 0 0 2em / 50% 0 0 50%; + background: #00233b; +} +section .banner-right + * { + clear: both; +} + footer { background: url("/logos/lfp.png") no-repeat center bottom / 331px; height: 50px; -- 2.16.2