-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.php
More file actions
47 lines (40 loc) · 1.82 KB
/
header.php
File metadata and controls
47 lines (40 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>AISF DESIGNS</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="/css/layout.css">
<link rel="stylesheet" href="/css/skeleton.css">
<link rel="stylesheet" href="/css/style.css">
<!-- JS/JQUERY/PHP
================================================== -->
<script src="/js/jquery.js"></script>
<script src="/js/script.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="nav-container">
<div id="logo"><a href="#"><img src="/img/ai_logo.png"></a></div>
<div class="nav-wrap">
<div id="ad-nav" width="90px" height="33px"><a href="/advertising"><img src="/img/adver_nav.png"></a></div>
<div id="gd-nav" width="116px" height="33px"><a href="/graphic_design"><img src="/img/gd_nav.png"></a></div>
<div id="wd-nav" width="104px" height="29px"><a href="/web_design"><img src="/img/web_nav.png"></a></div>
<div id="rsrc-nav" width="116px" height="33px"><a href="/resources"><img src="/img/rsrc_nav.png"></a></div>
<div id="cont-nav" width="97px" height="29px"><a href="/contact"><img src="/img/contact_nav.png"></a>
</div>
</div>
</div>