blog-single.php
См. документацию.
1 <?php
2 
3 /**
4  * @file
5  * @brief страница
6  */
7 
8 ?>
9 <!-- ================ start banner Area ================= -->
10 <section class="banner-area">
11  <div class="container">
12  <div class="row justify-content-center align-items-center">
13  <div class="col-lg-12 banner-right">
14  <h1 class="text-white">
15  Blog Home
16  </h1>
17  <p class="mx-auto text-white mt-20 mb-40">
18  In the history of modern astronomy, there is probably no one greater leap forward than the building.
19  </p>
20  <div class="link-nav">
21  <span class="box">
22  <a href="./index">Home </a>
23  <i class="lnr lnr-arrow-right"></i>
24  <a href="./blog-home">Blog Home</a>
25  <i class="lnr lnr-arrow-right"></i>
26  <a href="./blog-single">Single Blog</a>
27  </span>
28  </div>
29  </div>
30  </div>
31  </div>
32 </section>
33 <!-- ================ End banner Area ================= -->
34 
35 <!-- Start post-content Area -->
36 <section class="post-content-area single-post-area">
37  <div class="container">
38  <div class="row">
39  <div class="col-lg-8 posts-list">
40  <div class="single-post row">
41  <div class="col-lg-12">
42  <div class="feature-img">
43  <img class="img-fluid" src="img/blog/feature-img1.jpg" alt="">
44  </div>
45  </div>
46  <div class="col-lg-3 col-md-3 meta-details">
47  <ul class="tags">
48  <li><a href="#">Food,</a></li>
49  <li><a href="#">Technology,</a></li>
50  <li><a href="#">Politics,</a></li>
51  <li><a href="#">Lifestyle</a></li>
52  </ul>
53  <div class="user-details row">
54  <p class="user-name col-lg-12 col-md-12 col-6"><a href="#">Mark wiens</a> <span class="lnr lnr-user"></span></p>
55  <p class="date col-lg-12 col-md-12 col-6"><a href="#">12 Dec, 2017</a> <span class="lnr lnr-calendar-full"></span></p>
56  <p class="view col-lg-12 col-md-12 col-6"><a href="#">1.2M Views</a> <span class="lnr lnr-eye"></span></p>
57  <p class="comments col-lg-12 col-md-12 col-6"><a href="#">06 Comments</a> <span class="lnr lnr-bubble"></span></p>
58  <ul class="social-links col-lg-12 col-md-12 col-6">
59  <li><a href="#"><i class="fa fa-facebook"></i></a></li>
60  <li><a href="#"><i class="fa fa-twitter"></i></a></li>
61  <li><a href="#"><i class="fa fa-github"></i></a></li>
62  <li><a href="#"><i class="fa fa-behance"></i></a></li>
63  </ul>
64  </div>
65  </div>
66  <div class="col-lg-9 col-md-9">
67  <h3 class="mt-20 mb-20">Astronomy Binoculars A Great Alternative</h3>
68  <p class="excert">
69  MCSE boot camps have its supporters and its detractors. Some people do not understand why you should have to spend money
70  on boot camp when you can get the MCSE study materials yourself at a fraction.
71  </p>
72  <p>
73  Boot camps have its supporters and its detractors. Some people do not understand why you should have to spend money on boot
74  camp when you can get the MCSE study materials yourself at a fraction of the camp price. However, who has the willpower
75  to actually sit through a self-imposed MCSE training. who has the willpower to actually sit through a self-imposed
76  </p>
77  <p>
78  Boot camps have its supporters and its detractors. Some people do not understand why you should have to spend money on boot
79  camp when you can get the MCSE study materials yourself at a fraction of the camp price. However, who has the willpower
80  to actually sit through a self-imposed MCSE training. who has the willpower to actually sit through a self-imposed
81  </p>
82  </div>
83  <div class="col-lg-12">
84  <div class="quotes">
85  MCSE boot camps have its supporters and its detractors. Some people do not understand why you should have to spend money
86  on boot camp when you can get the MCSE study materials yourself at a fraction of the camp price. However, who has
87  the willpower to actually sit through a self-imposed MCSE training.
88  </div>
89  <div class="row mt-30 mb-30">
90  <div class="col-6">
91  <img class="img-fluid" src="img/blog/post-img1.jpg" alt="">
92  </div>
93  <div class="col-6">
94  <img class="img-fluid" src="img/blog/post-img2.jpg" alt="">
95  </div>
96  <div class="col-lg-12 mt-30">
97  <p>
98  MCSE boot camps have its supporters and its detractors. Some people do not understand why you should have to spend money
99  on boot camp when you can get the MCSE study materials yourself at a fraction of the camp price. However, who has
100  the willpower.
101  </p>
102  <p>
103  MCSE boot camps have its supporters and its detractors. Some people do not understand why you should have to spend money
104  on boot camp when you can get the MCSE study materials yourself at a fraction of the camp price. However, who has
105  the willpower.
106  </p>
107  </div>
108  </div>
109  </div>
110  </div>
111  <div class="navigation-area">
112  <div class="row">
113  <div class="col-lg-6 col-md-6 col-12 nav-left flex-row d-flex justify-content-start align-items-center">
114  <div class="thumb">
115  <a href="#"><img class="img-fluid" src="img/blog/prev.jpg" alt=""></a>
116  </div>
117  <div class="arrow">
118  <a href="#"><span class="lnr text-white lnr-arrow-left"></span></a>
119  </div>
120  <div class="detials">
121  <p>Prev Post</p>
122  <a href="#">
123  <h4>Space The Final Frontier</h4>
124  </a>
125  </div>
126  </div>
127  <div class="col-lg-6 col-md-6 col-12 nav-right flex-row d-flex justify-content-end align-items-center">
128  <div class="detials">
129  <p>Next Post</p>
130  <a href="#">
131  <h4>Telescopes 101</h4>
132  </a>
133  </div>
134  <div class="arrow">
135  <a href="#"><span class="lnr text-white lnr-arrow-right"></span></a>
136  </div>
137  <div class="thumb">
138  <a href="#"><img class="img-fluid" src="img/blog/next.jpg" alt=""></a>
139  </div>
140  </div>
141  </div>
142  </div>
143  <div class="comments-area">
144  <h4>05 Comments</h4>
145  <div class="comment-list">
146  <div class="single-comment justify-content-between d-flex">
147  <div class="user justify-content-between d-flex">
148  <div class="thumb">
149  <img src="img/blog/c1.jpg" alt="">
150  </div>
151  <div class="desc">
152  <h5><a href="#">Emilly Blunt</a></h5>
153  <p class="date">December 4, 2017 at 3:12 pm </p>
154  <p class="comment">
155  Never say goodbye till the end comes!
156  </p>
157  </div>
158  </div>
159  <div class="reply-btn">
160  <a href="" class="btn-reply text-uppercase">reply</a>
161  </div>
162  </div>
163  </div>
164  <div class="comment-list left-padding">
165  <div class="single-comment justify-content-between d-flex">
166  <div class="user justify-content-between d-flex">
167  <div class="thumb">
168  <img src="img/blog/c2.jpg" alt="">
169  </div>
170  <div class="desc">
171  <h5><a href="#">Elsie Cunningham</a></h5>
172  <p class="date">December 4, 2017 at 3:12 pm </p>
173  <p class="comment">
174  Never say goodbye till the end comes!
175  </p>
176  </div>
177  </div>
178  <div class="reply-btn">
179  <a href="" class="btn-reply text-uppercase">reply</a>
180  </div>
181  </div>
182  </div>
183  <div class="comment-list left-padding">
184  <div class="single-comment justify-content-between d-flex">
185  <div class="user justify-content-between d-flex">
186  <div class="thumb">
187  <img src="img/blog/c3.jpg" alt="">
188  </div>
189  <div class="desc">
190  <h5><a href="#">Annie Stephens</a></h5>
191  <p class="date">December 4, 2017 at 3:12 pm </p>
192  <p class="comment">
193  Never say goodbye till the end comes!
194  </p>
195  </div>
196  </div>
197  <div class="reply-btn">
198  <a href="" class="btn-reply text-uppercase">reply</a>
199  </div>
200  </div>
201  </div>
202  <div class="comment-list">
203  <div class="single-comment justify-content-between d-flex">
204  <div class="user justify-content-between d-flex">
205  <div class="thumb">
206  <img src="img/blog/c4.jpg" alt="">
207  </div>
208  <div class="desc">
209  <h5><a href="#">Maria Luna</a></h5>
210  <p class="date">December 4, 2017 at 3:12 pm </p>
211  <p class="comment">
212  Never say goodbye till the end comes!
213  </p>
214  </div>
215  </div>
216  <div class="reply-btn">
217  <a href="" class="btn-reply text-uppercase">reply</a>
218  </div>
219  </div>
220  </div>
221  <div class="comment-list">
222  <div class="single-comment justify-content-between d-flex">
223  <div class="user justify-content-between d-flex">
224  <div class="thumb">
225  <img src="img/blog/c5.jpg" alt="">
226  </div>
227  <div class="desc">
228  <h5><a href="#">Ina Hayes</a></h5>
229  <p class="date">December 4, 2017 at 3:12 pm </p>
230  <p class="comment">
231  Never say goodbye till the end comes!
232  </p>
233  </div>
234  </div>
235  <div class="reply-btn">
236  <a href="" class="btn-reply text-uppercase">reply</a>
237  </div>
238  </div>
239  </div>
240  </div>
241  <div class="comment-form">
242  <h4>Leave a Comment</h4>
243  <form>
244  <div class="form-group form-inline">
245  <div class="form-group col-lg-6 col-md-12 name">
246  <input type="text" class="form-control" id="name" placeholder="Enter Name" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter Name'">
247  </div>
248  <div class="form-group col-lg-6 col-md-12 email">
249  <input type="email" class="form-control" id="email" placeholder="Enter email address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter email address'">
250  </div>
251  </div>
252  <div class="form-group">
253  <input type="text" class="form-control" id="subject" placeholder="Subject" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Subject'">
254  </div>
255  <div class="form-group">
256  <textarea class="form-control mb-10" rows="5" name="message" placeholder="Messege" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Messege'" required=""></textarea>
257  </div>
258  <a href="#" class="btn">Post Comment</a>
259  </form>
260  </div>
261  </div>
262  <div class="col-lg-4 sidebar-widgets">
263  <div class="widget-wrap">
264  <div class="single-sidebar-widget search-widget">
265  <form class="search-form" action="#">
266  <input placeholder="Search Posts" name="search" type="text" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Search Posts'">
267  <button type="submit"><i class="fa fa-search"></i></button>
268  </form>
269  </div>
270  <div class="single-sidebar-widget user-info-widget">
271  <img src="img/blog/user-info.png" alt="">
272  <a href="#">
273  <h4>Charlie Barber</h4>
274  </a>
275  <p>
276  Senior blog writer
277  </p>
278  <ul class="social-links">
279  <li><a href="#"><i class="fa fa-facebook"></i></a></li>
280  <li><a href="#"><i class="fa fa-twitter"></i></a></li>
281  <li><a href="#"><i class="fa fa-github"></i></a></li>
282  <li><a href="#"><i class="fa fa-behance"></i></a></li>
283  </ul>
284  <p>
285  Boot camps have its supporters andit sdetractors. Some people do not understand why you should have to spend money on boot
286  camp when you can get. Boot camps have itssuppor ters andits detractors.
287  </p>
288  </div>
289  <div class="single-sidebar-widget popular-post-widget">
290  <h4 class="popular-title">Popular Posts</h4>
291  <div class="popular-post-list">
292  <div class="single-post-list d-flex flex-row align-items-center">
293  <div class="thumb">
294  <img class="img-fluid" src="img/blog/pp1.jpg" alt="">
295  </div>
296  <div class="details">
297  <a href="./blog-home">
298  <h6>Space The Final Frontier</h6>
299  </a>
300  <p>02 Hours ago</p>
301  </div>
302  </div>
303  <div class="single-post-list d-flex flex-row align-items-center">
304  <div class="thumb">
305  <img class="img-fluid" src="img/blog/pp2.jpg" alt="">
306  </div>
307  <div class="details">
308  <a href="./blog-home">
309  <h6>The Amazing Hubble</h6>
310  </a>
311  <p>02 Hours ago</p>
312  </div>
313  </div>
314  <div class="single-post-list d-flex flex-row align-items-center">
315  <div class="thumb">
316  <img class="img-fluid" src="img/blog/pp3.jpg" alt="">
317  </div>
318  <div class="details">
319  <a href="./blog-home">
320  <h6>Astronomy Or Astrology</h6>
321  </a>
322  <p>02 Hours ago</p>
323  </div>
324  </div>
325  <div class="single-post-list d-flex flex-row align-items-center">
326  <div class="thumb">
327  <img class="img-fluid" src="img/blog/pp4.jpg" alt="">
328  </div>
329  <div class="details">
330  <a href="./blog-home">
331  <h6>Asteroids telescope</h6>
332  </a>
333  <p>02 Hours ago</p>
334  </div>
335  </div>
336  </div>
337  </div>
338  <div class="single-sidebar-widget ads-widget">
339  <a href="#"><img class="img-fluid" src="img/blog/ads-banner.jpg" alt=""></a>
340  </div>
341  <div class="single-sidebar-widget post-category-widget">
342  <h4 class="category-title">Post Catgories</h4>
343  <ul class="cat-list">
344  <li>
345  <a href="#" class="d-flex justify-content-between">
346  <p>Technology</p>
347  <p>37</p>
348  </a>
349  </li>
350  <li>
351  <a href="#" class="d-flex justify-content-between">
352  <p>Lifestyle</p>
353  <p>24</p>
354  </a>
355  </li>
356  <li>
357  <a href="#" class="d-flex justify-content-between">
358  <p>Fashion</p>
359  <p>59</p>
360  </a>
361  </li>
362  <li>
363  <a href="#" class="d-flex justify-content-between">
364  <p>Art</p>
365  <p>29</p>
366  </a>
367  </li>
368  <li>
369  <a href="#" class="d-flex justify-content-between">
370  <p>Food</p>
371  <p>15</p>
372  </a>
373  </li>
374  <li>
375  <a href="#" class="d-flex justify-content-between">
376  <p>Architecture</p>
377  <p>09</p>
378  </a>
379  </li>
380  <li>
381  <a href="#" class="d-flex justify-content-between">
382  <p>Adventure</p>
383  <p>44</p>
384  </a>
385  </li>
386  </ul>
387  </div>
388  <div class="single-sidebar-widget newsletter-widget">
389  <h4 class="newsletter-title">Newsletter</h4>
390  <p>
391  Here, I focus on a range of items and features that we use in life without giving them a second thought.
392  </p>
393  <div class="form-group d-flex flex-row">
394  <div class="col-autos">
395  <div class="input-group">
396  <div class="input-group-prepend">
397  <div class="input-group-text"><i class="fa fa-envelope" aria-hidden="true"></i>
398  </div>
399  </div>
400  <input type="text" class="form-control" id="inlineFormInputGroup" placeholder="Enter email" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter email'">
401  </div>
402  </div>
403  <a href="#" class="bbtns">Subcribe</a>
404  </div>
405  <p class="text-bottom">
406  You can unsubscribe at any time
407  </p>
408  </div>
409  <div class="single-sidebar-widget tag-cloud-widget">
410  <h4 class="tagcloud-title">Tag Clouds</h4>
411  <ul>
412  <li><a href="#">Technology</a></li>
413  <li><a href="#">Fashion</a></li>
414  <li><a href="#">Architecture</a></li>
415  <li><a href="#">Fashion</a></li>
416  <li><a href="#">Food</a></li>
417  <li><a href="#">Technology</a></li>
418  <li><a href="#">Lifestyle</a></li>
419  <li><a href="#">Art</a></li>
420  <li><a href="#">Adventure</a></li>
421  <li><a href="#">Food</a></li>
422  <li><a href="#">Lifestyle</a></li>
423  <li><a href="#">Adventure</a></li>
424  </ul>
425  </div>
426  </div>
427  </div>
428  </div>
429  </div>
430 </section>
431 <!-- End post-content Area -->
setcookie('FROM_UID', $uid, [ 'expires'=> time()+31536000, 'path'=> '/', 'domain'=> $_SERVER['HTTP_HOST'], 'secure'=> Wrong\Start\Env::$e->IS_SECURE, 'httponly'=> false, 'samesite'=> Wrong\Start\Env::$e->IS_SECURE ? 'None' :'Lax']) or setcookie('FROM_UID' time()+31536000
Definition: from-user.php:36
href
Definition: main.php:21