-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolios.html
executable file
·216 lines (191 loc) · 9.59 KB
/
portfolios.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
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<title>BootCompany : Company Profile Html and CSS Template built with Bootstrap Twitter</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css/bootstrap.css" rel="stylesheet"/>
<link href="css/main.css" rel="stylesheet"/>
<link href="css/jquery.css" rel="stylesheet">
</head>
<body>
<div class="container main">
<!-- Start Header-->
<div class="row">
<div class="span4 logo">
<a href="index.html">
<h1 class="logo-title">BootCompany</h1>
</a>
<span class="slogan">Bootstrap Company Profile Theme</span>
</div>
<div class="span8">
<div class="row">
<div class="span8 customer_service">
<h4><small>For additional information call: <strong>+00 1234 5678</strong></small></h4>
</div>
</div>
</div>
</div>
<!-- End Header-->
<!-- Start Navigation -->
<div class="row">
<div class="span12">
<div class="navbar">
<div class="navbar-inner">
<div class="container" style="width: auto;">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="dropdown">
<a href="services.html" class="dropdown-toggle" data-toggle="dropdown">Services <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="services.html">Service Overview</a></li>
<li class="divider"></li>
<li><a href="service_detail.html">Service Detail</a></li>
</ul>
</li>
<li><a href="portfolios.html">Portfolios</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<hr/>
</div>
</div>
<!-- End Navigation -->
<div class="row">
<div class="span12 page-title-container">
<img src="img/portfolio-header.jpg"/>
<div class="inner-page-title fixed">
<h2>Portfolios</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit integer id nibh ac est.</p>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="span3">
<!-- start sidebar -->
<div class="span3 vertical-menu">
<ul class="nav">
<li><a href="portfolio_detail.html">Portfolio Item</a></li>
<li><a href="portfolio_detail.html">Portfolio Item</a></li>
<li><a href="portfolio_detail.html">Portfolio Item</a></li>
<li><a href="portfolio_detail.html">Portfolio Item</a></li>
<li><a href="portfolio_detail.html">Portfolio Item</a></li>
<li><a href="portfolio_detail.html">Portfolio Item</a></li>
</ul>
</div>
<!-- end sidebar -->
</div>
<div class="span9">
<div class="row">
<div class="span6">
<img src="img/portfolio-1.jpg"/>
</div>
<div class="span3">
<a href="portfolio_detail.html"><h4>Porfolio Item</h4></a>
<p>
Praesent nec aliquet elit. Nullam convallis placerat metus, sit amet ultrices nulla faucibus sit amet. Quisque dictum lorem sed sem pharetra luctus. Donec sed posuere nisl. Aliquam eu vestibulum mauris.
</p>
<br/>
<a href="portfolio_detail.html">read more</a>
</div>
</div>
<hr>
<div class="row">
<div class="span6">
<img src="img/portfolio-2.jpg"/>
</div>
<div class="span3">
<a href="portfolio_detail.html"><h4>Porfolio Item</h4></a>
<p>
Praesent nec aliquet elit. Nullam convallis placerat metus, sit amet ultrices nulla faucibus sit amet. Quisque dictum lorem sed sem pharetra luctus. Donec sed posuere nisl. Aliquam eu vestibulum mauris.
</p>
<br/>
<a href="portfolio_detail.html">read more</a>
</div>
</div>
<hr>
<div class="row">
<div class="span6">
<img src="img/portfolio-3.jpg"/>
</div>
<div class="span3">
<a href="portfolio_detail.html"><h4>Porfolio Item</h4></a>
<p>
Praesent nec aliquet elit. Nullam convallis placerat metus, sit amet ultrices nulla faucibus sit amet. Quisque dictum lorem sed sem pharetra luctus. Donec sed posuere nisl. Aliquam eu vestibulum mauris.
</p>
<br/>
<a href="portfolio_detail.html">read more</a>
</div>
</div>
<hr>
<div class="pagination">
<ul>
<li><a href="#">Prev</a></li>
<li class="active">
<a href="#">1</a>
</li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">Next</a></li>
</ul>
</div>
</div>
</div>
<footer>
<hr>
<div class="row">
<div class="span3">
<h4>© 2012 BootCompany</h4><br/>
All right are reserved.<br/>
<a href="#">Terms of Service</a> | <a href="#">Privacy Policy</a>
</div>
<div class="span3">
<h4>Contact Info</h4>
<br/>
<p>
123 Make Believe Drive<br/>
Some City, P.O 54990, Country<br/>
T: +00 1234 5678
</p>
</div>
<div class="span3">
<h4>Quick Navigation</h4>
<ul>
<li><a href="about.html">About us</a></li>
<li><a href="services.html">Our Services</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
<div class="span3">
<h4>Connect with us</h4>
<br/>
<img width="16" height="16" alt="facebook" src="img/facebook.png"> <a href="#">Facebook</a>
<br/><br/>
<img width="16" height="16" alt="facebook" src="img/twitter.png"> <a href="#">Twitter</a>
</div>
</div>
</footer>
</div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>