-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathblog.html
201 lines (156 loc) · 7.28 KB
/
blog.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
---
title: Blog
order: 3
---
<div class="py-5 bg-white">
<div class="container">
<div class="row">
<div class="col mb-sm-4">
<h1 class="font-weight-light">Blog</h1>
</div>
<div class="col-md-4">
<form>
<div class="input-group">
<input type="text" class="form-control" placeholder="Search Blog">
<div class="input-group-addon">
<i class="fa fa-search"></i>
</div>
</div>
</form>
</div>
</div>
<hr>
<div class="row">
<div class="col pr-md-5">
<div class="row my-5">
<div class="col">
<img class="img-fluid" src="img/[email protected]">
<h3 class="text-primary mt-5">
What is a good blog title, and how can it affect your bottom line?
</h3>
<p class="lead">
Interminable confident frowned meadowlark wow heedless that hence irefully one far the precise soberly much nauseating this upset coaxingly appalling activated forsook goodness a hey strongly beside much cobra.
</p>
</div>
</div>
<div class="row my-5">
<div class="col">
<img class="img-fluid" src="img/[email protected]">
<h3 class="text-primary mt-5">
What is a good blog title, and how can it affect your bottom line?
</h3>
<p class="lead">
Interminable confident frowned meadowlark wow heedless that hence irefully one far the precise soberly much nauseating this upset coaxingly appalling activated forsook goodness a hey strongly beside much cobra.
</p>
</div>
</div>
<div class="row my-5">
<div class="col">
<img class="img-fluid" src="img/[email protected]">
<h3 class="text-primary mt-5">
What is a good blog title, and how can it affect your bottom line?
</h3>
<p class="lead">
Interminable confident frowned meadowlark wow heedless that hence irefully one far the precise soberly much nauseating this upset coaxingly appalling activated forsook goodness a hey strongly beside much cobra.
</p>
</div>
</div>
<div class="row my-5">
<div class="col">
<img class="img-fluid" src="img/[email protected]">
<h3 class="text-primary mt-5">
What is a good blog title, and how can it affect your bottom line?
</h3>
<p class="lead">
Interminable confident frowned meadowlark wow heedless that hence irefully one far the precise soberly much nauseating this upset coaxingly appalling activated forsook goodness a hey strongly beside much cobra.
</p>
</div>
</div>
<nav class="row mb-5">
<a class="btn btn-secondary bg-white text-dark mr-5 disabled" href="#">
<i class="fa fa-chevron-left"></i>
Older
</a>
<a class="btn btn-secondary bg-white text-primary" href="#">
Newer
<i class="fa fa-chevron-right"></i>
</a>
</nav>
</div>
<div class="col-md-4 pl-md-5">
<div class="row my-5 text-muted">
<div class="col">
<h4 class="font-weight-bold">Recent Posts</h4>
<div class="mt-md-3">
<p>This was a blog post about some things</p>
<p>Another blog post link</p>
<p>Did you know this is another blog post?</p>
<p>What do you think of this blog link?</p>
</div>
</div>
</div>
<div class="row my-5 bg-light text-muted p-3">
<div class="col">
<h4 class="font-weight-bold text-center my-4">Beacon Lead Magnet</h4>
<p class="text-center">Cold Traffic</p>
<img class="img-fluid my-5" src="img/[email protected]">
<div class="text-center mb-3">
<a class="btn btn-secondary mx-auto" href="#">Download</a>
</div>
</div>
</div>
<div class="row my-5 bg-primary text-white p-3">
<div class="col">
<h4 class="font-weight-bold text-center my-4">Winning Webinar</h4>
<p class="text-center">Warm Traffic</p>
<img class="img-fluid my-5" src="img/[email protected]">
<div class="text-center mb-3">
<a class="btn btn-secondary bg-white text-muted mx-auto" href="#">Register</a>
</div>
</div>
</div>
<div class="row my-5 bg-dark text-white p-3">
<div class="col">
<h4 class="font-weight-bold text-center my-4">Schedule a Demo</h4>
<p class="text-center">Hot Traffic</p>
<img class="img-fluid my-5" src="img/[email protected]">
<div class="text-center mb-3">
<a class="btn btn-primary text-white mx-auto" href="#">Schedule</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="py-5 bg-primary text-white">
<div class="container">
<h1 class="font-weight-light text-center py-4">Popular Posts</h1>
<div class="row py-4">
<div class="col-md col-sm-12 mb-sm-5">
<img class="img-fluid img-shadow" src="img/[email protected]">
<p class="py-3 font-weight-bold">This is a headline to one of the most popular blog post</p>
<a class="font-weight-light text-white text-uppercase" href="#">
Read Article
<i class="fa fa-chevron-right"></i>
</a>
</div>
<div class="col-md col-sm-12 mb-sm-5">
<img class="img-fluid img-shadow" src="img/[email protected]">
<p class="py-3 font-weight-bold">This is another really popular blog post headline</p>
<a class="font-weight-light text-white text-uppercase" href="#">
Read Article
<i class="fa fa-chevron-right"></i>
</a>
</div>
<div class="col-md col-sm-12">
<img class="img-fluid img-shadow" src="img/[email protected]">
<p class="py-3 font-weight-bold">This is yet another really popular blog post headline</p>
<a class="font-weight-light text-white text-uppercase" href="#">
Read Article
<i class="fa fa-chevron-right"></i>
</a>
</div>
</div>
</div>
</div>