[www-doc] [Git][VideoLAN.org/websites][master] vdd18: add sponsor
Jean-Baptiste Kempf
gitlab at videolan.org
Tue Aug 28 17:21:48 CEST 2018
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
aa519435 by David Loiret at 2018-08-28T17:21:40+02:00
vdd18: add sponsor
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
- - - - -
3 changed files:
- + www.videolan.org/images/events/vdd18/sponsors/google-logo.png
- www.videolan.org/videolan/events/vdd18/index.php
- www.videolan.org/videolan/events/vdd18/style.css
Changes:
=====================================
www.videolan.org/images/events/vdd18/sponsors/google-logo.png
=====================================
Binary files /dev/null and b/www.videolan.org/images/events/vdd18/sponsors/google-logo.png differ
=====================================
www.videolan.org/videolan/events/vdd18/index.php
=====================================
--- a/www.videolan.org/videolan/events/vdd18/index.php
+++ b/www.videolan.org/videolan/events/vdd18/index.php
@@ -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>
=====================================
www.videolan.org/videolan/events/vdd18/style.css
=====================================
--- a/www.videolan.org/videolan/events/vdd18/style.css
+++ b/www.videolan.org/videolan/events/vdd18/style.css
@@ -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);
+}
+
+ at media (max-width: 768px) {
+ .header-bg {
+ margin-top: -130px;
+ }
+ .header-bg h1 {
+ font-size: 30px;
+ }
+}
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/aa519435a51390a1e022bcc21f0b01a2043e7be6
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/aa519435a51390a1e022bcc21f0b01a2043e7be6
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list