-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathblog-post.html
More file actions
286 lines (240 loc) · 10.8 KB
/
Copy pathblog-post.html
File metadata and controls
286 lines (240 loc) · 10.8 KB
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
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html>
<html lang="en">
<!-------------------------------------All Head Components Goes Here------------------------------------->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Font Awesome icons (free version)-->
<script src="./assets/font awsome/js/all.js"></script>
<!-- Google fonts -->
<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- Core theme CSS-->
<link href="assets/css/styles.css" rel="stylesheet"/>
<link rel="stylesheet" href="./assets/css/blog.css">
<link rel="stylesheet" href="./assets/css/signup.css">
<title> Login </title>
</head>
<!-------------------------------------END OF Head Components------------------------------------->
<!-------------------------------------END OF Head Components------------------------------------->
<!-- Header -->
<header>
<div class="container-fluid nav-bg">
<nav class="navbar navbar-expand-md navbar-light">
<a href="#" class="navbar-brand pl-lg-5">
<img src="./assets/img/signup/logo.png" alt="logo" class="img-fluid">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar"
aria-controls="collapsibleNavbar"
aria-expanded="false"
aria-label="Toggle Navigation">
<!-- <img src="./img/signup/hamburger-menu-38.png" alt="hamburger-menu" class="img-fluid"> -->
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav" id="growth">
<li class="nav-item pr-2 normal">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item pr-2 normal">
<a class="nav-link" href="#">About Us</a>
</li>
<li class="nav-item pr-2 normal">
<a class="nav-link" href="#">Contact Us</a>
</li>
<li class="nav-item pr-2 normal">
<a class="nav-link" href="#">Documentation</a>
</li>
<li class="nav-item abnormal pr-lg-4">
<a class="nav-link" href="#">Sign In</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!-------------------------------------END OF Head Components------------------------------------->
<!-------------------------------------All Body Components Goes Here------------------------------------->
<body class="wrapper__page">
<!-- BLOG POST -->
<div class="container blog">
<div class="row">
<!-- Post Content Column -->
<div class="col-lg-8">
<!-- Title -->
<h1 class="mt-4">API and the future</h1>
<!-- Author -->
<p class="lead">
by
<a href="#">Team Justice League</a>
</p>
<hr>
<!-- Date/Time -->
<p>Posted on July 2, 2020 at 12:00 AM</p>
<hr>
<!-- Preview Image -->
<img class="img-fluid rounded" src="./assets/img/api.jpg" alt="">
<hr>
<!-- Post Content -->
<p class="lead">Take your global API Projects to the next level with a platform built for scale, speed, and deliverability.</p>
<p>Complete API solutions that will help you drive better outcomes for your customers and business, throughout the customer journey with rich set of APIs for managing People, Flow, Conversations and more.</p>
<p>We provide microservices for building, creating projects, file management , Sms/Email distribution and other functionalities by leveraging the end point of our documented and easy to use Microservices. We offer the very best services and also have topnotch security!</p>
<p>Journey with rich set of APIs for managing People, Flow, Conversations and more.</p>
<p>Get Started for Free - Join Thousands of Developers around the world using MicroApi for thier Projects and Companies</p>
<hr>
<!-- Comments Form -->
<div class="card my-4">
<h5 class="card-header">Leave a Comment:</h5>
<div class="card-body">
<form>
<div class="form-group">
<textarea class="form-control" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
<!-- Single Comment -->
<div class="media mb-4">
<img class="d-flex mr-3 rounded-circle comment" src="./assets/img/kadet pic.jpeg" alt="">
<div class="media-body">
<h5 class="mt-0">Paul</h5>
This is really educative!
</div>
</div>
<div class="media mb-4">
<img class="d-flex mr-3 rounded-circle comment" src="./assets/img/kadet pic.jpeg" alt="">
<div class="media-body">
<h5 class="mt-0">Eghosa</h5>
Impressed
</div>
</div>
<!-- Comment with nested comments -->
<div class="media mb-4">
<img class="d-flex mr-3 rounded-circle comment" src="./assets/img/kadet pic.jpeg" alt="">
<div class="media-body">
<h5 class="mt-0">John</h5>
Glad I came across this!
<div class="media mt-4">
<img class="d-flex mr-3 rounded-circle comment" src="./assets/img/kadet pic.jpeg" alt="">
<div class="media-body">
<h5 class="mt-0">Joy</h5>
Can't wait to get started
</div>
</div>
</div>
</div>
</div>
<!-- Sidebar Widgets Column -->
<div class="col-md-4">
<!-- Search Widget -->
<div class="card my-4">
<h5 class="card-header">Search</h5>
<div class="card-body">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for...">
<span class="input-group-append">
<button class="btn btn-secondary" type="button">Go!</button>
</span>
</div>
</div>
</div>
<!-- Categories Widget -->
<div class="card my-4">
<h5 class="card-header">Categories</h5>
<div class="card-body">
<div class="row">
<div class="col-lg-6">
<ul class="list-unstyled mb-0">
<li>
<a href="#">Products</a>
</li>
<li>
<a href="#">Excel Api</a>
</li>
<li>
<a href="#">SMS Api</a>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul class="list-unstyled mb-0">
<li>
<a href="#">Vibes Api</a>
</li>
<li>
<a href="#">Tutorials</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /.row -->
</div>
<!-- END OF BLOG-POST -->
<!-------------------------------------BOTTOM-SECTION------------------------------------->
<div class="container form footer text-justify">
<p class="cont"><a href="#" class="deco">Contact Us</a></p>
<p class="rights">All rights Reserved @MicroApi</p>
</div>
<!-------------------------------------BOTTOM-SECTION------------------------------------->
<!-------------------------------------FOOTER------------------------------------->
<footer>
<div class="container-fluid">
<div class="row signup-footer">
<div class="col-10 col-sm-5 col-md-4 col-xl-3 mx-auto pt-5">
<img src="./assets/img/signup/footer-logo.png" alt="footer-logo" class="img-fluid">
</div>
<div class="col-10 col-sm-5 col-md-4 col-xl-2 mx-auto pt-4 pt-sm-5">
<p>Products</p>
<ul>
<li><a href="#">Authentication Api</a></li>
<li><a href="#">Excel Api</a></li>
<li><a href="#">SMS Api</a></li>
<li><a href="#">Vibes Api</a></li>
</ul>
</div>
<div class="col-10 col-sm-5 col-md-4 col-xl-2 mx-auto pt-4 pt-sm-5">
<p>Collaboration</p>
<ul>
<li><a href="#">Comments</a></li>
<li><a href="#">Track Changes</a></li>
<li><a href="#">Help Center</a></li>
</ul>
</div>
<div class="col-10 col-sm-5 col-md-6 col-xl-2 mx-auto pt-4 pt-sm-5">
<p>Support</p>
<ul>
<li><a href="#">MicroApi GitHub</a></li>
<li><a href="#">Documentation</a></li>
<li><a href="#">Help Center</a></li>
</ul>
</div>
<div class="col-10 col-sm-11 col-md-6 col-xl-2 mx-auto pt-4 pt-sm-5">
<p>Explore</p>
<ul>
<li><a href="#">Contact Us</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
</div>
<div class="row bottom-footer mt-2">
<p class="col-12 text-center pt-3"> All rights Reserved ©MicroApi</p>
</div>
</div>
</footer>
<!-------------------------------------FOOTER------------------------------------->
<!-----------------------------Bootstrap JS Links------------------------------->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<!-- Javascript Link -->
<script src="./js/app.js"></script>
<!-----------------------------Bootstrap JS Links------------------------------->
</body>
<!-------------------------------------End of Body Components Goes Here------------------------------------->
</html>