forked from duotics/web-freimo-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
125 lines (122 loc) · 5.07 KB
/
index.php
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
<?php include("frames/_head.php") ?>
<div class="boxed-container">
<div class="main-container">
<main>
<?php include("modules/_slider.php") ?>
<?php include("modules/_welcome.php") ?>
<?php include("modules/_offer.php") ?>
<?php include("modules/_team.php") ?>
<?php include("modules/_testimonial.php") ?>
<?php include("modules/_gallery.php") ?>
<!-- Latest News -->
<div class="latest-news container-fluid no-left-padding no-right-padding">
<!-- Container -->
<div class="container">
<!-- Section Header -->
<div class="section-header">
<h3>Noticias</h3>
</div>
<!-- Section Header /- -->
<div class="row">
<div class="news-carousel">
<div class="col-md-12">
<div class="type-post">
<div class="entry-cover">
<a title="Blog" href="#">
<img alt="blog" src="assets/images/blog-1.jpg" />
</a>
<div class="post-date-bg">
<div class="post-date">18 <span>June</span></div>
</div>
</div>
<div class="latest-news-content">
<div class="entry-header">
<h3 class="entry-title">
<a title="Patients Share Success Stories" href="#">Patients Share Success Stories</a>
</h3>
<div class="entry-meta">
<div class="byline">
<a href="#" title="adminol"><i class="fa fa-user-o"></i>by adminol</a>
</div>
<div class="post-time">
<a href="#" title="10 minutes ago"><i class="fa fa-clock-o"></i>10 minutes ago</a>
</div>
<div class="post-comment">
<a href="#" title="4 Comments"><i class="fa fa-commenting-o"></i>4 Comments</a>
</div>
</div>
</div>
<div class="entry-content">
<p>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the
industry's standard .
</p>
</div>
<a href="#" title="Read More" class="read-more">Read More</a>
</div>
</div>
</div>
<div class="col-md-12">
<div class="type-post">
<div class="entry-cover">
<a title="Blog" href="#">
<img alt="blog" src="assets/images/blog-2.jpg" />
</a>
<div class="post-date-bg">
<div class="post-date">18 <span>June</span></div>
</div>
</div>
<div class="latest-news-content">
<div class="entry-header">
<h3 class="entry-title">
<a title="Broad range of specialist services" href="#">Broad range of specialist services</a>
</h3>
<div class="entry-meta">
<div class="byline">
<a href="#" title="adminol"><i class="fa fa-user-o"></i>by adminol</a>
</div>
<div class="post-time">
<a href="#" title="10 minutes ago"><i class="fa fa-clock-o"></i>10 minutes ago</a>
</div>
<div class="post-comment">
<a href="#" title="4 Comments"><i class="fa fa-commenting-o"></i>4 Comments</a>
</div>
</div>
</div>
<div class="entry-content">
<p>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the
industry's standard .
</p>
</div>
<a href="#" title="Read More" class="read-more">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Container /- -->
</div>
<!-- Latest News /- -->
<!-- Department Section -->
<div class="department-section container-fluid no-left-padding no-right-padding">
<!-- Container -->
<div class="container">
<div class="department-header">
<h5>Patologías</h5>
</div>
<?php include("modules/_patologias.php") ?>
<div class="show-all">
<a href="#" title="show all">Ver todas</a>
</div>
</div>
<!-- Container /- -->
</div>
<!-- Department Section -->
</main>
</div>
</div>
<?php include("frames/_foot.php") ?>