-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvbi.php
191 lines (175 loc) · 5.82 KB
/
vbi.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<?php
/* Template Name: vbi
*/
get_header();
?>
<div class="text-light">
<div class="carousel slide carousel-fade" data-ride="carousel" id = "banner">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
</div>
<div class="carousel-item">
</div>
<div class="carousel-item">
</div>
</div>
<ol class="carousel-indicators">
<li data-target="#banner" data-slide-to="0" class="active"></li>
<li data-target="#banner" data-slide-to="1"></li>
<li data-target="#banner" data-slide-to="2"></li>
</ol>
</div>
<!-- Content of the carousel -->
<div class = "container" id = "contentCarousel">
<div class="cta">
<h2 id="cta-title">VISTAGREEN BUILDERS, INC.</h2>
<br>
<p class="action-paragraph">
(formerly ATO Builders Inc.), is a duly registered
company with the Securities and Exchange
Commision (SEC) and under the laws of
the Republic of the Philippines. a AAA Contractor
in General Building and General Engineering.
</p>
</div>
<!--<button type="button" class="btn btn-light text-light"
id = "buildWithUsBtn">BUILD WITH US!</button>-->
</div>
</div>
<?php
include "missionSnippet.php";
?>
<div class="block text-left container-fluid navOptionsSection" id = "aboutSection">
<div class ='container'>
<div class = 'row'>
<div class="col-lg-6">
<h3 class="text-success"><strong>ABOUT</strong></h3>
The company was established as a
general construction firm that offers a full range
of preconstruction planning, engineering, and
construction services, which anchors its
organizational structure on a new management concept
of high efficiency as shown by its numerous completed
projects.
<br><br>
Equipped with modern technology and backed by
professionals with varied disciplines of licensed
engineers and architects. It has a work force of skilled
and semi-skilled labor, equipment operators. The
project teams maintain a strong foundation of trust
and mutual respect generated through positive
relationship with our clients, sub-contractors and
suppliers. A company-wide policy encouraging shared
perfomance responsibility ensures the highest degree
of professional service and result on all projects
undertaken.
<br><br><br><br>
<a href = "<?php echo(site_url()) ?>/index.php/vbi/accreditations/" >
<button id="viewAccreditationsBtn"
class="btn btn-success"
type="button">VIEW ACCREDITATIONS</button></a>
</div>
<div class="col-lg-6 text-center">
<img style="width: 350px;" src="<?php echo ASSETS_PATH; ?>/images/c-NKG1.png" alt="" />
<br><br>
<img style="width: 350px;" src="<?php echo ASSETS_PATH; ?>/images/c-Halcyon.png" alt="" />
</div>
</div>
</div>
</div>
<div class="block text-center container-fluid navOptionsSection" id = "lineOfBusinessSection">
<div class ='container'>
<h3 class = "text-success"><strong>LINE OF BUSINESS</strong></h3>
<br><br>
<div class = 'row'>
<div class="col-lg-4">
<img src="<?php echo ASSETS_PATH; ?>/icons/bridge.png" alt=""
width = "150px"/>
<br><br>
<h4 class = "text-success"><strong>Civil Works</strong></h4>
<br>
<p class="details">
Roads and Bridges <br>
Land Development <br>
Water Distribution System <br>
Drainage & Flood Control System <br>
Sewer System & Wastewater Treatment Plant <br>
Irrigation System <br>
Site Development <br>
</p>
</div>
<div class="col-lg-4">
<img src="<?php echo ASSETS_PATH; ?>/icons/enterprise.png" alt=""
width = "150px"/>
<br><br>
<h4 class = "text-success"><strong>Architectural Works</strong></h4>
<br>
<p class="details">
Industrial Buildings <br>
Commercial Buildings <br>
Institutional Buildings <br>
Residential Buildings <br>
</p>
</div>
<div class="col-lg-4">
<img src="<?php echo ASSETS_PATH; ?>/icons/engineer.png" alt=""
width = "150px"/>
<br><br>
<h4 class = "text-success"><strong>Engineering Services, <br>
Planning & Design</strong></h4>
<br>
<p class="details">
Industrial Buildings and Facilities <br>
Wastewater Treatment Plant <br>
Construction Management <br>
DENR ECC and LLDA Clearance application <br>
</p>
</div>
</div>
</div>
</div>
<div class="block lastBlock text-center container-fluid navOptionsSection" id = "projectsSection">
<div class ='container'>
<h3 class = "text-success"><strong>PROJECTS</strong></h3>
<br><br>
<div class = 'row'>
<!--<div class="col-lg-4">
<img src="https://www.w3schools.com/w3css/img_lights.jpg" alt=""
width = "200px"/>
<br><br>
<h4><strong>Construction of Kinpo Office-<br>
Factory Building (Phase I)</strong></h4>
<br>
ID & Landscaping Block 7 Lot 1, Lima <br>
Technology Center, Lipa City, Batangas <br>
<br><br>
<strong>December 15, 2017</strong>
<p class = "text-success">₱47,000,000.00</p>
<br>
</div>-->
<?php
$myposts = get_posts(
array( 'category_name' => 'projects',
'posts_per_page' => 3,
'order' => 'post_date') );
if ( $myposts ) :
foreach ( $myposts as $post ) :
setup_postdata( $post );
echo(the_content());
endforeach;
else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php
endif;
wp_reset_query();
?>
</div>
<br><br><br>
<a href = "<?php echo(site_url()) ?>/index.php/vbi/projects/"><button type="button" class="btn btn-success"
id = "viewProjectsButton">VIEW MORE</button></a>
</div>
</div>
<?php
get_footer();
?>