blog-home.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  </span>
26  </div>
27  </div>
28  </div>
29  </div>
30 </section>
31 <!-- ================ End banner Area ================= -->
32 
33 <!-- Start top-category-widget Area -->
34 <section class="top-category-widget-area pt-90 pb-90 ">
35  <div class="container">
36  <div class="row">
37  <div class="col-lg-4">
38  <div class="single-cat-widget">
39  <div class="content relative">
40  <div class="overlay overlay-bg"></div>
41  <a href="#" target="_blank">
42  <div class="thumb">
43  <img class="content-image img-fluid d-block mx-auto" src="img/blog/cat-widget1.jpg" alt="">
44  </div>
45  <div class="content-details">
46  <h4 class="content-title mx-auto text-uppercase">Social life</h4>
47  <span></span>
48  <p>Enjoy your social life together</p>
49  </div>
50  </a>
51  </div>
52  </div>
53  </div>
54  <div class="col-lg-4">
55  <div class="single-cat-widget">
56  <div class="content relative">
57  <div class="overlay overlay-bg"></div>
58  <a href="#" target="_blank">
59  <div class="thumb">
60  <img class="content-image img-fluid d-block mx-auto" src="img/blog/cat-widget2.jpg" alt="">
61  </div>
62  <div class="content-details">
63  <h4 class="content-title mx-auto text-uppercase">Politics</h4>
64  <span></span>
65  <p>Be a part of politics</p>
66  </div>
67  </a>
68  </div>
69  </div>
70  </div>
71  <div class="col-lg-4">
72  <div class="single-cat-widget">
73  <div class="content relative">
74  <div class="overlay overlay-bg"></div>
75  <a href="#" target="_blank">
76  <div class="thumb">
77  <img class="content-image img-fluid d-block mx-auto" src="img/blog/cat-widget3.jpg" alt="">
78  </div>
79  <div class="content-details">
80  <h4 class="content-title mx-auto text-uppercase">Food</h4>
81  <span></span>
82  <p>Let the food be finished</p>
83  </div>
84  </a>
85  </div>
86  </div>
87  </div>
88  </div>
89  </div>
90 </section>
91 <!-- End top-category-widget Area -->
92 
93 <!-- Start post-content Area -->
94 <section class="post-content-area">
95  <div class="container">
96  <div class="row">
97  <div class="col-lg-8 posts-list">
98  <div class="single-post row">
99  <div class="col-lg-3 col-md-3 meta-details">
100  <ul class="tags">
101  <li><a href="#">Food,</a></li>
102  <li><a href="#">Technology,</a></li>
103  <li><a href="#">Politics,</a></li>
104  <li><a href="#">Lifestyle</a></li>
105  </ul>
106  <div class="user-details row">
107  <p class="user-name col-lg-12 col-md-12 col-6"><a href="#">Mark wiens</a> <span class="lnr lnr-user"></span></p>
108  <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>
109  <p class="view col-lg-12 col-md-12 col-6"><a href="#">1.2M Views</a> <span class="lnr lnr-eye"></span></p>
110  <p class="comments col-lg-12 col-md-12 col-6"><a href="#">06 Comments</a> <span class="lnr lnr-bubble"></span></p>
111  </div>
112  </div>
113  <div class="col-lg-9 col-md-9 ">
114  <div class="feature-img">
115  <img class="img-fluid" src="img/blog/feature-img1.jpg" alt="">
116  </div>
117  <a class="posts-title" href="./blog-single">
118  <h3>Astronomy Binoculars A Great Alternative</h3>
119  </a>
120  <p class="excert">
121  MCSE boot camps have its supporters and its detractors. Some people do not understand why you should have to
122  spend money
123  on boot camp when you can get the MCSE study materials yourself at a fraction.
124  </p>
125  <a href="./blog-single" class="view-more-btn">View More</a>
126  </div>
127  </div>
128  <div class="single-post row">
129  <div class="col-lg-3 col-md-3 meta-details">
130  <ul class="tags">
131  <li><a href="#">Food,</a></li>
132  <li><a href="#">Technology,</a></li>
133  <li><a href="#">Politics,</a></li>
134  <li><a href="#">Lifestyle</a></li>
135  </ul>
136  <div class="user-details row">
137  <p class="user-name col-lg-12 col-md-12 col-6"><a href="#">Mark wiens</a> <span class="lnr lnr-user"></span></p>
138  <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>
139  <p class="view col-lg-12 col-md-12 col-6"><a href="#">1.2M Views</a> <span class="lnr lnr-eye"></span></p>
140  <p class="comments col-lg-12 col-md-12 col-6"><a href="#">06 Comments</a> <span class="lnr lnr-bubble"></span></p>
141  </div>
142  </div>
143  <div class="col-lg-9 col-md-9 ">
144  <div class="feature-img">
145  <img class="img-fluid" src="img/blog/feature-img2.jpg" alt="">
146  </div>
147  <a class="posts-title" href="./blog-single">
148  <h3>The Basics Of Buying A Telescope</h3>
149  </a>
150  <p class="excert">
151  MCSE boot camps have its supporters and its detractors. Some people do not understand why you should have to
152  spend money
153  on boot camp when you can get the MCSE study materials yourself at a fraction.
154  </p>
155  <a href="./blog-single" class="view-more-btn">View More</a>
156  </div>
157  </div>
158  <div class="single-post row">
159  <div class="col-lg-3 col-md-3 meta-details">
160  <ul class="tags">
161  <li><a href="#">Food,</a></li>
162  <li><a href="#">Technology,</a></li>
163  <li><a href="#">Politics,</a></li>
164  <li><a href="#">Lifestyle</a></li>
165  </ul>
166  <div class="user-details row">
167  <p class="user-name col-lg-12 col-md-12 col-6"><a href="#">Mark wiens</a> <span class="lnr lnr-user"></span></p>
168  <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>
169  <p class="view col-lg-12 col-md-12 col-6"><a href="#">1.2M Views</a> <span class="lnr lnr-eye"></span></p>
170  <p class="comments col-lg-12 col-md-12 col-6"><a href="#">06 Comments</a> <span class="lnr lnr-bubble"></span></p>
171  </div>
172  </div>
173  <div class="col-lg-9 col-md-9">
174  <div class="feature-img">
175  <img class="img-fluid" src="img/blog/feature-img3.jpg" alt="">
176  </div>
177  <a class="posts-title" href="./blog-single">
178  <h3>The Glossary Of Telescopes</h3>
179  </a>
180  <p class="excert">
181  MCSE boot camps have its supporters and its detractors. Some people do not understand why you should have to
182  spend money
183  on boot camp when you can get the MCSE study materials yourself at a fraction.
184  </p>
185  <a href="./blog-single" class="view-more-btn">View More</a>
186  </div>
187  </div>
188  <div class="single-post row">
189  <div class="col-lg-3 col-md-3 meta-details">
190  <ul class="tags">
191  <li><a href="#">Food,</a></li>
192  <li><a href="#">Technology,</a></li>
193  <li><a href="#">Politics,</a></li>
194  <li><a href="#">Lifestyle</a></li>
195  </ul>
196  <div class="user-details row">
197  <p class="user-name col-lg-12 col-md-12 col-6"><a href="#">Mark wiens</a> <span class="lnr lnr-user"></span></p>
198  <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>
199  <p class="view col-lg-12 col-md-12 col-6"><a href="#">1.2M Views</a> <span class="lnr lnr-eye"></span></p>
200  <p class="comments col-lg-12 col-md-12 col-6"><a href="#">06 Comments</a> <span class="lnr lnr-bubble"></span></p>
201  </div>
202  </div>
203  <div class="col-lg-9 col-md-9">
204  <div class="feature-img">
205  <img class="img-fluid" src="img/blog/feature-img4.jpg" alt="">
206  </div>
207  <a class="posts-title" href="./blog-single">
208  <h3>The Night Sky</h3>
209  </a>
210  <p class="excert">
211  MCSE boot camps have its supporters and its detractors. Some people do not understand why you should have to
212  spend money
213  on boot camp when you can get the MCSE study materials yourself at a fraction.
214  </p>
215  <a href="./blog-single" class="view-more-btn">View More</a>
216  </div>
217  </div>
218  <div class="single-post row">
219  <div class="col-lg-3 col-md-3 meta-details">
220  <ul class="tags">
221  <li><a href="#">Food,</a></li>
222  <li><a href="#">Technology,</a></li>
223  <li><a href="#">Politics,</a></li>
224  <li><a href="#">Lifestyle</a></li>
225  </ul>
226  <div class="user-details row">
227  <p class="user-name col-lg-12 col-md-12 col-6"><a href="#">Mark wiens</a> <span class="lnr lnr-user"></span></p>
228  <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>
229  <p class="view col-lg-12 col-md-12 col-6"><a href="#">1.2M Views</a> <span class="lnr lnr-eye"></span></p>
230  <p class="comments col-lg-12 col-md-12 col-6"><a href="#">06 Comments</a> <span class="lnr lnr-bubble"></span></p>
231  </div>
232  </div>
233  <div class="col-lg-9 col-md-9">
234  <div class="feature-img">
235  <img class="img-fluid" src="img/blog/feature-img5.jpg" alt="">
236  </div>
237  <a class="posts-title" href="./blog-single">
238  <h3>Telescopes 101</h3>
239  </a>
240  <p class="excert">
241  MCSE boot camps have its supporters and its detractors. Some people do not understand why you should have to
242  spend money
243  on boot camp when you can get the MCSE study materials yourself at a fraction.
244  </p>
245  <a href="./blog-single" class="view-more-btn">View More</a>
246  </div>
247  </div>
248  <nav class="blog-pagination justify-content-center d-flex">
249  <ul class="pagination">
250  <li class="page-item">
251  <a href="#" class="page-link" aria-label="Previous">
252  <span aria-hidden="true">
253  <span class="lnr lnr-chevron-left"></span>
254  </span>
255  </a>
256  </li>
257  <li class="page-item"><a href="#" class="page-link">01</a></li>
258  <li class="page-item active"><a href="#" class="page-link">02</a></li>
259  <li class="page-item"><a href="#" class="page-link">03</a></li>
260  <li class="page-item"><a href="#" class="page-link">04</a></li>
261  <li class="page-item"><a href="#" class="page-link">09</a></li>
262  <li class="page-item">
263  <a href="#" class="page-link" aria-label="Next">
264  <span aria-hidden="true">
265  <span class="lnr lnr-chevron-right"></span>
266  </span>
267  </a>
268  </li>
269  </ul>
270  </nav>
271  </div>
272  <div class="col-lg-4 sidebar-widgets">
273  <div class="widget-wrap">
274  <div class="single-sidebar-widget search-widget">
275  <form class="search-form" action="#">
276  <input placeholder="Search Posts" name="search" type="text" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Search Posts'">
277  <button type="submit"><i class="fa fa-search"></i></button>
278  </form>
279  </div>
280  <div class="single-sidebar-widget user-info-widget">
281  <img src="img/blog/user-info.png" alt="">
282  <a href="#">
283  <h4>Charlie Barber</h4>
284  </a>
285  <p>
286  Senior blog writer
287  </p>
288  <ul class="social-links">
289  <li><a href="#"><i class="fa fa-facebook"></i></a></li>
290  <li><a href="#"><i class="fa fa-twitter"></i></a></li>
291  <li><a href="#"><i class="fa fa-github"></i></a></li>
292  <li><a href="#"><i class="fa fa-behance"></i></a></li>
293  </ul>
294  <p>
295  Boot camps have its supporters andit sdetractors. Some people do not understand why you should have to spend
296  money on boot
297  camp when you can get. Boot camps have itssuppor ters andits detractors.
298  </p>
299  </div>
300  <div class="single-sidebar-widget popular-post-widget">
301  <h4 class="popular-title">Popular Posts</h4>
302  <div class="popular-post-list">
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/pp1.jpg" alt="">
306  </div>
307  <div class="details">
308  <a href="./blog-single">
309  <h6>Space The Final Frontier</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/pp2.jpg" alt="">
317  </div>
318  <div class="details">
319  <a href="./blog-single">
320  <h6>The Amazing Hubble</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/pp3.jpg" alt="">
328  </div>
329  <div class="details">
330  <a href="./blog-single">
331  <h6>Astronomy Or Astrology</h6>
332  </a>
333  <p>02 Hours ago</p>
334  </div>
335  </div>
336  <div class="single-post-list d-flex flex-row align-items-center">
337  <div class="thumb">
338  <img class="img-fluid" src="img/blog/pp4.jpg" alt="">
339  </div>
340  <div class="details">
341  <a href="s">
342  <h6>Asteroids telescope</h6>
343  </a>
344  <p>02 Hours ago</p>
345  </div>
346  </div>
347  </div>
348  </div>
349  <div class="single-sidebar-widget ads-widget">
350  <a href="#"><img class="img-fluid" src="img/blog/ads-banner.jpg" alt=""></a>
351  </div>
352  <div class="single-sidebar-widget post-category-widget">
353  <h4 class="category-title">Post Catgories</h4>
354  <ul class="cat-list">
355  <li>
356  <a href="#" class="d-flex justify-content-between">
357  <p>Technology</p>
358  <p>37</p>
359  </a>
360  </li>
361  <li>
362  <a href="#" class="d-flex justify-content-between">
363  <p>Lifestyle</p>
364  <p>24</p>
365  </a>
366  </li>
367  <li>
368  <a href="#" class="d-flex justify-content-between">
369  <p>Fashion</p>
370  <p>59</p>
371  </a>
372  </li>
373  <li>
374  <a href="#" class="d-flex justify-content-between">
375  <p>Art</p>
376  <p>29</p>
377  </a>
378  </li>
379  <li>
380  <a href="#" class="d-flex justify-content-between">
381  <p>Food</p>
382  <p>15</p>
383  </a>
384  </li>
385  <li>
386  <a href="#" class="d-flex justify-content-between">
387  <p>Architecture</p>
388  <p>09</p>
389  </a>
390  </li>
391  <li>
392  <a href="#" class="d-flex justify-content-between">
393  <p>Adventure</p>
394  <p>44</p>
395  </a>
396  </li>
397  </ul>
398  </div>
399  <div class="single-sidebar-widget newsletter-widget">
400  <h4 class="newsletter-title">Newsletter</h4>
401  <p>
402  Here, I focus on a range of items and features that we use in life without giving them a second thought.
403  </p>
404  <div class="form-group d-flex flex-row">
405  <div class="col-autos">
406  <div class="input-group">
407  <div class="input-group-prepend">
408  <div class="input-group-text"><i class="fa fa-envelope" aria-hidden="true"></i>
409  </div>
410  </div>
411  <input type="text" class="form-control" id="inlineFormInputGroup" placeholder="Enter email" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter email'">
412  </div>
413  </div>
414  <a href="#" class="bbtns">Subcribe</a>
415  </div>
416  <p class="text-bottom">
417  You can unsubscribe at any time
418  </p>
419  </div>
420  <div class="single-sidebar-widget tag-cloud-widget">
421  <h4 class="tagcloud-title">Tag Clouds</h4>
422  <ul>
423  <li><a href="#">Technology</a></li>
424  <li><a href="#">Fashion</a></li>
425  <li><a href="#">Architecture</a></li>
426  <li><a href="#">Fashion</a></li>
427  <li><a href="#">Food</a></li>
428  <li><a href="#">Technology</a></li>
429  <li><a href="#">Lifestyle</a></li>
430  <li><a href="#">Art</a></li>
431  <li><a href="#">Adventure</a></li>
432  <li><a href="#">Food</a></li>
433  <li><a href="#">Lifestyle</a></li>
434  <li><a href="#">Adventure</a></li>
435  </ul>
436  </div>
437  </div>
438  </div>
439  </div>
440  </div>
441 </section>
442 <!-- 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