Updated repo to match online website
BIN
assets/audio/USA.mp3
Normal file
BIN
assets/audio/USSR.mp3
Normal file
|
@ -1,15 +1,15 @@
|
|||
.photos_folder {
|
||||
.photos-folder {
|
||||
width: 100%;
|
||||
border: 1px solid #5a5a5a;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.photos_folder a:hover, .photos_path a:hover, #download_album:hover {
|
||||
.photos-folder a:hover, .photos-path a:hover, #download-album:hover {
|
||||
box-shadow: 0 0 10px #000;
|
||||
background-color: #635247;
|
||||
}
|
||||
|
||||
.photos_folder a {
|
||||
.photos-folder a {
|
||||
text-decoration: none;
|
||||
border-radius: 5px;
|
||||
min-width: 150px;
|
||||
|
@ -25,7 +25,7 @@
|
|||
transition: 0.3s;
|
||||
}
|
||||
|
||||
#folder_title {
|
||||
#folder-title {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
color: #73b795;
|
||||
|
@ -33,18 +33,18 @@
|
|||
text-shadow: 0 0 5px #1c1c1c;
|
||||
}
|
||||
|
||||
#folder_photos, #folder_albums {
|
||||
#folder-photos, #folder-albums {
|
||||
color: #808080;
|
||||
font-size: 18px;
|
||||
text-shadow: 0 0 5px #1c1c1c;
|
||||
}
|
||||
|
||||
#folder_photos {
|
||||
#folder-photos {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
#folder_albums {
|
||||
#folder-albums {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
|
@ -73,14 +73,14 @@
|
|||
box-shadow: 0 0 10px #000;
|
||||
}
|
||||
|
||||
.photos_path {
|
||||
.photos-path {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.photos_path a {
|
||||
.photos-path a {
|
||||
font-size: 15px;
|
||||
text-decoration: none;
|
||||
border-radius: 5px;
|
||||
|
@ -96,7 +96,7 @@
|
|||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
#img_big {
|
||||
#img-big {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: fixed;
|
||||
|
@ -195,7 +195,7 @@
|
|||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
#photo_control {
|
||||
#photo-control {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 50%;
|
||||
|
@ -208,11 +208,11 @@
|
|||
transition: 0.3s;
|
||||
}
|
||||
|
||||
#photo_control:hover {
|
||||
#photo-control:hover {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#photo_buttons {
|
||||
#photo-buttons {
|
||||
position: fixed;
|
||||
display: block;
|
||||
z-index: 10;
|
||||
|
@ -222,13 +222,13 @@
|
|||
-ms-user-select: none; /* IE 10+ */
|
||||
}
|
||||
|
||||
#close_back {
|
||||
#close-back {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#photo_overlay {
|
||||
#photo-overlay {
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
|
@ -238,7 +238,7 @@
|
|||
z-index: 5;
|
||||
}
|
||||
|
||||
#download_album {
|
||||
#download-album {
|
||||
height: 70px;
|
||||
width: 200px;
|
||||
display: inline-flex;
|
||||
|
@ -254,31 +254,31 @@
|
|||
margin: 5px;
|
||||
}
|
||||
|
||||
#download_text {
|
||||
#download-text {
|
||||
margin-top: 5px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#album_photo_count {
|
||||
#album-photo-count {
|
||||
color: #929ba8;
|
||||
margin-bottom: 5px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
#download_text svg {
|
||||
#download-text svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.photos_folder a {
|
||||
.photos-folder a {
|
||||
min-width: 100px;
|
||||
height: 70px;
|
||||
}
|
||||
#folder_title {
|
||||
#folder-title {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
color: #73b795;
|
||||
|
@ -286,17 +286,17 @@
|
|||
text-shadow: 0 0 5px #1c1c1c;
|
||||
}
|
||||
|
||||
#folder_photos, #folder_albums {
|
||||
#folder-photos, #folder-albums {
|
||||
color: #808080;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
#folder_photos {
|
||||
#folder-photos {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
}
|
||||
|
||||
#folder_albums {
|
||||
#folder-albums {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
General
|
||||
*******************************************************************************/
|
||||
|
||||
#table_planning {
|
||||
#table-planning {
|
||||
width: 100%;
|
||||
border: none;
|
||||
border-collapse: separate;
|
||||
|
@ -10,7 +10,7 @@ General
|
|||
font-size: 15px;
|
||||
}
|
||||
|
||||
#table_planning th {
|
||||
#table-planning th {
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
background: #414141;
|
||||
|
@ -19,7 +19,7 @@ General
|
|||
font-size: 17px;
|
||||
}
|
||||
|
||||
#table_planning td {
|
||||
#table-planning td {
|
||||
padding: 0;
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
|
@ -85,10 +85,10 @@ Events Specific
|
|||
|
||||
|
||||
@media screen and (max-width: 750px) {
|
||||
#table_planning {
|
||||
#table-planning {
|
||||
font-size: 10px;
|
||||
}
|
||||
#table_planning th{
|
||||
#table-planning th{
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
69
assets/css/score.css
Normal file
|
@ -0,0 +1,69 @@
|
|||
#score-counter {
|
||||
display: block;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
#score-counter #title-image {
|
||||
height: 100px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
#score-container {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
#score-display {
|
||||
background-color: #1C1C1C;
|
||||
box-shadow: 0 0 20px #1C1C1C;
|
||||
border-radius: 10px;
|
||||
display: inline-flex;
|
||||
vertical-align: center;
|
||||
font-family: 'Russo One', sans-serif;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
|
||||
#score-display a {
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
align-items: center;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
#score-usa, #score-urss {
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
#score-usa{
|
||||
color: #1a5dad;
|
||||
}
|
||||
|
||||
#score-urss{
|
||||
color: #d72229;
|
||||
}
|
||||
|
||||
#score-separator{
|
||||
font-size: 70px;
|
||||
}
|
||||
|
||||
.score-logo {
|
||||
width: 100px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
#score-counter #title-image {
|
||||
height: 75px;
|
||||
}
|
||||
#score-separator{
|
||||
font-size: 50px;
|
||||
}
|
||||
.score-logo{
|
||||
width: 50px;
|
||||
}
|
||||
#score-usa, #score-urss {
|
||||
font-size: 40px;
|
||||
}
|
||||
}
|
|
@ -1,59 +1,59 @@
|
|||
#stats_container {
|
||||
#stats-container {
|
||||
display: inline-flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.stats_table {
|
||||
.stats-table {
|
||||
width: 48%;
|
||||
border: none;
|
||||
margin: 1% 1% 1% 1%;
|
||||
}
|
||||
|
||||
.stats_table th{
|
||||
.stats-table th{
|
||||
border-radius: 10px 10px 0 0;
|
||||
font-family: 'Russo One', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
.stats_table .stat_log, .stats_table .stat_points {
|
||||
.stats-table .stat-log, .stats-table .stat-points {
|
||||
color: #1c1c1c;
|
||||
border-radius: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#stats_usa th {
|
||||
#stats-usa th {
|
||||
background-color: #1a5dad;
|
||||
border-color: #1a5dad;
|
||||
}
|
||||
|
||||
#stats_usa .stat_log, #stats_usa .stat_points {
|
||||
#stats-usa .stat-log, #stats-usa .stat-points {
|
||||
background-color: #639fad;
|
||||
border-color: #639fad;
|
||||
}
|
||||
|
||||
#stats_usa td {
|
||||
#stats-usa td {
|
||||
border-color: #639fad;
|
||||
}
|
||||
|
||||
#stats_urss th {
|
||||
#stats-urss th {
|
||||
background-color: #d72229;
|
||||
border-color: #d72229;
|
||||
}
|
||||
|
||||
#stats_urss .stat_log, #stats_urss .stat_points {
|
||||
#stats-urss .stat-log, #stats-urss .stat-points {
|
||||
background-color: #d75556;
|
||||
border-color: #d75556;
|
||||
}
|
||||
|
||||
#stats_urss td {
|
||||
#stats-urss td {
|
||||
border-color: #d75556;
|
||||
}
|
||||
|
||||
.stat_log {
|
||||
.stat-log {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.stat_points {
|
||||
.stat-points {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
|
@ -67,12 +67,12 @@
|
|||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
#stats_container {
|
||||
#stats-container {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.stats_table {
|
||||
.stats-table {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
|
@ -30,13 +30,6 @@ Theme Styles
|
|||
*******************************************************************************/
|
||||
|
||||
body {
|
||||
/*Full page background*/
|
||||
background: url("../images/bg.jpg") no-repeat fixed center;
|
||||
background-size: cover;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
|
||||
box-sizing: border-box;
|
||||
color: #b5b5b5;
|
||||
font-size: 16px;
|
||||
|
@ -171,11 +164,11 @@ Full-Width Styles
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#header_wrap {
|
||||
#header-wrap {
|
||||
background-position: top;
|
||||
}
|
||||
|
||||
#header_top {
|
||||
#header-top {
|
||||
display: flex;
|
||||
color: white;
|
||||
position: fixed;
|
||||
|
@ -186,33 +179,34 @@ Full-Width Styles
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
#header_top a {
|
||||
#header-top a {
|
||||
display: inline-flex;
|
||||
pointer-events: auto;
|
||||
vertical-align: middle;
|
||||
height: 40px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#header_wrap .inner {
|
||||
#header-wrap .inner {
|
||||
padding: 100px 10px 100px 10px;
|
||||
}
|
||||
|
||||
#menu_title {
|
||||
color: white;
|
||||
#menu-title {
|
||||
line-height: 40px;
|
||||
border-bottom: none;
|
||||
margin: 5px;
|
||||
margin: 0 0 0 5px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
#menu_icon {
|
||||
#menu-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
padding: 0;
|
||||
margin: 5px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#title {
|
||||
margin: 0;
|
||||
color: #fff;
|
||||
color: #e0e0e0;
|
||||
font-size: 42px;
|
||||
text-shadow: #111 0 0 10px;
|
||||
text-align: center;
|
||||
|
@ -221,24 +215,38 @@ Full-Width Styles
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
#description {
|
||||
color: #fff;
|
||||
font-size: 24px;
|
||||
#timer {
|
||||
color: #b5b5b5;
|
||||
font-size: 20px;
|
||||
font-weight: 300;
|
||||
background: none;
|
||||
text-shadow: #111 0 0 10px;
|
||||
border-bottom: none;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
#home_content_wrap {
|
||||
#home-image {
|
||||
width: 50%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#home-title {
|
||||
width: 60%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#home-content-wrap {
|
||||
background: none;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#home_content {
|
||||
#home-content {
|
||||
padding-top: 100px;
|
||||
}
|
||||
|
||||
#home_content h1 {
|
||||
#home-content h1 {
|
||||
color: white;
|
||||
font-size: 70px;
|
||||
border: none;
|
||||
|
@ -246,66 +254,85 @@ Full-Width Styles
|
|||
text-shadow: 0 0 10px #000;
|
||||
}
|
||||
|
||||
#home_content p {
|
||||
#home-content p {
|
||||
color: white;
|
||||
font-size: 30px;
|
||||
text-align: center;
|
||||
text-shadow: 0 0 5px #000;
|
||||
}
|
||||
|
||||
#main_fading_top_edge {
|
||||
.background {
|
||||
background: url("../images/bg_up.jpg") no-repeat center fixed;
|
||||
background-size: cover;
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: -10;
|
||||
}
|
||||
|
||||
#bg_ussr {
|
||||
background: url("../images/urss.png") no-repeat center fixed;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
#bg_usa {
|
||||
background: url("../images/usa.png") no-repeat center fixed;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
#main-fading-top-edge {
|
||||
height: 200px;
|
||||
background: linear-gradient(to top, #1c1c1c, transparent 90%);
|
||||
}
|
||||
#main_fading_bottom_edge {
|
||||
#main-fading-bottom-edge {
|
||||
height: 200px;
|
||||
background: linear-gradient(to bottom, #1c1c1c, transparent 90%);
|
||||
}
|
||||
#main_content_wrap {
|
||||
#main-content-wrap {
|
||||
background: #1c1c1c;
|
||||
}
|
||||
|
||||
#main_content {
|
||||
#main-content {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#footer_wrap {
|
||||
#footer-wrap {
|
||||
padding: 50px 0 50px 0;
|
||||
}
|
||||
|
||||
#table_wrapper {
|
||||
#table-wrapper {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#table_coms{
|
||||
#table-coms{
|
||||
width: 100%;
|
||||
table-layout: auto;
|
||||
text-align: center;
|
||||
border: 1px solid #494949;
|
||||
}
|
||||
|
||||
#table_coms .spacer{
|
||||
#table-coms .spacer{
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
#table_coms td{
|
||||
#table-coms td{
|
||||
vertical-align: middle;
|
||||
border: none;
|
||||
padding: 0;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
#table_coms img{
|
||||
#table-coms img{
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.com_description{
|
||||
.com-description{
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#back_button{
|
||||
#back-button{
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
|
@ -317,12 +344,12 @@ Full-Width Styles
|
|||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.active_background {
|
||||
.active-background {
|
||||
z-index: 100 !important;
|
||||
opacity: 0.7 !important;
|
||||
}
|
||||
|
||||
.main_button {
|
||||
.main-button {
|
||||
background-color: #1a1a1a;
|
||||
padding: 2px 2px 2px 2px;
|
||||
border-radius: 5px;
|
||||
|
@ -332,7 +359,7 @@ Full-Width Styles
|
|||
box-shadow: 0 0 4px #000;
|
||||
}
|
||||
|
||||
.main_button:hover {
|
||||
.main-button:hover {
|
||||
box-shadow: 0 0 10px #000;
|
||||
background-color: #635247;
|
||||
}
|
||||
|
@ -357,43 +384,7 @@ Full-Width Styles
|
|||
color: #a3a7b3;
|
||||
}
|
||||
|
||||
#score_counter {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
#score_container {
|
||||
width: 600px;
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-family: 'Russo One', sans-serif;
|
||||
background-color: #1C1C1C;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 20px #1C1C1C;
|
||||
}
|
||||
|
||||
#score_usa, #score_urss {
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
#score_usa{
|
||||
color: #1a5dad;
|
||||
}
|
||||
|
||||
#score_urss{
|
||||
color: #d72229;
|
||||
}
|
||||
|
||||
#score_separator{
|
||||
font-size: 70px;
|
||||
}
|
||||
|
||||
.score_logo {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#main_pages{
|
||||
#main-pages{
|
||||
width: 100%;
|
||||
display: inline-grid;
|
||||
padding: 0;
|
||||
|
@ -401,12 +392,12 @@ Full-Width Styles
|
|||
}
|
||||
|
||||
.main-link{
|
||||
display: inline-flex;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
margin: 2px;
|
||||
display: inline-grid;
|
||||
vertical-align: middle;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 5px;
|
||||
height: 100px;
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
|
@ -414,11 +405,12 @@ Full-Width Styles
|
|||
color: #1a5dad;
|
||||
}
|
||||
|
||||
#main-link-container{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.main-logo {
|
||||
width: 20%;
|
||||
font-size: 64px;
|
||||
background: #1c1c1c;
|
||||
box-shadow: 0 0 10px #1c1c1c;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
|
@ -426,18 +418,8 @@ Full-Width Styles
|
|||
margin: auto;
|
||||
}
|
||||
|
||||
.main-text {
|
||||
width: 80%;
|
||||
font-size: 20px;
|
||||
display: inline-flex;
|
||||
background: linear-gradient(to right, #1c1c1c, transparent 90%);
|
||||
}
|
||||
.main-text span {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
#list_blouse{
|
||||
#list-blouse{
|
||||
text-align: left;
|
||||
list-style: square;
|
||||
}
|
||||
|
@ -488,33 +470,23 @@ Small Device Styles
|
|||
code, pre {
|
||||
font-size: 11px;
|
||||
}
|
||||
#table_wrapper {
|
||||
#table-wrapper {
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
#score_counter {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#score_container {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#score_usa, #score_urss {
|
||||
font-size: 25px;
|
||||
}
|
||||
#table_coms .spacer{
|
||||
#table-coms .spacer{
|
||||
width: 0;
|
||||
}
|
||||
#table_coms td{
|
||||
#table-coms td{
|
||||
width: 50%;
|
||||
}
|
||||
.main-link {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.main-logo {
|
||||
font-size: 32px;
|
||||
}
|
||||
.main-text {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 320px) {
|
||||
|
@ -551,7 +523,7 @@ Small Device Styles
|
|||
max-width: 320px;
|
||||
font-size: 11px;
|
||||
}
|
||||
#table_wrapper {
|
||||
#table-wrapper {
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
|
4
assets/css/usa.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
#title {
|
||||
font-size: 50px;
|
||||
margin: 0;
|
||||
}
|
BIN
assets/images/bg_down.jpg
Normal file
After Width: | Height: | Size: 345 KiB |
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 172 KiB |
BIN
assets/images/blouse_example_2017.jpeg
Normal file
After Width: | Height: | Size: 946 KiB |
BIN
assets/images/logo-site-accueil.png
Normal file
After Width: | Height: | Size: 23 KiB |
|
@ -1,523 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<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"
|
||||
width="256"
|
||||
height="256"
|
||||
viewBox="0 0 256 256"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="logo-site-accueil.svg"
|
||||
inkscape:export-filename="/home/keplyx/Downloads/logo-site-acceuil.png"
|
||||
inkscape:export-xdpi="11.25"
|
||||
inkscape:export-ydpi="11.25">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.4"
|
||||
inkscape:cx="99.511853"
|
||||
inkscape:cy="134.6611"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer4"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:object-paths="false"
|
||||
inkscape:object-nodes="false"
|
||||
inkscape:window-width="1600"
|
||||
inkscape:window-height="835"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Space"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-796.36216)"
|
||||
style="display:inline">
|
||||
<path
|
||||
style="opacity:1;fill:#1a5dad;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4136"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="128"
|
||||
sodipodi:cy="924.36218"
|
||||
sodipodi:rx="128"
|
||||
sodipodi:ry="128"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831172"
|
||||
d="M 256,924.36218 A 128,128 0 0 1 128.00218,1052.3622 128,128 0 0 1 7.4217411e-8,924.36654 128,128 0 0 1 127.99346,796.36218 128,128 0 0 1 256,924.35346"
|
||||
sodipodi:open="true" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-5"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="180.31223"
|
||||
sodipodi:cy="830.1286"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 182.52193,830.1286 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.20974,-2.08337 2.2097089,2.0834396 0 0 1 2.20959,-2.08351 2.2097089,2.0834396 0 0 1 2.20982,2.0833" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-2"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="140.91628"
|
||||
sodipodi:cy="1028.1185"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 143.12598,1028.1185 a 2.2097089,2.0834396 0 0 1 -2.20967,2.0835 2.2097089,2.0834396 0 0 1 -2.20974,-2.0834 2.2097089,2.0834396 0 0 1 2.20959,-2.0835 2.2097089,2.0834396 0 0 1 2.20982,2.0833" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-9"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="31.31473"
|
||||
sodipodi:cy="966.87805"
|
||||
sodipodi:rx="1.1995564"
|
||||
sodipodi:ry="1.1995561"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 32.514286,966.87805 a 1.1995564,1.1995561 0 0 1 -1.199535,1.19956 1.1995564,1.1995561 0 0 1 -1.199578,-1.19952 1.1995564,1.1995561 0 0 1 1.199494,-1.19959 1.1995564,1.1995561 0 0 1 1.199619,1.19947" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-1"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="81.317284"
|
||||
sodipodi:cy="999.83423"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 83.526993,999.83423 a 2.2097089,2.0834396 0 0 1 -2.209671,2.08347 2.2097089,2.0834396 0 0 1 -2.209747,-2.0834 2.2097089,2.0834396 0 0 1 2.209593,-2.08351 2.2097089,2.0834396 0 0 1 2.209825,2.08329" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-27"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="109.62693"
|
||||
sodipodi:cy="826.52917"
|
||||
sodipodi:rx="4.7097092"
|
||||
sodipodi:ry="4.6727252"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 114.33664,826.52917 a 4.7097092,4.6727252 0 0 1 -4.70963,4.67273 4.7097092,4.6727252 0 0 1 -4.70979,-4.67256 4.7097092,4.6727252 0 0 1 4.70946,-4.67289 4.7097092,4.6727252 0 0 1 4.70996,4.6724" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-0"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="227.01909"
|
||||
sodipodi:cy="885.80426"
|
||||
sodipodi:rx="3.4597089"
|
||||
sodipodi:ry="2.9762967"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 230.4788,885.80426 a 3.4597089,2.9762967 0 0 1 -3.45965,2.9763 3.4597089,2.9762967 0 0 1 -3.45977,-2.9762 3.4597089,2.9762967 0 0 1 3.45953,-2.9764 3.4597089,2.9762967 0 0 1 3.45989,2.97609" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-93"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="204.05081"
|
||||
sodipodi:cy="996.80377"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 206.26052,996.80377 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.20975,-2.08337 2.2097089,2.0834396 0 0 1 2.2096,-2.08351 2.2097089,2.0834396 0 0 1 2.20982,2.0833" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-62"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="234.86047"
|
||||
sodipodi:cy="893.76819"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 237.07018,893.76819 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.20975,-2.08337 2.2097089,2.0834396 0 0 1 2.2096,-2.08351 2.2097089,2.0834396 0 0 1 2.20982,2.08329" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-8"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="166.17009"
|
||||
sodipodi:cy="820.0271"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 168.3798,820.0271 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.20975,-2.08337 2.2097089,2.0834396 0 0 1 2.20959,-2.08351 2.2097089,2.0834396 0 0 1 2.20983,2.08329" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-7"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="114.14724"
|
||||
sodipodi:cy="809.42047"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 116.35695,809.42047 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.20975,-2.08337 2.2097089,2.0834396 0 0 1 2.20959,-2.08351 2.2097089,2.0834396 0 0 1 2.20983,2.0833" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-92"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="85.806946"
|
||||
sodipodi:cy="832.86322"
|
||||
sodipodi:rx="1.3168519"
|
||||
sodipodi:ry="1.3691539"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 87.123798,832.86322 a 1.3168519,1.3691539 0 0 1 -1.316829,1.36915 1.3168519,1.3691539 0 0 1 -1.316875,-1.3691 1.3168519,1.3691539 0 0 1 1.316783,-1.3692 1.3168519,1.3691539 0 0 1 1.316921,1.36905" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-02"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="56.063465"
|
||||
sodipodi:cy="824.06769"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 58.273174,824.06769 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.209748,-2.08337 2.2097089,2.0834396 0 0 1 2.209593,-2.08351 2.2097089,2.0834396 0 0 1 2.209825,2.08329" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-75"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="54.757446"
|
||||
sodipodi:cy="886.44592"
|
||||
sodipodi:rx="1.4954232"
|
||||
sodipodi:ry="1.3245111"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 56.252869,886.44592 a 1.4954232,1.3245111 0 0 1 -1.495397,1.32451 1.4954232,1.3245111 0 0 1 -1.495449,-1.32446 1.4954232,1.3245111 0 0 1 1.495345,-1.32456 1.4954232,1.3245111 0 0 1 1.495501,1.32442" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-89"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="19.697975"
|
||||
sodipodi:cy="937.20477"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 21.907684,937.20477 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.209748,-2.08336 2.2097089,2.0834396 0 0 1 2.209593,-2.08352 2.2097089,2.0834396 0 0 1 2.209825,2.0833" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-73"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="62.685478"
|
||||
sodipodi:cy="982.07513"
|
||||
sodipodi:rx="4.1739945"
|
||||
sodipodi:ry="3.6905825"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 66.859473,982.07513 a 4.1739945,3.6905825 0 0 1 -4.173922,3.69059 4.1739945,3.6905825 0 0 1 -4.174067,-3.69046 4.1739945,3.6905825 0 0 1 4.173776,-3.69071 4.1739945,3.6905825 0 0 1 4.174213,3.69033" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-612"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="43.436558"
|
||||
sodipodi:cy="1007.4104"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 45.646267,1007.4104 a 2.2097089,2.0834396 0 0 1 -2.209671,2.0834 2.2097089,2.0834396 0 0 1 -2.209747,-2.0833 2.2097089,2.0834396 0 0 1 2.209593,-2.0835 2.2097089,2.0834396 0 0 1 2.209825,2.0833" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-94"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="221.2234"
|
||||
sodipodi:cy="956.90277"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 223.43311,956.90277 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.20974,-2.08337 2.2097089,2.0834396 0 0 1 2.20959,-2.08351 2.2097089,2.0834396 0 0 1 2.20982,2.0833" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-78"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="250.01276"
|
||||
sodipodi:cy="929.6286"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 252.22247,929.6286 a 2.2097089,2.0834396 0 0 1 -2.20968,2.08344 2.2097089,2.0834396 0 0 1 -2.20974,-2.08337 2.2097089,2.0834396 0 0 1 2.20959,-2.08351 2.2097089,2.0834396 0 0 1 2.20983,2.0833" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-4"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="223.24371"
|
||||
sodipodi:cy="904.87988"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 225.45342,904.87988 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.20975,-2.08336 2.2097089,2.0834396 0 0 1 2.2096,-2.08352 2.2097089,2.0834396 0 0 1 2.20982,2.0833" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-50"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="191.4239"
|
||||
sodipodi:cy="969.52966"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 193.63361,969.52966 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.20974,-2.08336 2.2097089,2.0834396 0 0 1 2.20959,-2.08352 2.2097089,2.0834396 0 0 1 2.20982,2.0833" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-36"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="146.47212"
|
||||
sodipodi:cy="1006.9053"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 148.68183,1006.9053 a 2.2097089,2.0834396 0 0 1 -2.20967,2.0834 2.2097089,2.0834396 0 0 1 -2.20975,-2.0834 2.2097089,2.0834396 0 0 1 2.2096,-2.0835 2.2097089,2.0834396 0 0 1 2.20982,2.0833" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-10"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="110.92738"
|
||||
sodipodi:cy="1022.3101"
|
||||
sodipodi:rx="1.38896"
|
||||
sodipodi:ry="1.3258252"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 112.31634,1022.3101 a 1.38896,1.3258252 0 0 1 -1.38893,1.3258 1.38896,1.3258252 0 0 1 -1.38899,-1.3257 1.38896,1.3258252 0 0 1 1.38889,-1.3259 1.38896,1.3258252 0 0 1 1.38903,1.3257" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-20"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="170.21071"
|
||||
sodipodi:cy="845.78595"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 172.42042,845.78595 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.20975,-2.08337 2.2097089,2.0834396 0 0 1 2.20959,-2.08351 2.2097089,2.0834396 0 0 1 2.20983,2.08329" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-615"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="141.92644"
|
||||
sodipodi:cy="810.93573"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 144.13615,810.93573 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.20975,-2.08337 2.2097089,2.0834396 0 0 1 2.20959,-2.08351 2.2097089,2.0834396 0 0 1 2.20983,2.08329" />
|
||||
<path
|
||||
style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-54"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="143.44167"
|
||||
sodipodi:cy="828.61334"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 145.65137,828.61334 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.20974,-2.08336 2.2097089,2.0834396 0 0 1 2.20959,-2.08352 2.2097089,2.0834396 0 0 1 2.20982,2.0833" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-27-7"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="159.28572"
|
||||
sodipodi:cy="867.005"
|
||||
sodipodi:rx="4.7097092"
|
||||
sodipodi:ry="4.6727252"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 163.99543,867.005 a 4.7097092,4.6727252 0 0 1 -4.70963,4.67273 4.7097092,4.6727252 0 0 1 -4.70979,-4.67256 4.7097092,4.6727252 0 0 1 4.70946,-4.67289 4.7097092,4.6727252 0 0 1 4.70996,4.6724" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-50-3"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="76.071426"
|
||||
sodipodi:cy="869.505"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 78.281135,869.505 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.209748,-2.08336 2.2097089,2.0834396 0 0 1 2.209594,-2.08351 2.2097089,2.0834396 0 0 1 2.209824,2.08329" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-50-38"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="131.07143"
|
||||
sodipodi:cy="846.29071"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 133.28114,846.29071 a 2.2097089,2.0834396 0 0 1 -2.20968,2.08344 2.2097089,2.0834396 0 0 1 -2.20974,-2.08337 2.2097089,2.0834396 0 0 1 2.20959,-2.08351 2.2097089,2.0834396 0 0 1 2.20983,2.0833" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-50-37"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="117.14286"
|
||||
sodipodi:cy="879.14789"
|
||||
sodipodi:rx="2.2097089"
|
||||
sodipodi:ry="2.0834396"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 119.35257,879.14789 a 2.2097089,2.0834396 0 0 1 -2.20967,2.08344 2.2097089,2.0834396 0 0 1 -2.20975,-2.08337 2.2097089,2.0834396 0 0 1 2.20959,-2.08351 2.2097089,2.0834396 0 0 1 2.20983,2.08329" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-75-4"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="121.42857"
|
||||
sodipodi:cy="862.36218"
|
||||
sodipodi:rx="1.4954232"
|
||||
sodipodi:ry="1.3245111"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 122.924,862.36218 a 1.4954232,1.3245111 0 0 1 -1.4954,1.32451 1.4954232,1.3245111 0 0 1 -1.49545,-1.32446 1.4954232,1.3245111 0 0 1 1.49535,-1.32456 1.4954232,1.3245111 0 0 1 1.4955,1.32442" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-75-9"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="203.57143"
|
||||
sodipodi:cy="964.14789"
|
||||
sodipodi:rx="1.4954232"
|
||||
sodipodi:ry="1.3245111"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 205.06685,964.14789 a 1.4954232,1.3245111 0 0 1 -1.4954,1.32451 1.4954232,1.3245111 0 0 1 -1.49545,-1.32447 1.4954232,1.3245111 0 0 1 1.49535,-1.32455 1.4954232,1.3245111 0 0 1 1.4955,1.32442" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-75-0"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="137.5"
|
||||
sodipodi:cy="988.43359"
|
||||
sodipodi:rx="1.4954232"
|
||||
sodipodi:ry="1.3245111"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 138.99542,988.43359 a 1.4954232,1.3245111 0 0 1 -1.49539,1.32451 1.4954232,1.3245111 0 0 1 -1.49545,-1.32446 1.4954232,1.3245111 0 0 1 1.49534,-1.32456 1.4954232,1.3245111 0 0 1 1.4955,1.32442" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-75-98"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="100"
|
||||
sodipodi:cy="976.29071"
|
||||
sodipodi:rx="1.4954232"
|
||||
sodipodi:ry="1.3245111"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 101.49542,976.29071 a 1.4954232,1.3245111 0 0 1 -1.49539,1.32451 1.4954232,1.3245111 0 0 1 -1.495453,-1.32446 1.4954232,1.3245111 0 0 1 1.495345,-1.32456 1.4954232,1.3245111 0 0 1 1.495498,1.32442" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4227-75-8"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="95.35714"
|
||||
sodipodi:cy="875.93359"
|
||||
sodipodi:rx="1.4954232"
|
||||
sodipodi:ry="1.3245111"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831155"
|
||||
sodipodi:open="true"
|
||||
d="m 96.852563,875.93359 a 1.4954232,1.3245111 0 0 1 -1.495397,1.32451 1.4954232,1.3245111 0 0 1 -1.49545,-1.32446 1.4954232,1.3245111 0 0 1 1.495345,-1.32456 1.4954232,1.3245111 0 0 1 1.495502,1.32442" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer4"
|
||||
inkscape:label="Text"
|
||||
style="display:inline">
|
||||
<g
|
||||
style="font-style:normal;font-weight:normal;font-size:50px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="text4175">
|
||||
<path
|
||||
d="m 25.065313,158.24001 26.91,0 0,-4.41 -6.03,-0.45 -1.44,-1.44 0,-47.97 1.44,-1.26 6.03,-0.45 0,-4.410005 -26.91,0 0,4.410005 5.94,0.45 1.44,1.26 0,47.97 -1.44,1.44 -5.94,0.45 0,4.41 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:90px;font-family:'Bitstream Charter';-inkscape-font-specification:'Bitstream Charter Bold';fill:#ffffff;fill-opacity:1"
|
||||
id="path4182" />
|
||||
<path
|
||||
d="m 56.521719,158.24001 20.52,0 0,-4.32 -5.58,-0.72 -1.44,-1.62 0,-41.67 31.140001,48.33 10.08,0 0,-53.73 1.53,-1.71 5.31,-0.72 0,-4.230005 -20.520001,0 0,4.230005 5.490001,0.72 1.62,1.71 0,38.52 -27.540001,-42.75 0,-2.430005 -20.7,0 0,4.410005 5.76,0.45 1.26,1.26 0,47.61 -1.62,1.62 -5.31,0.72 0,4.32 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:90px;font-family:'Bitstream Charter';-inkscape-font-specification:'Bitstream Charter Bold';fill:#ffffff;fill-opacity:1"
|
||||
id="path4184" />
|
||||
<path
|
||||
d="m 124.88234,156.26001 c 5.58,1.98 11.61,2.97 17.37,2.97 14.76,0 23.85,-7.74 23.85,-18.45 0,-5.31 -2.88,-10.17 -8.1,-13.5 -5.31,-3.42 -10.08,-4.77 -12.87,-6.48 -4.77,-2.88 -7.29,-5.58 -7.29,-9.72 0,-4.95 4.05,-8.55 10.62,-8.55 2.88,0 4.95,0.45 6.57,1.26 l 1.26,1.26 1.53,9.36 6.48,0 0,-14.580005 c -5.67,-1.98 -11.34,-3.06 -16.92,-3.06 -12.87,0 -21.24,7.740005 -21.24,17.730005 0,4.41 2.16,8.82 6.3,12.33 3.96,3.33 8.19,4.86 11.79,6.66 6.39,3.24 9.63,6.48 9.63,11.34 0,4.95 -4.32,8.55 -11.61,8.55 -2.79,0 -5.4,-0.45 -7.92,-1.26 l -1.17,-1.35 -1.44,-10.8 -6.84,0 0,16.29 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:90px;font-family:'Bitstream Charter';-inkscape-font-specification:'Bitstream Charter Bold';fill:#ffffff;fill-opacity:1"
|
||||
id="path4186" />
|
||||
<path
|
||||
d="m 195.47469,97.220005 -20.34,55.800005 -5.4,0.81 0,4.41 19.35,0 0,-4.41 -5.67,-0.63 -0.9,-1.17 5.4,-15.21 19.62,0 5.4,15.3 -0.63,1.17 -5.67,0.54 0,4.41 24.3,0 0,-4.41 -5.31,-0.9 -20.7,-55.710005 -9.45,0 z m 1.98,12.330005 8.01,22.23 -15.84,0 7.83,-22.23 z"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:90px;font-family:'Bitstream Charter';-inkscape-font-specification:'Bitstream Charter Bold';fill:#ffffff;fill-opacity:1"
|
||||
id="path4188" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer3"
|
||||
inkscape:label="Arrow"
|
||||
style="display:inline">
|
||||
<path
|
||||
transform="translate(0,-796.36216)"
|
||||
style="display:inline;fill:#ee293d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 56.256042,955.37352 c -1.788821,1.72421 -6.479393,5.71015 -8.319307,7.30206 -5.728828,4.95664 -8.633783,7.69767 -4.752714,9.75827 2.659233,0.87145 9.333609,-0.54674 18.283086,-2.7909 24.574431,-6.16224 55.665463,-19.67511 74.978983,-30.34391 28.63169,-16.96002 26.40944,-16.81685 50.33035,-38.90049 6.15304,-8.33938 7.19968,-11.75273 4.47997,-15.08021 -1.85686,-2.27181 -12.48373,-0.71207 -17.79249,0.54824 -3.96667,0.94169 -12.94896,4.31889 -15.24258,4.24354 2.94511,-1.56322 6.23872,-3.82429 13.256,-6.0794 6.38188,-1.61881 18.89802,-4.61707 22.50377,-0.82506 3.76842,3.96309 4.29147,8.20736 -1.17178,16.05756 -20.76234,20.82694 -18.11365,22.9806 -54.07923,44.22174 -27.17477,14.51591 -48.940102,22.86785 -76.030392,30.51488 -10.135364,1.77776 -21.920892,5.06128 -26.365944,-0.91933 -0.09011,-5.50888 1.546606,-7.94692 8.967672,-12.64518 5.7232,-3.62335 8.105111,-3.97946 10.954606,-5.06181 z"
|
||||
id="path4436"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cscsccssccsccccsc" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 559 KiB After Width: | Height: | Size: 565 KiB |
BIN
assets/images/titre-site-accueil.png
Normal file
After Width: | Height: | Size: 309 KiB |
Before Width: | Height: | Size: 13 KiB |
BIN
assets/images/urss.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
assets/images/urss_logo.png
Normal file
After Width: | Height: | Size: 27 KiB |
|
@ -1,197 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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"
|
||||
width="950"
|
||||
height="950"
|
||||
version="1.0"
|
||||
id="svg2"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="urss_logo.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape">
|
||||
<defs
|
||||
id="defs12" />
|
||||
<sodipodi:namedview
|
||||
inkscape:window-height="835"
|
||||
inkscape:window-width="1600"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
guidetolerance="10.0"
|
||||
gridtolerance="10.0"
|
||||
objecttolerance="10.0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#ffffff"
|
||||
id="base"
|
||||
inkscape:zoom="0.54526316"
|
||||
inkscape:cx="711.14026"
|
||||
inkscape:cy="429.54"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:current-layer="svg2"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
showgrid="false"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="g2284"
|
||||
transform="translate(-239.31298,0)">
|
||||
<rect
|
||||
y="0"
|
||||
x="1.8129771"
|
||||
id="rect5"
|
||||
style="fill:#d90000;fill-opacity:1;stroke:#000000;stroke-opacity:0"
|
||||
height="950"
|
||||
width="1425" />
|
||||
<g
|
||||
id="g2262">
|
||||
<g
|
||||
id="g19343"
|
||||
transform="matrix(0.9308157,0,0,0.9308157,571.15565,100.25392)"
|
||||
style="fill:#000000;fill-opacity:0">
|
||||
<rect
|
||||
id="rest"
|
||||
height="300"
|
||||
width="300"
|
||||
y="0"
|
||||
x="0"
|
||||
style="fill:#000000;fill-opacity:0" />
|
||||
<polygon
|
||||
id="polygon19336"
|
||||
points="223,246 150,195 77,246 103,160 31,111 121,111 150,30 150,30 174,111 265,111 197,160 "
|
||||
style="fill:#000000;fill-opacity:0;stroke:#fcd116;stroke-width:15" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.6665839,0,0,0.6288383,149.34632,201.04877)"
|
||||
id="g4"
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0">
|
||||
<g
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
transform="matrix(2.401943,0,0,2.567675,-252.7526,-286.0412)"
|
||||
inkscape:export-ydpi="81.379997"
|
||||
inkscape:export-xdpi="81.379997"
|
||||
id="g8">
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path10"
|
||||
d="m 569.38574,394.10938 c -10.77441,2.88525 -22.27148,3.81298 -32.73535,7.38134 17.72266,-15.1958 16.71094,-38.70849 28.53516,-56.60595 3.7666,-5.06739 6.87988,-10.37891 11.2705,-15.1875 -7.19238,14.42773 -4.07324,33.14648 -12.33593,47.14746 -3.18067,5.56152 -7.72949,10.95703 -12.75977,15.32519 1.64356,-0.0615 3.08203,-1.48437 4.52735,-2.43457 13.42089,-13.39258 30.9541,-17.13769 45.47168,-28.01855 5.81542,-4.63379 11.1416,-10.70606 13.69824,-17.27344 -2.74707,22.21973 -24.85254,43.0459 -45.67188,49.66602 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path12"
|
||||
d="m 617.73535,304.14551 c -6.5664,9.34375 -14.50976,18.04199 -20.57617,27.53808 0.67676,-7.51855 1.56738,-16.76367 -1.36133,-23.88574 -5.07519,-15.33691 -9.53418,-30.90918 -10.97265,-47.74121 l 0.19824,-6.43652 c 3.81933,17.18945 20.70508,29.00586 19.63965,48.28711 0.38671,4.67285 -1.0586,8.6455 -1.9336,12.75488 l 0.29004,0.30371 0.76074,-0.85254 c 2.50391,-9.45801 3.76758,-19.40332 7.66114,-28.22754 5.5332,-12.69824 12.44238,-25.51367 9.62695,-40.8457 8.41602,18.07617 5.86621,42.22754 -3.33301,59.10547 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path14"
|
||||
d="m 607.37109,206.75781 c 11.07227,15.00537 13.49903,38.91797 5.43457,56.12989 -3.00586,7.29394 -5.1289,15.0664 -6.30957,23.13964 -0.56347,-1.39257 -0.69238,-3.26464 -1.19531,-4.8164 -4.4043,-16.84766 -20.33789,-28.85449 -26.89062,-44.73877 -2.07813,-5.19434 -3.84961,-10.56153 -4.83203,-16.2002 7.00195,12.9502 24.25781,19.63916 28.96093,33.91065 1.92676,3.60937 1.81836,8.11914 3.01367,12 0.25098,0 0.50196,-0.18653 0.50196,-0.44141 -2.07031,-14.70117 -1.43848,-30.0874 0.55664,-44.60596 -0.11524,-7.86425 -0.88281,-15.49267 -5.25195,-21.58007 2.80175,1.63232 4.06347,4.76757 6.01171,7.20263 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path16"
|
||||
d="m 599.56445,203.87744 c 2.90821,13.14893 -1.33984,25.95459 1.33203,39.22998 l -0.0996,0.11426 c -7.15333,-14.06641 -22.33985,-20.70508 -32.78907,-31.96338 -6.05566,-6.68066 -8.68847,-14.82275 -10.20312,-23.44385 5.9873,14.43457 22.14355,17.61524 31.41894,29.77881 3.10352,2.8042 4.11621,6.68897 6.11719,9.86914 l 0.32715,-0.31592 c -5.33399,-11.38671 -7.1211,-24.20117 -10.84277,-36.34521 -1.86329,-5.26221 -5.56153,-10.43262 -10.52344,-13.75049 12.17578,2.48828 22.72851,15.19971 25.26269,26.82666 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path18"
|
||||
d="m 567.01172,173.72168 c 9.16992,8.20703 13.31738,18.8335 15.99512,29.84375 l 1.51464,3.49658 c -13.30957,-9.57226 -25.40039,-22.43994 -33.89941,-36.02978 l -10.37988,-10.50098 c 9.125,3.86914 18.96289,6.17871 26.76953,13.19043 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path20"
|
||||
d="m 356.80566,162.27393 c -9.20019,8.06543 -15.58105,18.26562 -22.40625,27.77734 -6.11816,7.57519 -13.94433,12.57031 -20.87988,19.08447 3.74414,-7.76172 3.88086,-17.0332 9.19141,-24.16308 7.55664,-13.1836 21.56933,-17.82178 34.09472,-22.69873 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path22"
|
||||
d="m 306.49219,190.35986 c 4.47461,-5.5625 10.14746,-9.42822 16.53125,-11.06054 -12.39551,8.51513 -11.58887,23.7749 -15.51856,36.46045 -1.25293,4.69091 -3.42871,9.01269 -4.51269,13.82128 l 0.31543,0.25098 c 2.0625,-5.43603 5.6875,-10.57226 10.21191,-15.00781 8.80371,-8.12695 21.82715,-13.1919 26.1416,-25.21387 -0.19726,16.70606 -14.13379,29.83985 -27.46875,39.22901 -5.49902,4.82421 -10.80175,10.32226 -13.83008,16.52392 -0.29687,-4.21484 0.62305,-8.44678 0.32325,-12.96191 -1.4502,-14.5835 -2.50391,-31.22901 7.80664,-42.04151 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path24"
|
||||
d="m 281.41211,240.22754 c -0.37305,-14.77832 5.76074,-26.8418 14.4043,-37.85303 0.25097,-0.12549 0.42968,-0.37646 0.75293,-0.31592 -9.51465,14.4585 -1.64356,32.67041 -2.07715,49.11036 l -1.25489,16.83203 c 0.18653,0.12207 0.18653,0.62793 0.62793,0.43359 0.5625,-1.87598 0.68457,-3.88086 1.06055,-5.81055 2.24121,-13.57714 14.03223,-23.21093 24.33106,-32.59375 2.19921,-2.4541 4.14355,-4.9458 5.27343,-7.82568 -0.84082,6.76025 -2.95996,13.57861 -5.76464,19.83057 -8.01563,15.63183 -22.82325,28.458 -25.52833,46.35449 -1.3125,-17.15039 -12.98925,-29.97266 -11.82519,-48.16211 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path26"
|
||||
d="m 274.21387,261.24316 c 1.06543,-4.62207 1.87988,-9.40527 3.8916,-13.64648 -3.81152,19.53711 9.3291,33.61426 13.63965,50.54883 1.80371,6.33398 2.24511,13.13672 4.82422,19.08008 0.24023,0.12988 0.44921,-0.1211 0.59765,-0.31153 -6.41797,-17.98926 2.84668,-34.70605 12.15625,-48.79101 2.26367,-3.81641 3.56836,-8.06641 4.69434,-12.45313 0.98926,8.1416 -1.06934,17.51758 -2.25195,25.97071 -2.26368,10.75585 -5.64258,20.95605 -8.58399,31.39257 -1.93555,6.52149 -1.42676,13.87891 -0.43262,20.71192 L 301.81641,333 c -6.8252,-12.58594 -20.33985,-22.40234 -24.35352,-36.15234 -3.30273,-10.96192 -5.49805,-23.66016 -3.24902,-35.6045 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path28"
|
||||
d="m 273.59766,299.40137 c 1.50293,20.70801 23.77148,31.65039 34.09375,48.79394 2.44238,3.50782 4.56152,7.38867 7.82519,10.3252 -0.50976,-2.20606 -2.56836,-4.0625 -3.32422,-6.32227 -3.61133,-7.19043 -4.92773,-15.75879 -4.05957,-24.44922 1,-10.57714 5.43653,-20.39257 3.74317,-31.51757 9.07031,19.55664 6.31543,43.96679 11.38672,65.1582 1.32812,4.63476 4.01074,8.77344 5.76855,13.20312 -18.63574,-12.69238 -44.04687,-24.76855 -52.31445,-48.03027 -3.48438,-8.02051 -3.87305,-17.9502 -3.11914,-27.16113 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path30"
|
||||
d="m 284.72949,346.95508 c 10.39063,23.50586 36.41406,25.45312 53.86231,39.7666 3.21093,2.8457 6.57519,5.26562 10.20019,6.9541 l 0.18653,-0.18945 c -4.00586,-3.62207 -8.63965,-7.74707 -11.44434,-12.44141 -10.21191,-14.19922 -6.62012,-34.08984 -14.27148,-49.36133 6.95214,8.31641 13.27441,16.96094 17.47168,26.39551 6.24316,15.40137 8.6289,32.79688 23.07519,44.43897 -15.63379,-5.15235 -33.94922,-3.71289 -47.74805,-13.33936 -15.0664,-9.25976 -28.51269,-24.96582 -31.33203,-42.22363 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path32"
|
||||
d="m 311.43457,390.80664 c 16.66016,18.94775 43.88281,12.62549 66.0752,17.58447 3.13476,0.42774 6.0039,1.6836 9.32617,1.17383 -2.64551,-1.67383 -6.31641,-1.49219 -9.2041,-3.01367 -17.39551,-6.11133 -19.94727,-24.94385 -29.39063,-37.64307 12.06445,8.01172 22.20703,18.81739 33.33692,29.2876 8,7.00781 17.62988,10.24219 27.77636,12.30469 -2.43847,0.89062 -5.63476,0.64648 -8.25195,1.33203 -18.22852,4.48242 -38.48047,11.80859 -57.81152,5.25 -12.56739,-3.95703 -25.53321,-13.89453 -31.85645,-26.27588 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path34"
|
||||
d="m 537.55664,434.97314 c -18.77344,7.00586 -38.36621,-0.32031 -53.0293,-11.43945 -5.93652,-3.77344 -11.16992,-9.20703 -18.84863,-8.72656 -2.78516,-0.0527 -5.4707,0.084 -7.83789,0.76758 14.24512,6.6289 27.47754,15.76758 39.57617,27.45508 -2.03906,2.32812 -4.67969,4.50585 -7.16699,6.51367 -11.65918,-12.5625 -24.57129,-24.6543 -39.02832,-31.7168 -2.83105,0.36719 -5.52441,2.07031 -8.07715,3.44141 -11.76953,7.4414 -23.40723,17.01367 -32.15723,28.73242 l -7.51855,-6.20899 c 12,-12.13867 25.27344,-21.58789 39.79395,-28.33789 -14.26856,-4.51953 -23.58204,7.4336 -34.41309,13.51368 -12.62109,8.8125 -30.77246,12.95117 -46.02539,6.87109 -8.20313,-3.11133 -16.15039,-7.69336 -22.08984,-15.14063 12.0039,8.26954 29.88183,9.13672 43.5332,3.76563 18.31836,-7.94531 37.35351,-18.01758 59.43652,-13.20117 3.44629,0.0605 6.79492,3.49218 10.05078,0.57031 16.41309,-4.26172 34.99512,-1.33203 49.12598,6.16992 l 14.56445,5.83789 c 13.53711,5.00586 31.03907,3.6211 42.64258,-4.62695 -5.96582,7.42578 -14.11523,12.74609 -22.53125,15.75976 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path36"
|
||||
d="m 557.6748,415.57471 c -21.07812,7.95898 -42.2832,-1.81055 -62.47949,-5.07422 l -3.88867,-0.49414 0,-0.12305 c 9.65723,-2.19141 19.03125,-5.06641 26.71777,-12.00586 11.32129,-10.88232 21.39551,-22.08349 33.96778,-30.65869 -9.32324,11.9541 -10.31153,28.96924 -25.71289,36.65479 -3.81153,2.49414 -8.62207,2.93554 -12.55567,4.82421 5.60938,0.1211 10.74512,-1.88867 16.29981,-2.45117 20.65234,-3.24219 44.27832,0.084 58.7666,-17.50928 -5.37891,12.25928 -18.84961,22.52491 -31.11524,26.83741 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ffcc00;stroke:#000000;stroke-opacity:0"
|
||||
id="path38"
|
||||
d="m 595.97266,356.26855 c -8.32422,5.44825 -16.76172,10.50098 -24.76075,16.69532 l 0,-0.76074 c 12.25196,-20.36231 6.2627,-48.33497 13.81153,-70.74415 l 2.81543,-7.50683 c -1.5752,13.95996 4.48828,25.78515 4.0625,39.79297 -0.42578,8.46191 -3.1875,15.96484 -7.63086,22.72168 l 0.75293,0 c 6.00293,-7.88379 10.69043,-16.26856 17.70605,-23.77832 10.88965,-10.50098 21.96094,-21.26856 23.39063,-35.84082 3.69824,24.32714 -9.95215,45.64843 -30.14746,59.42089 l 0,0 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g23861"
|
||||
transform="matrix(3.7311674,0,0,3.7479413,288.44163,292.97886)">
|
||||
<rect
|
||||
style="fill:#de0000;fill-opacity:0"
|
||||
height="100"
|
||||
width="100"
|
||||
id="redBackground"
|
||||
x="0"
|
||||
y="0" />
|
||||
<path
|
||||
d="m 49.91986,12.55663 c 19.65997,5.50959 39.54751,20.04409 37.37093,44.8786 -2.17518,24.81857 -29.44575,35.21931 -56.2747,12.022 l -0.96064,1.06471 c 0.45601,0.59778 1.12479,2.34719 0.0075,3.56186 -1.05447,1.14641 -2.69732,-0.13659 -3.58962,0.78335 -1.05763,1.09039 -0.74486,0.65996 -2.12995,3.87052 -3.27428,7.58959 -9.01818,9.85328 -10.97183,8.00163 -2.002,-1.89748 -0.53234,-7.33029 6.2474,-11.36181 3.40976,-2.02759 3.58057,-2.00348 4.11518,-2.90208 0.60106,-1.01028 -1.03432,-2.57336 0.12356,-3.93749 1.19763,-1.41095 2.7499,-0.85361 3.37759,-0.4037 l 2.9689,-3.67819 c 26.13725,14.62445 41.67758,7.79574 45.37021,-5.0745 3.62705,-12.64168 2.61138,-28.2185 -25.65456,-46.8249 z"
|
||||
id="path6570"
|
||||
style="fill:#fcd116"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 32.908587,33.482171 c -1.634287,1.634287 -2.034311,1.538148 -1.256911,2.315549 l 49.516717,51.326245 c 0.7774,0.777401 2.718946,0.08756 4.353233,-1.546726 1.634287,-1.634287 2.324126,-3.575833 1.546726,-4.353233 L 35.285499,32.273612 c -0.7774,-0.777401 -0.742625,-0.425728 -2.376912,1.208559 z"
|
||||
id="rect7857"
|
||||
style="fill:#fcd116"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 29.720348,49.454608 50.97795,28.197005 39.001283,26.031533 22.649278,42.383538 l 7.07107,7.07107 z"
|
||||
id="path7858"
|
||||
style="fill:#fcd116"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 68 KiB |
BIN
assets/images/usa.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/images/usa_logo.png
Normal file
After Width: | Height: | Size: 25 KiB |
|
@ -1,154 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="650"
|
||||
height="650"
|
||||
viewBox="0 0 3900 3900"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="usa_logo.svg">
|
||||
<metadata
|
||||
id="metadata39">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs37" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="794"
|
||||
inkscape:window-height="480"
|
||||
id="namedview35"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.21619433"
|
||||
inkscape:cx="617.5"
|
||||
inkscape:cy="325"
|
||||
inkscape:window-x="272"
|
||||
inkscape:window-y="59"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg2" />
|
||||
<rect
|
||||
width="7410"
|
||||
height="3900"
|
||||
id="rect4"
|
||||
x="0"
|
||||
y="0"
|
||||
style="fill:#b22234" />
|
||||
<path
|
||||
d="m 0,450 7410,0 m 0,600 -7410,0 m 0,600 7410,0 m 0,600 -7410,0 m 0,600 7410,0 m 0,600 -7410,0"
|
||||
id="path6"
|
||||
inkscape:connector-curvature="0"
|
||||
style="stroke:#ffffff;stroke-width:300" />
|
||||
<rect
|
||||
width="2964"
|
||||
height="2100"
|
||||
id="rect8"
|
||||
x="0"
|
||||
y="0"
|
||||
style="fill:#3c3b6e" />
|
||||
<g
|
||||
id="g10"
|
||||
style="fill:#ffffff">
|
||||
<g
|
||||
id="s18">
|
||||
<g
|
||||
id="s9">
|
||||
<g
|
||||
id="s5">
|
||||
<g
|
||||
id="s4">
|
||||
<path
|
||||
id="s"
|
||||
d="m 247,90 70.53423,217.08204 -184.66101,-134.16408 228.25356,0 -184.66101,134.16408 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<use
|
||||
xlink:href="#s"
|
||||
y="420"
|
||||
id="use17"
|
||||
x="0"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
<use
|
||||
xlink:href="#s"
|
||||
y="840"
|
||||
id="use19"
|
||||
x="0"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
<use
|
||||
xlink:href="#s"
|
||||
y="1260"
|
||||
id="use21"
|
||||
x="0"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
</g>
|
||||
<use
|
||||
xlink:href="#s"
|
||||
y="1680"
|
||||
id="use23"
|
||||
x="0"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
</g>
|
||||
<use
|
||||
xlink:href="#s4"
|
||||
x="247"
|
||||
y="210"
|
||||
id="use25"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
</g>
|
||||
<use
|
||||
xlink:href="#s9"
|
||||
x="494"
|
||||
id="use27"
|
||||
y="0"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
</g>
|
||||
<use
|
||||
xlink:href="#s18"
|
||||
x="988"
|
||||
id="use29"
|
||||
y="0"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
<use
|
||||
xlink:href="#s9"
|
||||
x="1976"
|
||||
id="use31"
|
||||
y="0"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
<use
|
||||
xlink:href="#s5"
|
||||
x="2470"
|
||||
id="use33"
|
||||
y="0"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.6 KiB |
28
assets/scripts/TimerScript.js
Normal file
|
@ -0,0 +1,28 @@
|
|||
// Set the date we're counting down to
|
||||
var countDownDate = new Date("Sep 3, 2018 8:00:00").getTime();
|
||||
|
||||
// Update the count down every 1 second
|
||||
var x = setInterval(function () {
|
||||
|
||||
// Get todays date and time
|
||||
var now = new Date().getTime();
|
||||
|
||||
// Find the distance between now an the count down date
|
||||
var distance = countDownDate - now;
|
||||
|
||||
// Time calculations for days, hours, minutes and seconds
|
||||
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
|
||||
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
|
||||
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
|
||||
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
|
||||
|
||||
// Output the result in an element with id="demo"
|
||||
document.getElementById("timer").innerHTML = "<strong>" + days + "</strong> jours, <strong>" + hours + "</strong> heures, <strong>"
|
||||
+ minutes + "</strong> minutes et <strong>" + seconds + "</strong> secondes avant la satellisation";
|
||||
|
||||
// If the count down is over, write some text
|
||||
if (distance < 0) {
|
||||
clearInterval(x);
|
||||
document.getElementById("timer").innerHTML = "/!\\ SATELLISATION EN COURS /!\\";
|
||||
}
|
||||
}, 1000);
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
var clickedColor = "#ee293d";
|
||||
var hoverColor = "#1a5dad";
|
||||
var normalColor = "#d9cfc7";
|
||||
var normalColor = "#efbd95";
|
||||
|
||||
var selected;
|
||||
|
||||
|
@ -13,7 +13,7 @@ function clicked(elem){
|
|||
set_element_active(elem)
|
||||
$("#infoBox").load("includes/map_descriptions/" + get_name(elem.id) + ".html");
|
||||
$('html, body').animate({
|
||||
scrollTop: $("#infoBox").offset().top
|
||||
scrollTop: $("#info-box-top").offset().top
|
||||
}, 300);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
var showcase = $("#img_big");
|
||||
var showcaseButton = $("#photo_buttons");
|
||||
var showcase = $("#img-big");
|
||||
var showcaseButton = $("#photo-buttons");
|
||||
var showcaseLink = $("#img_big_link");
|
||||
var showcaseDownload = $("#img_big_download");
|
||||
var photoOverlay = $("#photo_overlay");
|
||||
var headerTop = $("#header_top");
|
||||
var photoOverlay = $("#photo-overlay");
|
||||
var headerTop = $("#header-top");
|
||||
var sideNav = $("#menuSidenav");
|
||||
var loading = $("#loading");
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ $(document).ready(function () {
|
|||
/* Load info box text and smoothly scroll to it */
|
||||
$("#infoBox").load("includes/planning_events/" + current + ".html");
|
||||
$('html, body').animate({
|
||||
scrollTop: $("#infoBox").offset().top
|
||||
scrollTop: $("#info-box-top").offset().top
|
||||
}, 300);
|
||||
});
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
var menuOpen = false;
|
||||
var sidenav = $("#menuSidenav");
|
||||
var hamburger = $("#hamburger");
|
||||
var backButton = $("#back_button");
|
||||
var backButton = $("#back-button");
|
||||
|
||||
/*
|
||||
* Open navigation menu, change Hamburger icon to selected state
|
||||
|
@ -11,7 +11,7 @@ var backButton = $("#back_button");
|
|||
function openNav() {
|
||||
sidenav.css("margin-left", "0");
|
||||
sidenav.css("overflow", "auto");
|
||||
backButton.addClass("active_background");
|
||||
backButton.addClass("active-background");
|
||||
enableHamburger();
|
||||
menuOpen = true;
|
||||
}
|
||||
|
@ -24,7 +24,7 @@ function openNav() {
|
|||
function closeNav() {
|
||||
sidenav.css("margin-left", "-270px");
|
||||
sidenav.css("overflow", "hidden");
|
||||
backButton.removeClass("active_background");
|
||||
backButton.removeClass("active-background");
|
||||
disableHamburger();
|
||||
menuOpen = false;
|
||||
}
|
||||
|
|
16
blouse.php
|
@ -7,15 +7,14 @@ ob_start(); // Start reading html
|
|||
les TPs, devra être brodée par tes soins (et pas de tricheurs !).
|
||||
</p>
|
||||
<p>
|
||||
Cette année, le thème étant <strong>l'espace</strong>, tu devra teinter ta blouse en <strong>Bleu
|
||||
inter-sidéral</strong> et la
|
||||
Cette année, le thème étant <strong>l'espace</strong>, tu devras teinter ta blouse en <strong>Bleu inter-sidéral</strong> et la
|
||||
décorer en <strong>brodant et cousant</strong> selon ce thème en respectant les règles ci-dessous.
|
||||
Qui sait, peut-être que tu sera élu Miss ou Mister Blouse.
|
||||
Qui sait, peut-être que tu seras élu Miss ou Mister Blouse.
|
||||
</p>
|
||||
<h3>
|
||||
Voici les 5 commandements de la Blouse, et attention à les respecter scrupuleusement !
|
||||
</h3>
|
||||
<ul id="list_blouse">
|
||||
<ul id="list-blouse">
|
||||
<li>
|
||||
Uniquement fils et aiguilles tu utiliseras.
|
||||
</li>
|
||||
|
@ -54,7 +53,14 @@ ob_start(); // Start reading html
|
|||
|
||||
<img src="assets/images/blouse_example.png">
|
||||
|
||||
<h3>
|
||||
Pour te motiver, voici ce que notre Miss Blouse avait brodé pour le thème de la ferme
|
||||
</h3>
|
||||
|
||||
<img src="assets/images/blouse_example_2017.jpeg">
|
||||
|
||||
<?php
|
||||
$pageContent = ob_get_clean(); // Store html content in variable
|
||||
$pageTitle = "Blouse";
|
||||
include("template.php"); // Display template with variable content
|
||||
?>
|
||||
?>
|
3
coms.php
|
@ -76,5 +76,6 @@ include("includes/coms/com_template.php");
|
|||
?>
|
||||
<?php
|
||||
$pageContent = ob_get_clean(); // Store html content in variable
|
||||
$pageTitle = "Coms";
|
||||
include("template.php"); // Display template with variable content
|
||||
?>
|
||||
?>
|
|
@ -2,8 +2,23 @@
|
|||
ob_start(); // Start reading html
|
||||
?>
|
||||
<h1>Téléchargements</h1>
|
||||
<p>Fichiers à télécharger.</p>
|
||||
<p>Sur cette page tu peux télécharger les différents documents de ta semaine d'accueil</p>
|
||||
<ul>
|
||||
<li>
|
||||
La fiche de parrainage
|
||||
</li>
|
||||
<li>
|
||||
La plaquette
|
||||
</li>
|
||||
<li>
|
||||
Le Planning
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
Et non, y'en a aucun en ligne encore
|
||||
</p>
|
||||
<?php
|
||||
$pageContent = ob_get_clean(); // Store html content in variable
|
||||
$pageTitle = "Téléchargements";
|
||||
include("template.php"); // Display template with variable content
|
||||
?>
|
||||
?>
|
BIN
favicon.ico
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
@ -1,47 +1,26 @@
|
|||
{
|
||||
"usa": [
|
||||
{
|
||||
"text": "Chute dans le Canal!",
|
||||
"points": 56
|
||||
"text": "whoa, des points!",
|
||||
"points": 99
|
||||
},
|
||||
{
|
||||
"text": "Perdre le coude face à un ecocup",
|
||||
"points": 15
|
||||
},
|
||||
{
|
||||
"text": "Créer une crise financière chez supaéro",
|
||||
"points": 15
|
||||
},
|
||||
{
|
||||
"text": "Aimer la sieste",
|
||||
"points": 70
|
||||
"text": "whoa, encore des points!",
|
||||
"points": 2
|
||||
}
|
||||
],
|
||||
|
||||
"urss":[
|
||||
{
|
||||
"text": "Soissons46",
|
||||
"points": 46
|
||||
"text": "ah ! Mes points!",
|
||||
"points": 49
|
||||
},
|
||||
{
|
||||
"text": "Traiter avec l'ennemi",
|
||||
"points": -46
|
||||
"text": "yes, des points!",
|
||||
"points": 45
|
||||
},
|
||||
{
|
||||
"text": "Demander MIC sans valider les Maths",
|
||||
"points": 50
|
||||
},
|
||||
{
|
||||
"text": "Camper en amphi",
|
||||
"points": 20
|
||||
},
|
||||
{
|
||||
"text": "Inaugurer la chasie du Fabcamp",
|
||||
"points": 20
|
||||
},
|
||||
{
|
||||
"text": "Vomir dans son themro en amphi",
|
||||
"points": 20
|
||||
"text": "encore !",
|
||||
"points": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
<h3 id="<?= $comId ?>"><?= $comTitle ?></h3>
|
||||
<table id="table_coms">
|
||||
<table id="table-coms">
|
||||
<tr>
|
||||
<td colspan="4" class="com_description"><?= $comDescription ?></td>
|
||||
<td colspan="4" class="com-description"><?= $comDescription ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td rowspan="2" class="spacer"></td>
|
||||
|
|
13
includes/copyright.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<p class="copyright">
|
||||
Site de la semaine d'accueil 2018 pour l'INSA Toulouse
|
||||
</p>
|
||||
<p class="copyright">
|
||||
Tous les groupes, pays, présents sur ce site sont représentés à des fins humorisitques. Nous ne cherchons en aucun
|
||||
cas à véhiculer un message politique et condamnons toute action irrespectueuse.
|
||||
</p>
|
||||
<p class="copyright">
|
||||
<script type="text/javascript">
|
||||
var d = new Date();
|
||||
document.write("Copyright © " + d.getFullYear() + " Arnaud VERGNET")
|
||||
</script>
|
||||
</p>
|
|
@ -2,7 +2,4 @@
|
|||
<span class="main-logo">
|
||||
<i class="<?php echo $icon ?>"></i>
|
||||
</span>
|
||||
<span class="main-text">
|
||||
<span><?php echo $text ?></span>
|
||||
</span>
|
||||
</a>
|
|
@ -1 +1,6 @@
|
|||
<h3>L'Amicale</h3>
|
||||
<h3>L'Amicale</h3>
|
||||
<p>
|
||||
Deux petits bâtiments qui regroupent quelques clubs, peut-être que t'y trouvera ton bonheur. C'est aussi ici que tu
|
||||
pourras trouver l'Amicale des élèves, qui organise différents évènements tout au long de l'année, comme ta semaine
|
||||
d'accueil.
|
||||
</p>
|
20
includes/map_descriptions/bib.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<h3>La BIB et la Cafet</h3>
|
||||
<p>
|
||||
Oui je sais sur le plan ya juste marqué BIB, mais ya aussi la cafet juste en dessous !
|
||||
</p>
|
||||
<h4>La BIB</h4>
|
||||
<p>
|
||||
Si t'es hors campus, tu vas passer du temps là bas. Tu peux travailler sans (trop de) bruit, lire, et aller sur des
|
||||
ordis (pour faire de l'algo, direction GEI). Si t'aimes lire, que ce soit des romans ou des livres scientifiques, tu
|
||||
sera servi : en plus des livres disponibles à la BIB, il est possible d'en empreinter venant de toute l'Université
|
||||
Paul Sabatier, et ça fait beaucoup de livres. Un gros plus est la possibilité de réserver des box (des boites pour
|
||||
ceux fachés avec l'anglais). C'est des salles de travail, où tu pourra bosser sur des projets avec ton groupe sans
|
||||
déranger et ni être dérangé. Quand la date limite des projets arrive, ya souvent plus de place, donc direction le
|
||||
STPI pour trouver une salle vide.
|
||||
</p>
|
||||
<h4>La Cafet</h4>
|
||||
<p>
|
||||
La petite cafet se cache sous la BIB, avec l'entrée juste à coté du RU. C'est un peu plus cher, mais ya
|
||||
des pizza, donc c'est bon. C'est un endroit convivial, avec du personnel très accueillant, toujours avec le sourire.
|
||||
Y aller avec ses potes de temps en temps est plutot sympa pour casser la monotonie du RU.
|
||||
</p>
|
|
@ -1 +0,0 @@
|
|||
<h3>Le bâtiment des clubs</h3>
|
|
@ -1 +1,6 @@
|
|||
<h3>Le CSH</h3>
|
||||
<h3>Le CSH</h3>
|
||||
<p>
|
||||
Ah, le CSH, le Centre des Sciences Humaines. Un endroit merveilleux où tu fera de l'anglais, de la LV2, de
|
||||
l'expression et du PPI, les matières préférées des élèves. Mais bon, ya un distributeur de boissons et
|
||||
des ventes de crêpes, donc ça va.
|
||||
</p>
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
<h3>Le bâtiment des exams</h3>
|
||||
<h3>Le bâtiment des exams</h3>
|
||||
<p>
|
||||
Le bâtiment des examens. En tout cas pour certains. En 1A, tu feras tes contrôles (les CC) en même temps que toute ta
|
||||
promo. Autant dire que ya pas assez de place dans ce petit bâtiment. Certains feront donc leurs CC ici, d'autres
|
||||
dans les amphi (en vrai les amphi c'est bien t'as de la place).
|
||||
</p>
|
|
@ -1 +1,6 @@
|
|||
<h3>Le GC</h3>
|
||||
<h3>Le GC</h3>
|
||||
<p>
|
||||
D'après la légende, ce bâtiment serait la maison des futurs ingés en construction ! Situé au fin fond de l'INSA, ce
|
||||
bâtiment est presque inconnu des 1A. Peut-être fera tu quelques TD dans les salles de cet endroit plein de mystères,
|
||||
à condition que tu trouves ta salle...
|
||||
</p>
|
||||
|
|
|
@ -1 +1,8 @@
|
|||
<h3>Le GEI</h3>
|
||||
<h3>Le GEI</h3>
|
||||
<p>
|
||||
La maison des futurs électroniciens ou informaticiens ! Un endroit où tu va passer du temps si t'as du mal en algo (et
|
||||
oui, ya de l'algo en 1A), car du tutorat est organisé par les membres du club info. En fait, c'est le seul endroit
|
||||
où tu peux avoir des salles en libre accès pour faire de l'Ada (le langage de programmation que t'apprends en 1A).
|
||||
Si t'es gentil, peut être que les gars du club pourront te montrer comment faire de l'aglo directement sur ton ordi,
|
||||
pour éviter d'aller au GEI dès que tu veux réviser (t'as pas intérêt à critiquer ma machine virtuelle !).
|
||||
</p>
|
|
@ -1 +1,8 @@
|
|||
<h3>Le GM</h3>
|
||||
<h3>Le GM</h3>
|
||||
<p>
|
||||
La maison des futurs mécanos, les GM ! Tu vas passer un bon bout de temps ici, que ce soit pour les TP de TI, ou des
|
||||
TD de différentes matières. Tu vas avoir ici une matière que tu ne connais pas du tout : les Techniques
|
||||
Industrielles (sauf si tu viens de S.SI, là tu va revoir ta première et terminale). Tu vas au premier semestre
|
||||
réaliser un petit projet, et au second, tu vas faire de nombreux TP, des manip sympa, comme de la trempe d'acier, de
|
||||
l'impression 3D, de la découpe, ... Bref, la TI c'est bien.
|
||||
</p>
|
|
@ -1 +1,5 @@
|
|||
<h3>Le GMM</h3>
|
||||
<h3>Le GMM</h3>
|
||||
<p>
|
||||
La maison des futurs matheux, les GMM ! Ya aussi l'amphi Fourier, mais tu va pas vraiment y aller. Comme dans tout
|
||||
le reste du bâtiment en fait. C'est le repère des profs de maths, et les élèves en 1A sont rarement invités...
|
||||
</p>
|
|
@ -1 +1,6 @@
|
|||
<h3>Le GP</h3>
|
||||
<h3>Le GP</h3>
|
||||
<p>
|
||||
La maison des futurs physiciens, les GP ! Tu vas pas aller très souvent ici, car contrairement à la chimie et la
|
||||
thermo, tu va pas faire tes TPs dans l'antre des physiciens, mais dans un bâtiment spécial, le bâtiment des TPs
|
||||
(un nom original je sais). Qui sait, peut être ira tu dans cet endroit merveilleux lors d'un TD.
|
||||
</p>
|
|
@ -1 +1,7 @@
|
|||
<h3>Le GPE</h3>
|
||||
<h3>Le GPE</h3>
|
||||
<p>
|
||||
La maison des futurs chimistes, les ICBE ! Et ta maison pendant les TPs de chimie et de thermo. Si manipuler des
|
||||
solutions et des réservoirs adiabatique c'est ton truc, tu va te régaler. Sinon si t'es comme moi et que tu
|
||||
comprends pas pourquoi quand t'as mis de la soude dans ton becher c'est devenu bleu, beh bonne chance pour survivre
|
||||
aux 4 heures de TP...
|
||||
</p>
|
|
@ -1 +1,8 @@
|
|||
<h3>Le Gymnase</h3>
|
||||
<h3>Le Gymnase</h3>
|
||||
<p>
|
||||
Le sport, obligatoire en 1A, avec au menu de la course au premier semestre, et d'autres sports au second. Tu
|
||||
commencera avec un test de performance, pour savoir si t'es dans le groupe des mauvais (marche nordique ou
|
||||
endurance) ou dans le groupe des bons (2000m vitesse). Ce test ne change pas le sport que tu peux faire au second
|
||||
semestre, donc pas de stress. Au second semestre, plusieurs sports te serons proposés, comme le rugby, le volley, la
|
||||
lutte, la danse, ou encore le meilleur, le golf (en vrai c'est sympa, faut pas discriminer les gens comme ça).
|
||||
</p>
|
|
@ -1 +1,5 @@
|
|||
<h3>La laverie</h3>
|
||||
<h3>La laverie</h3>
|
||||
<p>
|
||||
C'est un endroit que tu vas apprendre à connaitre si tu rentres pas chez tes parents tous les week-ends. Si tu es au
|
||||
R5 ou R6, pense bien à ta lessive, c'est quand même gênant de faire 3 fois l'aller-retours avec ton linge.
|
||||
</p>
|
|
@ -1 +1,4 @@
|
|||
<h3>La Loge</h3>
|
||||
<h3>La Loge</h3>
|
||||
<p>
|
||||
Le lieu de rencontre pour récupérer les commandes de pizza. Ya aussi la sécurité et un plan de l'INSA.
|
||||
</p>
|
|
@ -1 +1,8 @@
|
|||
<h3>Le PK</h3>
|
||||
<h3>Le PK</h3>
|
||||
<p>
|
||||
Le Ptit Kawa, appelé par certains le foyer étudiant. Mais PK ça sonne mieux. C'est LE lieux des soirées, avec la
|
||||
salle de Boom juste à côté. Tu peux y aller un peu quand tu veux, ya presque tout le temps quelqu'un. Certains
|
||||
aiment bien se retrouver là bas le midi. Des soirées sont régulièrement organisées pour décompresser des cours,
|
||||
surtout le mercredi ou le jeudi. Il est maintenu par les étudiants, et il peut fonctionner que si tout le monde est
|
||||
respectueux, donc fais la fête, mais sans tout casser stp.
|
||||
</p>
|
|
@ -1 +1,13 @@
|
|||
<h3>Le R1</h3>
|
||||
<h3>Le R1</h3>
|
||||
<p>
|
||||
C'est la seule résidence du Crous à l'INSA. Elle est directement sur le campus, à 2 minutes des cours, du RU, de la
|
||||
Cafet, du PK, bref c'est la mieux placée si t'aimes l'ambiance !
|
||||
</p>
|
||||
<p>
|
||||
Il y a 6 étages, avec des appartements de 11, 15 et 18 mètres carrés avec pour la majorité la cuisine et les WC
|
||||
communs. Mais il y a aussi un étage spécial : le 3ème. En effet, c'est l'étage des colocs, avec une cuisine et salle
|
||||
de bain commune à deux appartements.
|
||||
</p>
|
||||
<p>
|
||||
PS : pense à un frigo si t'as un 11 m²
|
||||
</p>
|
|
@ -1 +1,6 @@
|
|||
<h3>Le R2</h3>
|
||||
<h3>Le R2</h3>
|
||||
<p>
|
||||
Située à 20 mètres du R1, cette résidence est elle aussi très bien placée si t'aimes l'ambiance et te lever tard.
|
||||
Mais le R2 à un avantage écrasant sur toutes les autres résidences : la laverie. Et oui, tu n'as qu'a faire 2 pas
|
||||
dehors pour aller laver ton linge, imagine un peu les pauvres du R5 et R6...
|
||||
</p>
|
|
@ -1 +1,7 @@
|
|||
<h3>Le R3</h3>
|
||||
<h3>Le R3</h3>
|
||||
<p>
|
||||
Un endroit merveilleux pour pouvoir profiter du PK sans en entendre le bruit. Tout comme le R7, ils ont un
|
||||
distributeur de pain, utile si t'as oublié d'acheter du ptit dej. Certains te dirons que c'est l'endroit le plus
|
||||
gazif de l'INSA, qu'ils ont des ascenseurs qui marchent et tout, mais je pense plutôt que c'est parce que ya le Prez
|
||||
de ta semaine là bas, ils trichent un peu dans la plaquette (chuut, leur dit pas...).
|
||||
</p>
|
|
@ -1 +1,8 @@
|
|||
<h3>Le R4</h3>
|
||||
<h3>Le R4</h3>
|
||||
<p>
|
||||
Tout le monde te dira que le R4 c'est le bout du monde (sauf ceux du R4), et je suis d'accord. Imagine un peu, tu
|
||||
mets 1 minute de plus pour aller en cours que depuis le R7, inadmissible !
|
||||
</p>
|
||||
<p>
|
||||
Si on oublie ce petit point négatif, le R4 est un endroit tranquille où tu pourras bosser et dormir en paix.
|
||||
</p>
|
||||
|
|
|
@ -1 +1,8 @@
|
|||
<h3>Le R5</h3>
|
||||
<h3>Le R5</h3>
|
||||
<p>
|
||||
C'est à coté du R6, mais c'est pas le R6 (attention, ils mordent quand tu les confonds). Le R5, c'est le coin des
|
||||
sportifs, avec une salle de muscu et de danse au rez-de-chaussée, et le gymnase juste à côté. Ça reste loin des
|
||||
bâtiments de cours (sauf celui du GC mais t'y vas presque jamais), mais ils vont te dire que c'est des sportifs. Ça
|
||||
leur donne une excuse pour se balader en skate toute la journée. Quand toute ta classe habite là bas, ça devient
|
||||
presque une maison familiale, avec chacun qui squat dans les apparts des autres.
|
||||
</p>
|
|
@ -1 +1,8 @@
|
|||
<h3>Le R6</h3>
|
||||
<h3>Le R6</h3>
|
||||
<p>
|
||||
C'est à coté du R5, mais c'est pas le R5 (attention, ils mordent quand tu les confonds). Le R6, c'est le coin des
|
||||
sportifs, avec une salle de muscu et de danse au rez-de-chaussée, et le gymnase juste à côté. Ça reste loin des
|
||||
bâtiments de cours (sauf celui du GC mais t'y vas presque jamais), mais ils vont te dire que c'est des sportifs. Ça
|
||||
leur donne une excuse pour se balader en skate toute la journée. Quand toute ta classe habite là bas, ça devient
|
||||
presque une maison familiale, avec chacun qui squat dans les apparts des autres.
|
||||
</p>
|
|
@ -1 +1,6 @@
|
|||
<h3>Le R7</h3>
|
||||
<h3>Le R7</h3>
|
||||
<p>
|
||||
Ah, le R7, c'est LA résidence de l'INSA ! Assez proche pour être à moins de 5 min de tous les endroits les plus
|
||||
intéressants de l'INSA, et juste assez loin pour ne pas être dérangé par les bruits, même avec la fenêtre ouverte !
|
||||
De plus, comme le R3, on a un distributeur de pain et de choco pour les gourmants (ou les étourdis).
|
||||
</p>
|
|
@ -1 +1,6 @@
|
|||
<h3>Le RU et la Bib</h3>
|
||||
<h3>Le RU</h3>
|
||||
<p>
|
||||
C'est le self, le Restaurant Universitaire. Tu vas apprendre à quelle vitesse une file d'attente peu grandir. Si
|
||||
t'es là à 12h14, ya personne, mais à 12h16, ya 20 minutes d'attente. Autrement dit, dépèche toi quand tu sors des cours.
|
||||
Sinon, ya toujours la cafet sous la BIB quand t'as la flemme t'attendre.
|
||||
</p>
|
|
@ -1 +1,10 @@
|
|||
<h3>Le STPI</h3>
|
||||
<h3>Le STPI</h3>
|
||||
<p>
|
||||
Le bâtiment des 1A (toi) et les 2A (nous), aussi appelé le bâtiment des Amphis. C'est là dedans que tu va passer la
|
||||
majeure partie de ton temps. STPI ça
|
||||
veut dire Sciences et Techniques Pour l'Ingénieur. En gros, c'est l'administration qui gère les 1A et 2A. Après
|
||||
chaque spécialité (ou presque) a son bâtiment (GM, GC, GPE, GEI, GMM, ...) et son administration.
|
||||
</p>
|
||||
<p>
|
||||
Si tu cherches l'Amphi Riquet et Vinci (je pense ils sont quand même assez bien indiqués), c'est là dedans.
|
||||
</p>
|
|
@ -1 +1,6 @@
|
|||
<h3>Le bâtiment des TPs</h3>
|
||||
<h3>Le bâtiment des TPs</h3>
|
||||
<p>
|
||||
Tu va passer des heures dans ces salles de TPs, à faire de l'élec et de l'optique avec ton fameux binome. C'est
|
||||
l'occasion de mettre en pratique ce que t'as vu en cours. Et ça n'a rien à voir avec ce que tu faisais au lycée, ici
|
||||
c'est intéressant.
|
||||
</p>
|
5
includes/map_descriptions/trou.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<h3>Le Trou</h3>
|
||||
<p>
|
||||
C'est pas un bâtiment, c'est un trou. C'est LE lieu de rencontre des élèves avant les soirées, ou
|
||||
pendant, ou après. Bref, c'est un trou devant les apparts, on peut s'asseoir, c'est cool.
|
||||
</p>
|
|
@ -1,17 +1,17 @@
|
|||
<a href="<?= $folderLink ?>">
|
||||
<span id="folder_title"><?= $folderTitle ?></span>
|
||||
<span id="folder-title"><?= $folderTitle ?></span>
|
||||
<?php if ($photos > 1): ?>
|
||||
<span id="folder_photos"><?= $photos ?> photos</span>
|
||||
<span id="folder-photos"><?= $photos ?> photos</span>
|
||||
<?php elseif ($photos == 1): ?>
|
||||
<span id="folder_photos"><?= $photos ?> photo</span>
|
||||
<span id="folder-photos"><?= $photos ?> photo</span>
|
||||
<?php else: ?>
|
||||
<span id="folder_photos">vide</span>
|
||||
<span id="folder-photos">vide</span>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($albums > 1): ?>
|
||||
<span id="folder_albums"><?= $albums ?> albums</span>
|
||||
<span id="folder-albums"><?= $albums ?> albums</span>
|
||||
<?php elseif ($albums == 1): ?>
|
||||
<span id="folder_albums"><?= $albums ?> album</span>
|
||||
<span id="folder-albums"><?= $albums ?> album</span>
|
||||
<?php endif; ?>
|
||||
</a>
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
<h3>Activités de Prévention</h3>
|
||||
<p>Text</p>
|
||||
<h3>Les Activités de Prévention</h3>
|
||||
<p>J'ai pas trop d'infos dessus donc je vais essayer de broder. Vu le nom, je pense que tu vas pouvoir assister à de la
|
||||
prévention pour que ta semaine et ton année se passe sans incidents.</p>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
<h3>Banquet</h3>
|
||||
<p>Text</p>
|
||||
<h3>Le Banquet</h3>
|
||||
<p>Repas du soir, t’auras des foodtrucks tous les soirs pour te restaurer ! On sait que t’auras pas encore appris à
|
||||
faire tes pâtes comme il faut alors autant en profiter tous ensemble !</p>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<h3>Barbecue</h3>
|
||||
<p>Text</p>
|
||||
<h3>Le Barbecue</h3>
|
||||
<p>Histoire de reprendre des forces, entre tes deux demies journées de FabCamp</p>
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
<h3>COM Ville</h3>
|
||||
<p>Text</p>
|
||||
<h3>La COM Ville</h3>
|
||||
<p>T'as bien crapaüté dans tout le campus, maintenant c'est l'heure de visiter Toulouse ! Et oui, tu vas pouvoir te
|
||||
balader de stand en stand pour réaliser des jeux et ainsi découvrir la ville rose. Si tu connais déjà le coin par
|
||||
cœur, pas de soucis, ce sera l'occasion pour monter aux autres Toulousains qu'a l'INSA on est intelligents. Tu
|
||||
pourras même gagner des points pour ton équipe !
|
||||
</p>
|
||||
|
|
|
@ -1,2 +1,8 @@
|
|||
<h3>COM Wall-E</h3>
|
||||
<p>Text</p>
|
||||
<h3>La COM Wall-E</h3>
|
||||
<p>Le mec qu'a écrit le texte pour la plaquette s'est chauffé quand même, ça y parait pas mais c'est recherché... Ce
|
||||
vendredi, tu vas faire une bonne action. Et oui, tu vas nettoyer la forêt de Bouconne, pas loin de Toulouse. Tu
|
||||
seras avec une petite équipe de PPA, et le but sera de ramasser le plus de déchets dans la forêt (t'inquiète pas
|
||||
y'en aura assez pour tout le monde). Peut-être remportera tu la Wall-E Cup et fera gagner des points à ton équipe !
|
||||
Mais attention, tu ne feras pas ça toute la journée, oh non ! L'après midi, tu vas pouvoir montrer ton plus beau
|
||||
maillot dans la base de loisirs, et essayer de remporter le concours de plats (points bonus pour le gagnant).
|
||||
</p>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
<h3>Discours du Directeur</h3>
|
||||
<p>Text</p>
|
||||
<h3>Le Discours du Directeur</h3>
|
||||
<p>Pour bien commencer l'année, le directeur va tout d'abord t'accueillir chaleureusement et t'expliquer
|
||||
rapidement le déroulement de l'année. Un discours très motivant, tu ressors super motivé pour ton année !</p>
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
<h3>Escape Game</h3>
|
||||
<p>Text</p>
|
||||
<h3>L'Ins'cape Game</h3>
|
||||
<p>Le FabCamp c'est fini, on peut jouer maintenant ! Ici tu vas devoir résoudre des énigmes, des petits challenges et
|
||||
trucs du genre. Le but est de réussir à t'échapper du campus et de t'envoler vers l'ISS grâce aux indices trouvés en
|
||||
accomplissant les différentes missions. Et attention aux tricheurs qui connaissent déjà le coin, on a des grands
|
||||
costauds qui gardent le périmètre.
|
||||
</p>
|
||||
|
|
|
@ -1,2 +1,9 @@
|
|||
<h3>FabCamp</h3>
|
||||
<p>Grande nouveauté cette année ! Le Fabcamp qu’est-ce que c’est ? Ce sera ton premier TP de l’INSA, tu seras dans un groupe de 4 ou 5 PPAs, face à un problème. Concrètement, nous on avait fait un truc similaire après la semaine d’accueil, on s’est retrouvé avec deux cartons de 1m50 x 1m50, et deux jours plus tard, il fallait que ces cartons soient devenus un fauteuil. Je peux te dire qu’on a pondu des fauteuils dignes d’Ikea mais avec des noms bien moins compliqués que leur dernier modèle SÖDERHAMN. Autant te dire que la S.H.Aise elle a supporté une Baptista Bomb donc vraiment des produits robustes ! Faudra que vous fassiez au moins aussi bien cette année ! Si t’as jamais mis la main à la pâte, si t’as jamais bricolé, bah ce sera une première ! Et comme on dit, y’a un début à tout !</p>
|
||||
<h3>Le FabCamp</h3>
|
||||
<p>Grande nouveauté cette année ! Le Fabcamp qu’est-ce que c’est ? Ce sera ton premier TP de l’INSA, tu seras dans un
|
||||
groupe de 4 ou 5 PPAs, face à un problème. Concrètement, nous on avait fait un truc similaire après la semaine
|
||||
d’accueil, on s’est retrouvé avec deux cartons de 1m50 x 1m50, et deux jours plus tard, il fallait que ces cartons
|
||||
soient devenus un fauteuil. Je peux te dire qu’on a pondu des fauteuils dignes d’Ikea mais avec des noms bien moins
|
||||
compliqués que leur dernier modèle SÖDERHAMN. Autant te dire que la S.H.Aise elle a supporté une Baptista Bomb donc
|
||||
vraiment des produits robustes ! Faudra que vous fassiez au moins aussi bien cette année ! Si t’as jamais mis la
|
||||
main à la pâte, si t’as jamais bricolé, bah ce sera une première ! Et comme on dit, y’a un début à tout ! Oui j'ai
|
||||
eu la flemme et j'ai juste recopié la plaquette.</p>
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
<h3>Cours de remise à niveau</h3>
|
||||
<p>Text</p>
|
||||
<h3>Le Cours de Remise à Niveau</h3>
|
||||
<p> Premier cours, et quel cours ! Tu vas te prendre une rafale de notions qui ont été supprimées du programme de
|
||||
terminale en physique ! Tu vas rencontrer NABLA ton dieu vénéré. Et tout ce que t’auras vu pendant ce cours, tu
|
||||
devras le mettre en œuvre pendant ton FabCamp pour nous pondre le meilleur projet possible !</p>
|
||||
|
|
|
@ -1,2 +1,21 @@
|
|||
<h3>Soirées</h3>
|
||||
<p>Text</p>
|
||||
<h3>Les Soirées</h3>
|
||||
<p>
|
||||
Ah, les soirées, le meilleur endroit pour découvrir la vie à l'INSA ! Voici une petite description des soirées de ta
|
||||
semaine (on t'en dit pas trop, faudrait pas gâcher la surprise).
|
||||
</p>
|
||||
<h5>Le Space Meeting</h5>
|
||||
<p>
|
||||
Le space meeting c’est la soirée ou tu vas rencontrer tout le monde ! En salle de boom, on va t’organiser une petite
|
||||
soirée pépite !
|
||||
</p>
|
||||
<h5>La Soirée des Spécifiques</h5>
|
||||
<p>
|
||||
C’est la soirée où tu pourras découvrir les principaux clubs de l’école, et où les groupes spécifiques seront à
|
||||
l’honneur !
|
||||
</p>
|
||||
<h5>La Soirée Jeune Padawan</h5>
|
||||
<p>
|
||||
Ce soir-là, tu rencontreras ton parrain ou ta marraine (nous quoi) ! Et bien sûr, ce sera le début d’une grande
|
||||
histoire de
|
||||
famille qui se continuera jusqu’à le fin de tes études !
|
||||
</p>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<h3>WINI</h3>
|
||||
<p>Text</p>
|
||||
<h3>Le WINI</h3>
|
||||
<p>Un petit week-end avec ta promo et des 3èmes années. Nous on est pas invités (#pascontent)... Mais tu vas t'éclater quand même !</p>
|
||||
|
|
|
@ -1,25 +1,35 @@
|
|||
<?php
|
||||
|
||||
function get_total_points($is_urss){
|
||||
$json_source = file_get_contents('historique.json');
|
||||
function get_total_points($is_urss)
|
||||
{
|
||||
$json_source = file_get_contents('https://raw.githubusercontent.com/Keplyx/site-accueil-insa/master/historique.json');
|
||||
$json_data = json_decode($json_source, true);
|
||||
$root = "usa";
|
||||
if ($is_urss)
|
||||
$root = "urss";
|
||||
$points = 0;
|
||||
foreach($json_data[$root] as $v){
|
||||
foreach ($json_data[$root] as $v) {
|
||||
$points += $v['points'];
|
||||
}
|
||||
return $points;
|
||||
}
|
||||
|
||||
?>
|
||||
<div id="score_counter">
|
||||
<div id="score_container">
|
||||
<img class="score_logo" src="assets/images/usa.jpg">
|
||||
<div id="score_usa"><?php echo get_total_points(false) ?></div>
|
||||
<div id="score_separator">/</div>
|
||||
<div id="score_urss"><?php echo get_total_points(true) ?></div>
|
||||
<img class="score_logo" src="assets/images/urss.jpeg">
|
||||
<div id="score-counter">
|
||||
<img id="title-image" src="assets/images/titre-site-accueil.png">
|
||||
<div id="score-container">
|
||||
<div id="score-display">
|
||||
<a href="usa.php">
|
||||
<img class="score-logo" src="assets/images/usa.png">
|
||||
</a>
|
||||
<a href="stats.php">
|
||||
<div id="score-usa"><?php echo get_total_points(false) ?></div>
|
||||
<div id="score-separator">/</div>
|
||||
<div id="score-urss"><?php echo get_total_points(true) ?></div>
|
||||
</a>
|
||||
<a href="urss.php">
|
||||
<img class="score-logo" src="assets/images/urss.png">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
<a href="photos.php" id="photos" class="page-link"><span class="sidenav-content"><i
|
||||
class="fas fa-camera sidenav-icon"></i> Les Photos</span></a>
|
||||
<div class="separator"></div>
|
||||
<a href="usa.html" id="usa" class="page-link"><span class="sidenav-content"><img
|
||||
src="assets/images/usa_logo.svg" class="sidenav-image"> La
|
||||
<a href="usa.php" id="usa" class="page-link"><span class="sidenav-content"><img
|
||||
src="assets/images/usa_logo.png" class="sidenav-image"> La
|
||||
Team USA</span></a>
|
||||
<a href="urss.html" id="urss" class="page-link"><span class="sidenav-content"><img
|
||||
src="assets/images/urss_logo.svg" class="sidenav-image"> La
|
||||
<a href="urss.php" id="urss" class="page-link"><span class="sidenav-content"><img
|
||||
src="assets/images/urss_logo.png" class="sidenav-image"> La
|
||||
Mère Patrie</span></a>
|
||||
<a href="stats.php" id="stats" class="page-link"><span class="sidenav-content"><i
|
||||
class="fas fa-list-ol sidenav-icon"></i> Les Stats</span></a>
|
||||
|
@ -32,6 +32,6 @@
|
|||
<a href="downloads.php" id="downloads" class="page-link"><span class="sidenav-content"><i
|
||||
class="fas fa-download sidenav-icon"></i> Les Téléchargements</span></a>
|
||||
<a href="info.php" id="contact" class="page-link"><span class="sidenav-content"><i
|
||||
class="fas fa-info sidenav-icon"></i> Les Infos</span></a>
|
||||
class="fas fa-info sidenav-icon"></i> Les Info</span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<div id="header_top">
|
||||
<div id="header-top">
|
||||
<div id="hamburger" onclick="toggleNav()">
|
||||
<div id="bar1"></div>
|
||||
<div id="bar2-1"></div>
|
||||
<div id="bar2-2"></div>
|
||||
<div id="bar3"></div>
|
||||
</div>
|
||||
<a href="index.php">
|
||||
<img src="assets/images/logo-site-accueil.svg" id="menu_icon">
|
||||
<h5 id="menu_title">Toulouse 2018</h5>
|
||||
<a id="menu-link" href="index.php">
|
||||
<img src="assets/images/logo-site-accueil.png" id="menu-icon">
|
||||
<h4 id="menu-title">INSA Toulouse 2018</h4>
|
||||
</a>
|
||||
</div>
|
119
index.php
|
@ -1,6 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119918217-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-119918217-1');
|
||||
</script>
|
||||
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<meta name="viewport" content="width=device-width,maximum-scale=2">
|
||||
|
@ -12,70 +26,81 @@
|
|||
<script src="https://cdnjs.cloudflare.com/ajax/libs/hammer.js/2.0.8/hammer.js"></script>
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway" rel="stylesheet">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<title>Semaine d'Accueil 2018</title>
|
||||
<title>Semaine d'Accueil 2018 | INSA Toulouse</title>
|
||||
</head>
|
||||
<body id="main">
|
||||
<div id="back_button" onclick="closeNav()"></div>
|
||||
<div class="background"></div>
|
||||
<div id="back-button" onclick="closeNav()"></div>
|
||||
<?php
|
||||
include("includes/top_bar.html");
|
||||
include("includes/sidenav.html");
|
||||
?>
|
||||
<div id="home_content_wrap" class="outer">
|
||||
<section id="home_content" class="inner">
|
||||
<h1>Semaine d'Accueil 2018</h1>
|
||||
<?php
|
||||
$link = "planning.php";
|
||||
$icon = "fas fa-calendar-alt";
|
||||
$text = "Le planning de ta semaine, sois au courant de tous les événements !";
|
||||
include("includes/main_button_template.php");
|
||||
<div id="home-content-wrap" class="outer">
|
||||
<section id="home-content" class="inner">
|
||||
<img id="home-title" src="assets/images/titre-site-accueil.png">
|
||||
<h4>Semaine d'Accueil INSA Toulouse 2018</h4>
|
||||
<div id="main-link-container">
|
||||
<?php
|
||||
$link = "planning.php";
|
||||
$icon = "fas fa-calendar-alt";
|
||||
$text = "Le planning de ta semaine, sois au courant de tous les événements !";
|
||||
include("includes/main_button_template.php");
|
||||
|
||||
$link = "map.php";
|
||||
$icon = "fas fa-map";
|
||||
$text = "Le plan du campus, il est interactif et tout, comme ça tu peux pas te perdre !";
|
||||
include("includes/main_button_template.php");
|
||||
$link = "map.php";
|
||||
$icon = "fas fa-map";
|
||||
$text = "Le plan du campus, il est interactif et tout, comme ça tu peux pas te perdre !";
|
||||
include("includes/main_button_template.php");
|
||||
|
||||
$link = "parrainage.php";
|
||||
$icon = "fas fa-user-plus";
|
||||
$text = "Toutes les informations concernant le parrainage !";
|
||||
include("includes/main_button_template.php");
|
||||
$link = "parrainage.php";
|
||||
$icon = "fas fa-user-plus";
|
||||
$text = "Toutes les informations concernant le parrainage !";
|
||||
include("includes/main_button_template.php");
|
||||
|
||||
$link = "blouse.php";
|
||||
$icon = "fas fa-tshirt";
|
||||
$text = "La fameuse Blouse, habit officiel de l'insa !";
|
||||
include("includes/main_button_template.php");
|
||||
$link = "blouse.php";
|
||||
$icon = "fas fa-tshirt";
|
||||
$text = "La fameuse Blouse, habit officiel de l'insa !";
|
||||
include("includes/main_button_template.php");
|
||||
|
||||
$link = "photos.php";
|
||||
$icon = "fas fa-camera";
|
||||
$text = "Les photos de la semaine (la tienne et la notre) !";
|
||||
include("includes/main_button_template.php");
|
||||
$link = "photos.php";
|
||||
$icon = "fas fa-camera";
|
||||
$text = "Les photos de la semaine (la tienne et la notre) !";
|
||||
include("includes/main_button_template.php");
|
||||
|
||||
$link = "stats.php";
|
||||
$icon = "fas fa-list-ol";
|
||||
$text = "Les stats de chaque groupe (USA vs URSS) !";
|
||||
include("includes/main_button_template.php");
|
||||
$link = "stats.php";
|
||||
$icon = "fas fa-list-ol";
|
||||
$text = "Les stats de chaque groupe (USA vs URSS) !";
|
||||
include("includes/main_button_template.php");
|
||||
|
||||
$link = "coms.php";
|
||||
$icon = "fas fa-users";
|
||||
$text = "Les différentes COM présentes pour assurer la pérénité de la semaine !";
|
||||
include("includes/main_button_template.php");
|
||||
$link = "coms.php";
|
||||
$icon = "fas fa-users";
|
||||
$text = "Les différentes COM présentes pour assurer la pérénité de la semaine !";
|
||||
include("includes/main_button_template.php");
|
||||
|
||||
$link = "prevs.php";
|
||||
$icon = "fas fa-medkit";
|
||||
$text = "La prévention, pour éviter tout incident";
|
||||
include("includes/main_button_template.php");
|
||||
$link = "prevs.php";
|
||||
$icon = "fas fa-medkit";
|
||||
$text = "La prévention, pour éviter tout incident";
|
||||
include("includes/main_button_template.php");
|
||||
|
||||
$link = "downloads.php";
|
||||
$icon = "fas fa-download";
|
||||
$text = "Les téléchargements, si t'as paumé une feuille !";
|
||||
include("includes/main_button_template.php");
|
||||
$link = "downloads.php";
|
||||
$icon = "fas fa-download";
|
||||
$text = "Les téléchargements, si t'as paumé une feuille !";
|
||||
include("includes/main_button_template.php");
|
||||
|
||||
$link = "info.php";
|
||||
$icon = "fas fa-info";
|
||||
$text = "Les informations supplémentaires, si tu veux tout savoir !";
|
||||
include("includes/main_button_template.php");
|
||||
?>
|
||||
$link = "info.php";
|
||||
$icon = "fas fa-info";
|
||||
$text = "Les informations supplémentaires, si tu veux tout savoir !";
|
||||
include("includes/main_button_template.php");
|
||||
?>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<div id="footer-wrap" class="outer">
|
||||
<footer class="inner">
|
||||
<?php
|
||||
include("includes/copyright.html");
|
||||
?>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
<script src="assets/scripts/sidenavScript.js"></script>
|
||||
</html>
|
||||
|
|
39
info.php
|
@ -5,47 +5,60 @@ ob_start(); // Start reading html
|
|||
<p>
|
||||
Voici la merveilleuse page que personne lit ! Mais t'es là, donc autant en profiter.
|
||||
</p>
|
||||
<p>Si t'as des questions à propos du site, tu peux m'envoyer des mails (pas trop quand même), ou m'ajouter en ami
|
||||
(j'aime bien avoir des amis) :
|
||||
<p>Si t'as des questions à propos du site, tu peux m'envoyer des mails (pas trop quand même) :
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
vergnet<span class="fas fa-envelope"></span>etud.insa-toulouse.fr
|
||||
</li>
|
||||
<li>
|
||||
LIEN FB
|
||||
</li>
|
||||
<!-- <li>-->
|
||||
<!-- <a href="https://www.facebook.com/arnaud.vergnet">FaceBook</a>-->
|
||||
<!-- </li>-->
|
||||
</ul>
|
||||
<p>Pour les questions concernant la semaine, adresse toi directement au Prez, il saura surement t'aider :
|
||||
<p>Pour les questions concernant la semaine, adresse-toi directement au Prez, il saura surement t'aider :
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
bquintan<span class="fas fa-envelope"></span>etud.insa-toulouse.fr
|
||||
</li>
|
||||
<li>
|
||||
LIEN FB
|
||||
</li>
|
||||
<!-- <li>-->
|
||||
<!-- <a href="https://www.facebook.com/beranger.qtn">FaceBook</a>-->
|
||||
<!-- </li>-->
|
||||
</ul>
|
||||
<p>Sinon, si tu veux des infos à propos d'une activité/COM spécifique, va sur la page des <a href="coms.php">COMs</a>
|
||||
pour
|
||||
contacter le responsable.</p>
|
||||
contacter le responsable.
|
||||
</p>
|
||||
<p>
|
||||
Ta semaine d'accueil est possible grâce à l'<a href="https://etud.insa-toulouse.fr/~amicale/">Amicale</a>, une
|
||||
association gérée par des élèves de l'INSA, pour proposer aux étudiants des activités et des services.
|
||||
</p>
|
||||
|
||||
|
||||
<h1>Crédits</h1>
|
||||
<p>
|
||||
Site créé par Arnaud, un GDA qui avait du temps à perdre
|
||||
Site créé par Arnaud VERGNET, un GDA qui avait du temps à perdre mais qui aime bien rendre service. J'ai essayé de
|
||||
faire ce site le plus modulable possible, donc si un de vous veut le reprendre pour l'année suivante, envoyez-moi un
|
||||
petit mot pour que je passe le flambeau (pas besoin de connaissances de fou, ya pas grand-chose à modifier).
|
||||
</p>
|
||||
<br>
|
||||
<p>Voici les différentes technologies et ressources utilisées pour ce site :</p>
|
||||
<ul id="credits-list">
|
||||
<li><a href="http://maxpixel.freegreatpicture.com/World-Earth-Rise-Sunrise-Space-Outer-Sun-Globe-1765027"><i
|
||||
class="fas fa-file-image"></i> Fond du site</a></p></li>
|
||||
<li><a href="https://fontawesome.com/"><i class="fab fa-font-awesome"></i></a></li>
|
||||
<li><a href="https://jquery.com/"><i class="fab fa-js-square"></i></a></li>
|
||||
<li><a href="http://www.php.net/"><i class="fab fa-php"></i></a></li>
|
||||
<li><a href="https://www.w3.org/html/"><i class="fab fa-html5"></i></a></li>
|
||||
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3"><i class="fab fa-css3-alt"></i></a></li>
|
||||
</ul>
|
||||
<p>
|
||||
Images de fond trouvées sur <a
|
||||
href="http://maxpixel.freegreatpicture.com/World-Earth-Rise-Sunrise-Space-Outer-Sun-Globe-1765027">
|
||||
MaxPixels</a> et <a
|
||||
href="https://pixabay.com/en/background-wallpaper-blue-1430009/"> Pixabay</a>
|
||||
</p>
|
||||
|
||||
<?php
|
||||
$pageContent = ob_get_clean(); // Store html content in variable
|
||||
$pageTitle = "Info";
|
||||
include("template.php"); // Display template with variable content
|
||||
?>
|
||||
|
|
14
map.php
|
@ -3,16 +3,25 @@ ob_start(); // Start reading html
|
|||
?>
|
||||
<h1>Le Plan</h1>
|
||||
<p>
|
||||
Voici le plan de ton nouveau campus, que tu va connaitre par coeur en quelques jours. (fond de carte issue du site
|
||||
Voici le plan de ton nouveau campus, que tu va connaitre par coeur en quelques jours. (fond de carte issu du site
|
||||
<a
|
||||
href="https://www.openstreetmap.org/#map=17/43.57103/1.46591">Open Street Map</a>
|
||||
</p>
|
||||
<p>
|
||||
<strong>Clique sur un bâtiment pour voir les info.</strong>
|
||||
</p>
|
||||
<p>
|
||||
Une petite note sur le numéro des salles : sur ton edt, c'est marqué le nom du bâtiment suivit du numéro de la
|
||||
salle (le STPI est aussi appelé bâtiment des Amphis). Le chiffre des centaines indique l'étage. Donc si tu vois
|
||||
marqué "Amphi 6", c'est dans le STPI au rez-de-chaussée, et "GC 312" c'est dans le GC au 3ème (j'espère t'aura
|
||||
pas à aller aussi loin).
|
||||
</p>
|
||||
<div id="map">
|
||||
<?php echo file_get_contents("assets/images/map.svg"); ?>
|
||||
</div>
|
||||
|
||||
|
||||
<h1>Informations</h1>
|
||||
<h1 id="info-box-top">Informations</h1>
|
||||
<div id="infoBox">
|
||||
<p>Clique sur un bâtiment pour afficher ses informations</p>
|
||||
</div>
|
||||
|
@ -20,5 +29,6 @@ ob_start(); // Start reading html
|
|||
<script type="text/javascript" src="assets/scripts/map.js"></script>
|
||||
<?php
|
||||
$pageContent = ob_get_clean(); // Store html content in variable
|
||||
$pageTitle = "Plan";
|
||||
include("template.php"); // Display template with variable content
|
||||
?>
|
||||
|
|
|
@ -1,20 +1,23 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
?>
|
||||
<h1>Le Parrainage</h1>
|
||||
<p>Tu viens ou va t'envoler de ton petit chez toi, tu est apeuré ? Pas de soucis, nous allons envoyer un Guide Défenseur
|
||||
d'Astronaute à tes cotés pour t'accompagner non seulement pendant la semaine, mais aussi pour toute l'année ! C'est
|
||||
lui qui va te faire découvrir le campus, t'aider pour te mettre à travailler, et faire en sorte que tu ne décroches
|
||||
pas. Mais pour que toutes ces choses merveilleuses puissent t'arriver, il ne faut pas oublier de remplir la superbe
|
||||
fiche de parrainage, envoyée avec la magnifique plaquette !</p>
|
||||
<p>
|
||||
Tu étais dans sur une autre planète et t'as paumé ta fiche, pas (trop) de soucis, tu peux la télécharger ici :
|
||||
<strong>YA PAS LE LIEN ENCORE</strong>
|
||||
</p>
|
||||
<p>La poste ne va pas jusqu'à ta galaxie lointaine, impossible d'envoyer ta fiche de parrainage par courrier ? Pas de
|
||||
problème, envoie la par mail <strong>PAS LE MAIL ENCORE<span
|
||||
class="fas fa-envelope"></span>etud.insa-toulouse.fr</strong></p>
|
||||
<h1>Le Parrainage</h1>
|
||||
<p>Tu viens ou va t'envoler de ton petit chez toi, tu es apeuré ? Pas de soucis, nous allons envoyer un Guide
|
||||
Défenseur d'Astronaute à tes côtés pour t'accompagner non seulement pendant la semaine, mais aussi pour toute
|
||||
l'année ! C'est lui qui va te faire découvrir le campus, t'aider pour te mettre à travailler, et faire en sorte
|
||||
que tu ne décroches pas. Mais pour que toutes ces choses merveilleuses puissent t'arriver, il ne faut pas
|
||||
oublier de remplir la superbe fiche de parrainage, envoyée avec la magnifique plaquette !
|
||||
</p>
|
||||
<p>
|
||||
Tu étais dans sur une autre planète et t'as paumé ta fiche, pas (trop) de soucis, tu peux la télécharger ici :
|
||||
<strong>YA PAS LE LIEN ENCORE</strong>
|
||||
</p>
|
||||
<p>La poste ne va pas jusqu'à ta galaxie lointaine, impossible d'envoyer ta fiche de parrainage par courrier ? Pas
|
||||
de
|
||||
problème, envoie-la par mail <strong>PAS LE MAIL ENCORE<span
|
||||
class="fas fa-envelope"></span>etud.insa-toulouse.fr</strong></p>
|
||||
<?php
|
||||
$pageContent = ob_get_clean(); // Store html content in variable
|
||||
$pageTitle = "Parrainage";
|
||||
include("template.php"); // Display template with variable content
|
||||
?>
|
||||
?>
|
82
photos.php
|
@ -218,40 +218,45 @@ function generatePath($path)
|
|||
}
|
||||
|
||||
?>
|
||||
<div id="photo_overlay" style="display:none">
|
||||
<div id="photo-overlay" style="display:none">
|
||||
|
||||
<img src="" id="img_big" onclick="toggleFullscreen()">
|
||||
<div id="close_back" onclick="closeBig()"></div>
|
||||
<div id="loading" onclick="closeBig()">
|
||||
<i class="fas fa-spinner fa-spin"></i>
|
||||
</div>
|
||||
|
||||
<div id="photo_buttons">
|
||||
<i id="right" class="fas fa-arrow-right" onclick="displayNext(1)"></i>
|
||||
<i id="left" class="fas fa-arrow-left" onclick="displayNext(-1)"></i>
|
||||
<div id="photo_control">
|
||||
<i id="close" class="fas fa-times" onclick="closeBig()"></i>
|
||||
<a id="img_big_download" download="" href="">
|
||||
<i id="download" class="fas fa-download"></i>
|
||||
</a>
|
||||
<a href="" id="img_big_link">
|
||||
<i id="fullscreen" class="fas fa-expand-arrows-alt"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<img src="" id="img-big" onclick="toggleFullscreen()">
|
||||
<div id="close-back" onclick="closeBig()"></div>
|
||||
<div id="loading" onclick="closeBig()">
|
||||
<i class="fas fa-spinner fa-spin"></i>
|
||||
</div>
|
||||
|
||||
<h1 id="photos_title">Photos</h1>
|
||||
<p>Clique sur le dossier de ton choix pour afficher les photos. Il faut que tu sois inscrit à l'INSA pour pouvoir
|
||||
les regarder (et oui, pas de spoiler).</p>
|
||||
<ul class="photos_path">
|
||||
<li><p>Chemin : </p></li>
|
||||
<?php
|
||||
generatePath(getActivePath());
|
||||
?>
|
||||
</ul>
|
||||
<div id="photo-buttons">
|
||||
<i id="right" class="fas fa-arrow-right" onclick="displayNext(1)"></i>
|
||||
<i id="left" class="fas fa-arrow-left" onclick="displayNext(-1)"></i>
|
||||
<div id="photo-control">
|
||||
<i id="close" class="fas fa-times" onclick="closeBig()"></i>
|
||||
<a id="img_big_download" download="" href="">
|
||||
<i id="download" class="fas fa-download"></i>
|
||||
</a>
|
||||
<a href="" id="img_big_link">
|
||||
<i id="fullscreen" class="fas fa-expand-arrows-alt"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1 id="photos_title">Photos</h1>
|
||||
<p>Clique sur le dossier de ton choix pour afficher les photos. Il faut que tu sois inscrit à l'INSA pour pouvoir
|
||||
les regarder (et oui, pas de spoiler).
|
||||
</p>
|
||||
<p>
|
||||
Si tu ne peux pas voir les photos (la fenetre pour entrer le mot de passe ne s'affiche pas), ouvre cette page avec
|
||||
un autre navigateur.
|
||||
</p>
|
||||
<ul class="photos-path">
|
||||
<li><p>Chemin : </p></li>
|
||||
<?php
|
||||
generatePath(getActivePath());
|
||||
?>
|
||||
</ul>
|
||||
<?php if (getDirectoriesCount(photoRoot . getActivePath()) > 0): ?>
|
||||
<div class="photos_folder">
|
||||
<div class="photos-folder">
|
||||
<?php
|
||||
createDirectories(getActivePath());
|
||||
?>
|
||||
|
@ -260,9 +265,9 @@ function generatePath($path)
|
|||
<?php if (isAlbumAvailable(getActivePath())): ?>
|
||||
<a download=""
|
||||
href="photos<?php echo getActivePath() . DIRECTORY_SEPARATOR . GetActiveFolder(getActivePath()) ?>.zip"
|
||||
id="download_album">
|
||||
<span id="download_text"><i class="fas fa-download"></i>Télécharger l'album</span>
|
||||
<span id="album_photo_count"><?php echo getPhotoCount(photoRoot . getActivePath()) ?> photos</span>
|
||||
id="download-album">
|
||||
<span id="download-text"><i class="fas fa-download"></i>Télécharger l'album</span>
|
||||
<span id="album-photo-count"><?php echo getPhotoCount(photoRoot . getActivePath()) ?> photos</span>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
<?php if (getPhotoCount(photoRoot . getActivePath()) > 0): ?>
|
||||
|
@ -272,15 +277,16 @@ function generatePath($path)
|
|||
?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<script src="assets/scripts/photosScript.js"></script>
|
||||
<script src="assets/scripts/photosScript.js"></script>
|
||||
<?php
|
||||
$pageContent = ob_get_clean(); // Store html content in variable
|
||||
?>
|
||||
<?
|
||||
$pageTitle = "Photos";
|
||||
ob_start(); // Start reading html
|
||||
?>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/photos.css">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/photos.css">
|
||||
<?php
|
||||
$pageMeta = ob_get_clean(); // Store html content in variable
|
||||
include("template.php"); // Display template with variable content
|
||||
?>
|
||||
?>
|
||||
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
AuthName "Entrez vos identifiants INSA pour voir les photos"
|
||||
AuthType Basic
|
||||
AuthLDAPURL ldap://srv-ldap1.insa-toulouse.fr:389/ou=People,dc=insa-toulouse,dc=fr
|
||||
AuthBasicProvider ldap
|
||||
|
||||
# Changer require avec propre login pour bloquer page pour tout le monde
|
||||
<limit GET POST>
|
||||
require valid-user
|
||||
</limit>
|
||||
|
||||
Options -Indexes
|
Before Width: | Height: | Size: 607 KiB |
15
planning.php
|
@ -4,8 +4,8 @@ ob_start(); // Start reading html
|
|||
<h1>Le Planning</h1>
|
||||
<p>Voilà le planning de ta semaine. Clique sur une activité pour avoir plus d'informations.</p>
|
||||
|
||||
<div id="table_wrapper">
|
||||
<table cellspacing="10" id="table_planning">
|
||||
<div id="table-wrapper">
|
||||
<table cellspacing="10" id="table-planning">
|
||||
<tr>
|
||||
<th>Horaires</th>
|
||||
<th>Lundi</th>
|
||||
|
@ -21,7 +21,7 @@ ob_start(); // Start reading html
|
|||
<td rowspan="2" class="event discours">Discours du Directeur</td>
|
||||
<td rowspan="4" class="event fabcamp">FabCamp</td>
|
||||
<td rowspan="4" class="event fabcamp">FabCamp</td>
|
||||
<td rowspan="4" class="event escape_game">Escape Game</td>
|
||||
<td rowspan="4" class="event escape_game">Ins'cape Game</td>
|
||||
<td rowspan="10" class="event com_walle">COM Wall-E</td>
|
||||
<td rowspan="13" class="event wini">WINI</td>
|
||||
<td rowspan="13" class="event wini">WINI</td>
|
||||
|
@ -52,7 +52,7 @@ ob_start(); // Start reading html
|
|||
<td rowspan="4" class="event fabcamp">FabCamp</td>
|
||||
<td rowspan="4" class="event fabcamp">FabCamp</td>
|
||||
<td rowspan="4" class="event fabcamp">FabCamp</td>
|
||||
<td rowspan="4" class="event com_ville">COM Ville</td>
|
||||
<td rowspan="4" class="event com_ville">COM ISS</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="horaires">15h</td>
|
||||
|
@ -77,22 +77,21 @@ ob_start(); // Start reading html
|
|||
<tr>
|
||||
<td class="horaires">20h</td>
|
||||
<td class="event soir">Space Meeting</td>
|
||||
<td class="event soir">Soirée des Clubs</td>
|
||||
<td class="event soir">Soirée des Spécifiques</td>
|
||||
<td class="event soir">Soirée Jeune Padawan</td>
|
||||
<td class="event soir">Soirée PK</td>
|
||||
<td class="event soir">Concert</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<h1>Informations</h1>
|
||||
<h1 id="info-box-top">Informations</h1>
|
||||
<div id="infoBox">
|
||||
<p>Clique sur un évenement pour afficher ses informations</p>
|
||||
</div>
|
||||
<script src="assets/scripts/planningScript.js"></script>
|
||||
<?php
|
||||
$pageContent = ob_get_clean(); // Store html content in variable
|
||||
?>
|
||||
<?
|
||||
$pageTitle = "Planning";
|
||||
ob_start(); // Start reading html
|
||||
?>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/planning_events.css">
|
||||
|
|
33
prevs.php
|
@ -1,20 +1,25 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
?>
|
||||
<h1>La Prévention</h1>
|
||||
<p>C'est les GDAs derrière la <a href="coms.php#com_atterrissage">COM Atterrissage</a> qui vont faire attention à ce
|
||||
que tout se passe dans les meilleures conditions.
|
||||
Ils seront là toute la semaine, avec des médocs, de la bouf et de la boisson (de l'eau hein !), bref pour assurer ta
|
||||
survie.Ça sera facile de les repérer, ils auront tous un bandeau rouge !
|
||||
</p>
|
||||
<p>
|
||||
Surtout, si t'as un problème, hésite pas à les embêter !
|
||||
</p>
|
||||
<h3>Contact d'urgence</h3>
|
||||
<p>
|
||||
rien à voir ici, ils sont pas encore en ligne !
|
||||
</p>
|
||||
<h1>La Prévention</h1>
|
||||
<p>C'est les GDAs derrière la <a href="coms.php#com_atterrissage">COM Atterrissage</a> qui vont faire attention à ce
|
||||
que tout se passe dans les meilleures conditions.
|
||||
Ils seront là toute la semaine, avec des médocs, de la bouf et de la boisson (de l'eau hein !), bref pour
|
||||
assurer ta
|
||||
survie.Ça sera facile de les repérer, ils auront tous un bandeau rouge !
|
||||
</p>
|
||||
<p>
|
||||
Surtout, si t'as un problème, hésite pas à les embêter !
|
||||
</p>
|
||||
<p>Voici une petite video pour t'expliquer les bases :</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Eak9JO1zO2U?rel=0" frameborder="0"
|
||||
allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
||||
<h3>Contact d'urgence</h3>
|
||||
<p>
|
||||
rien à voir ici, ils sont pas encore en ligne !
|
||||
</p>
|
||||
<?php
|
||||
$pageContent = ob_get_clean(); // Store html content in variable
|
||||
$pageTitle = "Prévention";
|
||||
include("template.php"); // Display template with variable content
|
||||
?>
|
||||
?>
|
23
stats.php
|
@ -2,7 +2,7 @@
|
|||
ob_start(); // Start reading html
|
||||
|
||||
function get_stats($is_urss){
|
||||
$json_source = file_get_contents('historique.json');
|
||||
$json_source = file_get_contents('https://raw.githubusercontent.com/Keplyx/site-accueil-insa/master/historique.json');
|
||||
$json_data = json_decode($json_source, true);
|
||||
$root = "usa";
|
||||
if ($is_urss)
|
||||
|
@ -25,36 +25,35 @@ function get_stats($is_urss){
|
|||
<br>
|
||||
Remporte le plus de points possible pour faire gagner ton équipe, mais attention à ne pas lui en faire perdre !
|
||||
</p>
|
||||
<div id="stats_container">
|
||||
<table class="stats_table" id="stats_usa">
|
||||
<div id="stats-container">
|
||||
<table class="stats-table" id="stats-usa">
|
||||
<tr>
|
||||
<th colspan="2">USA</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="stat_log">Log</td>
|
||||
<td class="stat_points">Points</td>
|
||||
<td class="stat-log">Log</td>
|
||||
<td class="stat-points">Points</td>
|
||||
</tr>
|
||||
<?php get_stats(false) ?>
|
||||
</table>
|
||||
<table class="stats_table" id="stats_urss">
|
||||
<table class="stats-table" id="stats-urss">
|
||||
<tr>
|
||||
<th colspan="2">URSS</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="stat_log">Log</td>
|
||||
<td class="stat_points">Points</td>
|
||||
<td class="stat-log">Log</td>
|
||||
<td class="stat-points">Points</td>
|
||||
</tr>
|
||||
<?php get_stats(true) ?>
|
||||
</table>
|
||||
</div>
|
||||
<?php
|
||||
$pageContent = ob_get_clean(); // Store html content in variable
|
||||
?>
|
||||
<?
|
||||
$pageTitle = "Stats";
|
||||
ob_start(); // Start reading html
|
||||
?>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/stats.css">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/stats.css">
|
||||
<?php
|
||||
$pageMeta = ob_get_clean(); // Store html content in variable
|
||||
include("template.php"); // Display template with variable content
|
||||
?>
|
||||
?>
|
48
template.php
|
@ -1,30 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119918217-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-119918217-1');
|
||||
</script>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<meta name="viewport" content="width=device-width,maximum-scale=2">
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/all.js"></script>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/style.css">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/sidenav.css">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/score.css">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/hamburger.css">
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/hammer.js/2.0.8/hammer.js"></script>
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway|Russo+One" rel="stylesheet">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<?= $pageMeta // Additional metadata ?>
|
||||
<title><?= $pageTitle ?> | INSAT Accueil 2018</title>
|
||||
<?= $pageMeta // Additional metadata ?>
|
||||
</head>
|
||||
<body id="main">
|
||||
<div id="back_button" onclick="closeNav()"></div>
|
||||
<div class="background" id="<?= $customBackgroundId?>"></div>
|
||||
<div id="back-button" onclick="closeNav()"></div>
|
||||
<?php
|
||||
include("includes/top_bar.html");
|
||||
include("includes/sidenav.html");
|
||||
?>
|
||||
<div id="header_wrap" class="outer">
|
||||
<div id="header-wrap" class="outer">
|
||||
<header class="inner">
|
||||
|
||||
<h1 id="title">Semaine d'Accueil 2018</h1>
|
||||
<h2 id="description"></h2>
|
||||
<h3 id="timer">Chargement du compte à rebours...</h3>
|
||||
</header>
|
||||
</div>
|
||||
|
||||
|
@ -32,24 +47,21 @@ include("includes/sidenav.html");
|
|||
include("includes/score_counter.php");
|
||||
?>
|
||||
|
||||
<div id="main_fading_top_edge"></div>
|
||||
<div id="main_content_wrap" class="outer">
|
||||
<section id="main_content" class="inner">
|
||||
<?= $pageContent // Display content defined in calling file ?>
|
||||
<div id="main-fading-top-edge"></div>
|
||||
<div id="main-content-wrap" class="outer">
|
||||
<section id="main-content" class="inner">
|
||||
<?= $pageContent // Display content defined in calling file ?>
|
||||
</section>
|
||||
</div>
|
||||
<div id="main_fading_bottom_edge"></div>
|
||||
<div id="footer_wrap" class="outer">
|
||||
<div id="main-fading-bottom-edge"></div>
|
||||
<div id="footer-wrap" class="outer">
|
||||
<footer class="inner">
|
||||
<p class="copyright">
|
||||
<script type="text/javascript">
|
||||
var d = new Date();
|
||||
document.write("Copyright © " + d.getFullYear() + " Arnaud VERGNET")
|
||||
</script>
|
||||
</p>
|
||||
<?php
|
||||
include("includes/copyright.html");
|
||||
?>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script src="assets/scripts/TimerScript.js"></script>
|
||||
<script src="assets/scripts/sidenavScript.js"></script>
|
||||
</html>
|
||||
|
|
10
urss.html
|
@ -1,10 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body background="assets/images/Animated-Flag-USSR.gif">
|
||||
|
||||
</body>
|
||||
</html>
|
22
urss.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
?>
|
||||
<div id="contenu">
|
||||
<h1>La Mère patrie</h1>
|
||||
<p>Ton nouvel hymne.</p>
|
||||
</div>
|
||||
<audio controls autoplay hidden>
|
||||
<source src="assets/audio/USSR.mp3" type="audio/mpeg">
|
||||
Your browser does not support the audio element.
|
||||
</audio>
|
||||
<?php
|
||||
$pageContent = ob_get_clean(); // Store html content in variable
|
||||
ob_start(); // Start reading html
|
||||
?>
|
||||
<title>Team URSS | Semaine d'Accueil 2018</title>
|
||||
<?php
|
||||
$pageMeta = ob_get_clean(); // Store html content in variable
|
||||
$customBackgroundId = "bg_ussr";
|
||||
$pageTitle = "URSS";
|
||||
include("template.php"); // Display template with variable content
|
||||
?>
|
10
usa.html
|
@ -1,10 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body background="assets/images/Animated-Flag-USA.gif">
|
||||
|
||||
</body>
|
||||
</html>
|
24
usa.php
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
ob_start(); // Start reading html
|
||||
?>
|
||||
<p id="title">
|
||||
USA
|
||||
</p>
|
||||
<p>
|
||||
Test
|
||||
</p>
|
||||
<audio controls autoplay hidden>
|
||||
<source src="assets/audio/USA.mp3" type="audio/mpeg">
|
||||
Your browser does not support the audio element.
|
||||
</audio>
|
||||
<?php
|
||||
$pageContent = ob_get_clean(); // Store html content in variable
|
||||
ob_start(); // Start reading html
|
||||
?>
|
||||
<title>Team USA | Semaine d'Accueil 2018</title>
|
||||
<?php
|
||||
$pageMeta = ob_get_clean(); // Store html content in variable
|
||||
$customBackgroundId = "bg_usa";
|
||||
$pageTitle = "USA";
|
||||
include("template.php"); // Display template with variable content
|
||||
?>
|