-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourses.php
More file actions
117 lines (112 loc) · 5.77 KB
/
Copy pathcourses.php
File metadata and controls
117 lines (112 loc) · 5.77 KB
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
<?php
/*
Template Name: Courses
*/
get_header(); ?>
<!-- start wpo-page-title -->
<section class="wpo-page-title">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap">
<h2>Service</h2>
<ol class="wpo-breadcumb-wrap">
<li><a href="index.html">Home</a></li>
<li>Service</li>
</ol>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end page-title -->
<!-- start wpo-service-section -->
<section class="wpo-service-section-s3 section-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="wpo-section-title">
<h2>modern <span>facilities</span> of the property.</h2>
</div>
</div>
</div>
<div class="wpo-service-wrap">
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<div class="wpo-service-item">
<div class="wpo-service-icon">
<span><img src="assets/images/service/1.svg" alt=""></span>
</div>
<div class="wpo-service-text">
<h3><a href="<?php echo get_permalink( get_page_by_path('courses-details') ); ?>">concrete tile</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="wpo-service-item">
<div class="wpo-service-icon">
<span><img src="assets/images/service/2.svg" alt=""></span>
</div>
<div class="wpo-service-text">
<h3><a href="service-single.html">family room</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="wpo-service-item">
<div class="wpo-service-icon">
<span><img src="assets/images/service/3.svg" alt=""></span>
</div>
<div class="wpo-service-text">
<h3><a href="service-single.html">guest quaters</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="wpo-service-item">
<div class="wpo-service-icon">
<span><img src="assets/images/service/4.svg" alt=""></span>
</div>
<div class="wpo-service-text">
<h3><a href="service-single.html">heated floors</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="wpo-service-item">
<div class="wpo-service-icon">
<span><img src="assets/images/service/5.svg" alt=""></span>
</div>
<div class="wpo-service-text">
<h3><a href="service-single.html">swimming pool</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="wpo-service-item">
<div class="wpo-service-icon">
<span><img src="assets/images/service/6.svg" alt=""></span>
</div>
<div class="wpo-service-text">
<h3><a href="service-single.html">ocean view</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end wpo-service-section-->
<?php get_footer(); ?>