-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (61 loc) · 2.56 KB
/
index.html
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>SahiSystem</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="description" content="SahiSystem.com" />
<meta name="keywords" content="SahiSystem, HSE, environment, training, health, safety, workshops" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="viewport" content="width=720;initial-scale=1" />
<meta name="author" content="Mohammad Taheri" />
<meta name="microid" content="mailto+http:sha1:6f00209477560f479b357017ad8cf6ac61bf885a" />
<link rel="icon" href="images/favicon.ico" />
<link rel="Shortcut Icon" href="images/favicon.ico" type="image/x-icon" />
<link type="text/css" rel="stylesheet" href="css/main.css" />
<script type="text/javascript" src="js/jquery.tools.tabs.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<!--[if lt IE 7]><link type="text/css" rel="stylesheet" href="css/ie.css" />
<script type="text/javascript" src="js/jquery.supersleight.js"></script><![endif]-->
</head>
<body>
<!-- wrapper div needs to encompass everything except the footer div at bottom -->
<div id="wrapper">
<div id="header">
<p> </p>
</div>
<div id="main" class="clearfix">
<!-- the clearfix keeps the footer from floating up -->
<!-- floating the content to the left and the sidbar to the right -->
<div id="content">
<div id="logo">
<a title="SahiSystem" href="./"><img
src="images/sahisystem.gif" alt="SahiSystem" height="40" width="245" /></a>
</div>
<!-- css-tabs -->
<ul class="editable" id="css-tabs">
<li><a href="events.html">Events</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- css-panes -->
<div id="css-panes">
<div class="panes" style="display:block;"></div>
</div>
<!-- content -->
</div>
<!-- clearfix -->
</div>
<!-- wrapper -->
</div>
<div id="footer">
<div id="footerwrap">
<!-- this extra div is just centering the fixed width area of the footer content -->
<div id="left"><p> </p></div>
<div id="right" class="inc:/address-footer.html"> </div>
<!-- footerwrap -->
</div>
<!-- footer -->
</div>
</body>
</html>