Inital Commit
This commit is contained in:
@@ -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