-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.htm
executable file
·64 lines (62 loc) · 2.58 KB
/
about.htm
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YIW Minimal | A clean & professional free template</title>
<meta name="author"
content="Sara [mascaradesign.it] for Your Inspiration Web [yourinspirationweb.com]">
<meta name="keywords" content="">
<meta name="description" content="">
<meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-1">
<!-- [template css] begin -->
<link rel="stylesheet" href="css/screen.css" type="text/css"
media="screen, projection">
<link rel="stylesheet" href="css/960.css" type="text/css"
media="screen, projection">
<link rel="stylesheet" href="css/print.css" type="text/css"
media="print">
<!--[if IE]>
<link rel="stylesheet" href="css/ie.css" type="text/css" media="screen, projection" />
<![endif]-->
<!-- [template css] end --><!-- [template css javascript] begin -->
<link rel="stylesheet" href="css/project.css" type="text/css"
media="screen, projection">
<!-- [template css javascript] end --><!-- [JS] begin -->
<script type="text/javascript" src="js/jquery-1.3.1.min.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<script type="text/javascript" src="js/coda-slider.1.1.1.js"></script>
<script type="text/javascript"
src="js/jquery-easing-compatibility.1.2.pack.js"></script>
<script type="text/javascript" src="js/jquery-easing.1.2.pack.js"></script><!-- [JS] end -->
</head>
<body>
<!-- START TOP SECTION -->
<div class="container_12"><!-- START LOGO -->
<div class="grid_4 header"> <a href="index.htm"><img
src="images/acp_logo.png" alt="YIW minimal"
style="border: 0px solid ; width: 178px; height: 105px;"></a> </div>
<!-- END LOGO --><!-- START NAVIGATION -->
<div class="grid_8 header">
<div id="navigation">
<ul id="nav">
<li id="home"><a href="index.htm" title="Home page"
class="currentPage">Home</a></li>
<li id="about"><a href="about.htm" title="About">About</a></li>
<li id="portfolio"><a href="portfolio.htm" title="Portfolio">Portfolio</a></li>
<li id="contact"><a href="contact.htm" title="Contact">Contact</a></li>
</ul>
</div>
</div>
<!-- END NAVIGATION -->
</div>
<!-- END TOP SECTION --><!-- START MEDIUM SECTION -->
<div class="container_12 medium">
<div style="text-align: center;"><img
style="width: 860px; height: 329px;" alt="Under Reconstruction"
src="images/slider/under_reconstruction.png"></div>
</div>
<div class="container_12 bottom"><!-- END CONTACT SECTION --></div>
<!-- END BOTTOM SECTION --><!-- START FOOTER -->
<!-- END FOOTER -->
</body>
</html>