-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompany.html
257 lines (228 loc) · 8.95 KB
/
company.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="assets/css/vendor.css">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<title>Single Post</title>
</head>
<body>
<header class="header header-light">
<nav class="navbar navbar-expand-lg navbar-light bg-none">
<div class="container">
<!-- Brand -->
<a class="navbar-brand" href="./index.html">
<img src="assets/images/logo-dark.png" class="navbar-brand-img" alt="Corptia Logo">
</a>
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ms-auto">
<li class="nav-item ">
<a class="nav-link" id="navbarLandings" href="/" aria-haspopup="true" aria-expanded="false">
Home
</a>
</li>
<li class="nav-item ">
<a class="nav-link" id="navbarLandings" href="/company.html" aria-haspopup="true" aria-expanded="false">
Company
</a>
</li>
<li class="nav-item ">
<a class="nav-link" id="navbarLandings" href="/services.html" aria-haspopup="true" aria-expanded="false">
Services
</a>
</li>
<li class="nav-item ">
<a class="nav-link" id="navbarLandings" href="/works.html" aria-haspopup="true" aria-expanded="false">
Works
</a>
</li>
<li class="nav-item ">
<a class="nav-link" id="navbarLandings" href="/blog.html" aria-haspopup="true" aria-expanded="false">
Blog
</a>
</li>
<li class="nav-item ">
<a class="nav-link" id="navbarLandings" href="/contact.html" aria-haspopup="true" aria-expanded="false">
Contact Us
</a>
</li>
</ul>
<!-- Button -->
<a class="btn navbar-btn btn-sm btn-primary lift ms-auto" href="#" target="_blank">
Buy now
</a>
</div>
</div>
</nav>
</header>
<div class="page-header">
<div class="container">
<h1>Digital solutions that help your business grow
</h1>
<p>We design and develop web and mobile applications for our clients all over the world.</p>
<figure>
<img src="assets/images/header-company.png" alt="Branding">
</figure>
</div>
</div>
<section class="common-section bg-gray">
<div class="container">
<div class="row">
<div class="col-md-5 align-self-center">
<div class="about-text">
<h3>Corptia</h3>
<p>Corptia is a Software Company, based in Egypt. Since 2017, We've worked with ambitious startups, value non-profit organizations, and inspiring entrepreneurs around the world.</p>
</div>
</div>
<div class="col-md-5 offset-md-2">
<figure class="about-thumb">
<img src="assets/images/company-about.png" alt="Work 1">
</figure>
</div>
</div>
</div>
</section>
<section class="common-section">
<header class="section-header">
<div class="container">
<span>Our Values</span>
<h2>Our Values</h2>
</div>
</header>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="service-item">
<figure class="service-icon">
<img src="assets/images/values/value-01.png" alt="Branding">
</figure>
<h2>Branding</h2>
</div>
</div>
<div class="col-md-4">
<div class="service-item">
<figure class="service-icon">
<img src="assets/images/values/value-02.png" alt="UI&UX Design">
</figure>
<h2>UI&UX Design</h2>
</div>
</div>
<div class="col-md-4">
<div class="service-item">
<figure class="service-icon">
<img src="assets/images/values/value-03.png" alt="Mobile Apps">
</figure>
<h2>Mobile Apps</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="service-item">
<figure class="service-icon">
<img src="assets/images/values/value-04.png" alt="Web Apps">
</figure>
<h2>Web Apps</h2>
</div>
</div>
<div class="col-md-4">
<div class="service-item">
<figure class="service-icon">
<img src="assets/images/values/value-05.png" alt="Digital Marketing">
</figure>
<h2>Digital Marketing</h2>
</div>
</div>
<div class="col-md-4">
<div class="service-item">
<figure class="service-icon">
<img src="assets/images/values/value-06.png" alt="Support & Development">
</figure>
<h2>Support & Development</h2>
</div>
</div>
</div>
</div>
</section>
<section class="common-section bg-gray">
<div class="container">
<div class="row">
<div class="col-md-5">
<figure class="about-thumb">
<img src="assets/images/company-vision.png" alt="Work 1">
</figure>
</div>
<div class="col-md-5 align-self-center offset-md-2">
<div class="about-text">
<h3>Vision</h3>
<p>our vision is to develop constantly and grow as a major IT service provider to become a leading performer, in providing quality Web and Software Development solutions in the competitive global marketplace.</p>
</div>
</div>
</div>
</div>
</section>
<section class="common-section">
<div class="container">
<div class="row">
<div class="col-md-5 align-self-center ">
<div class="about-text">
<h3>Mission</h3>
<ul>
<li>Our mission is to deliver optimal solutions with quality and services at reasonable prices</li>
<li>For us customer satisfaction is given top place.</li>
<li>We are very friendly in our dealings to the customers, and it helps us retain existing clients and expand customer circle.
</li>
<li>We always try to improve the quality of our products by exploring innovative ideas.</li>
</ul>
</div>
</div>
<div class="col-md-5 offset-md-2">
<figure class="about-thumb">
<img src="assets/images/company-mision.png" alt="Work 1">
</figure>
</div>
</div>
</div>
</section>
<section class="common-section action-section bg-green color-dark">
<div class="container">
<div class="action-content">
<h2>Have Any Project On Your Minds?</h2>
<p>Have Any Project On Your Minds?</p>
<a class="btn btn-main btn-blue" href="#">Discovery</a>
</div>
</div>
</section>
<section class="common-section bg-gray">
<div class="container">
<div class="row">
<div class="col-md-5">
<figure class="about-thumb">
<img src="assets/images/company-team.png" alt="Work 1">
</figure>
</div>
<div class="col-md-5 align-self-center offset-md-2">
<div class="about-text">
<h3>We strive to provide a good work environment to help our team innovate</h3>
<p>Continuous learning and development are one of the most important factors that help our team develop and attract more creators</p>
</div>
</div>
</div>
</div>
</section>
<script src="assets/js/vendor.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/typescript_demo.js"></script>
</body>
</html>