-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathblog.html
More file actions
260 lines (226 loc) · 11.1 KB
/
Copy pathblog.html
File metadata and controls
260 lines (226 loc) · 11.1 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
<!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">
<div class="container blog">
<div class="row">
<!-- Blog Entries Column -->
<div class="col-md-8">
<h1 class="my-4">Welcome to MicroApi Blog!
</h1>
<!-- Blog Post -->
<div class="card mb-4">
<img class="card-img-top" src="./assets/img/api.jpg" alt="Card image cap">
<div class="card-body">
<h2 class="card-title">API and the future</h2>
<p class="card-text">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>
<a href="./blog-post.html" class="btn btn-primary">Read More →</a>
</div>
<div class="card-footer text-muted">
Posted on July 2, 2020 by
<a href="#">Team Justice</a>
</div>
</div>
<!-- Blog Post -->
<div class="card mb-4">
<img class="card-img-top" src="./assets/img/photodune-12772856-diverse-group-people-working-together-concept-s-600x450 3 2.png" alt="Card image cap">
<div class="card-body">
<h2 class="card-title">More on our products</h2>
<p class="card-text">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>
<a href="./blog-post.html" class="btn btn-primary">Read More →</a>
</div>
<div class="card-footer text-muted">
Posted on July 2, 2020 by
<a href="#">Osi</a>
</div>
</div>
<!-- Blog Post -->
<div class="card mb-4">
<img class="card-img-top" src="./assets/img/micro.jpg" alt="Card image cap">
<div class="card-body">
<h2 class="card-title">Excel API</h2>
<p class="card-text">Take your global API Projects to the next level with a platform built for scale, speed, and deliverability.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>
<a href="./blog-post.html" class="btn btn-primary">Read More →</a>
</div>
<div class="card-footer text-muted">
Posted on July 2, 2020 by
<a href="#">Team Justice League</a>
</div>
</div>
<!-- Pagination -->
<ul class="pagination justify-content-center mb-4">
<li class="page-item">
<a class="page-link" href="#">← Older</a>
</li>
<li class="page-item disabled">
<a class="page-link" href="#">Newer →</a>
</li>
</ul>
</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>
<!-- /.container -->
<!-------------------------------------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>