forked from vergnet/site-accueil-insa
Added map main page link and changed map colors
This commit is contained in:
parent
98a090a0db
commit
a49ee99988
2 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
var clickedColor = "#c51d00";
|
||||
var hoverColor = "#c5a360";
|
||||
var clickedColor = "#ee293d";
|
||||
var hoverColor = "#1a5dad";
|
||||
var normalColor = "#d9cfc7";
|
||||
|
||||
var selected;
|
||||
|
|
|
@ -26,7 +26,12 @@ include("includes/sidenav.html");
|
|||
<?php
|
||||
$link = "planning.php";
|
||||
$icon = "fas fa-calendar-alt";
|
||||
$text = "Le planning de ta semaine ! Sois au courant de tous les événements !";
|
||||
$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 = "parrainage.php";
|
||||
|
|
Loading…
Reference in a new issue