-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolumn_layouts.html
343 lines (284 loc) · 15.9 KB
/
column_layouts.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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!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" />
<title>OverALL Web Site | Just another Web site</title>
<meta name="description" content="Just another Web site" />
<meta name="keywords" content="the, tags, web sites, clean, dark, useful, etc..." />
<link rel="stylesheet" type="text/css" media="all" href="style.css" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="css/ie7.css" />
<![endif]-->
<script type="text/javascript" src="js/settings.js"></script>
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/overallmenu.js"></script>
<script type="text/javascript" src="js/jquery.cycle.min.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/Futura_Bk_BT_400.font.js"></script>
<!--[if IE 6]>
<script src="js/DD_belatedPNG_0.0.8a-min.js"></script>
<script>
DD_belatedPNG.fix('img, div');
</script>
<![endif]-->
</head>
<body>
<!-- begin header -->
<div class="header">
<div class="header_container">
<!-- begin logo -->
<div class="header_logo">
<a href="index.html"><img src="images/logo.png" alt="" /></a>
</div>
<!-- end logo -->
<!-- begin menu -->
<div class="overallmenu clearfix">
<ul class="overallmenu clearfix">
<li><a href="index.html">Home</a></li>
<li><a href="page.html">Pages</a>
<ul class="sub-menu">
<li><a href="page_with_sidebar.html">Page with Sidebar</a></li>
<li><a href="full_width_page.html">Full Width Page</a></li>
<li><a href="bonus_layout_1.html">Bonus Layouts</a>
<ul class="sub-menu">
<li><a href="bonus_layout_1.html">Bonus Layout 1</a></li>
<li><a href="bonus_layout_2.html">Bonus Layout 2</a></li>
<li><a href="bonus_layout_3.html">Bonus Layout 3</a></li>
<li><a href="bonus_layout_4.html">Bonus Layout 4</a></li>
<li><a href="bonus_layout_5.html">Bonus Layout 5</a></li>
</ul>
</li>
<li><a href="testimonials.html">Testimonials Page</a></li>
</ul>
</li>
<li><a href="portfolio_column_3.html">Portfolio</a>
<ul class="sub-menu">
<li><a href="portfolio_column_1.html">1 Column</a></li>
<li><a href="portfolio_column_2.html">2 Columns</a></li>
<li><a href="portfolio_column_3.html">3 Columns</a></li>
<li><a href="portfolio_column_4.html">4 Columns</a></li>
<li><a href="portfolio_column_5.html">5 and More Columns</a></li>
<li><a href="video_gallery.html">Video gallery</a></li>
</ul>
</li>
<li><a href="blog.html">Blog</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="current_page_item"><a href="shortcodes.html">Shortcodes</a>
<ul class="sub-menu">
<li><a href="buttons_checklists.html">Buttons & Checklists</a></li>
<li class="current_page_item"><a href="column_layouts.html">Column Layouts</a></li>
<li><a href="image_frames.html">Image Frames</a></li>
<li><a href="info_boxes.html">Box Styles</a></li>
<li><a href="dropcap.html">Drop-Cap & Block Quotes</a></li>
<li><a href="typography.html">Typography</a></li>
<li><a href="testimonials_shortcode.html">Testimonials</a></li>
<li><a href="others.html">Other Styles</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- end menu -->
</div>
</div>
<!-- end header -->
<div class="page_top">
<div class="page_top_container">
<div class="page_top_content ">
<span class="page_top_title">Columns Layouts</span><br />
<span class="page_top_desc clearfix">Lets take a look Column Layouts</span>
</div>
<div class="page_top_search">
<form action="" id="searchform" method="get">
<div><input name="s" id="s" type="text" onblur="if ( this.value == '' ) this.value = this.defaultValue" onfocus="if ( this.value == this.defaultValue ) this.value = '';" value="Enter your search keywords..." /></div>
</form>
</div>
</div>
</div>
<!-- begin container -->
<div class="page_container_bg">
<div class="page_full_container">
<div class="page_full_content">
<div class="basic_columns one_half">
<h2>One Half</h2>
On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided.
</div>
<div class="basic_columns one_half last">
<h2>One Half</h2>
On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided.
</div>
<span class="divider_with_top"><a href="#top">Top</a></span>
<div class="basic_columns one_third">
<h2>One Third</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every.
</div>
<div class="basic_columns one_third">
<h2>One Third</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every.
</div>
<div class="basic_columns one_third last">
<h2>One Third</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every.
</div>
<span class="divider_with_top"><a href="#top">Top</a></span>
<div class="basic_columns one_fourth">
<h2>One Fourth</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every.
</div>
<div class="basic_columns one_fourth">
<h2>One Fourth</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every.
</div>
<div class="basic_columns one_fourth">
<h2>One Fourth</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every.
</div>
<div class="basic_columns one_fourth last">
<h2>One Fourth</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every.
</div>
<span class="divider_with_top"><a href="#top">Top</a></span>
<div class="basic_columns one_fifth">
<h2>One Fifth</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every.
</div>
<div class="basic_columns one_fifth">
<h2>One Fifth</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every.
</div>
<div class="basic_columns one_fifth">
<h2>One Fifth</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every.
</div>
<div class="basic_columns one_fifth">
<h2>One Fifth</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every.
</div>
<div class="basic_columns one_fifth last">
<h2>One Fifth</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every.
</div>
<span class="divider_with_top"><a href="#top">Top</a></span>
<div class="basic_columns two_third">
<h2>Two Third</h2>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided.
</div>
<div class="basic_columns one_third last">
<h2>One Third</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and whens.
</div>
<span class="divider_with_top"><a href="#top">Top</a></span>
<div class="basic_columns one_fourth">
<h2>One Fourth</h2>
These cases are perfectly simple and easy to distinguish.
</div>
<div class="basic_columns three_fourth last">
<h2>There Fourth</h2>
These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided.
</div>
</div>
</div>
</div>
<!-- end container -->
<!-- begin footer -->
<div class="footer">
<!-- begin widgets -->
<div class="footer_widget">
<div class="footer_widgets clearfix">
<!-- begin left widget -->
<div class="footer_widgetleft">
<h3>OverAll Pages</h3>
<div class="footer_menu">
<ul class="footer_menu">
<li><a href="index.html">Home</a></li>
<li><a href="page.html">Pages</a></li>
<li><a href="portfolio_column_3.html">Portfolio</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="shortcodes.html">Shortcodes</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="#">More Link</a></li>
</ul>
</div>
</div>
<!-- end left widget -->
<!-- begin center widget -->
<div class="footer_widgetcenter">
<div class="footer_widgetcenter_top">
<h3>Easy installation and upgrades</h3>
<img src="images/icons/footer_started.png" class="alignleft" alt="" />We have gone to great lengths too make sure every bit of the WordPress generated code is in full compliance with the standards of the <a href="http://www.w3.org/">W3C</a> This is important only a interoperability with today browser but also for forward compatibility with the tools the next generation. Your web site is a beautiful thing...
</div>
<div class="footer_widgetcenter_left">
<h3>Recent Comments</h3>
<div class="footer_comments">
<ul>
<li><a href="">admin</a> on <a href="#">Spam protection</a></li>
<li><a href="">dilna</a> on <a href="#">Spam protection</a></li>
<li><a href="http://themeforest.net/user/Codestar">Codestar</a> on <a href="#">Spam protection</a></li>
<li><a href="">feng</a> on <a href="#">Spam protection</a></li>
</ul>
</div>
</div>
<div class="footer_widgetcenter_right">
<h3>Popular Posts</h3>
<div class="footer_posts">
<ul>
<li><a href="#">Spam protection</a></li>
<li><a href="#">Hello world!</a></li>
<li><a href="#">Lorem Ipsum dummy!</a></li>
<li><a href="#">It is a long established</a></li>
</ul>
</div>
</div>
</div>
<!-- end center widget -->
<!-- begin right widget -->
<div class="footer_widgetright">
<div class="footer_widget_firstly">
<h3>Connect with the Community</h3>
<img class="alignleft" src="images/icons/footer_wordpress.png" alt=""/>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when a unknown printer took galley of type and make.
</div>
<div class="footer_widget_firstly">
<h3>Contact Informations</h3>
<div class="footer_contact">
<ul>
<li class="address">28. Freelancer Street No:109/21, City Ankara / TURKEY</li>
<li class="phone">(+90) 312 444 0 444 & (+90) 312 443 0 443</li>
<li class="email"><a href="mailto:[email protected]">[email protected]</a> & <a href="mailto:[email protected]">[email protected]</a></li>
<li class="support"><a href="contact.html">Over'ALL Support Service</a></li>
</ul>
</div>
</div>
</div>
<!-- end right widget -->
</div>
</div>
<!-- end widgets -->
<!-- begin copyright -->
<div class="footer_copyright">
<div class="copyright_container">
<div class="copyright_text">Copyright (c) 2009 - 2010 OverAll Inc. - Premium a WebSite Theme for Your Website - All Rights Reserved</div>
<div class="footer_social_networks">
<ul>
<li><a href="http://twitter.com/"><img src="images/social_networks/twitter.png" alt="" /></a></li>
<li><a href="http://facebook.com/"><img src="images/social_networks/facebook.png" alt="" /></a></li>
<li><a href="http://blogger.com/"><img src="images/social_networks/blogger.png" alt="" /></a></li>
<li><a href="http://flickr.com/"><img src="images/social_networks/flickr.png" alt="" /></a></li>
<li><a href="http://wordpress.org/"><img src="images/social_networks/wordpress.png" alt="" /></a></li>
<li><a href="http://vimeo.com/"><img src="images/social_networks/vimeo.png" alt="" /></a></li>
<li><a href="http://linkedin.com/"><img src="images/social_networks/linkedin.png" alt="" /></a></li>
<li><a href="http://myspace.com/"><img src="images/social_networks/myspace.png" alt="" /></a></li>
<li><a href="http://technorati.com/"><img src="images/social_networks/technorati.png" alt="" /></a></li>
<li><a href="http://skype.com/"><img src="images/social_networks/skype.png" alt="" /></a></li>
<li><a href="#"><img src="images/social_networks/rss.png" alt="" /></a></li>
</ul>
</div>
</div>
</div>
<!-- end copyright -->
</div>
<!-- end footer -->
<script type="text/javascript" src="js/custom.js"></script>
<script type="text/javascript">Cufon.now();</script>
</body>
</html>