DPDK website maintenance
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: web@dpdk.org
Cc: Trishan de Lanerolle <tdelanerolle@linuxfoundation.org>
Subject: [dpdk-web] [PATCH] add events sponsoring info
Date: Fri, 27 Apr 2018 02:33:54 +0200	[thread overview]
Message-ID: <20180427003354.24856-1-thomas@monjalon.net> (raw)

A box is added in the top right corner of the events page.

Suggested-by: Trishan de Lanerolle <tdelanerolle@linuxfoundation.org>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 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 @@
 			</nav>
 		</header>
 		<section id="events">
+			<div class="banner-right">
+				<a href="https://www2.thelinuxfoundation.org/sponsor-dpdk18"
+				>2018 sponsorship prospectus</a><br>
+				<a href="mailto:events@dpdk.org">Contact us for more information</a>
+			</div>
+
 			<h3 id="userspace2018">&rsaquo; DPDK <em>Userspace</em>, Dublin - September 5-6, 2018</h3>
 			<p>Unlike its name, the userspace summit intends to gather users and developers.
 			It is the main event, dedicated to community discussions, architects and maintainers.</p>
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

             reply	other threads:[~2018-04-27  0:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-27  0:33 Thomas Monjalon [this message]
2018-04-27 22:50 ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180427003354.24856-1-thomas@monjalon.net \
    --to=thomas@monjalon.net \
    --cc=tdelanerolle@linuxfoundation.org \
    --cc=web@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).