Inital Commit
This commit is contained in:
123
resources/views/client/sunsarioverseas/partials/footer.blade.php
Normal file
123
resources/views/client/sunsarioverseas/partials/footer.blade.php
Normal file
@ -0,0 +1,123 @@
|
||||
|
||||
<!-- FOOTER START -->
|
||||
<footer>
|
||||
<div class="container mt-5">
|
||||
<div class="top-footer">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-xl-7">
|
||||
<h3>You give us your demand and stay relaxed. We match exactly qualified manpower needed for your business.</h3>
|
||||
|
||||
</div>
|
||||
<div class="col-lg-12 col-xl-5">
|
||||
<div class="footer-btn">
|
||||
<a class="tp-btn-primary" href="#" target="_blank" role="button">Join Us Now</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="footer-line">
|
||||
<div class="center-footer">
|
||||
<div class="row">
|
||||
<div class="col-lg-5">
|
||||
<div class="footer-col footer-left-col">
|
||||
<figure class="site-footer-logo">
|
||||
<img src="{{ site_url(SITEVARS->primary_logo) }}" alt="">
|
||||
</figure>
|
||||
<p>Let's develop your project with this impressive and powerful template that helps you
|
||||
create beautiful web pages. An original solution for any business.</p>
|
||||
<ul class="footer-social">
|
||||
<li><a href="{{SITEVARS->fb}}"><i class="fab fa-facebook-f"></i></a></li>
|
||||
<li><a href="{{SITEVARS->insta}}"><i class="fab fa-instagram"></i></a></li>
|
||||
<li><a href="{{SITEVARS->twitter}}"><i class="fab fa-twitter"></i></a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="footer-col">
|
||||
<h5>Quick Links</h5>
|
||||
<div class="vstack gap-2">
|
||||
<?php $FooterMenu=MPCMS::getMenuItems('footer-menu-1'); ?>
|
||||
@foreach($FooterMenu as $MenuItem)
|
||||
<a href="{{route($MenuItem->alias)}}"><i></i>{{$MenuItem->title}}</a>
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3">
|
||||
<div class="footer-col">
|
||||
<h5>Get in Touch</h5>
|
||||
<ul class="footer-contact">
|
||||
<li class="phone"><a href="tel:123-456-7890">{{SITEVARS->phone}}</a></li>
|
||||
<li class="email"><a href="mailto:info@merit.com">{{SITEVARS->email}}</a></li>
|
||||
<li>
|
||||
<div class="d-flex">
|
||||
<div class="flex-shrink-0">
|
||||
<i class="fas fa-map-pin"></i>
|
||||
</div>
|
||||
<div class="flex-grow-1 ms-3">
|
||||
<p>Sunsari, Nepal</p>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="footer-line">
|
||||
<div class="bottom-footer">
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="footer-copyright">
|
||||
<p>© 2023 <a
|
||||
href="#"
|
||||
target="_blank">{{SITEVARS->copyright_text}}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<ul class="footer-terms">
|
||||
<li><a href="#">Terms</a></li>
|
||||
<li><a href="#">Privacy</a></li>
|
||||
<li><a href="#">Support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- FOOTER END -->
|
||||
|
||||
<!-- SCROLL TOP -->
|
||||
<a href="#0" class="cd-top">Top</a>
|
||||
|
||||
<!-- TEMPLATE MAIN JAVASCRIPT FILES -->
|
||||
<script src="{!! template('js/lib/jquery-3.6.0.min.js')!!}"></script>
|
||||
<script src="{!! template('js/lib/bootstrap.min.js')!!}"></script>
|
||||
<script src="{!! template('js/lib/plugins.js')!!}"></script>
|
||||
<script src="{!! template('js/lib/megamenu.js')!!}"></script>
|
||||
<script src="{!! template('js/lib/navigation.js')!!}"></script>
|
||||
<script src="{!! template('js/lib/navigation.fixed.min.js')!!}"></script>
|
||||
<script src="{!! template('js/main.js')!!}"></script>
|
||||
|
||||
<!-- REVOLUTION JS FILES -->
|
||||
<script src="{!! template('revolution/js/jquery.themepunch.tools.min.js')!!}"></script>
|
||||
<script src="{!! template('revolution/js/jquery.themepunch.revolution.min.js')!!}"></script>
|
||||
|
||||
<!-- SLIDER REVOLUTION 5.0 EXTENSIONS (Load Extensions only on Local File Systems ! The following part can be removed on Server for On Demand Loading) -->
|
||||
<script src="{!! template('revolution/js/extensions/revolution.extension.actions.min.js')!!}"></script>
|
||||
<script src="{!! template('revolution/js/extensions/revolution.extension.carousel.min.js')!!}"></script>
|
||||
<script src="{!! template('revolution/js/extensions/revolution.extension.kenburn.min.j')!!}s"></script>
|
||||
<script src="{!! template('revolution/js/extensions/revolution.extension.layeranimation.min.js')!!}"></script>
|
||||
<script src="{!! template('revolution/js/extensions/revolution.extension.migration.min.js')!!}"></script>
|
||||
<script src="{!! template('revolution/js/extensions/revolution.extension.navigation.min.js')!!}"></script>
|
||||
<script src="{!! template('revolution/js/extensions/revolution.extension.parallax.min.js')!!}"></script>
|
||||
<script src="{!! template('revolution/js/extensions/revolution.extension.slideanims.min.js')!!}"></script>
|
||||
<script src="{!! template('revolution/js/extensions/revolution.extension.video.min.js')!!}"></script>
|
||||
<script src="{!! template('js/rev-sliders/construction.js')!!}"></script>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
@ -0,0 +1,91 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US" class="no-js">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- TITLE -->
|
||||
<title>Home - Sunsari Overseas PVt. Ltd.</title>
|
||||
|
||||
<!-- META TAGS -->
|
||||
<meta name="keywords"
|
||||
content="Sunsari HR, Sunsari, Sunsari Overseas, Nepal Recruitment, Nepal Recruit, nepali people, nepali workers, Nepal Manpower">
|
||||
<meta name="description" content="Sunsari Overseas">
|
||||
|
||||
<!-- FAVICON -->
|
||||
|
||||
|
||||
|
||||
<!-- REVOLUTION ADDONS -->
|
||||
<link href="http://fonts.googleapis.com/css?family=Roboto%3A700%2C300" rel="stylesheet" property="stylesheet"
|
||||
type="text/css" media="all" />
|
||||
<link rel="stylesheet" type="text/css" href="{!! template('revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css')!!}">
|
||||
<link rel="stylesheet" type="text/css" href="{!! template('revolution/fonts/font-awesome/css/font-awesome.css')!!}">
|
||||
|
||||
<!-- REVOLUTION STYLE SHEETS -->
|
||||
<link rel="stylesheet" type="text/css" href="{!! template('revolution/css/settings.css')!!}">
|
||||
|
||||
<!-- REVOLUTION LAYERS STYLES -->
|
||||
<link rel="stylesheet" type="text/css" href="{!! template('revolution/css/layers.css')!!}">
|
||||
<link rel="stylesheet" href="{!! template('css/slider-revolution.css')!!}">
|
||||
|
||||
<!-- REVOLUTION NAVIGATION STYLES -->
|
||||
<link rel="stylesheet" type="text/css" href="{!! template('revolution/css/navigation.css')!!}">
|
||||
|
||||
<!-- MAIN CSS STYLE SHEET -->
|
||||
<link rel="stylesheet" href="{!! template('css/main.css')!!}">
|
||||
<link rel="stylesheet" href="{!! template('css/stylesheet.css')!!}">
|
||||
<link rel="stylesheet" href="{!! template('css/responsive.css')!!}">
|
||||
|
||||
<!-- PRAGYA CUSTOM CSS -->
|
||||
<link rel="stylesheet" href="{!! template('css/partials/niches/construction.css')!!}">
|
||||
|
||||
<!-- MODERNIZR LIBRARY -->
|
||||
<script src="{!! template('js/modernizr-custom.js')!!}"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<!-- HEADER START -->
|
||||
<header>
|
||||
<!-- TOP HEADER START -->
|
||||
<div class="top-header">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<ul class="top-contact">
|
||||
<li class="phone"><span class="tel-no"><a href="tel:123-456-7890"> {{SITEVARS->phone}}</a></span>
|
||||
</li>
|
||||
<li class="email"><a href="mailto:info@sunsarioverseas.com">{{SITEVARS->email}}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="top-social">
|
||||
<ul class="social-list">
|
||||
<li><a href="{{SITEVARS->fb}}"><i class="fab fa-facebook-f"></i></a></li>
|
||||
<li><a href="{{SITEVARS->insta}}"><i class="fab fa-instagram"></i></a></li>
|
||||
<li><a href="{{SITEVARS->twitter}}"><i class="fab fa-twitter"></i></a></li>
|
||||
<li>
|
||||
<!-- Button trigger modal -->
|
||||
<div class="center-element">
|
||||
<button type="button" class="btn btn-default" data-toggle="modal"
|
||||
data-target="#exampleModal2">Mail Login</button>
|
||||
</div>
|
||||
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="top-line">
|
||||
</div>
|
||||
</div>
|
||||
<!-- TOP HEADER END -->
|
||||
|
||||
|
Reference in New Issue
Block a user