web_design/wedding_website/index.html
2024-07-14 11:28:27 -05:00

178 lines
9.1 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Best Luxury Wedding Planner</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="swiper-bundle.min.css">
<link rel="shortcut icon" href="images/logo-head.png" type="image/x-icon">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<div id="page-tops" class="page-category">
<header>
<div class="inner-header">
<div class="container wide">
<div class="wrap">
<div class="header-left">
<div class="menu-bar">
<a href="#0" class="menu-trigger" trigger-button data-target="mobile-menu"><i class='bx bx-menu'></i></a>
</div>
<div class="list-inline">
<ul>
<li><a href=""><i class='bx bx-user' ></i></a></li>
<li><a href=""><i class='bx bx-user' ></i></a></li>
</ul>
</div>
</div>
<div class="header-center">
<nav class="menu">
<ul>
<li><a href="portfolio.html"><span>Portfolio</span></a></li>
<li><a href="note.html"><span>Love note</span></a></li>
<li><a href="press.html"><span>Press</span></a></li>
</ul>
<ul>
<li><a href="service.html"><span>Services</span></a></li>
<li><a href="about.html"><span>About</span></a></li>
<li><a href="contact.html"><span>Contact</span></a></li>
</ul>
</nav>
<div class="branding"><a href="index.html"><img src="images/logo-home.png" alt=""></a></div>
</div>
<div class="header-right">
<div class="list-inline">
<ul>
<li><a href="" ><i class='bx bx-user' ></i></a></li>
<li><a href="" ><i class='bx bx-user' ></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
<main>
<div class="home-slider">
<div class="load"></div>
</div>
<div class="home-content">
<div class="container">
<div class="content">
<p>We are known for being really good at <span>planning and creating amazing events.</span> We strive to create warm, detail-oriented, and timeless wedding celebrations that reflect the <span>unique desires</span>
and preferences of our clients.</p><br>
<p>Consider us as <span>passionate supporters</span> of your wedding vision (and coincidentally, the most skilled professionals) who will remain by your side throughout the entire process.</p>
</div>
</div>
</div>
<div class="line">
<div class="container">
<div class="content-line"></div>
</div>
</div>
<div class="home-content-2">
<div class="container">
<div class="content-detail">
<p>View Our</p>
<a href="portfolio.html"><span>Portfolio</span></a>
</div>
<div class="content-detail">
<p>Visit us on</p>
<a href=""><span>Instagram</span></a>
</div>
<div class="content-detail">
<p>Reach out to</p>
<a href=""><span>Inquire</span></a>
</div>
</div>
</div>
<div class="home-content-3">
<div class="container">
<div class="content-note-title">
<h3>Love notes</h3>
<h4>From our lovely clients</h4>
<div class="content-3-detail mySwiper">
<div class="content-note swiper-wrapper">
<div class="slide swiper-slide">
<img src="images/note-1.jpg" alt="" class="image">
<p>"They were exactly what we were looking for when we started to plan our wedding. They were super patient with all our questions during the planning process
and during the days just prior to our wedding. We honestly couldn't have asked for a better team of professionals to make our day the most amazing day ever."</p>
<div class="note-name">
<span class="name">John & Jane</span>
</div>
</div>
<div class="slide swiper-slide">
<img src="images/note-2.jpg" alt="" class="image">
<p>"You guys are all amazing, kind, professional, attentive, on point answering back to emails, calls, changes and concerns."</p>
<div class="note-name">
<span class="name">John & Jane</span>
</div>
</div>
<div class="slide swiper-slide">
<img src="images/note-3.jpg" alt="" class="image">
<p>"If you're looking for a wedding planner, here you have a team of them! We thought that we could take care of everything all by ourselves but we were wrong! Thank god we met the best staff. They found the perfect place for our ceremony and our favorite musical band."</p>
<div class="note-name">
<span class="name">John & Jane</span>
</div>
</div>
</div>
<div class="swiper-button-next swiper-btn"></div>
<div class="swiper-button-prev swiper-btn"></div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="footer-content">
<div class="container">
<ul class="social">
<li><a href=""><i class='bx bxl-facebook' ></i></a></li>
<li><a href=""><i class='bx bxl-instagram' ></i></a></li>
<li><a href=""><i class='bx bxs-envelope' ></i></a></li>
<li><a href=""><i class='bx bx-phone' ></i></a></li></ul>
<p>We are an exclusive, high-end wedding planning and design boutique located in Chicago, availble worldwide. We believe love is no boundaries and welcome everyone regardless of their race, gender identity, sexual orientation, religion, or ability.</p>
<div class="copyright">
<p>copyright &copy;2023 M Events</p>
</div>
</div>
</div>
</footer>
</div>
<div class="overlay" data-overlay></div>
<div id="mobile-menu" class="mobile-menu">
<div class="wrap">
<a href="" class="close-trigger" close-button>
<i class='bx bx-x-circle' ></i>
</a>
<div class="main-menu">
<nav>
<ul>
<li><a href="index.html"><span>Home</span></a></li>
<li><a href="portfolio.html"><span>Portfolio</span></a></li>
<li><a href="note.html"><span>Love note</span></a></li>
<li><a href="press.html"><span>Press</span></a></li>
<li><a href="service.html"><span>Services</span></a></li>
<li><a href="about.html"><span>About</span></a></li>
<li><a href="contact.html"><span>Contact</span></a></li>
</ul>
</nav>
</div>
</div>
</div>
<script src="swiper-bundle.min.js"></script>
<script src="main.js"></script>
</body>
</html>