Skip to content

Commit

Permalink
Configuración inicial sección Género
Browse files Browse the repository at this point in the history
  • Loading branch information
Wlogzz committed Mar 12, 2023
1 parent a692371 commit a41f205
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 30 deletions.
10 changes: 10 additions & 0 deletions app/generos/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
require('../config/db.php');
?>

<?php include('../templates/header.php'); ?>

<h1>Sección Géneros</h1>


<?php include('../templates/footer.php'); ?>
49 changes: 19 additions & 30 deletions app/templates/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,26 @@
<div class="container p-4 pb-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-facebook-f"></i
></a>
<!-- Twitter -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-twitter"></i
></a>
<a class="btn btn-outline-light btn-floating m-1" href="https://twitter.com/wlogzz" role="button">
<i class="fab fa-twitter"></i>
</a>
<!-- Google -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-google"></i
></a>
<!-- Instagram -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-instagram"></i
></a>
<a class="btn btn-outline-light btn-floating m-1" href="mailto:[email protected]" role="button">
<i class="fab fa-google"></i>
</a>
<!-- Linkedin -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-linkedin-in"></i
></a>
<a class="btn btn-outline-light btn-floating m-1" href="https://www.linkedin.com/in/wlogz/" role="button">
<i class="fab fa-linkedin-in"></i>
</a>
<!-- Github -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-github"></i
></a>
<a class="btn btn-outline-light btn-floating m-1" href="https://github.com/Wlogzz" role="button">
<i class="fab fa-github"></i>
</a>
</section>
<!-- Section: Social media -->
</div>
Expand All @@ -41,18 +32,16 @@
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2023 Copyright:
<a class="text-white" href="#">ALD Developers S.A.S</a>
<a class="text-white" href="https://github.com/Wlogzz" target="_blank">ALD Developers S.A.S</a>
</div>
<!-- Copyright -->
</footer>

<!-- Bootstrap JavaScript Libraries -->
<script src="../../assets/js/bootstrap.bundle.min.js"></script>

<!-- Bootstrap JavaScript Libraries -->
<script src="../../assets/js/bootstrap.bundle.min.js"></script>
<!-- FontAwesome -->
<script src="../../assets/js/FontawesomeKitConfig.js"></script>

<!-- FontAwesome -->
<script src="../../assets/js/FontawesomeKitConfig.js"></script>
</body>
</html>
</body>
</html>
3 changes: 3 additions & 0 deletions app/templates/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<li class="nav-item">
<a class="nav-link" href="/app/peliculas/">Películas</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/app/generos/">Géneros</a>
</li>
</ul>
</nav>
<main class="container mt-5 mb-5">
Expand Down

0 comments on commit a41f205

Please sign in to comment.