-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
187 lines (185 loc) · 8 KB
/
about.html
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
---
layout: default
title: "About Us"
---
{% include header.html %}
{% include page_header_2.html %}
<!-- Start zCore_about section -->
<section class="zCore_about zCore_about_3 section_padding">
<div class="container">
<div class="row align-items-start">
<div class="col-lg-6">
<div class="about_img zCore_img about_img_3 wow slideInLeft" data-wow-delay="0.3s">
<!-- <img src="{{relative_url}}/assets/images/about_4.jpg" class="img-fluid" alt="">-->
<!-- <div class="overlay_img" style="margin-bottom: 10px;"></div>-->
<div class="about_left">
{% for item in site.about %}
{% if item.title == "25+ Total Years Of Excellence <br>In Government Software Contracting" %}
<h3 style="color: rgb(0, 0, 0);">{{ item.title }}</h3>
{% endif %}
<p>{{ item.detail }}</p>
<p>{{ item.text }}</p>
{% endfor %}
<div class="zCore_button wow slideInUp" data-wow-delay="0.1s">
<a href="/team/" class="zCore_btn" style="margin: 5px;">Meet the Team</a>
</div>
</div>
</div>
</div>
{% for item in site.about %}
<div class="col-lg-6">
<div class="about_img zCore_img about_img_3 wow slideInRight">
<div class="about_right" data-wow-delay="0.3s">
<div class="about_content about_content_3 zCore_content_box">
<h3>{{ item.description }}</h3>
<p>{{ item.extra_detail }}</p>
</div>
{% if forloop.first %}
<div class="zCore_button wow slideInUp" data-wow-delay="0.1s">
<a href="{{ item.link }}" class="zCore_btn" style="margin: 5px;">solutions</a>
</div>
{% endif %}
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
<!-- End zCore_about section -->
<!---start zCore_history section-->
<section class="zCore_service zCore_service_3 light_bg">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="theme_title text-center">
<span class="theme_span">history</span>
<h2>Who We Are</h2>
</div>
</div>
</div>
{% for page in site.about %}
{% if page.title == "Our History" %}
<div class="row justify-content-center">
<div class="col-lg-12">
<h7 class="theme_content text-justify custom-text-style">
{{ page.content | markdownify }}
</h7>
</div>
</div>
{% endif %}
{% endfor %}
</div>
</section>
<!--end zCore_history section-->
<!---start zCore_approach section-->
<section class="zCore_service zCore_service_3 light_bg">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="theme_title text-center">
<span class="theme_span">approach</span>
<h2>How We Work</h2>
</div>
</div>
</div>
{% for page in site.about %}
{% if page.title == "Our Approach" %}
<div class="row justify-content-center">
<div class="col-lg-12">
<h7 class="theme_content text-justify custom-text-style">
{{ page.content | markdownify }}
</h7>
</div>
</div>
{% endif %}
{% endfor %}
</div>
</section>
<!--end zCore_approach section-->
<!-- Start zCore_service section -->
<section class="zCore_service zCore_service_3 light_bg">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="theme_title text-center">
<span class="theme_span">service</span>
<h2>What We Do</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="categories_box service_box_3 wow slideInUp" data-wow-delay="0.2s">
<div class="categories_icon">
<img src="{{relative_url}}/assets/images/icon_3.png" class="img-fluid" alt="">
</div>
<div class="categories_info">
<span class="dot_c dot_c_2"></span>
{% for page in site.delivery %}
{% if page.title == "Deliver Innovation" %}
<h3>{{ page.title }}</h3>
<p>{{ page.description }}</p>
{% endif %}
{% endfor %}
<a href="/solutions/" class="categories_btn"><i class="far fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="categories_box service_box_3 wow slideInUp" data-wow-delay="0.4s">
<div class="categories_icon">
<img src="{{relative_url}}/assets/images/icon_4.png" class="img-fluid" alt="">
</div>
<div class="categories_info">
<span class="dot_c dot_c_2"></span>
{% for page in site.delivery %}
{% if page.title == "Deliver Insights" %}
<h3>{{ page.title }}</h3>
<p>{{ page.description }}</p>
{% endif %}
{% endfor %}
<a href="/blog/" class="categories_btn"><i class="far fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="categories_box service_box_3 wow slideInUp" data-wow-delay="0.6s">
<div class="categories_icon">
<img src="{{relative_url}}/assets/images/icon_5.png" class="img-fluid" alt="">
</div>
<div class="categories_info">
<span class="dot_c dot_c_2"></span>
{% for page in site.delivery %}
{% if page.title == "Deliver Results" %}
<h3>{{ page.title }}</h3>
<p>{{ page.description }}</p>
{% endif %}
{% endfor %}
<a href="/contact/" class="categories_btn"><i class="far fa-angle-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Start call_to_action_3 section -->
<section class="call_to_action_3 dark_blue section_padding">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-9">
<div class="call_title_3 ">
<span class="theme_span"></span>
<h2>Bleeding Edge Software Solutions for Government</h2>
</div>
</div>
<div class="col-lg-3">
<div class="call_action_btn">
<a href="/contact/" class="zCore_btn qoute_btn_3">Contact Us</a>
</div>
</div>
</div>
</div>
</section>
<!-- End call_to_action_3 section -->
{% include footer_2.html %}