-
Notifications
You must be signed in to change notification settings - Fork 0
/
0-base.html
275 lines (263 loc) · 10.4 KB
/
0-base.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Title here -->
<title>Title - Ericka</title>
<!-- Description, Keywords and Author -->
<meta name="description" content="Your description">
<meta name="keywords" content="Your,Keywords">
<meta name="author" content="ResponsiveWebInc">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Styles -->
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Flex Slider CSS -->
<link href="css/flexslider.css" rel="stylesheet">
<!-- Pretty Photo -->
<link href="css/prettyPhoto.css" rel="stylesheet">
<!-- Font awesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- Color Stylesheet - orange, blue, pink, brown, red or green-->
<link href="css/blue.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon/favicon.png">
</head>
<body>
<!-- Header starts -->
<header>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4">
<!-- Logo and site link -->
<div class="logo">
<h1><a href="index.html">Ericka<span class="color">.</span></a></h1>
</div>
</div>
<div class="col-md-4 col-sm-4 col-sm-offset-4 col-md-offset-4">
<div class="list">
<!-- Add your phone number here -->
<div class="phone">
<i class="fa fa-phone"></i> Phone: 123-456-7890
</div>
<hr />
<!-- Add your email id here -->
<div class="email">
<i class="fa fa-envelope-o"></i> Email: [email protected]
</div>
<hr />
<!-- Add your address here -->
<div class="address">
<i class="fa fa-home"></i> Address: 12, Srtington Street, NY
</div>
</div>
</div>
</div>
</div>
</header>
<!--/ Header ends -->
<!-- Navigation Starts -->
<!-- Note down the syntax before editing. It is the default twitter bootstrap navigation -->
<div class="navbar bs-docs-nav" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<!-- Navigation links starts here -->
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Home <b class="caret"></b></a>
<!-- Submenus -->
<ul class="dropdown-menu">
<li><a href="index.html">Home #1</a></li>
<li><a href="index1.html">Home #2</a></li>
<li><a href="index2.html">Home #3</a></li>
</ul>
</li>
<!-- Navigation with sub menu. Please note down the syntax before you need. Each and every link is important. -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Pages #1 <b class="caret"></b></a>
<!-- Submenus -->
<ul class="dropdown-menu">
<li><a href="support.html">Support</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="about.html">About</a></li>
<li><a href="service.html">Service #1</a></li>
<li><a href="service1.html">Service #2</a></li>
<li><a href="pricing.html">Pricing Table</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Pages #2 <b class="caret"></b></a>
<!-- Submenus -->
<ul class="dropdown-menu">
<li><a href="404.html">404</a></li>
<li><a href="comingsoon.html">Coming Soon</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="sitemap.html">Sitemap</a></li>
<li><a href="process.html">Process</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="review.html">Review</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="timeline.html">Timeline</a></li>
<li><a href="full-width.html">Full Width</a></li>
<li><a href="events.html">Events</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Blog <b class="caret"></b></a>
<!-- Submenus -->
<ul class="dropdown-menu">
<li><a href="blog.html">Blog Main #1</a></li>
<li><a href="blog1.html">Blog Main #2</a></li>
<li><a href="blog2.html">Blog Main #3</a></li>
<li><a href="blog-ls.html">Blog Left Sidebar</a></li>
<li><a href="blog-ns.html">Blog No Sidebar</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Features <b class="caret"></b></a>
<!-- Submenus -->
<ul class="dropdown-menu">
<li><a href="features.html">Features #1</a></li>
<li><a href="features1.html">Features #2</a></li>
<li><a href="features2.html">Features #3</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Portfolio <b class="caret"></b></a>
<!-- Submenus -->
<ul class="dropdown-menu">
<li><a href="gallery.html">Gallery</a></li>
<li><a href="portfolio1.html">Portfolio #1</a></li>
<li><a href="portfolio2.html">Portfolio #2</a></li>
<li><a href="portfolio.html">Portfolio #3</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contact <b class="caret"></b></a>
<!-- Submenus -->
<ul class="dropdown-menu">
<li><a href="contact.html">Contact #1</a></li>
<li><a href="contact1.html">Contact #2</a></li>
<li><a href="clients.html">Clients</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<!--/ Navigation Ends -->
<!-- Content strats -->
<div class="content">
<div class="container">
<!-- CTA starts -->
<div class="cta">
<div class="row">
<div class="col-md-9">
<!-- First line -->
<p class="cbig">Lorem ipsum consectetur dolor sit amet, consectetur adipiscing.</p>
<!-- Second line -->
<p class="csmall">Duis vulputate consectetur malesuada eros nec odio consect eturegestas et netus et in dictum nisi vehicula.</p>
</div>
<div class="col-md-2">
<!-- Button -->
<div class="button"><a href="#">Get A Free Trail</a></div>
</div>
</div>
</div>
<!--/ CTA Ends -->
</div>
</div>
<!--/ Content ends -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<!-- Widget 1 -->
<div class="widget">
<h4>About Us</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras elementum dolor eget nisi fermentum quis hendrerit magna vestibulum. </p>
<!-- Social Media -->
<div class="social">
<a href="#"><i class="fa fa-twitter twitter"></i></a>
<a href="#"><i class="fa fa-pinterest pinterest"></i></a>
<a href="#"><i class="fa fa-facebook facebook"></i></a>
<a href="#"><i class="fa fa-google-plus google-plus"></i></a>
<a href="#"><i class="fa fa-linkedin linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-4">
<!-- widget 2 -->
<div class="widget">
<h4>Recent Posts</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="#">Sed eu leo orci, in rhoncus puru</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Condimentum gravida metus</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Lpsum, in rhoncus purus</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Etiam at in rhoncus puru nul</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Fusce vel magnais dapibus facilisis</a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<!-- Widget 3 -->
<div class="widget">
<h4>Categories</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="#">Condimentum</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Etiam at</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Fusce vel</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Vivamus</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Pellentesque</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<hr />
<div class="col-md-12"><p class="copy pull-left">
<!-- Copyright information. You can remove my site link. -->
Copyright © <a href="#">Your Site</a> | Designed by <a href="http://responsivewebinc.com">Responsive Web Design</a></p></div>
</div>
</div>
</footer>
<!--/ Footer -->
<!-- Scroll to top -->
<span class="totop"><a href="#"><i class="fa fa-angle-up"></i></a></span>
<!-- Javascript files -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Isotope, Pretty Photo JS -->
<script src="js/jquery.isotope.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<!-- Support Page Filter JS -->
<script src="js/filter.js"></script>
<!-- Flex slider JS -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- Respond JS for IE8 -->
<script src="js/respond.min.js"></script>
<!-- HTML5 Support for IE -->
<script src="js/html5shiv.js"></script>
<!-- Custom JS -->
<script src="js/custom.js"></script>
</body>
</html>