css + resolution de bug php
This commit is contained in:
@@ -1,3 +1,48 @@
|
||||
</main>
|
||||
</body>
|
||||
<!doctype html>
|
||||
<html lang="en" class="has-navbar-fixed-top">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>MUSIC APP</title>
|
||||
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
||||
</head>
|
||||
<body>
|
||||
<footer class="footer">
|
||||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<h3>Mentions légales</h3>
|
||||
<a href="html/mention_legal.html">Consulter nos mentions légales</a> <br>
|
||||
<a href="Charte_graphique.pdf" target="_blank">Consulter notre chartre graphique</a>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
<h3>Plan du site</h3>
|
||||
<a href="html/plan.html">Consulter le plan du site</a>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
<h3>Contact</h3>
|
||||
<p>Email : <a href="mailto:contact.Spotifly@gmail.com">contact.SpotiFly@gmail.com</a></p>
|
||||
<p>
|
||||
</div>
|
||||
<div class="footer-section-reseaux">
|
||||
<h3>Réseaux sociaux</h3>
|
||||
<div class="logo-reseaux">
|
||||
<p>
|
||||
<a href="https://www.instagram.com/" target="_blank" class="social-icon">
|
||||
<img src="img/Instagram.png" alt="Logo Instagram">
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://www.X.com/" target="_blank" class="social-icon">
|
||||
<img src="img/twitter.png" alt="Logo X">
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-logo">
|
||||
<img src="img/logo_blanc.png" alt="SpotiFly Logo">
|
||||
<p>© 2024 SpotiFly.</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
47
ci/application/views/layout/footer_album.php
Normal file
47
ci/application/views/layout/footer_album.php
Normal file
@@ -0,0 +1,47 @@
|
||||
<!doctype html>
|
||||
<html lang="en" class="has-navbar-fixed-top">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>MUSIC APP</title>
|
||||
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
||||
</head>
|
||||
<body>
|
||||
<footer class="footer">
|
||||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<h3>Mentions légales</h3>
|
||||
<a href="html/mention_legal.html">Consulter nos mentions légales</a> <br>
|
||||
<a href="Charte_graphique.pdf" target="_blank">Consulter notre chartre graphique</a>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
<h3>Plan du site</h3>
|
||||
<a href="html/plan.html">Consulter le plan du site</a>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
<h3>Contact</h3>
|
||||
<p>Email : <a href="mailto:contact.Spotifly@gmail.com">contact.SpotiFly@gmail.com</a></p>
|
||||
<p>
|
||||
</div>
|
||||
<div class="footer-section-reseaux">
|
||||
<h3>Réseaux sociaux</h3>
|
||||
<div class="logo-reseaux">
|
||||
<p>
|
||||
<a href="https://www.instagram.com/" target="_blank" class="social-icon">
|
||||
<img src="img/Instagram.png" alt="Logo Instagram">
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://www.X.com/" target="_blank" class="social-icon">
|
||||
<img src="img/twitter.png" alt="Logo X">
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-logo">
|
||||
<img src="img/logo_blanc.png" alt="SpotiFly Logo">
|
||||
<p>© 2024 SpotiFly.</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
47
ci/application/views/layout/footer_artistes.php
Normal file
47
ci/application/views/layout/footer_artistes.php
Normal file
@@ -0,0 +1,47 @@
|
||||
<!doctype html>
|
||||
<html lang="en" class="has-navbar-fixed-top">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>MUSIC APP</title>
|
||||
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
||||
</head>
|
||||
<body>
|
||||
<footer class="footer">
|
||||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<h3>Mentions légales</h3>
|
||||
<a href="html/mention_legal.html">Consulter nos mentions légales</a> <br>
|
||||
<a href="Charte_graphique.pdf" target="_blank">Consulter notre chartre graphique</a>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
<h3>Plan du site</h3>
|
||||
<a href="html/plan.html">Consulter le plan du site</a>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
<h3>Contact</h3>
|
||||
<p>Email : <a href="mailto:contact.Spotifly@gmail.com">contact.SpotiFly@gmail.com</a></p>
|
||||
<p>
|
||||
</div>
|
||||
<div class="footer-section-reseaux">
|
||||
<h3>Réseaux sociaux</h3>
|
||||
<div class="logo-reseaux">
|
||||
<p>
|
||||
<a href="https://www.instagram.com/" target="_blank" class="social-icon">
|
||||
<img src="img/Instagram.png" alt="Logo Instagram">
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://www.X.com/" target="_blank" class="social-icon">
|
||||
<img src="img/twitter.png" alt="Logo X">
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-logo">
|
||||
<img src="img/logo_blanc.png" alt="SpotiFly Logo">
|
||||
<p>© 2024 SpotiFly.</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
47
ci/application/views/layout/footer_song.php
Normal file
47
ci/application/views/layout/footer_song.php
Normal file
@@ -0,0 +1,47 @@
|
||||
<!doctype html>
|
||||
<html lang="en" class="has-navbar-fixed-top">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>MUSIC APP</title>
|
||||
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
||||
</head>
|
||||
<body>
|
||||
<footer class="footer">
|
||||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<h3>Mentions légales</h3>
|
||||
<a href="html/mention_legal.html">Consulter nos mentions légales</a> <br>
|
||||
<a href="Charte_graphique.pdf" target="_blank">Consulter notre chartre graphique</a>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
<h3>Plan du site</h3>
|
||||
<a href="html/plan.html">Consulter le plan du site</a>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
<h3>Contact</h3>
|
||||
<p>Email : <a href="mailto:contact.Spotifly@gmail.com">contact.SpotiFly@gmail.com</a></p>
|
||||
<p>
|
||||
</div>
|
||||
<div class="footer-section-reseaux">
|
||||
<h3>Réseaux sociaux</h3>
|
||||
<div class="logo-reseaux">
|
||||
<p>
|
||||
<a href="https://www.instagram.com/" target="_blank" class="social-icon">
|
||||
<img src="img/Instagram.png" alt="Logo Instagram">
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://www.X.com/" target="_blank" class="social-icon">
|
||||
<img src="img/twitter.png" alt="Logo X">
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-logo">
|
||||
<img src="img/logo_blanc.png" alt="SpotiFly Logo">
|
||||
<p>© 2024 SpotiFly.</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,28 +1,71 @@
|
||||
<!doctype html>
|
||||
<html lang="en" class="has-navbar-fixed-top">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>MUSIC APP</title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
|
||||
/>
|
||||
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<?php=link_tag('assets/style.css')?>
|
||||
</head>
|
||||
<body>
|
||||
<main class='container'>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><strong>Music APP</strong></li>
|
||||
</ul>
|
||||
<input type="search" id="site-search" name="q"/>
|
||||
<input type="submit" value="Rechercher" \>
|
||||
<ul>
|
||||
<li><?=anchor('albums','Albums');?></li>
|
||||
<li><?=anchor('artistes','Artistes');?></li>
|
||||
<li><?=anchor('playlist','Playlist');?></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>MUSIC APP</title>
|
||||
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
||||
</head>
|
||||
<body>
|
||||
<main class='container'>
|
||||
<header class="navbar">
|
||||
<div class="logo">
|
||||
<img src="assets/img/SpotiFly.png" alt="SpotiFly">
|
||||
</div>
|
||||
<nav class="menu">
|
||||
<ul>
|
||||
<li><?= anchor('https://dwarves.iut-fbleau.fr/~boutaric/test/ci/','Home'); ?></li>
|
||||
<li><?= anchor('albums','Albums'); ?></li>
|
||||
<li><?= anchor('artistes','Artistes'); ?></li>
|
||||
<li><?= anchor('playlist','Playlist'); ?></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="user">
|
||||
<a class="bouton" href="html/Connexion.html">Connexion</a>
|
||||
<a class="bouton" href="html/Inscription.html">S'inscrire</a>
|
||||
</div>
|
||||
</header>
|
||||
<div id="Page">
|
||||
<div class="content">
|
||||
<img src="assets/img/SpotiFly.png" alt="SpotiFly">
|
||||
<div class="text-page">
|
||||
<h2>SpotiFly : envole-toi au rythme de la musique !</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="header"> </div>
|
||||
<div class="content">
|
||||
<section id="about" class="box">
|
||||
<div class="box-content">
|
||||
<img src="assets/img/argent.png" alt="Description de l'image 2">
|
||||
<div class="text-content">
|
||||
<h2>1 mois gratuit?</h2>
|
||||
<p>"Découvrez une expérience musicale sans limites avec notre offre exclusive : abonnez-vous dès aujourd'hui et bénéficiez d'un mois complet GRATUIT pour explorer notre vaste catalogue de musique. Plongez dans un univers de sonorités variées et profitez d'un accès illimité à vos artistes préférés, sans engagement ! Rejoignez-nous dès maintenant pour un mois d'exploration musicale sans pareil."</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="product" class="box">
|
||||
<div class="box-img">
|
||||
<img src="assets/img/argent.png" alt="Description de l'image 3">
|
||||
<div class="text-content">
|
||||
<h2>La Cognition</h2>
|
||||
<p>Découvrez notre nouveaux cube v3 qui peut avoir la voix de votre choix.</p>
|
||||
<p>Plongez dans une réalité où la cognition rencontre la technologie. Notre cube connecté va au-delà de l'ordinaire, réagissant à votre pensée et intégrant la puissance de la cognition pour une expérience holographique incomparable.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="sale" class="box">
|
||||
<div class="box-content">
|
||||
<img src="assets/img/Statistique.png" alt="Description de l'image 4">
|
||||
<div class="text-content">
|
||||
<h2>Statistiques</h2>
|
||||
<p>"Découvrez les statistiques de notre application de musique : des millions d'utilisateurs s'immergent dans une expérience audio immersive, créant des milliers de playlists et explorant une multitude de genres musicaux, tout en bénéficiant d'un mois gratuit dès l'abonnement !"</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<script src="assets/bouton.js"></script>
|
||||
<button id="scrollTopBtn" onclick="scrollToTop()">
|
||||
<span>↑</span>
|
||||
</button>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
33
ci/application/views/layout/header_album.php
Normal file
33
ci/application/views/layout/header_album.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<!doctype html>
|
||||
<html lang="en" class="has-navbar-fixed-top">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>MUSIC APP</title>
|
||||
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
||||
<link rel="stylesheet" href="<?= base_url('assets/album.css') ?>">
|
||||
</head>
|
||||
<body>
|
||||
<main class='container'>
|
||||
<header class="navbar">
|
||||
<div class="logo">
|
||||
<img src="assets/img/SpotiFly.png" alt="SpotiFly">
|
||||
</div>
|
||||
<nav class="menu">
|
||||
<ul>
|
||||
<li><?= anchor('https://dwarves.iut-fbleau.fr/~boutaric/test/ci/','Home'); ?></li>
|
||||
<li><?= anchor('albums','Albums'); ?></li>
|
||||
<li><?= anchor('artistes','Artistes'); ?></li>
|
||||
<li><?= anchor('playlist','Playlist'); ?></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="user">
|
||||
<a class="bouton" href="html/Connexion.html">Connexion</a>
|
||||
<a class="bouton" href="html/Inscription.html">S'inscrire</a>
|
||||
</div>
|
||||
</header>
|
||||
<script src="assets/bouton.js"></script>
|
||||
<button id="scrollTopBtn" onclick="scrollToTop()">
|
||||
<span>↑</span>
|
||||
</button>
|
||||
</body>
|
||||
</html>
|
||||
32
ci/application/views/layout/header_artistes.php
Normal file
32
ci/application/views/layout/header_artistes.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<!doctype html>
|
||||
<html lang="en" class="has-navbar-fixed-top">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>MUSIC APP</title>
|
||||
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
||||
</head>
|
||||
<body>
|
||||
<main class='container'>
|
||||
<header class="navbar">
|
||||
<div class="logo">
|
||||
<img src="assets/img/SpotiFly.png" alt="SpotiFly">
|
||||
</div>
|
||||
<nav class="menu">
|
||||
<ul>
|
||||
<li><?= anchor('https://dwarves.iut-fbleau.fr/~boutaric/test/ci/','Home'); ?></li>
|
||||
<li><?= anchor('albums','Albums'); ?></li>
|
||||
<li><?= anchor('artistes','Artistes'); ?></li>
|
||||
<li><?= anchor('playlist','Playlist'); ?></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="user">
|
||||
<a class="bouton" href="html/Connexion.html">Connexion</a>
|
||||
<a class="bouton" href="html/Inscription.html">S'inscrire</a>
|
||||
</div>
|
||||
</header>
|
||||
<script src="assets/bouton.js"></script>
|
||||
<button id="scrollTopBtn" onclick="scrollToTop()">
|
||||
<span>↑</span>
|
||||
</button>
|
||||
</body>
|
||||
</html>
|
||||
32
ci/application/views/layout/header_song.php
Normal file
32
ci/application/views/layout/header_song.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<!doctype html>
|
||||
<html lang="en" class="has-navbar-fixed-top">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>MUSIC APP</title>
|
||||
<link rel="stylesheet" href="<?= base_url('assets/style.css') ?>">
|
||||
</head>
|
||||
<body>
|
||||
<main class='container'>
|
||||
<header class="navbar">
|
||||
<div class="logo">
|
||||
<img src="assets/img/SpotiFly.png" alt="SpotiFly">
|
||||
</div>
|
||||
<nav class="menu">
|
||||
<ul>
|
||||
<li><?= anchor('https://dwarves.iut-fbleau.fr/~boutaric/test/ci/','Home'); ?></li>
|
||||
<li><?= anchor('albums','Albums'); ?></li>
|
||||
<li><?= anchor('artistes','Artistes'); ?></li>
|
||||
<li><?= anchor('playlist','Playlist'); ?></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="user">
|
||||
<a class="bouton" href="html/Connexion.html">Connexion</a>
|
||||
<a class="bouton" href="html/Inscription.html">S'inscrire</a>
|
||||
</div>
|
||||
</header>
|
||||
<script src="assets/bouton.js"></script>
|
||||
<button id="scrollTopBtn" onclick="scrollToTop()">
|
||||
<span>↑</span>
|
||||
</button>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user