first commit
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if lt IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[if IE 8]><html class="no-js lt-ie10 lt-ie9"> <![endif]-->
|
||||
<!--[if IE 9]><html class="no-js lt-ie10"> <![endif]-->
|
||||
<!--[if gt IE 8]><!-->
|
||||
<html class="no-js">
|
||||
<!--<![endif]-->
|
||||
|
||||
<head>
|
||||
|
||||
<!-- Basic Page Needs -->
|
||||
<meta charset="utf-8">
|
||||
<title><?=SITE_NAME?>,<?php echo $location->city; ?> Software Development</title>
|
||||
<meta name="description" content= " ChiefSoft Works,over 20 years software development,software developers,custom software development, web and mobile development, QA services. Headquartered in Atlanta, Georgia."/>
|
||||
<meta name="author" content="ChiefSoft Works">
|
||||
|
||||
<!-- Mobile Specific Metas -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="shortcut icon" href="/assets/images/favicon.ico">
|
||||
|
||||
<!-- FONTS -->
|
||||
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Roboto:100,300,400,400italic,700'>
|
||||
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Patua+One:100,300,400,400italic,700'>
|
||||
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900'>
|
||||
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=DM+Sans:100,300,400,400italic,500,700,700italic,900'>
|
||||
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=DM+Serif+Display:100,300,400,400italic,500,700,700italic,900'>
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel='stylesheet' href='/assets/css/global.css'>
|
||||
<link rel='stylesheet' href='/assets/css/structure.css'>
|
||||
<link rel='stylesheet' href='/assets/css/insurance3.css'>
|
||||
<link rel='stylesheet' href='/assets/css/custom.css'>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="page-template-default page color-custom style-default button-round layout-full-width if-zoom if-border-hide no-content-padding no-shadows header-transparent minimalist-header-no sticky-header sticky-tb-color ab-hide subheader-both-center menu-link-color menuo-no-borders logo-no-margin mobile-tb-hide mobile-side-slide mobile-mini-mr-lc tablet-sticky mobile-sticky ">
|
||||
<div id="Wrapper">
|
||||
<div id="Header_wrapper">
|
||||
<header id="Header">
|
||||
<div id="Top_bar">
|
||||
<div class="container">
|
||||
<div class="column one">
|
||||
<?php
|
||||
include("top_menu.php");
|
||||
?>
|
||||
<div class="top_bar_right">
|
||||
<div class="top_bar_right_wrapper">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</div>
|
||||
Reference in New Issue
Block a user