* [dpdk-web] [PATCH] add events sponsoring info
@ 2018-04-27 0:33 Thomas Monjalon
2018-04-27 22:50 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2018-04-27 0:33 UTC (permalink / raw)
To: web; +Cc: Trishan de Lanerolle
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">› 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-web] [PATCH] add events sponsoring info
2018-04-27 0:33 [dpdk-web] [PATCH] add events sponsoring info Thomas Monjalon
@ 2018-04-27 22:50 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-04-27 22:50 UTC (permalink / raw)
To: Trishan de Lanerolle; +Cc: web
27/04/2018 02:33, Thomas Monjalon:
> 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>
Applied: http://dpdk.org/events
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-27 22:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27 0:33 [dpdk-web] [PATCH] add events sponsoring info Thomas Monjalon
2018-04-27 22:50 ` Thomas Monjalon
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).