diff --git a/admin/.htaccess b/admin/.htaccess index 241e216..226f938 100644 --- a/admin/.htaccess +++ b/admin/.htaccess @@ -1,6 +1,6 @@ AuthName "MDP ?" AuthType Basic #AuthUserFile /home/keplyx/Web/site-accueil-insa/includes/.htpassajax -#AuthUserFile C:\wamp64\www\site-accueil-insa\includes\.htpassajax -AuthUserFile /home_clubs/accueil_insa/public_html/includes/.htpassajax #production only +AuthUserFile C:\wamp64\www\site-accueil-insa\includes\.htpassajax +#AuthUserFile /home_clubs/accueil_insa/public_html/includes/.htpassajax #production only require valid-user diff --git a/ajax/write/.htaccess b/ajax/write/.htaccess index 607fcdf..b0b8831 100644 --- a/ajax/write/.htaccess +++ b/ajax/write/.htaccess @@ -1,7 +1,7 @@ AuthName "MDP ?" AuthType Basic -#AuthUserFile C:\wamp64\www\site-accueil-insa\includes\.htpassajax +AuthUserFile C:\wamp64\www\site-accueil-insa\includes\.htpassajax -AuthUserFile /home/keplyx/Web/site-accueil-insa/includes/.htpassajax +#AuthUserFile /home/keplyx/Web/site-accueil-insa/includes/.htpassajax #AuthUserFile /home_clubs/accueil_insa/public_html/includes/.htpassajax #production only require valid-user diff --git a/assets/css/baguette.css b/assets/css/baguette.css index 6240ee5..c060332 100644 --- a/assets/css/baguette.css +++ b/assets/css/baguette.css @@ -48,7 +48,9 @@ .change-hover #shaft { background-color: #e9b82f; - transform: translateY(-50%) rotate(-45deg); + transform: translateY(1px) rotate(-45deg); + height:5px; + } .change-hover #star1, .change-hover #star2, .change-hover #star3, .change-hover #star4 { @@ -58,23 +60,23 @@ .change-hover #star1 { background-color: #ff5f5f; - transform: translateX(15px); + transform: translate(19px,-2px); } .change-hover #star2 { background-color: #7ffd78; - transform: translate(-10px, -5px); + transform: translate(-3px, -6px); } .change-hover #star3 { background-color: #fafd78; - transform: translate(35px, -10px); + transform: translate(36px, -10px); } .change-hover #star4 { background-color: #60bdff; - transform: translate(5px, -20px); + transform: translate(5px, -22px); } /* Mouse clics the baguette */ diff --git a/assets/css/style.css b/assets/css/style.css index 173192a..811ddbe 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -33,6 +33,10 @@ Theme Styles font-family: Harry-P; src: url('../fonts/HARRYP__.TTF'); } + @font-face { + font-family:manuscrit; + src:url('../fonts/OldeEnglish.ttf'); + } body { box-sizing: border-box; @@ -101,6 +105,56 @@ a:hover, a:focus { color: #f2f2f2; } +#citationgary{ + font-family: manuscrit, fantasy; + color: #1a1a1a; + font-size: 50px; + line-height: 50px; +} + +#poemerimbaud{ + font-family:'Amaze', cursive; + font-size: 40px; + color: #1a1a1a; + line-height: 1px; +} + +#signaturerimbaud{ + font-family:'Amaze', cursive; + font-size: 40px; + color: #1a1a1a; + line-height: 1px; + text-align: right; + margin-right: 20px; +} + +#finnormalenigme{ + color: #1a1a1a; + text-align: right; + margin-right: 20px; +} + +#petitefincitationgary{ + color: #1a1a1a; + text-align: right; + font-size: 14px; + margin-right: 20px; +} + +#codeada{ + font-family:'Courier New', cursive; + color: #1a1a1a; + font-size: 20px; + text-align: left; + margin-left: 60px; + font-weight: bold; +} + +#pekhint { + color: #1a1a1a; + text-align: center; +} + #hidea:hover { text-shadow: 0 0 4px #7ffd78; } @@ -297,6 +351,14 @@ Full-Width Styles background-size: cover; } +#bg_pekhint { + background: url("../images/bg_pekhint.jpg") no-repeat center fixed; + background-size: cover; + position: fixed; + top: 0px; + +} + #bg_gli { background: url("../images/bg_gli.jpg"); background-size: cover; diff --git a/assets/fonts/OldeEnglish.ttf b/assets/fonts/OldeEnglish.ttf new file mode 100644 index 0000000..6a304d7 Binary files /dev/null and b/assets/fonts/OldeEnglish.ttf differ diff --git a/assets/images/bg_pekhint.jpg b/assets/images/bg_pekhint.jpg new file mode 100644 index 0000000..74fc949 Binary files /dev/null and b/assets/images/bg_pekhint.jpg differ diff --git a/assets/js/timer.js b/assets/js/timer.js index f047160..f8d2403 100755 --- a/assets/js/timer.js +++ b/assets/js/timer.js @@ -17,12 +17,12 @@ var x = setInterval(function () { var seconds = Math.floor((distance % (1000 * 60)) / 1000); // Output the result in an element with id="demo" - document.getElementById("timer").innerHTML = "" + days + " jours, " + hours + " heures, " - + minutes + " minutes et " + seconds + " secondes avant de quitter les moldus"; + document.getElementById("timer").innerHTML = "Plus que " + days + " jours, " + hours + " heures, " + + minutes + " minutes et " + seconds + " dans le monde des Moldus..."; // If the count down is over, write some text if (distance < 0) { clearInterval(x); - document.getElementById("timer").innerHTML = 'Lets go'; + document.getElementById("timer").innerHTML = "Bienvenue dans le monde des Sorciers !"; } }, 1000); \ No newline at end of file diff --git a/coms.php b/coms.php index ecdaf43..59a3203 100755 --- a/coms.php +++ b/coms.php @@ -46,7 +46,7 @@ $comRespo = "Yann Tremblay"; $comRespoId = "tremblayyann88@gmail.com "; $comRespoPhoto = "assets/images/usa_logo.png"; $comRespo2 = "Florian Hoorelbeke"; -$comRespo2Id = ""; +$comRespo2Id = "hoorelbe@etud.insa-toulouse.fr"; $comRespo2Photo = "assets/images/usa_logo.png"; include("includes/com_template.php"); diff --git a/downloads.php b/downloads.php index 21d5aec..940b719 100755 --- a/downloads.php +++ b/downloads.php @@ -5,11 +5,18 @@ ob_start(); // Start reading html

Les Telechargements

Si jamais t'as perdu quelque chose, pas de problèmes ! Tu pourras trouver tout ce dont tu as besoin ici.