-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path404.html
234 lines (221 loc) · 10.4 KB
/
404.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!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">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="stylesheets/sky-blue.css" type="text/css" title="sky-blue" media="screen" />
<!--
<link rel="stylesheet" href="stylesheets/raspberry.css" type="text/css" title="raspberry" media="screen" />
<link rel="stylesheet" href="stylesheets/dark-violet.css" type="text/css" title="dark-violet" media="screen" />
<link rel="stylesheet" href="stylesheets/emerald.css" type="text/css" title="emerald" media="screen" />
<link rel="stylesheet" href="stylesheets/pink.css" type="text/css" title="pink" media="screen" />
<link rel="stylesheet" href="stylesheets/golden.css" type="text/css" title="golden" media="screen" />
<link rel="stylesheet" href="stylesheets/lime.css" type="text/css" title="lime" media="screen" />
<link rel="stylesheet" href="stylesheets/metallic-blue.css" type="text/css" title="metallic-blue" media="screen" />
<link rel="stylesheet" href="stylesheets/light-brown.css" type="text/css" title="light-brown" media="screen" />
<link rel="stylesheet" href="stylesheets/orange.css" type="text/css" title="orange" media="screen" />
<link rel="stylesheet" href="stylesheets/blue.css" type="text/css" title="blue" media="screen" />
<link rel="stylesheet" href="stylesheets/ocean.css" type="text/css" title="ocean" media="screen" />
<link rel="stylesheet" href="stylesheets/grapefruit.css" type="text/css" title="grapefruit" media="screen" />
<link rel="stylesheet" href="stylesheets/olive.css" type="text/css" title="olive" media="screen" />
<link rel="stylesheet" href="stylesheets/violet.css" type="text/css" title="violet" media="screen" />
-->
<style type="text/css">
@import url(stylesheets/styles.css); /*link to the main CSS file */
@import url(stylesheets/ddsmoothmenu.css); /*link to the CSS file for dropdown menu */
@import url(stylesheets/tipsy.css); /*link to the CSS file for tips */
</style>
<!-- Initialise jQuery Library -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<!-- Cufon Font Generator Plugin -->
<script type="text/javascript" src="js/cufon/cufon-yui.js"></script>
<script type="text/javascript" src="js/cufon/MgOpen_Modata_400-MgOpen_Modata_700.font.js"></script>
<script type="text/javascript" src="js/cufon/cufon-load.js"></script>
<!-- jQuery Watermark Plugin -->
<script type="text/javascript" src="js/jquery.watermarkinput.js"></script>
<!-- DropDown Menu Plugin -->
<script type="text/javascript" src="js/ddsmoothmenu.js"></script>
<!-- jQuery Image Fading plugin -->
<script type="text/javascript" src="js/jquery.color.js"></script>
<!-- jQuery Tabs -->
<script type="text/javascript" src="js/ui.core.js"></script>
<script type="text/javascript" src="js/ui.tabs.js"></script>
<!-- jQuery TinyCarousel -->
<script type="text/javascript" src="js/jquery.tinycarousel.min.js"></script>
<!-- jQuery Tipsy -->
<script type="text/javascript" src="js/jquery.tipsy.js"></script>
<!-- jQuery autoAlign -->
<script type="text/javascript" src="js/jquery.autoAlign.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<title>Paradise | Full Width & Columns page</title>
</head>
<body id="sp">
<!-- Begin Container -->
<div class="container">
<!-- Begin Header -->
<div id="header">
<!-- Site Logo -->
<a href="index.html" class="logo"><img src="images/logo.png" width="180" height="50" alt="" /></a>
<!-- SearchBox -->
<form action="" id="searchform">
<div>
<label for="s" class="screen-reader-text">Search for:</label>
<input type="text" id="s" name="s" value=""/>
<input type="submit" value="Search" id="searchsubmit"/>
</div>
</form>
<div class="clear"></div>
</div>
<!-- End Header -->
<!-- Start Main Nav -->
<div id="MainNav">
<a href="index.html" title="Home" class="home_btn"><img src="images/icon_home.gif" width="17" height="19" alt="Home" /></a>
<div id="menu">
<ul class="ddsmoothmenu">
<li><a href="index.html" title="Sliders">Sliders</a>
<ul>
<li><a href="index.html" title="Nivo Slider">Nivo Slider</a></li>
<li><a href="index-2.html" title="Coin Slider">Coin Slider</a></li>
<li><a href="index-3.html" title="3D Round Carousel">3D Round Carousel</a></li>
<li><a href="index-4.html" title="Roundabout">Roundabout</a></li>
<li><a href="index-5.html" title="Anything slider">Anything slider</a></li>
<li><a href="index-6.html" title="s3 Slider">s3 Slider</a></li>
<li><a href="index-7.html" title="Orbit slider">Orbit slider</a></li>
</ul>
</li>
<li class="current-menu-item"><a href="about.html" title="About">About</a>
<ul>
<li><a href="about.html" title="About Us">About Us</a></li>
<li><a href="sidebar_left.html" title="Sidebar Left">Sidebar Left</a></li>
<li><a href="styles.html" title="xHTML Styles">xHTML Styles</a></li>
<li><a href="#" title="Sample Menu Levels">Sample Menu Levels</a>
<ul>
<li><a href="#" title="Third Menu Level Item 1">3rd Menu Level Item 1</a></li>
<li><a href="#" title="Third Menu Level Item 2">3rd Menu Level Item 2</a></li>
<li><a href="#" title="Third Menu Level Item 3">3rd Menu Level Item 3</a>
<ul>
<li><a href="#" title="Fourth Menu Level Item 1">4th Menu Level Item 1</a></li>
<li><a href="#" title="Fourth Menu Level Item 2">4th Menu Level Item 2</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="fullwidth.html" title="Fullwidth & Columns">Fullwidth & Columns</a></li>
<li><a href="page.html" title="Ultra Clean Design">Ultra Clean Design</a></li>
<li><a href="404.html" title="404 error page">404 error page</a></li>
</ul>
</li>
<li><a href="gallery.html" title="Gallery">Gallery</a></li>
<li><a href="portfolio2.html" title="Portfolio">Portfolio</a>
<ul>
<li><a href="portfolio2.html" title="Portfolio 1 Column">Portfolio 1 Column</a></li>
<li><a href="portfolio3.html" title="Portfolio 2 Column">Portfolio 2 Column</a></li>
<li><a href="portfolio4.html" title="Portfolio 3 Column">Portfolio 3 Column</a></li>
</ul>
</li>
<li><a href="blog.html" title="Blog">Blog</a>
<ul>
<li><a href="blog.html" title="Blog">Blog</a></li>
<li><a href="blog_single.html" title="Blog Single">Blog Single</a></li>
</ul>
</li>
<li><a href="contact.html" title="Contact">Contact</a></li>
</ul>
</div>
<!-- Start Social Icons -->
<ul class="social">
<li><a href="#" class="ico_facebook" title="Facebook"></a></li>
<li><a href="#" class="ico_twitter" title="Twitter"></a></li>
<li><a href="#" class="ico_myspace" title="MySpace"></a></li>
<li><a href="#" class="ico_rss" title="RSS Feed"></a></li>
</ul>
<!-- End Social Icons -->
<div class="clear"></div>
</div>
<!-- End Main Nav -->
<!-- Start Breadcrumbs -->
<div id="breadcrumbs">
<a href="#">Home</a> »
<span class="current">Page Not Found</span>
<div class="clear"></div>
</div>
<!-- End Breadcrumbs -->
<!-- Start Page Title -->
<div class="PageTitle">
<h1>Page Not Found</h1>
</div>
<!-- End Page Title -->
<!-- Start Content Wrapper -->
<div id="content_wrapper">
<!-- Content Box -->
<div class="box">
<!-- Error 404 Page -->
<div class="error404">
<div class="title_error">Page Not Found</div>
<div class="description_error">Sorry, the page you requested may have been moved or deleted</div>
</div>
</div>
</div>
<!-- End Content Wrapper -->
<!-- Start Footer Sidebar -->
<div id="f_sidebar">
<div class="sb_wrapper">
<!-- Start First Collumn -->
<div class="widget-container widget_text">
<h3>About this Theme</h3>
<p>Adipising elit maurise pharetra magnumsan. Malesuada orcdonec ulorem doloroec suada. Udipiscing elit mauris sifermentum. Udipisc elit mauris sifermentum.</p>
<p>Tellus dolor, dapibus eget, elementum duis turpis. Integer rutrum ante eu lacus consect adipiscing elit. Maurisfetun Duis ultricies pharetra magna. </p>
</div>
<!-- Start First Collumn -->
<div class="widget-container">
<h3>Blogroll</h3>
<ul>
<li><a href="#" title="Development Blog">Development Blog</a></li>
<li><a href="#" title="Documentation">Documentation</a></li>
<li><a href="#" title="Plugins">Plugins</a></li>
<li><a href="#" title="Suggest Ideas">Suggest Ideas</a></li>
<li><a href="#" title="Support Forum">Support Forum</a></li>
<li><a href="#" title="Themes">Themes</a></li>
<li><a href="#" title="WordPress Planet">WordPress Planet</a></li>
</ul>
</div>
<!-- Start Second Collumn -->
<div class="widget-container">
<h3>Archives</h3>
<ul>
<li><a href="#" title="July 2010">July 2010</a></li>
<li><a href="#" title="June 2010">June 2010</a></li>
<li><a href="#" title="April 2010">April 2010</a></li>
<li><a href="#" title="February 2010">February 2010</a></li>
<li><a href="#" title="January 2010">January 2010</a></li>
<li><a href="#" title="December 2009">December 2009</a></li>
</ul>
</div>
<!-- Start Third Collumn -->
<div class="widget-container widget_text">
<h3>Contact Form</h3>
<div class="wpcf7">
<form class="wpcf7-form" action="#">
<p><label>Name:</label>
<span class="wpcf7-form-control-wrap your-name"><input type="text" size="40" class="wpcf7-text" value="" name="your-name"/></span><span class="clear"></span></p>
<p><label>Email:</label>
<span class="wpcf7-form-control-wrap your-email"><input type="text" size="40" class="wpcf7-text" value="" name="your-email"/></span><span class="clear"></span></p>
<p><span class="wpcf7-form-control-wrap your-message"><textarea rows="5" cols="5" name="your-message"></textarea></span></p>
<p><input type="submit" class="wpcf7-submit" value="Send"/></p>
</form>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<!-- End Footer Sidebar -->
<!-- Start Footer -->
<div id="footer">
<p class="copy">Copyright © 2010 • ThemeMakers • All rights reserved</p>
<p class="developed_by">Developed By: <a href="http://themeforest.net/user/ThemeMakers">ThemeMakers</a></p>
<div class="clear"></div>
</div>
<!-- End Footer -->
</div>
<!-- End Container -->
</body>
</html>