Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
vdd17: add 42 as a sponsor
· 0666739b
Ludovic Fauvet
authored
Sep 08, 2017
0666739b
vdd17: add limk to sponsors websites
· df3f9e2a
Ludovic Fauvet
authored
Sep 08, 2017
df3f9e2a
Hide whitespace changes
Inline
Side-by-side
www.videolan.org/images/events/vdd17/sponsors/42_logo.svg
0 → 100644
View file @
df3f9e2a
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version=
"1.1"
id=
"Calque_1"
sodipodi:docname=
"42_logo.svg"
inkscape:version=
"0.48.2 r9819"
xmlns:rdf=
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg=
"http://www.w3.org/2000/svg"
xmlns:sodipodi=
"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:dc=
"http://purl.org/dc/elements/1.1/"
xmlns:cc=
"http://creativecommons.org/ns#"
xmlns:inkscape=
"http://www.inkscape.org/namespaces/inkscape"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
x=
"0px"
y=
"0px"
viewBox=
"0 -200 960 960"
enable-background=
"new 0 -200 960 960"
xml:space=
"preserve"
>
<polygon
id=
"polygon5"
points=
"32,412.6 362.1,412.6 362.1,578 526.8,578 526.8,279.1 197.3,279.1 526.8,-51.1 362.1,-51.1
32,279.1 "
/>
<polygon
id=
"polygon7"
points=
"597.9,114.2 762.7,-51.1 597.9,-51.1 "
/>
<polygon
id=
"polygon9"
points=
"762.7,114.2 597.9,279.1 597.9,443.9 762.7,443.9 762.7,279.1 928,114.2 928,-51.1 762.7,-51.1 "
/>
<polygon
id=
"polygon11"
points=
"928,279.1 762.7,443.9 928,443.9 "
/>
</svg>
www.videolan.org/videolan/events/vdd17/index.php
View file @
df3f9e2a
...
...
@@ -25,7 +25,8 @@
<div
class=
"container"
>
<div
id=
"sponsors"
>
<h5>
Sponsors
</h5>
<?php
image
(
'events/vdd17/sponsors/youtube_logo.svg'
,
'Youtube'
,
'youtube-logo'
);
?>
<a
href=
"https://www.youtube.com"
>
<?php
image
(
'events/vdd17/sponsors/youtube_logo.svg'
,
'Youtube'
,
'sponsors-logo'
);
?>
</a>
<a
href=
"http://www.42.fr"
>
<?php
image
(
'events/vdd17/sponsors/42_logo.svg'
,
'42'
,
'sponsors-logo'
);
?>
</a>
</div>
</div>
</header>
...
...
www.videolan.org/videolan/events/vdd17/style.css
View file @
df3f9e2a
...
...
@@ -91,9 +91,11 @@ h2 {
border-radius
:
6px
;
}
.
youtube
-logo
{
.
sponsors
-logo
{
width
:
auto
;
height
:
38px
;
padding-left
:
5px
;
padding-right
:
5px
;
}
.header-bg
.container
{
...
...