mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-11-09 21:11:40 +01:00
Améliorations
This commit is contained in:
parent
cf3d63d747
commit
b099620b60
@ -1,10 +1,8 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="<?php echo base_url('assets/css/accueil.css'); ?>">
|
<link rel="stylesheet" href="<?php echo base_url('assets/css/accueil'); ?>">
|
||||||
<link rel="icon" type="image/x-icon" href="<?php echo base_url('assets/img/Logo_ONZEUR.png'); ?>">
|
<title>Accueil - Onzeur</title>
|
||||||
<title>Page d'accueil</title>
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="hero">
|
<div class="hero">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="<?php echo base_url('assets/css/album_view.css'); ?>">
|
<link rel="stylesheet" href="<?php echo base_url('assets/css/album_view'); ?>">
|
||||||
<title><?php echo $album->name; ?> - Details</title>
|
<title><?php echo $album->name; ?> - Details</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="<?php echo base_url('assets/css/style.css'); ?>">
|
<link rel="stylesheet" href="<?php echo base_url('assets/css/style.css'); ?>">
|
||||||
<link rel="icon" type="image/x-icon" href="<?php echo base_url('assets/img/Logo_ONZEUR.png'); ?>">
|
<link rel="icon" type="image/x-icon" href="<?php echo base_url('assets/img/Logo_ONZEUR.png'); ?>">
|
||||||
<title>Page d'accueil</title>
|
<title>Albums - Onzeur</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 class="title">Listes des albums</h1>
|
<h1 class="title">Listes des albums</h1>
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="<?php echo base_url('assets/css/footer_dark.css'); ?>">>
|
<link rel="stylesheet" href="<?php echo base_url('assets/css/footer_dark'); ?>">>
|
||||||
<title>Musique</title>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
|
@ -3,9 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="<?php echo base_url('assets/css/header_not_logged_dark.css'); ?>">
|
<link rel="stylesheet" href="<?php echo base_url('assets/css/header_not_logged_dark'); ?>">
|
||||||
<link rel="icon" type="image/x-icon" href="<?php echo base_url('assets/img/Logo_ONZEUR.png'); ?>">
|
<link rel="icon" type="image/x-icon" href="<?php echo base_url('assets/img/Logo_ONZEUR.png'); ?>">
|
||||||
<title>Onzeur</title>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="header">
|
<header class="header">
|
||||||
@ -17,6 +16,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<nav class="nav">
|
<nav class="nav">
|
||||||
<div class="nav-buttons">
|
<div class="nav-buttons">
|
||||||
|
<a href="<?php echo site_url('albums'); ?>" class="btn-albums">Albums</a>
|
||||||
|
<a href="<?php echo site_url('artistes'); ?>" class="btn-artistes">Artistes</a>
|
||||||
|
<a href="<?php echo site_url('musiques'); ?>" class="btn-musiques">Musiques</a>
|
||||||
<a href="#CONNEXIONBIENTOT" class="btn-connexion">Connexion</a>
|
<a href="#CONNEXIONBIENTOT" class="btn-connexion">Connexion</a>
|
||||||
<a href="#INSCRIPTIONBIENTOT" class="btn-inscription">Inscription</a>
|
<a href="#INSCRIPTIONBIENTOT" class="btn-inscription">Inscription</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -19,7 +19,7 @@ h1, h2, h3 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero {
|
.hero {
|
||||||
background-color: #333333;
|
background-color: #2d1c30;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 50px 20px;
|
padding: 50px 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user