Globally update of the style and content.
146
css/style.css
|
@ -2,45 +2,26 @@
|
|||
/* FONTS
|
||||
/*--------------------------------------------------------*/
|
||||
|
||||
/* roboto-300 - latin */
|
||||
/* palanquin-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light'), local('Roboto-Light'),
|
||||
url('../fonts/roboto-v18-latin-300.woff2') format('woff2'),
|
||||
url('../fonts/roboto-v18-latin-300.woff') format('woff');
|
||||
}
|
||||
|
||||
/* roboto-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-family: 'Palanquin';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'),
|
||||
url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'),
|
||||
url('../fonts/roboto-v18-latin-regular.woff') format('woff');
|
||||
}
|
||||
|
||||
/* roboto-italic - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Italic'), local('Roboto-Italic'),
|
||||
url('../fonts/roboto-v18-latin-italic.woff2') format('woff2'),
|
||||
url('../fonts/roboto-v18-latin-italic.woff') format('woff');
|
||||
}
|
||||
|
||||
/* roboto-700 - latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: local('Palanquin Regular'), local('Palanquin-Regular'),
|
||||
url('../fonts/palanquin-v4-latin-regular.woff2') format('woff2'),
|
||||
url('../fonts/palanquin-v4-latin-regular.woff') format('woff');
|
||||
}
|
||||
|
||||
/* palanquin-600 - latin */
|
||||
@font-face {
|
||||
font-family: 'Palanquin';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold'), local('Roboto-Bold'),
|
||||
url('../fonts/roboto-v18-latin-700.woff2') format('woff2'),
|
||||
url('../fonts/roboto-v18-latin-700.woff') format('woff');
|
||||
}
|
||||
font-weight: 600;
|
||||
src: local('Palanquin SemiBold'), local('Palanquin-SemiBold'),
|
||||
url('../fonts/palanquin-v4-latin-600.woff2') format('woff2'),
|
||||
url('../fonts/palanquin-v4-latin-600.woff') format('woff');
|
||||
}
|
||||
|
||||
|
||||
/* oleo-script-regular - latin */
|
||||
@font-face {
|
||||
|
@ -51,17 +32,6 @@
|
|||
url('../fonts/oleo-script-v7-latin-regular.woff2') format('woff2'),
|
||||
url('../fonts/oleo-script-v7-latin-regular.woff') format('woff');
|
||||
}
|
||||
|
||||
/* oleo-script-700 - latin */
|
||||
@font-face {
|
||||
font-family: 'Oleo Script';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Oleo Script Bold'), local('OleoScript-Bold'),
|
||||
url('../fonts/oleo-script-v7-latin-700.woff2') format('woff2'),
|
||||
url('../fonts/oleo-script-v7-latin-700.woff') format('woff');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -78,9 +48,8 @@
|
|||
}
|
||||
|
||||
html, body {
|
||||
font-family: "Roboto", serif;
|
||||
font-weight: 300;
|
||||
line-height: 180%;
|
||||
font-family: "Palanquin", sans-serif;
|
||||
font-weight: 400;
|
||||
color: #000000;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
@ -207,41 +176,56 @@ section {
|
|||
padding: 0 60px;
|
||||
|
||||
text-align: justify;
|
||||
line-height: 180%;
|
||||
}
|
||||
|
||||
section h2 {
|
||||
margin: 0 0 25px 0;
|
||||
padding: 15px 0;
|
||||
padding: 20px 0;
|
||||
|
||||
/*
|
||||
background-image: url("../img/header/background.jpg");
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent !important;
|
||||
*/
|
||||
|
||||
border-bottom-width: 5px;
|
||||
border-bottom-style: solid;
|
||||
|
||||
color: #FFFFFF;
|
||||
font-family: "Oleo script", "Roboto", sans-serif;
|
||||
font-family: "Oleo script", sans-serif;
|
||||
font-size: 4rem;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
word-wrap: break-word;
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
/*section.red { color: #803339; }*/
|
||||
section.red h2 { color: #FF6673; }
|
||||
section.red h2 { color: #EA6C61; border-bottom-color: #f7cbc0; }
|
||||
|
||||
/* section.orange { color: #805333; } */
|
||||
section.orange h2 { color: #FFA666; }
|
||||
section.orange h2 { color: #ebaa5b; border-bottom-color: #f8dfc2; }
|
||||
|
||||
/* section.green { color: #5A8039; } */
|
||||
section.green h2 { color: #A2E667; }
|
||||
section.green h2 { color: #5fb574; border-bottom-color: #cae2cb; }
|
||||
|
||||
/* section.blue { color: #396680; } */
|
||||
section.blue h2 { color: #73CCFF; }
|
||||
section.blue h2 { color: #2896ce; border-bottom-color: #bcd4ec; }
|
||||
|
||||
/* section.purple { color: #80396E; } */
|
||||
section.purple h2 { color: #FF73DC; },
|
||||
section.purple h2 { color: #e4678c; border-bottom-color: #f3cad2; }
|
||||
|
||||
section p {
|
||||
padding: 0 0 20px 0;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
section strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
section p.stand-out {
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
|
@ -260,6 +244,10 @@ section p.stand-out {
|
|||
}
|
||||
|
||||
section h2 {
|
||||
padding: 15px 0;
|
||||
|
||||
border-bottom-width: 4px;
|
||||
|
||||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
|
@ -267,11 +255,15 @@ section p.stand-out {
|
|||
@media only screen and (max-width: 480px) {
|
||||
section {
|
||||
padding: 0 30px;
|
||||
|
||||
line-height: 150%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 360px) {
|
||||
section h2 {
|
||||
padding: 5px 0;
|
||||
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
}
|
||||
|
@ -288,13 +280,13 @@ section p.stand-out {
|
|||
margin: 20px auto 0 auto;
|
||||
padding: 15px 20px;
|
||||
|
||||
background-color: rgba(255, 102, 115, 0.1);
|
||||
background-color: #fce8e2;
|
||||
|
||||
border: 2px solid #FF6673;
|
||||
border: 2px solid #EA6C61;
|
||||
|
||||
color: #FF6673;
|
||||
color: #EA6C61;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 400;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
|
||||
|
@ -302,7 +294,7 @@ section p.stand-out {
|
|||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: rgba(255, 102, 115, 0.2);
|
||||
background-color: #fadad0 ;
|
||||
}
|
||||
|
||||
.button img {
|
||||
|
@ -376,7 +368,7 @@ section p.stand-out {
|
|||
margin: 0 0 0 -100px;
|
||||
|
||||
font-size: 1.5rem;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
|
||||
line-height: 48px;
|
||||
vertical-align: middle;
|
||||
|
@ -535,23 +527,19 @@ section p.stand-out {
|
|||
margin: 20px;
|
||||
}
|
||||
|
||||
#sponsors img.sponsor-disc {
|
||||
height: 155px;
|
||||
}
|
||||
|
||||
|
||||
/*--------------------------------------------------------*/
|
||||
|
||||
@media only screen and (max-width: 880px) {
|
||||
#sponsors img {
|
||||
display: block;
|
||||
|
||||
margin: 10px auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
#sponsors img {
|
||||
height: 40px;
|
||||
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#sponsors img.sponsor-disc {
|
||||
height: 60px;
|
||||
height: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -580,10 +568,16 @@ section p.stand-out {
|
|||
|
||||
/*--------------------------------------------------------*/
|
||||
|
||||
@media only screen and (max-width: 880px) {
|
||||
#contact-email {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
#contact-email {
|
||||
font-size: 0.9rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
#contact-email img {
|
||||
|
|
BIN
fonts/palanquin-v4-latin-600.woff
Normal file
BIN
fonts/palanquin-v4-latin-600.woff2
Normal file
BIN
fonts/palanquin-v4-latin-regular.woff
Normal file
BIN
fonts/palanquin-v4-latin-regular.woff2
Normal file
Before Width: | Height: | Size: 660 KiB After Width: | Height: | Size: 436 KiB |
|
@ -1,10 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
|
||||
<svg version="1.1" baseProfile="tiny" id="Calque_1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px"
|
||||
viewBox="0 0 24 24" xml:space="preserve">
|
||||
<path fill="#FFFBEA" d="M20,4H4C2.9,4,2.01,4.9,2.01,6L2,18c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V6C22,4.9,21.1,4,20,4z M20,8l-8,5
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<path fill="#2796CE" d="M20,4H4C2.9,4,2.01,4.9,2.01,6L2,18c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V6C22,4.9,21.1,4,20,4z M20,8l-8,5
|
||||
L4,8V6l8,5l8-5V8z"/>
|
||||
<path fill="none" d="M0,0h24v24H0V0z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 661 B |
|
@ -1,23 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
|
||||
<svg version="1.1" baseProfile="tiny" id="Calque_1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px"
|
||||
viewBox="0 0 24 24" xml:space="preserve">
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<path display="none" fill="none" d="M0,0h24v24H0V0z"/>
|
||||
<path display="none" fill="#FFDFA6" d="M20,12c0-1.1,0.9-2,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2.01,4.9,2.01,6v4C3.11,10,4,10.9,4,12
|
||||
c0,1.1-0.89,2-2,2v4c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2v-4C20.9,14,20,13.1,20,12z M15.58,16.8L12,14.5l-3.58,2.3l1.08-4.12
|
||||
L6.21,9.99l4.24-0.25L12,5.8l1.54,3.95L17.779,10l-3.289,2.689L15.58,16.8z"/>
|
||||
<path fill-rule="evenodd" fill="#FFDFA6" d="M2.779,2.792c6.147,0,12.294,0,18.441,0c-0.013,0.176-0.032,0.351-0.032,0.527
|
||||
c0,5.804-0.003,11.606,0.009,17.41c0,0.381-0.103,0.485-0.481,0.479c-1.555-0.022-3.112-0.007-4.669-0.01
|
||||
c-0.144,0-0.287-0.016-0.448-0.022c-0.01-0.166-0.018-0.284-0.018-0.408c-0.004-2.06,0.005-4.122-0.013-6.185
|
||||
c-0.004-0.374,0.122-0.466,0.472-0.453c0.623,0.025,1.25,0.006,1.905,0.006c0.127-1.009,0.252-1.973,0.386-3.004
|
||||
c-0.956,0-1.832,0-2.75,0c0-0.699-0.01-1.334,0.001-1.976c0.007-0.575,0.374-0.929,0.956-0.936c0.494-0.003,0.983-0.006,1.478,0.003
|
||||
c0.252,0.007,0.368-0.063,0.362-0.345c-0.015-0.68-0.015-1.363,0-2.046c0.006-0.265-0.085-0.364-0.352-0.361
|
||||
c-0.763,0.016-1.531-0.025-2.294,0.016c-1.901,0.099-3.063,1.539-3.145,2.924c-0.047,0.789-0.047,1.581-0.053,2.369
|
||||
c0,0.259-0.075,0.367-0.352,0.357c-0.561-0.019-1.121,0.003-1.678-0.009c-0.252-0.003-0.378,0.067-0.374,0.348
|
||||
c0.013,0.778,0.009,1.555,0,2.334c-0.001,0.249,0.089,0.338,0.335,0.332c0.533-0.013,1.065,0.016,1.598-0.013
|
||||
c0.35-0.017,0.479,0.083,0.476,0.456c-0.018,2.05-0.018,4.097,0,6.146c0,0.377-0.116,0.476-0.49,0.476
|
||||
c-2.91-0.013-5.816-0.02-8.726,0C2.912,21.211,2.8,21.105,2.803,20.69C2.817,14.899,2.811,9.11,2.811,3.319
|
||||
C2.811,3.143,2.792,2.968,2.779,2.792z"/>
|
||||
<path fill="#EA6B61" d="M2.779,2.792c6.147,0,12.294,0,18.442,0c-0.014,0.176-0.033,0.351-0.033,0.527
|
||||
c0,5.804-0.002,11.606,0.01,17.41c0,0.381-0.104,0.485-0.481,0.479c-1.555-0.022-3.112-0.007-4.669-0.01
|
||||
c-0.145,0-0.287-0.017-0.447-0.022c-0.011-0.166-0.019-0.283-0.019-0.408c-0.004-2.06,0.005-4.121-0.013-6.185
|
||||
c-0.004-0.374,0.121-0.466,0.472-0.453c0.623,0.025,1.25,0.006,1.905,0.006c0.127-1.009,0.252-1.973,0.386-3.004
|
||||
c-0.956,0-1.832,0-2.75,0c0-0.699-0.011-1.334,0.001-1.976c0.007-0.575,0.374-0.929,0.956-0.936
|
||||
c0.494-0.003,0.983-0.006,1.478,0.003c0.252,0.007,0.368-0.063,0.362-0.345c-0.015-0.68-0.015-1.363,0-2.046
|
||||
c0.006-0.265-0.085-0.364-0.353-0.361c-0.762,0.016-1.53-0.025-2.293,0.016c-1.901,0.099-3.063,1.539-3.146,2.924
|
||||
C12.54,9.2,12.54,9.992,12.534,10.78c0,0.259-0.075,0.367-0.352,0.357c-0.561-0.019-1.121,0.003-1.678-0.009
|
||||
c-0.252-0.003-0.378,0.067-0.374,0.348c0.013,0.778,0.009,1.555,0,2.334c-0.001,0.248,0.089,0.338,0.335,0.332
|
||||
c0.533-0.014,1.065,0.016,1.598-0.014c0.35-0.018,0.479,0.083,0.476,0.456c-0.018,2.05-0.018,4.097,0,6.146
|
||||
c0,0.377-0.116,0.477-0.49,0.477c-2.91-0.014-5.816-0.02-8.726,0c-0.411,0.004-0.523-0.102-0.52-0.518
|
||||
C2.817,14.898,2.811,9.11,2.811,3.319C2.811,3.143,2.792,2.968,2.779,2.792z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
|
@ -1,10 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
|
||||
<svg version="1.1" baseProfile="basic" id="Calque_1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px"
|
||||
viewBox="0 0 24 24" xml:space="preserve">
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
||||
<path fill="none" d="M0,0h24v24H0V0z"/>
|
||||
<path fill="#FFFBEA" d="M12,2C8.13,2,5,5.13,5,9c0,5.25,7,13,7,13s7-7.75,7-13C19,5.13,15.87,2,12,2z M12,11.5
|
||||
<path fill="#5EB474" d="M12,2C8.13,2,5,5.13,5,9c0,5.25,7,13,7,13s7-7.75,7-13C19,5.13,15.87,2,12,2z M12,11.5
|
||||
c-1.38,0-2.5-1.12-2.5-2.5s1.12-2.5,2.5-2.5s2.5,1.12,2.5,2.5S13.38,11.5,12,11.5z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 704 B After Width: | Height: | Size: 704 B |
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
|
||||
<svg version="1.1" baseProfile="tiny" id="Calque_1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px"
|
||||
viewBox="0 0 24 24" xml:space="preserve">
|
||||
<path fill="none" d="M0,0h24v24H0V0z"/>
|
||||
<path fill="#FFDFA6" d="M20,12c0-1.1,0.9-2,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2.01,4.9,2.01,6v4C3.11,10,4,10.9,4,12c0,1.1-0.89,2-2,2
|
||||
v4c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2v-4C20.9,14,20,13.1,20,12z M15.58,16.8L12,14.5l-3.58,2.3l1.08-4.12L6.21,9.99l4.24-0.25
|
||||
L12,5.8l1.54,3.95L17.779,10l-3.289,2.689L15.58,16.8z"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 819 B |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 8.9 KiB |
BIN
img/sponsors/bda.png
Normal file
After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 18 KiB |
BIN
img/sponsors/ens-psl.png
Normal file
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 156 KiB |
BIN
img/sponsors/pls.png
Normal file
After Width: | Height: | Size: 14 KiB |
|
@ -1,140 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
width="279.25647"
|
||||
height="55.980793"
|
||||
viewBox="-0.294 -0.317 279.25647 55.980793"
|
||||
enable-background="new -0.294 -0.317 146 29"
|
||||
xml:space="preserve"
|
||||
id="svg2"
|
||||
inkscape:version="0.48.1 "
|
||||
sodipodi:docname="AJAX.svg"><metadata
|
||||
id="metadata44"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="1004"
|
||||
id="namedview42"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="2.5017672"
|
||||
inkscape:cx="194.47602"
|
||||
inkscape:cy="-36.36577"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" />
|
||||
<defs
|
||||
id="defs4">
|
||||
</defs>
|
||||
<path
|
||||
d="M 90.665874,5.9452181 C 87.731747,4.6694713 84.591479,3.8380636 81.796063,3.8380636 c -4.086201,0 -6.126412,0.8965775 -6.126412,2.5139715 0,4.6270509 18.223185,0.9104013 18.223185,10.7846029 0,4.087919 -3.743276,7.243713 -11.243314,7.243713 -4.448391,0 -7.925804,-0.941998 -11.917604,-3.155794 l 1.647195,-3.683077 c 3.500532,1.992614 6.767951,2.877342 10.297381,2.877342 4.446465,0 6.831527,-1.315244 6.831527,-3.282184 0,-5.061516 -18.230891,-1.283647 -18.230891,-10.535773 0,-3.9911519 3.714378,-6.73617974 10.430312,-6.73617974 4.018772,0 7.397931,0.90447679 10.628746,2.56136764 l -1.670314,3.5191652"
|
||||
id="path6"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
d="m 110.98128,24.502791 c -7.27848,0 -13.314343,-4.970672 -13.314343,-12.396071 0,-7.3404815 6.035863,-12.40594647 13.314343,-12.40594647 7.32087,0 13.26041,5.06546497 13.26041,12.40594647 0,7.427374 -5.93954,12.396071 -13.26041,12.396071 m 0,-20.8009913 c -5.29992,0 -8.92183,3.6791272 -8.92183,8.4049203 0,4.836383 3.46393,8.434542 8.92183,8.434542 5.42515,0 8.87174,-3.631731 8.87174,-8.434542 0,-4.7257931 -3.44659,-8.4049203 -8.87174,-8.4049203"
|
||||
id="path8"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
d="m 141.6326,24.475144 c -7.6503,0 -13.41067,-4.962774 -13.41067,-12.398047 0,-7.3088837 5.85091,-12.37632347 13.41067,-12.37632347 4.50812,0 7.73893,1.31326877 10.63453,3.49941677 l -2.25406,3.4362218 c -2.10764,-1.6588657 -4.74508,-2.8694427 -8.25717,-2.8694427 -5.5812,0 -9.04898,3.6139575 -9.04898,8.3081526 0,4.834409 3.50054,8.3437 9.10485,8.3437 3.50439,0 6.28439,-1.159231 8.37855,-2.820072 l 2.26369,3.440172 c -2.90331,2.188123 -6.31329,3.436222 -10.82141,3.436222"
|
||||
id="path10"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
style="fill:#000000"
|
||||
d="m 157.07193,0.41961535 4.24803,0 0,23.42752865 -4.24803,0 z"
|
||||
id="rect12"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#000000"
|
||||
d="m 167.58894,23.847144 0,-23.42752865 20.81053,0 0,3.87463635 -16.56828,0 0,5.6914893 12.87702,0 0,3.864763 -12.87702,0 0,6.123979 17.29844,0 0,3.872661 -21.54069,0"
|
||||
id="polyline14"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#000000"
|
||||
d="m 204.94271,4.2685788 0,19.5785652 -4.22876,0 0,-19.5785652 -9.3187,0 0,-3.84896345 22.85845,0 0,3.84896345 -9.31099,0"
|
||||
id="polyline16"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#000000"
|
||||
d="m 217.66176,23.847144 0,-23.42752865 20.81053,0 0,3.87463635 -16.56828,0 0,5.6914893 12.88666,0 0,3.864763 -12.88666,0 0,6.123979 17.29844,0 0,3.872661 -21.54069,0"
|
||||
id="polyline18"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 83.799669,51.571925 c 2.323413,0 4.720034,-0.535181 6.52328,-1.413985 v -6.809249 h 4.118952 v 9.094139 c -2.899449,1.998538 -6.88547,3.217014 -10.823327,3.217014 -7.638749,0 -13.401044,-4.960798 -13.401044,-12.400021 0,-7.308883 5.84899,-12.364474 13.401044,-12.364474 4.423346,0 7.742783,1.279696 10.642232,3.465844 l -2.25213,3.438197 c -2.11342,-1.656891 -4.762419,-2.788474 -8.272583,-2.788474 -5.57542,-0.118491 -9.039347,3.570511 -9.039347,8.248907 0,4.848233 3.504385,8.312102 9.102923,8.312102"
|
||||
id="path20"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
style="fill:#000000"
|
||||
d="m 100.0231,55.031845 0,-23.419629 20.81438,0 0,3.868712 -16.58562,0 0,5.689514 12.89436,0 0,3.868712 -12.89436,0 0,6.123979 17.31193,0 0,3.868712 -21.54069,0"
|
||||
id="polyline22"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 129.8749,55.031845 h -4.14592 V 31.612216 h 4.32509 l 14.90182,17.651121 0.10211,-0.0316 c -0.25045,-4.437466 -0.2832,-8.0297 -0.2832,-11.503444 v -6.11608 h 4.14207 v 23.419629 h -4.29042 l -14.84787,-17.647171 -0.0674,0.03555 c 0.16375,3.467819 0.16375,9.524654 0.16375,11.495544 v 6.11608"
|
||||
id="path24"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
style="fill:#000000"
|
||||
d="m 154.88338,55.031845 0,-23.419629 20.80668,0 0,3.868712 -16.57792,0 0,5.689514 12.89051,0 0,3.868712 -12.89051,0 0,6.123979 17.31771,0 0,3.868712 -21.54647,0"
|
||||
id="polyline26"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 191.96936,46.415618 h -6.82767 v 8.616227 h -4.2384 V 31.612216 h 14.68605 c 4.87223,0 7.89498,3.064952 7.89498,7.46687 0,4.180737 -2.96881,6.676935 -6.55411,7.210142 l 6.8007,8.742617 h -5.30763 l -6.45392,-8.616227 m 3.16724,-3.902285 c 2.649,0 4.14785,-1.406086 4.14785,-3.432272 0,-2.221695 -1.31583,-3.598158 -3.69511,-3.598158 h -10.44765 v 7.032405 h 9.99491 z"
|
||||
id="path28"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
d="m 212.41385,49.34628 -2.6201,5.685565 h -4.58518 l 11.13351,-23.419629 h 4.45224 l 11.14699,23.419629 h -4.56784 l -2.62973,-5.685565 h -12.32989 m 1.76472,-3.803542 h 8.80238 l -4.38674,-9.491081 -4.41564,9.491081 z"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
style="fill:#000000"
|
||||
d="m 235.05846,55.031845 0,-23.419629 4.23261,0 0,19.550917 15.25824,0 0,3.868712 -19.49085,0"
|
||||
id="polyline32"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#000000"
|
||||
d="m 257.41215,55.031845 0,-23.419629 20.82402,0 0,3.868712 -16.58369,0 0,5.689514 12.89051,0 0,3.868712 -12.89051,0 0,6.123979 17.31,0 0,3.868712 -21.55033,0"
|
||||
id="polyline34"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ed1a3a;fill-rule:evenodd"
|
||||
d="m -0.294,-0.31700003 54.611758,0 0,28.55026403 -54.611758,0 z"
|
||||
id="rect36"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#000000;fill-rule:evenodd"
|
||||
d="m -0.294,27.674385 54.611758,0 0,27.989409 -54.611758,0 z"
|
||||
id="rect38"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.72500002;stroke-miterlimit:10"
|
||||
d="m 9.2481751,27.672409 35.5293339,0"
|
||||
id="line40"
|
||||
inkscape:connector-curvature="0" />
|
||||
</svg>
|
Before Width: | Height: | Size: 7.3 KiB |
BIN
img/sponsors/useless/a-ulm.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
img/sponsors/useless/cof.pdf
Normal file
BIN
img/sponsors/useless/cof.png
Normal file
After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
BIN
img/sponsors/useless/pls.pdf
Normal file
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
26
index.html
|
@ -23,10 +23,11 @@
|
|||
<section class="red">
|
||||
<h2>Présentation</h2>
|
||||
<div>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam elit in elit lobortis finibus. Mauris a sapien sagittis, ultricies eros ac, faucibus quam. Aliquam ac vulputate purus. Donec consequat sodales sem, eu elementum nunc tempus ut. Aliquam tortor neque, auctor sed consectetur quis, tincidunt ut ipsum. Etiam lobortis diam scelerisque, cursus libero eget, varius est. Interdum et malesuada fames ac ante ipsum primis in faucibus. Vestibulum auctor nec velit id blandit. Vestibulum tincidunt neque facilisis arcu porta pretium. Integer interdum nisi eu elementum pharetra. Praesent convallis pellentesque lorem ac porta. Etiam a orci feugiat, tempor tortor pellentesque, malesuada urna. Etiam vitae tincidunt elit. Integer sodales magna ligula, eget scelerisque dui aliquam nec.</p>
|
||||
|
||||
<p>Vivamus convallis venenatis ipsum, vel euismod ante consequat ullamcorper. Sed erat lorem, pharetra at sem in, luctus suscipit arcu. Vivamus pharetra fermentum sem, a tempus mi placerat ac. Aenean quis quam ac mauris vehicula viverra id a ex. Fusce in diam commodo urna porttitor porta. Fusce sagittis ipsum at lectus suscipit viverra. Quisque fringilla, dolor sed porta semper, diam orci tincidunt ipsum, et elementum tortor augue non lacus. Duis vel facilisis elit, at eleifend quam. Vestibulum elementum luctus mi nec sodales. Proin dictum lectus sed ligula maximus ullamcorper. In bibendum commodo leo, vitae varius justo auctor in. Mauris in lectus ultricies, pretium tellus volutpat, accumsan quam. Curabitur suscipit augue sit amet ultricies vestibulum. Suspendisse ex ex, auctor ac turpis a, facilisis gravida sem.</p>
|
||||
|
||||
<p>
|
||||
Les 48h des Arts sont un festival culturel et artistique gratuit organisé du 3 au 5 mai 2019 par le Bureau des Arts de l'ENS et des membres de plusieurs écoles de PSL au 45 rue d'Ulm.
|
||||
Il rassemble des projets artistiques d'une grande diversité autour du thème "Ruptures" : théâtre, concerts, cinéma, arts martiaux, danse, photographie, arts plastiques et bien d'autres encore.
|
||||
À cette occasion, l'ENS ouvre ses bâtiments historiques au public et accueille les habitant·e·s du quartier ainsi que tou·te·s celles et ceux qui souhaitent s'y rendre.
|
||||
</p>
|
||||
<a href="https://www.facebook.com/events/616379335488431/" target="_blank">
|
||||
<div class="button">
|
||||
<img src="img/icons/facebook.svg" alt="Facebook">
|
||||
|
@ -440,19 +441,20 @@
|
|||
<a href="https://www.cof.ens.fr">
|
||||
<img class="sponsor-disc" src="img/sponsors/cof.png" alt="COF">
|
||||
</a>
|
||||
<a href="https://www.archicubes.ens.fr">
|
||||
<img class="sponsor-disc" src="img/sponsors/a-ulm.png" alt="A-Ulm">
|
||||
<a href="https://bda.ens.fr/">
|
||||
<img class="sponsor-disc" src="img/sponsors/bda.png" alt="BdA">
|
||||
</a>
|
||||
<a href="https://www.ens.fr/">
|
||||
<img class="sponsor-disc" src="img/sponsors/ens.png" alt="ENS">
|
||||
<a href="https://www.cof.ens.fr/news/clubs.php#pls">
|
||||
<img class="sponsor-disc" src="img/sponsors/pls.png" alt="PLS">
|
||||
</a>
|
||||
|
||||
<br>
|
||||
<a href="https://www.mgen.fr/">
|
||||
<img src="img/sponsors/mgen.jpg" alt="MGEN">
|
||||
|
||||
<a href="https://www.archicubes.ens.fr/">
|
||||
<img src="img/sponsors/a-ulm.png" alt="a-Ulm">
|
||||
</a>
|
||||
<a href="https://www.societegenerale.fr">
|
||||
<img src="img/sponsors/soge2.svg" alt="Société Générale">
|
||||
<a href="https://www.ens.fr/">
|
||||
<img src="img/sponsors/ens-psl.png" alt="ENS-PSL">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
|
||||
// Define some useful constants
|
||||
const DELAY_BETWEEN_CANVAS_UPDATES = 50; // ms
|
||||
const POSITIONS_UPDATE_DELAY = 50; // ms
|
||||
|
||||
const NB_POINTS_PER_ROW = 4 + Math.round(WIDTH / 250);
|
||||
const NB_POINTS_PER_COL = 5;
|
||||
|
@ -19,16 +19,16 @@
|
|||
const INIT_ROW_SPACING = HEIGHT / (NB_POINTS_PER_COL - 1);
|
||||
const INIT_COL_SPACING = WIDTH / (NB_POINTS_PER_ROW - 3);
|
||||
|
||||
const X_ORIGIN = -INIT_COL_SPACING * 2;
|
||||
const Y_ORIGIN = -150;
|
||||
const X_ORIGIN = -INIT_COL_SPACING;
|
||||
const Y_ORIGIN = -100;
|
||||
|
||||
// When creating points
|
||||
const INIT_MAX_X_SHIFT_DISTANCE = INIT_ROW_SPACING / 3.5;
|
||||
const INIT_MAX_Y_SHIFT_ISTANCE = INIT_COL_SPACING / 3.5;
|
||||
const INIT_MAX_X_SHIFT_DISTANCE = INIT_ROW_SPACING / 3;
|
||||
const INIT_MAX_Y_SHIFT_ISTANCE = INIT_COL_SPACING / 4;
|
||||
|
||||
|
||||
// Set the drawing style
|
||||
context.lineWidth = 4;
|
||||
context.lineWidth = 3;
|
||||
|
||||
|
||||
// Create a grid of points
|
||||
|
@ -174,16 +174,16 @@
|
|||
|
||||
//console.log(direction, speed, xRadius, yRadius)
|
||||
|
||||
point.x += direction.x * Math.cos(positionUpdateIter * speed.x / 10) * radius.x
|
||||
+ (Math.random() * 4) - 2;
|
||||
point.y += direction.y * Math.sin(positionUpdateIter * speed.y / 10) * radius.y
|
||||
+ (Math.random() * 4) - 2;
|
||||
point.x += direction.x * Math.cos(positionUpdateIter * speed.x / 10) * radius.x;
|
||||
//+ (Math.random() * 4) - 2;
|
||||
point.y += direction.y * Math.sin(positionUpdateIter * speed.y / 10) * radius.y;
|
||||
//+ (Math.random() * 4) - 2;
|
||||
}
|
||||
|
||||
positionUpdateIter++;
|
||||
}
|
||||
|
||||
setInterval(updatePointPositions, DELAY_BETWEEN_CANVAS_UPDATES);
|
||||
setInterval(updatePointPositions, POSITIONS_UPDATE_DELAY);
|
||||
|
||||
|
||||
// Update the drawing
|
||||
|
|