-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalt.php
executable file
·200 lines (172 loc) · 6.47 KB
/
alt.php
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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="not-ie" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Landing page template for your project</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Page description">
<meta name="author" content="Your name">
<!-- Custom css -->
<link href="css/style.min.css" rel="stylesheet">
<link href="css/font-awesome/font-awesome.css" rel="stylesheet">
<!--[if IE 7]>
<link href="css/font-awesome/font-awesome-ie7.css" rel="stylesheet">
<![endif]-->
<!-- Load Open sans from Google Font Directory -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="js/jquery-1.7.2.min.js"%3E%3C/script%3E'))</script>
</head>
<body>
<!-- Header
================================================== -->
<header id="header">
<!-- NAVIGATION -->
<?php include ("component/navbar.php"); ?>
<!-- Content
================================================== -->
<div id="content" class="container">
</div>
<div class="hero-unit">
<!-- headin gtext -->
<p class="ac">
This is a template for a simple marketing or informational website.
</p>
</div>
<!-- Carousel -->
<div id="carousel" class="carousel slide" rel="carousel">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item">
<img src="img/carousel/1.jpg" />
</div>
<div class="item">
<img src="img/city2.jpg" />
</div>
<div class="item">
<img src="http://placehold.it/600x360/47BFA6/fff" />
</div>
</div>
<!-- Carousel navigation -->
<a class="carousel-control left" href="#carousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#carousel" data-slide="next">›</a>
</div>
<div class="container">
<div class="row">
<!-- portfolio item-->
<div class="span4 project zoom" data-tags="design">
<a class="thumbnail" href="">
<!-- image -->
<img src="http://placehold.it/300x200/222/fff" />
<!-- name -->
<b class="project-name">Title</b>
</a>
</div>
<!-- end portfolio item-->
<!-- portfolio item-->
<div class="span4 project zoom" data-tags="design">
<a class="thumbnail" href="">
<!-- image -->
<img src="http://placehold.it/300x200/555/fff" />
<!-- name -->
<b class="project-name">Title</b>
</a>
</div>
<!-- end portfolio item-->
<!-- portfolio item-->
<div class="span4 project zoom" data-tags="design">
<a class="thumbnail" href="">
<!-- image -->
<img src="http://placehold.it/300x200/999/fff" />
<!-- name -->
<b class="project-name">Title</b>
</a>
</div>
<!-- end portfolio item-->
</div>
<br />
<div class="row">
<div class="span4">
<h2><span class="grey">Work</span> with us</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="" href="#">Read more »</a></p>
</div>
<div class="span4">
<h2><span class="grey">Know more</span> about us</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="" href="#">Read more »</a></p>
</div>
<div class="span4">
<h2><span class="grey">Meet</span> us</h2>
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<p><a class="" href="#">Read more »</a></p>
</div>
</div>
</div>
<footer class="row">
<div class="container">
<div class="row">
<div class="span2">
<h3>Quick links</h3>
<ul>
<li><a href="#" title="">Home</a></li>
<li><a href="#" title="">Our work</a></li>
<li><a href="#" title="">About us</a></li>
</ul>
</div>
<div class="span2">
<br /><br />
<ul>
<li><a href="#" title="">Pricing</a></li>
<li><a href="#" title="">Explore</a></li>
<li><a href="#" title="">Contact</a></li>
</ul>
</div>
<div class="span4 social-networks">
<h3>Stay in touch</h3>
<p>Stay in touch on social networks</p>
<a href="#" title="Follow us on Facebook" class="icon-facebook"></a>
<a href="#" title="Follow us on Twitter" class="icon-twitter"></a>
<a href="#" title="Follow us on Google Plus" class="icon-google-plus"></a>
<a href="#" title="Follow us on Google Plus" class="icon-github"></a>
<a href="#" title="Follow us on Google Plus" class="icon-pinterest"></a>
</div>
<div class="span4">
<h3>Newsletter</h3>
<p>Subscribe to our monthly newsletter and be the first to know about our news and special deals!</p>
<form>
<input type="text" placeholder="Enter your E-mail" />
<input type="submit" class="btn" value="Ok" />
</form>
</div>
</div> <!-- /row -->
</div> <!-- /container -->
<div id="footer-extra">
<div class="container">
<div class="row">
<div class="span4">
© 2010—2012 Your company
</div>
<div class="span4">
<i class="icon-phone"></i>
00123 320 000 123 456
</div>
<div class="span4">
<i class="icon-envelope"></i>
</div>
</div> <!-- end .row -->
</div> <!-- end .container -->
</div>
</footer>
<!-- JS -->
<?php include ("component/js.php"); ?>
</body>
</html>