New backgrounds

This commit is contained in:
Arthur 2019-06-04 14:49:19 +02:00
parent 65e8f31277
commit f02910ba28
13 changed files with 95 additions and 22 deletions

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptLibraryMappings">
<file url="PROJECT" libraries="{jquery-3.3.1, jquery-confirm}" />
<file url="PROJECT" libraries="{@types/jquery-countdown, jquery-3.3.1}" />
<includedPredefinedLibrary name="HTTP Response Handler" />
</component>
</project>

View file

@ -5,5 +5,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="jquery-3.3.1" level="application" />
<orderEntry type="library" name="@types/jquery-countdown" level="application" />
</component>
</module>

View file

@ -8,8 +8,8 @@ $relativePath = "../";
<ul>
<strong style="color: #ee293d">Quelques règles pour les scores</strong>
<li>Pas de score total négatif pour une équipe</li>
<li>A priori les scores supérieurs à 1000 ça marche, mais au cas restez à
moins de 1000 (comme l'année dernière quoi</li>
<li>A priori les scores supérieurs à 1000 marchent, mais au cas restez à
moins de 1000 (comme l'année dernière quoi)</li>
</ul>
Si jamais y'a un quelconque problème, envoyez-moi un message.
<br>

View file

@ -53,10 +53,7 @@
width: 100%;
}
.event-color:hover{
border-color: #e9b82f;
}
.event-text {
margin: auto;

View file

@ -94,6 +94,11 @@ a:hover, a:focus {
text-shadow: 0 0 4px #bd8a39;
}
#hidea {
color: #f2f2f2;
}
strong {
font-weight: bold;
}
@ -443,6 +448,14 @@ Full-Width Styles
font-size: 12px;
color: #535353;
}
#hint-peksentard {
font-size: 12px;
color: #535353;
text-align: left;
display: inline-table;
}
.team-button{
border-radius: 10px 10px 0 0;

View file

@ -4,7 +4,7 @@ ob_start(); // Start reading html
<h1>Boomsouffle</h1>
<?php
$pageContent = ob_get_clean(); // Store html content in variable
$customBackgroundId = "bg_boo";
$customBackgroundId = "boo_bg.jpg";
$pageTitle = "Boomsouffle";
include("includes/template.php"); // Display template with variable content
?>

View file

@ -8,7 +8,7 @@ ob_start(); // Start reading html
<?php
$comId = "";
$comTitle = "La Respo des Com's";
$comDescription = "";
$comDescription = "Prête à tous les possibles pendant cette semaine inténsement gazive !";
$comRespo = "Léa Raucroy";
$comRespoFacebook="";
$comRespoNumero ="0677529943";
@ -23,7 +23,7 @@ include("includes/coms/com_template.php");
$comId = "";
$comTitle = "Com Sirius Black";
$comDescription = "";
$comDescription = "Presque prêts pour vous accueillir !!!";
$comRespo = "Christine Berho";
$comRespoFacebook="";
$comRespoNumero ="0750957714";
@ -38,7 +38,7 @@ include("includes/coms/com_template.php");
$comId = "";
$comTitle = "Com Animagus";
$comDescription = "";
$comDescription = "Mot d'ordre : Incendio";
$comRespo = "Célestine Paillé";
$comRespoFacebook="";
$comRespoNumero ="0777343233";
@ -113,7 +113,7 @@ include("includes/coms/com_template.php");
$comId = "";
$comTitle = "Com Ravitaillement";
$comDescription = "La meilleure";
$comDescription = "Ici, c'est la Compote qui vous ravit !";
$comRespo = "Hugo Franceschi";
$comRespoFacebook="";
$comRespoNumero ="0625877539";
@ -128,11 +128,11 @@ include("includes/coms/com_template.php");
$comId = "";
$comTitle = "Spé'Bar";
$comDescription = "";
$comRespo = "Alban";
$comDescription = "Des potions pour en voir de toutes les couleurs";
$comRespo = "Alban Charonnat";
$comRespoFacebook="";
$comRespoNumero ="";
$comRespoId = "";
$comRespoId = "charonna@etud.insa-toulouse.fr";
$comRespoPhoto = "assets/images/usa_logo.png";
$comRespo2 = "";
$comRespo2Id = "";

View file

@ -5,7 +5,7 @@ ob_start(); // Start reading html
<?php
$pageContent = ob_get_clean(); // Store html content in variable
$customBackgroundId = "bg_gli";
$customBackgroundId = "gli_bg.jpg";
$pageTitle = "Glissefondor";
include("includes/template.php"); // Display template with variable content
?>

View file

@ -68,17 +68,17 @@ ob_start(); // Start reading html
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3"><i class="fab fa-css3-alt"></i></a></li>
</ul>
<p>
Image de fond trouvée sur <a href="https://www.pexels.com/photo/train-with-smoke-507410/"> Pexexls</a>
Image de fond trouvée sur <a href="https://www.pexels.com/photo/train-with-smoke-507410/"> Pexels</a>
</p>
<h1>Vie Privée</h1>
<p>
Le site utilise <a href="https://matomo.org/">Matomo</a> pour analyser la
fréquentation. Ces données sont anonymes et permettent de savoir quelles pages sont utiles ainsi que ton pays
d'origine (pour voir si les étrangers ont reçu les info). Pour ne pas
d'origine (pour voir si les étrangers ont reçu les infos). Pour ne pas
être traqué, tu peux simplement activer l'option "Indiquer aux sites que je
ne souhaite pas être traqué" de ton navigateur.
Si jamais ça marche pas, envoie-un mail.
Si jamais ça marche pas, envoie-moi un mail.
</p>
</div>

View file

@ -1,10 +1,13 @@
<?php
ob_start(); // Start reading html
?>
<h1>Peksentard</h1>
<h1>Peks<a id="hidea" href="peksentardhint.php">e</a>ntard</h1>
<?php
$pageContent = ob_get_clean(); // Store html content in variable
$customBackgroundId = "bg_pek";
$customBackgroundId = "pek_bg.jpg";
$pageTitle = "Peksentard";
include("includes/template.php"); // Display template with variable content
?>

58
peksentardhint.php Normal file
View file

@ -0,0 +1,58 @@
<?php
if (!isset($relativePath))
$relativePath='';
if (!isset($customBackgroundId))
$customBackgroundId='';
require_once $relativePath.'classes/dao.php';
require_once $relativePath.'includes/score_functions.php';
?>
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width,maximum-scale=2">
<link rel="shortcut icon" href="<?= $relativePath ?>favicon.ico">
<title>Tiens tiens tiens</title>
<!-- Matomo -->
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['disableCookies']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//etud.insa-toulouse.fr/~accueil_insa/analytics/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
</html>
<code>
function meilleure_team (team :string) return string is
<br>
begin
<br>
case team is
<br>
when “Peksentard” => return “La meilleure équipe et le meilleur respo”;
<br>
when others=> return “Aussi excitant que Bran roi”;
<br>
end case;
<br>
end meilleure_team;
</code>
<p id="hint"> sorry je peux pas indent :/</p>

View file

@ -4,7 +4,7 @@ ob_start(); // Start reading html
<h1>Verredaigle</h1>
<?php
$pageContent = ob_get_clean(); // Store html content in variable
$customBackgroundId = "bg_ver";
$customBackgroundId = "ver_bg.jpg";
$pageTitle = "Verredaigle";
include("includes/template.php"); // Display template with variable content
?>