-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththree-column.html
193 lines (171 loc) · 8.01 KB
/
three-column.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
<!DOCTYPE HTML>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/splash/splash-icon.png">
<link rel="apple-touch-startup-image" href="images/splash/splash-screen.png" media="screen and (max-device-width: 320px)" />
<link rel="apple-touch-startup-image" href="images/splash/splash-screen_402x.png" media="(max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)" />
<link rel="apple-touch-startup-image" sizes="640x1096" href="images/splash/splash-screen_403x.png" />
<link rel="apple-touch-startup-image" sizes="1024x748" href="images/splash/splash-screen-ipad-landscape" media="screen and (min-device-width : 481px) and (max-device-width : 1024px) and (orientation : landscape)" />
<link rel="apple-touch-startup-image" sizes="768x1004" href="images/splash/splash-screen-ipad-portrait.png" media="screen and (min-device-width : 481px) and (max-device-width : 1024px) and (orientation : portrait)" />
<link rel="apple-touch-startup-image" sizes="1536x2008" href="images/splash/splash-screen-ipad-portrait-retina.png" media="(device-width: 768px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)"/>
<link rel="apple-touch-startup-image" sizes="1496x2048" href="images/splash/splash-screen-ipad-landscape-retina.png" media="(device-width: 768px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)"/>
<title>Ciuten</title>
<link href="styles/style.css" rel="stylesheet" type="text/css">
<link href="styles/framework.css" rel="stylesheet" type="text/css">
<link href="styles/owl.carousel.css" rel="stylesheet" type="text/css">
<link href="styles/owl.theme.css" rel="stylesheet" type="text/css">
<link href="styles/swipebox.css" rel="stylesheet" type="text/css">
<link href="styles/colorbox.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/jqueryui.js"></script>
<script type="text/javascript" src="scripts/owl.carousel.min.js"></script>
<script type="text/javascript" src="scripts/jquery.swipebox.js"></script>
<script type="text/javascript" src="scripts/colorbox.js"></script>
<script type="text/javascript" src="scripts/snap.js"></script>
<script type="text/javascript" src="scripts/contact.js"></script>
<script type="text/javascript" src="scripts/custom.js"></script>
<script type="text/javascript" src="scripts/framework.js"></script>
<script type="text/javascript" src="scripts/framework.launcher.js"></script>
</head>
<body>
<div id="preloader">
<div id="status">
<p class="center-text">
Loading the content...
<em>Loading depends on your connection speed!</em>
</p>
</div>
</div>
<div class="top-deco"></div>
<div class="content">
<div class="header">
<a href="#" class="homepage-logo">
<img src="images/misc/logo.png" alt="img">
</a>
<a href="index.html" class="go-home">HOME</a>
<a href="#" class="go-menu">MENU</a>
<a href="#" class="go-back">CLOSE</a>
</div>
<div class="decoration"></div>
<div class="navigation">
<div class="corner-deco"></div>
<div class="navigation-wrapper">
<div class="navigation-item">
<a href="index.html" class="home-icon">Homepage</a>
<em class="inactive-menu"></em>
</div>
<div class="navigation-item">
<a href="#" class="features-icon has-submenu">Features</a>
<em class="dropdown-menu"></em>
<div class="submenu">
<a href="type.html">Typography <em></em></a>
<a href="jquery.html">jQuery <em></em></a>
</div>
</div>
<div class="navigation-item">
<a href="#" class="portfolio-icon has-submenu">Portfolios</a>
<em class="dropdown-menu dropup-menu"></em>
<div class="submenu active-submenu">
<a href="tile-folio.html">Tile Portfolio <em></em></a>
<a href="one-column.html">One Column <em></em></a>
<a href="two-column.html">Two Column <em></em></a>
<a href="three-column.html">Three Columns <em class="selected-submenu"></em></a>
</div>
</div>
<div class="navigation-item">
<a href="#" class="gallery-icon has-submenu">Gallery</a>
<em class="dropdown-menu"></em>
<div class="submenu">
<a href="tile-gallery.html">Tile Gallery<em></em></a>
<a href="thumbnail-gallery.html">Thumb Gallery<em></em></a>
</div>
</div>
<div class="navigation-item">
<a href="videos.html" class="videos-icon">Videos</a>
<em class="inactive-menu"></em>
</div>
<div class="navigation-item">
<a href="contact.html" class="contact-icon">Contact</a>
<em class="inactive-menu"></em>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container no-bottom">
<div class="portfolio-item-thumb one-third">
<a href="images/general-nature/2s.jpg">
<img class="responsive-image" src="images/general-nature/1s.jpg" alt="img">
</a>
<h4>One</h4>
<p>
Lorem ipsum dolor sit amet, consecr adipiscing elit.
</p>
</div>
<div class="portfolio-item-thumb one-third">
<a href="images/general-nature/2s.jpg">
<img class="responsive-image" src="images/general-nature/2s.jpg" alt="img">
</a>
<h4>Two</h4>
<p>
Lorem ipsum dolor sit amet, consecr adipiscing elit.
</p>
</div>
<div class="portfolio-item-thumb one-third last-column">
<a href="images/general-nature/1s.jpg">
<img class="responsive-image" src="images/general-nature/3s.jpg" alt="img">
</a>
<h4>Three</h4>
<p>
Lorem ipsum dolor sit amet, consecr adipiscing elit.
</p>
</div>
<div class="decoration"></div>
<div class="portfolio-item-thumb one-third">
<a href="images/general-nature/2s.jpg">
<img class="responsive-image" src="images/general-nature/4s.jpg" alt="img">
</a>
<h4>Four</h4>
<p>
Lorem ipsum dolor sit amet, consecr adipiscing elit.
</p>
</div>
<div class="portfolio-item-thumb one-third">
<a href="images/general-nature/2s.jpg">
<img class="responsive-image" src="images/general-nature/5s.jpg" alt="img">
</a>
<h4>Five</h4>
<p>
Lorem ipsum dolor sit amet, consecr adipiscing elit.
</p>
</div>
<div class="portfolio-item-thumb one-third last-column">
<a href="images/general-nature/1s.jpg">
<img class="responsive-image" src="images/general-nature/6s.jpg" alt="img">
</a>
<h4>Six</h4>
<p>
Lorem ipsum dolor sit amet, consecr adipiscing elit.
</p>
</div>
</div>
<div class="decoration"></div>
<div class="footer">
<div class="socials">
<a href="#" class="twitter-icon"></a>
<a href="#" class="google-icon"></a>
<a href="#" class="facebook-icon"></a>
</div>
<div class="clear"></div>
<p class="copyright">
COPYRIGHT 2014.<br>
ALL RIGHTS RESERVED
</p>
</div>
</div>
<div class="bottom-deco"></div>
</body>
</html>