Skip to content
Snippets Groups Projects
Commit aa519435 authored by David Loiret's avatar David Loiret Committed by Jean-Baptiste Kempf
Browse files

vdd18: add sponsor


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b20aa46f
No related branches found
No related tags found
No related merge requests found
www.videolan.org/images/events/vdd18/sponsors/google-logo.png

13.2 KiB

......@@ -68,7 +68,14 @@
$(function($){
countdownManager.init(new Date('2018-09-21'));
});
</script>
<div class="sponsor-box-2">
<h4>Sponsors</h4>
<a href="https://www.google.com" target="_blank">
<?php image( 'events/vdd18/sponsors/google-logo.png' , 'Google', 'sponsors-logo'); ?>
</a>
</div>
<header class="header-bg">
<div class="container">
<div class="row">
......@@ -423,6 +430,11 @@ $(function($){
<p class="big-p text-center">
We are looking for sponsors
</p>
<section class="text-center">
<a href="https://www.google.com" target="_blank">
<?php image( 'events/vdd18/sponsors/google-logo.png' , 'Google', 'sponsors-logo-2'); ?>
</a>
</section>
</div>
</section>
......
......@@ -487,7 +487,7 @@ p {
background: rgba(0,0,0,0.3) !important;
border: 1px solid white;
display: inline-block;
padding: 10px 20px;
padding: 8px 10px;
border-radius: 3px;
text-align: center;
}
......@@ -500,3 +500,28 @@ p {
#footer p {
text-align: center;
}
.sponsors-logo-2 {
width: auto;
height: 50px;
}
.sponsor-box-2 {
padding: 8px 10px;
background: rgba(0,0,0,0.3) !important;
color: white;
position: fixed;
z-index: 9999;
bottom: 0;
border-top-right-radius: 3px;
box-shadow: 0 0 6px rgba(25,25,34,.16);
}
@media (max-width: 768px) {
.header-bg {
margin-top: -130px;
}
.header-bg h1 {
font-size: 30px;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment