44 lines
2.2 KiB
PHP
44 lines
2.2 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<?php
|
|
include_once "meta/meta.php";
|
|
session_start();
|
|
?>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="<?= $URLcorrection ?>css/animate.css">
|
|
<link rel="stylesheet" href="<?= $URLcorrection ?>css/owl.carousel.min.css">
|
|
<link rel="stylesheet" href="<?= $URLcorrection ?>css/owl.theme.default.min.css">
|
|
<link rel="stylesheet" href="<?= $URLcorrection ?>css/magnific-popup.css">
|
|
<link rel="stylesheet" href="<?= $URLcorrection ?>css/bootstrap-datepicker.css">
|
|
<link rel="stylesheet" href="<?= $URLcorrection ?>css/jquery.timepicker.css">
|
|
<link rel="stylesheet" href="<?= $URLcorrection ?>css/flaticon.css">
|
|
<link rel="stylesheet" href="<?= $URLcorrection ?>css/style.css">
|
|
<link rel="stylesheet" href="<?= $URLcorrection ?>css/padding.css">
|
|
<link rel="stylesheet" type="text/css" href="<?= $URLcorrection ?>fontawesome/css/all.min.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="wrap">
|
|
<div class="container">
|
|
<div class="row justify-content-between">
|
|
<div class="col-3 d-flex align-items-center">
|
|
<!--<a class="navbar-brand d-flex" href="index.php">
|
|
<div class="icon d-flex align-items-center justify-content-center"><img src="<?= $URLcorection ?>images/logo/Warmseal-Blue.svg" class="img-fluid" alt="Warmseal Logo"></div>
|
|
</a>-->
|
|
</div>
|
|
<div class="col-3 d-flex justify-content-end align-items-center">
|
|
<div class="social-media">
|
|
<p class="mb-0 d-flex">
|
|
<a href="https://www.facebook.com/profile.php?id=61576598612133" target="_blank" class="d-flex align-items-center justify-content-center"><span><i class="fab fa-facebook"></i></span></a>
|
|
<a href="https://www.instagram.com/warmsealroofing" target="_blank" class="d-flex align-items-center justify-content-center"><span><i class="fab fa-instagram"></i></span></a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|