D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vitalityhealth
/
public_html
/
aa
/
invite
/
Filename :
happy-new-year.php
back
Copy
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>New Year Invitation Card Generator | Free Invitation Generator | Mether</title> <meta name="description" content="Set the tone for a memorable New Year's bash! Explore our Invitation Card Generator for personalized invites that reflect your style. Start the countdown to an unforgettable celebration!"> <meta name="keywords" content=""> <meta name="author" content="FREE INVITATION GENERATOR"> <link rel="shortcut icon" href="images/favicon.ico"><!-- Favicon Icon --> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i"><!-- Google Fonts --> <link rel="stylesheet" href="css/plugins.css"><!-- plugins Css --> <link rel="stylesheet" href="css/fonts-icons.css"><!-- Font Icons Css --> <link rel="stylesheet" type="text/css" href="css/style.css"><!-- Custom Css --> <link rel="stylesheet" type="text/css" href="css/helper.css"><!-- Helper Css --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> <!-- Start PreLoader ================================================== --> <div id="pre-loader" class="pre-loader"> <div class="cube-wrapper"> <div class="cube-folding"> <span class="leaf1"></span> <span class="leaf2"></span> <span class="leaf3"></span> <span class="leaf4"></span> </div> <span class="loading" data-name="Loading">Loading</span> </div> <div class="pre-loader-logo"><span class="text-uppercase fw-2 text-white">FREE INVITATION GENERATOR</span></div> </div> <!-- End PreLoader ================================================== --> <!-- Start Header ================================================== --> <?php include("header.php");?> <!-- End Header ================================================== --> <!-- Start Home ================================================== --> <!-- End Home ================================================== --> <!-- Start Services ================================================== --> <br> <br> <section id="portfolio" class="pt-100 bg-grey"> <div class="container"> <div class="row justify-content-center text-center mb-60"> <div class="col-lg-12"> <h1 class="text-black fw-3">Select <strong class="fw-7">Templates</strong></h1> </div> <!--<div class="col-lg-6">--> <!-- <p>It seems that only fragments of the original <strong class="fw-7">text remain in the Lorem Ipsum texts used today.</strong> One may speculate</p>--> <!--</div>--> </div> </div> <div class="container-fluid"> <ul class="row list-unstyled mb-0 portfolio-row"> <li class="col-sm-6 col-md-6 col-lg-4 col-xl-3 mt-30 portfolio-col all branding"> <div class="portfolio-item"> <div class="portfolio-item-inner"> <div class="portfolio-item-img"> <img class="img-fluid d-block ml-auto mr-auto w-100" src="new-year-templates/IMG-20231108-WA0080.jpg" alt="Portfolio101" style="width:382px;height:465px;"> </div> <div class="portfolio-item-content text-white d-flex justify-content-center align-items-center text-center"> <div> <!--<h6 class="text-uppercase mb-2 fw-6">Project Name</h6>--> <!--<p class="mb-0">Website Design</p>--> <a class="portfolio-item-view popup-image" href="new-year-templates/IMG-20231108-WA0080.jpg"><span class="ti-search"></span></a> <a class="portfolio-item-link" href="#"><span class="fa fa-pencil"></span></a> </div> </div> </div> </div> </li> <li class="col-sm-6 col-md-6 col-lg-4 col-xl-3 mt-30 portfolio-col all branding"> <div class="portfolio-item"> <div class="portfolio-item-inner"> <div class="portfolio-item-img"> <img class="img-fluid d-block ml-auto mr-auto w-100" src="new-year-templates/IMG-20231108-WA0081.jpg" alt="Portfolio5" style="width:382px;height:465px;"> </div> <div class="portfolio-item-content text-white d-flex justify-content-center align-items-center text-center"> <div> <!--<h6 class="text-uppercase mb-2 fw-6">Project Name</h6>--> <!--<p class="mb-0">Website Design</p>--> <a class="portfolio-item-view popup-image" href="new-year-templates/IMG-20231108-WA0081.jpg"><span class="ti-search"></span></a> <a class="portfolio-item-link" href="#"><span class="fa fa-pencil"></span></a> </div> </div> </div> </div> </li> </ul> </div> </section> <!-- End Services ================================================== --> <!-- Start Partner Slider ================================================== --> <!-- End Partner Slider ================================================== --> <!-- Start Awesome elements ================================================== --> <!-- End Awesome elements ================================================== --> <!-- Start What comes with this Template? ================================================== --> <!-- End What comes with this Template? ================================================== --> <!-- Start Our Skills Are ================================================== --> <!-- End Our Skills Are ================================================== --> <!-- Start Video Presentation ================================================== --> <!-- End Video Presentation ================================================== --> <!-- Start Why People Choose Us? ================================================== --> <!-- End Why People Choose Us? ================================================== --> <!-- Start Counter ================================================== --> <!-- End Counter ================================================== --> <!-- Start Affordable Price ================================================== --> <!-- End Affordable Price ================================================== --> <!-- Start Our Portfolio ================================================== --> <!-- End Our Portfolio ================================================== --> <!-- Start Frequently Asked Questions ================================================== --> <!-- End Frequently Asked Questions ================================================== --> <!-- Start What Our Customer Said ================================================== --> <!-- End What Our Customer Said ================================================== --> <!-- Start Our Awesome Team ================================================== --> <!-- End Our Awesome Team ================================================== --> <!-- Start WE ARE HIRING CREATIVE PEOPLE ================================================== --> <!-- End WE ARE HIRING CREATIVE PEOPLE ================================================== --> <!-- Start Our Latest News ================================================== --> <!-- End Our Latest News ================================================== --> <!-- Start Map ================================================== --> <!-- End Map ================================================== --> <!-- Start Have any project? Send a message ================================================== --> <!-- End Have any project? Send a message ================================================== --> <!-- Start Get in touch today ================================================== --> <!-- End Get in touch today ================================================== --> <!-- Start Footer ================================================== --> <?php include("footer.php");?> <!-- End Footer ================================================== --> <!-- Start Back to Top ================================================== --> <a href="#" class="back-to-top" id="back-to-top"><span class="ti-arrow-up"></span></a> <!-- End Back to Top ================================================== --> <script src="js/jquery.min.js"></script><!-- jquery JS --> <script src="js/plugins.js"></script><!-- Plugins JS --> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhS88E7WGYgrr2chM0z94OLBWKNDXxESk"></script><!-- Google Map JS --> <script src="js/app.js"></script><!-- Custom JS --> </body> </html>