about.php
См. документацию.
1 <?php
2 
3 /**
4  * @file
5  * @brief страница
6  */
7 
8 ?>
9 <div class="sub_page">
10 
11  <!-- header section strats -->
12  <div class="hero_area">
13  <!-- header section strats -->
14  <header class="header_section">
15  <div class="container">
16  <nav class="navbar navbar-expand-lg custom_nav-container ">
17  <a class="navbar-brand" href="./index">
18  <span>
19  Orthoc
20  </span>
21  </a>
22 
23  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
24  <span class=""> </span>
25  </button>
26 
27  <div class="collapse navbar-collapse" id="navbarSupportedContent">
28  <ul class="navbar-nav">
29  <li class="nav-item">
30  <a class="nav-link" href="./index">Home </a>
31  </li>
32  <li class="nav-item active">
33  <a class="nav-link" href="/examples/orthoc/about"> About <span class="sr-only">(current)</span> </a>
34  </li>
35  <li class="nav-item">
36  <a class="nav-link" href="/examples/orthoc/departments">Departments</a>
37  </li>
38  <li class="nav-item">
39  <a class="nav-link" href="/examples/orthoc/doctors">Doctors</a>
40  </li>
41  <li class="nav-item">
42  <a class="nav-link" href="/examples/orthoc/contact">Contact Us</a>
43  </li>
44  <form class="form-inline">
45  <button class="btn my-2 my-sm-0 nav_search-btn" type="submit">
46  <i class="fa fa-search" aria-hidden="true"></i>
47  </button>
48  </form>
49  </ul>
50  </div>
51  </nav>
52  </div>
53  </header>
54  <!-- end header section -->
55  </div>
56  <!-- end header section -->
57 </div>
58 
59 
60 <!-- about section -->
61 
62 <section class="about_section layout_padding">
63  <div class="container ">
64  <div class="row">
65  <div class="col-md-6 ">
66  <div class="img-box">
67  <img src="images/about-img.jpg" alt="">
68  </div>
69  </div>
70  <div class="col-md-6">
71  <div class="detail-box">
72  <div class="heading_container">
73  <h2>
74  About <span>Us</span>
75  </h2>
76  </div>
77  <p>
78  There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration
79  in some form, by injected humour, or randomised words which don't look even slightly believable. If you
80  are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in
81  the middle of text. All
82  </p>
83  <a href="">
84  Read More
85  </a>
86  </div>
87  </div>
88  </div>
89  </div>
90 </section>
91 
92 <!-- end about section -->
93 
94 <!-- footer section -->
95 <footer class="footer_section">
96  <div class="container">
97  <div class="row">
98  <div class="col-md-6 col-lg-3 footer_col">
99  <div class="footer_contact">
100  <h4>
101  Reach at..
102  </h4>
103  <div class="contact_link_box">
104  <a href="">
105  <i class="fa fa-map-marker" aria-hidden="true"></i>
106  <span>
107  Location
108  </span>
109  </a>
110  <a href="">
111  <i class="fa fa-phone" aria-hidden="true"></i>
112  <span>
113  Call +01 1234567890
114  </span>
115  </a>
116  <a href="">
117  <i class="fa fa-envelope" aria-hidden="true"></i>
118  <span>
120  </span>
121  </a>
122  </div>
123  </div>
124  <div class="footer_social">
125  <a href="">
126  <i class="fa fa-facebook" aria-hidden="true"></i>
127  </a>
128  <a href="">
129  <i class="fa fa-twitter" aria-hidden="true"></i>
130  </a>
131  <a href="">
132  <i class="fa fa-linkedin" aria-hidden="true"></i>
133  </a>
134  <a href="">
135  <i class="fa fa-instagram" aria-hidden="true"></i>
136  </a>
137  </div>
138  </div>
139  <div class="col-md-6 col-lg-3 footer_col">
140  <div class="footer_detail">
141  <h4>
142  About
143  </h4>
144  <p>
145  Beatae provident nobis mollitia magnam voluptatum, unde dicta facilis minima veniam corporis laudantium alias tenetur eveniet illum reprehenderit fugit a delectus officiis blanditiis ea.
146  </p>
147  </div>
148  </div>
149  <div class="col-md-6 col-lg-2 mx-auto footer_col">
150  <div class="footer_link_box">
151  <h4>
152  Links
153  </h4>
154  <div class="footer_links">
155  <a class="active" href="./index">
156  Home
157  </a>
158  <a class="" href="/examples/orthoc/about">
159  About
160  </a>
161  <a class="" href="/examples/orthoc/departments">
162  Departments
163  </a>
164  <a class="" href="/examples/orthoc/doctors">
165  Doctors
166  </a>
167  <a class="" href="/examples/orthoc/contact">
168  Contact Us
169  </a>
170  </div>
171  </div>
172  </div>
173  <div class="col-md-6 col-lg-3 footer_col ">
174  <h4>
175  Newsletter
176  </h4>
177  <form action="#">
178  <input type="email" placeholder="Enter email" />
179  <button type="submit">
180  Subscribe
181  </button>
182  </form>
183  </div>
184  </div>
185  <div class="footer-info">
186  <p>
187  &copy; <span id="displayYear"></span> All Rights Reserved By
188  <a href="https://html.design/">Free Html Templates<br><br></a>
189  &copy; <span id="displayYear"></span> Distributed By
190  <a href="https://themewagon.com/">ThemeWagon</a>
191  </p>
192 
193  </div>
194  </div>
195 </footer>
196 <!-- footer section -->
if(! $user->id) демо версия data toggle
Definition: comments.php:17
href
Definition: main.php:21