-
Notifications
You must be signed in to change notification settings - Fork 0
/
marketing.html
234 lines (228 loc) · 11.2 KB
/
marketing.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>Jack Blogger</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<!-- body -->
<body class="main-layout">
<!-- loader -->
<div class="loader_bg">
<div class="loader"><img src="images/loading.gif" alt="" /></div>
</div>
<!-- end loader -->
<!-- header -->
<header>
<!-- header inner -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-3 logo_section">
<div class="full">
<div class="center-desk">
<div class="logo"> <a href="index.html"><img src="images/logo.png" alt="#"></a> </div>
</div>
</div>
</div>
<div class="col-lg-9">
<div class="menu-area">
<div class="limit-box">
<nav class="main-menu">
<ul class="menu-area-main">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li class="active">
<a href="marketing.html">Marketing</a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="contact.html">Contact us</a>
</li>
<li>
<a href="#">Login</a>
</li>
<li>
<a href="#">Register</a>
</li>
<li>
<a href="#"><img src="images/search_icon.png" alt="#" /></a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
<!-- end header inner -->
</header>
<!-- end header -->
<div class="Marketing-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="Marketingheading">
<h3>Marketing</h3>
</div>
</div>
</div>
</div>
</div>
<!-- section -->
<div class="section layout_padding dark_bg">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="images/marketing_img.png" alt="#" />
</div>
<div class="col-md-6">
<div class="full blog_cont">
<h3 class="white_font">Where can I get some</h3>
<h5 class="grey_font">March 19 2019 5 READ</h5>
<p class="white_font">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined g to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator..</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section layout_padding">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="full blog_cont">
<h3>Where can I get some</h3>
<h5>March 19 2019 5 READ</h5>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined g to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator..</p>
</div>
</div>
<div class="col-md-6">
<img src="images/marketing_img.png" alt="#" />
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<a href="#"><img src="images/footer_logo.png" alt="#" /></a>
<ul class="contact_information">
<li><span><img src="images/location_icon.png" alt="#" /></span><span class="text_cont">London 145<br>United Kingdom</span></li>
<li><span><img src="images/phone_icon.png" alt="#" /></span><span class="text_cont">987 654 3210<br>987 654 3210</span></li>
<li><span><img src="images/mail_icon.png" alt="#" /></span><span class="text_cont">[email protected]<br>[email protected]</span></li>
</ul>
<ul class="social_icon">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6">
<div class="footer_links">
<h3>Quick link</h3>
<ul>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i> Home</a></li>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i> Features</a></li>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i> Evens</a></li>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i> Markrting</a></li>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i> Blog</a></li>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i> Testimonial</a></li>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i> Contact</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer_links">
<h3>Instagram</h3>
<ol>
<li><img class="img-responsive" src="images/footer_blog.png" alt="#" /></li>
<li><img class="img-responsive" src="images/footer_blog.png" alt="#" /></li>
<li><img class="img-responsive" src="images/footer_blog.png" alt="#" /></li>
<li><img class="img-responsive" src="images/footer_blog.png" alt="#" /></li>
</ol>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer_links">
<h3>Contact us</h3>
<form action="index.html">
<fieldset>
<div class="field">
<input type="text" name="name" placeholder="Your Name" required="" />
</div>
<div class="field">
<input type="email" name="email" placeholder="Email" required="" />
</div>
<div class="field">
<input type="text" name="subject" placeholder="Subject" required="" />
</div>
<div class="field">
<textarea placeholder="Message"></textarea>
</div>
<div class="field">
<div class="center">
<button class="reply_bt">Send</button>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</div>
</footer>
<div class="cpy">
<div class="container">
<div class="row">
<div class="col-md-12">
<p>Copyright © 2019 Design by <a href="https://html.design/">Free Html Templates</a></p>
</div>
</div>
</div>
</div>
<!-- end footer -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/plugin.js"></script>
<!-- Scrollbar Js Files -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>