forked from vergnet/site-accueil-insa
Minor changes about design
This commit is contained in:
parent
66deca31fa
commit
2877456dee
7 changed files with 8 additions and 6 deletions
|
@ -40,6 +40,7 @@
|
|||
display: inline-flex;
|
||||
vertical-align: center;
|
||||
font-family: Harry-P, sans-serif;
|
||||
font-size: 50px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -388,6 +388,7 @@ Full-Width Styles
|
|||
padding: 5px;
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
margin:auto;
|
||||
}
|
||||
|
||||
#credits-list svg {
|
||||
|
@ -426,6 +427,7 @@ Full-Width Styles
|
|||
|
||||
.main-logo {
|
||||
font-size: 70px;
|
||||
margin:auto;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 337 KiB |
|
@ -14,6 +14,6 @@
|
|||
<p class="copyright">
|
||||
<script type="text/javascript">
|
||||
var d = new Date();
|
||||
document.write("Copyright © " + d.getFullYear() + " <a href='<?= $relativePath ?>info.php#arnaud'>Arnaud VERGNET</a>")
|
||||
document.write("Copyright <a href=\"<?= $relativePath ?>admin.php\">©</a> " + d.getFullYear() + " <a href='<?= $relativePath ?>info.php#arnaud'>Arnaud VERGNET</a>")
|
||||
</script>
|
||||
</p>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<a href="<?= $relativePath ?>prevs.php" id="prevs" class="page-link"><span class="sidenav-content"><i
|
||||
class="fas fa-medkit sidenav-icon"></i> La Prévention</span></a>
|
||||
<a href="<?= $relativePath ?>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>
|
||||
class="fas fa-download sidenav-icon"></i> Téléchargements</span></a>
|
||||
<a href="<?= $relativePath ?>info.php" id="contact" class="page-link"><span class="sidenav-content"><i
|
||||
class="fas fa-info sidenav-icon"></i> Les Infos</span></a>
|
||||
</div>
|
||||
|
|
|
@ -19,7 +19,7 @@ require_once 'includes/score_functions.php';
|
|||
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/score.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Eagle+Lake|Raleway|Russo+One" rel="stylesheet">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<title>Semaine d'Accueil 2018 | INSA Toulouse</title>
|
||||
<title>Semaine d'Accueil 2019 | INSA Toulouse</title>
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = _paq || [];
|
||||
|
@ -54,6 +54,7 @@ require_once 'includes/score_functions.php';
|
|||
<div id="main-link-container">
|
||||
<?php
|
||||
$is_image = false;
|
||||
|
||||
$link = "planning.php";
|
||||
$icon = "fas fa-calendar-alt";
|
||||
$text = "Le planning de ta semaine, sois au courant de tous les événements";
|
||||
|
|
4
info.php
4
info.php
|
@ -62,9 +62,7 @@ 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="http://maxpixel.freegreatpicture.com/World-Earth-Rise-Sunrise-Space-Outer-Sun-Globe-1765027">
|
||||
MaxPixels</a>
|
||||
Image de fond trouvée sur <a href="https://www.pexels.com/photo/train-with-smoke-507410/"> Pexexls</a>
|
||||
</p>
|
||||
|
||||
<h1>Vie Privée</h1>
|
||||
|
|
Loading…
Reference in a new issue