-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
227 lines (192 loc) · 9.16 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> Free Medical Hospital Website Template | Smarteyeapps.com</title>
<link rel="shortcut icon" href="assets/images/fav.jpg">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/fontawsom-all.min.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/plugins/testimonial/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/plugins/testimonial/css/owl.theme.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
</head>
<body>
<!-- ################# Header Starts Here#######################--->
<header id="menu-jk">
<nav id="menu" class="">
<div class="container">
<div class="row nav-ro">
<div class="col-lg-3 col-md-4 col-sm-12">
<img src="assets/images/logo.jpg" alt="">
<a data-toggle="collapse" data-target="#menu" href="#menu"><i class="fas d-block d-md-none small-menu fa-bars"></i></a>
</div>
<div class="col-lg-7 col-md-8 d-none d-md-block no-padding">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about_us.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact_us.html">Contact Us</a></li>
</ul>
</div>
<div class="col-sm-2 d-none d-lg-block">
<button class="btn btn-success">Book an Appointment</button>
</div>
</div>
</div>
</nav>
</header>
<!-- ************************* Page Title Starts Here ************************** -->
<div class="page-nav no-margin row">
<div class="container">
<div class="row">
<h2>About Spinta Clinic</h2>
<ul>
<li> <a href="#"><i class="fas fa-home"></i> Home</a></li>
<li><i class="fas fa-angle-double-right"></i> About Us</li>
</ul>
</div>
</div>
</div>
<!-- ######## Page Title End ####### -->
<section class="our-blog container-fluid">
<div class="container">
<div class="col-sm-12 blog-cont">
<div class="row no-margin">
<div class="col-sm-6 blog-smk">
<div class="blog-single">
<img src="assets/images/blog/post_1.jpg" alt="">
<div class="blog-single-det">
<span>Nov 12, 2018</span>
<h6>By Gods Grace</h6>
<p>Not the answer you're looking for? Browse other questions tagged is simply dummy text of the printing and typesetting in</p>
<a href="blog_single.html">
<button class="btn btn-success btn-sm">More Detail</button>
</a>
</div>
</div>
</div>
<div class="col-sm-6 blog-smk">
<div class="blog-single">
<img src="assets/images/blog/post_2.jpg" alt="">
<div class="blog-single-det">
<span>Nov 12, 2018</span>
<h6>By Gods Grace</h6>
<p>Not the answer you're looking for? Browse other questions tagged is simply dummy text of the printing and typesetting in</p>
<a href="blog_single.html">
<button class="btn btn-success btn-sm">More Detail</button>
</a>
</div>
</div>
</div>
<div class="col-sm-6 blog-smk">
<div class="blog-single">
<img src="assets/images/blog/post_3.jpg" alt="">
<div class="blog-single-det">
<span>Nov 12, 2018</span>
<h6>By Gods Grace</h6>
<p>Not the answer you're looking for? Browse other questions tagged is simply dummy text of the printing and typesetting in</p>
<a href="blog_single.html">
<button class="btn btn-success btn-sm">More Detail</button>
</a>
</div>
</div>
</div>
<div class="col-sm-6 blog-smk">
<div class="blog-single">
<img src="assets/images/blog/post_4.jpg" alt="">
<div class="blog-single-det">
<span>Nov 12, 2018</span>
<h6>By Gods Grace</h6>
<p>Not the answer you're looking for? Browse other questions tagged is simply dummy text of the printing and typesetting in</p>
<button class="btn btn-success btn-sm">More Detail</button>
</div>
</div>
</div>
<div class="col-sm-6 blog-smk">
<div class="blog-single">
<img src="assets/images/blog/post_5.jpg" alt="">
<div class="blog-single-det">
<span>Nov 12, 2018</span>
<h6>By Gods Grace</h6>
<p>Not the answer you're looking for? Browse other questions tagged is simply dummy text of the printing and typesetting in</p>
<a href="blog_single.html">
<button class="btn btn-success btn-sm">More Detail</button>
</a>
</div>
</div>
</div>
<div class="col-sm-6 blog-smk">
<div class="blog-single">
<img src="assets/images/blog/post_6.jpg" alt="">
<div class="blog-single-det">
<span>Nov 12, 2018</span>
<h6>By Gods Grace</h6>
<p>Not the answer you're looking for? Browse other questions tagged is simply dummy text of the printing and typesetting in</p>
<a href="blog_single.html">
<button class="btn btn-success btn-sm">More Detail</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12">
<h2>About Us</h2>
<p>
Smart Eye is a leading provider of information technology, consulting, and business process services. Our dedicated employees offer strategic insights, technological expertise and industry experience.
</p>
<p>We focus on technologies that promise to reduce costs, streamline processes and speed time-to-market, Backed by our strong quality processes and rich experience managing global... </p>
</div>
<div class="col-md-4 col-sm-12">
<h2>Useful Links</h2>
<ul class="list-unstyled link-list">
<li><a ui-sref="about" href="#/about">About us</a><i class="fa fa-angle-right"></i></li>
<li><a ui-sref="portfolio" href="#/portfolio">Portfolio</a><i class="fa fa-angle-right"></i></li>
<li><a ui-sref="products" href="#/products">Latest jobs</a><i class="fa fa-angle-right"></i></li>
<li><a ui-sref="gallery" href="#/gallery">Gallery</a><i class="fa fa-angle-right"></i></li>
<li><a ui-sref="contact" href="#/contact">Contact us</a><i class="fa fa-angle-right"></i></li>
</ul>
</div>
<div class="col-md-4 col-sm-12 map-img">
<h2>Contact Us</h2>
<address class="md-margin-bottom-40">
BlueDart <br>
Marthandam (K.K District) <br>
Tamil Nadu, IND <br>
Phone: +91 9159669599 <br>
Email: <a href="mailto:info@anybiz.com" class="">info@bluedart.in</a><br>
Web: <a href="smart-eye.html" class="">www.bluedart.in</a>
</address>
</div>
</div>
</div>
</footer>
<div class="copy">
<div class="container">
<a href="https://www.smarteyeapps.com/">2015 © All Rights Reserved | Designed and Developed by Smarteyeapps</a>
<span>
<a><i class="fab fa-github"></i></a>
<a><i class="fab fa-google-plus-g"></i></a>
<a><i class="fab fa-pinterest-p"></i></a>
<a><i class="fab fa-twitter"></i></a>
<a><i class="fab fa-facebook-f"></i></a>
</span>
</div>
</div>
</body>
<script src="assets/js/jquery-3.2.1.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/plugins/scroll-fixed/jquery-scrolltofixed-min.js"></script>
<script src="assets/plugins/testimonial/js/owl.carousel.min.js"></script>
<script src="assets/js/script.js"></script>
</html>