HTML
Luxize preloaded with 1 differents colorscheme. All HTML files are located at these directories:
luxize-tourist-attraction
|-...
|-tourist-attraction/
|-...
Starter Template
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<!-- Google-Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&family=DM+Serif+Display:ital@0;1&display=swap" rel="stylesheet">
<!-- Swiper-CSS -->
<link rel="stylesheet" href="/assets/vendor/swiper/swiper-bundle.min.css">
<!-- Animate.css -->
<link rel="stylesheet" href="/assets/vendor/animate.css/animate.min.css">
<!-- Load Luxize CSS (usecase) bundled with Bootstrap-CSS -->
<link rel="stylesheet" type="text/css" href="/assets/css/USECASE.css">
<title>Title Goes Here</title>
</head>
<body>
<div class="masthead">
<!-- Top Bar Goes Here (optional) -->
<!-- Nav Goes Here -->
</div>
<main class="sections sections--main">
<!-- MAIN SECTIONS goes here -->
</main>
<footer class="sections sections--footer">
<!-- FOOTER SECTIONS goes here -->
</footer>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<!-- Luxize JS -->
<script src="/assets/js/luxize.js"></script>
<script src="/assets/js/luxize.bootstrap.js"></script>
<script src="/assets/js/luxize.effects.js"></script>
<script src="/assets/js/luxize.form.js"></script>
<!-- Swiper-JS - required for swiper -->
<script src="/assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="/assets/js/luxize.swiper.js"></script>
<!-- Required script to initiate animate.css -->
<script src="/assets/js/luxize.animate.js"></script>
</body>
</html>