-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
363 lines (360 loc) · 20.5 KB
/
index.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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!doctype html>
<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">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700;800&display=swap" rel="stylesheet">
<!-- Primary Meta Tags -->
<title>The Codeero Group | Crafting Experiences </title>
<meta name="title" content="The Codeero Group | Crafting Experiences ">
<meta name="description" content="The Codeero Group is your go-to partner for digital and event experiences. We craft innovative, engaging, and inspiring solutions for web, mobile, and enterprises. ">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.codeero.com/">
<meta property="og:title" content="The Codeero Group | Crafting Experiences ">
<meta property="og:description" content="The Codeero Group is your go-to partner for digital and event experiences. We craft innovative, engaging, and inspiring solutions for web, mobile, and enterprises. ">
<meta property="og:image" content="img/socialheader.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.codeero.com/">
<meta property="twitter:title" content="The Codeero Group | Crafting Experiences ">
<meta property="twitter:description" content="The Codeero Group is your go-to partner for digital and event experiences. We craft innovative, engaging, and inspiring solutions for web, mobile, and enterprises. ">
<meta property="twitter:image" content="img/socialheader.png">
<script async defer data-domain="codeero.com" src="https://plausible.io/js/plausible.js"></script>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "The Codeero Group",
"image": "https://www.codeero.com/img/socialheader.png",
"@id": "",
"url": "https://www.codeero.com",
"telephone": "+35725000095",
"address": {
"@type": "PostalAddress",
"streetAddress": "Agias Zonis 1, Office 607A",
"addressLocality": "Limassol",
"postalCode": "3025",
"addressCountry": "CY"
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
},
"sameAs": [
"https://www.facebook.com/thecodeerogroup",
"https://www.instagram.com/thecodeerogroup",
"https://github.com/thecodeerogroup"
]
}
</script>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/img/favicon/site.webmanifest">
<link rel="mask-icon" href="/img/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/img/favicon/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Codeero">
<meta name="application-name" content="Codeero">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="384x384" href="img/favicon/android-icon-384x384.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="/img/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<script defer data-domain="codeero.com" src="http://analytics.codeero.com/js/script.js"></script>
</head>
<body>
<div id="grey-gradient">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="/">
<img src="img/horizontal.svg" id="nav-img" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse mainNav" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="/comingsoon">HOME <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/comingsoon">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/comingsoon">EVENTS</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="/comingsoon" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
OUR COMPANIES
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" id="noTopBorder" href="/comingsoon">Development</a>
<a class="dropdown-item" href="/comingsoon">Foundation</a>
<a class="dropdown-item" href="/comingsoon">Events</a>
<a class="dropdown-item" href="/comingsoon">Labs</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/comingsoon">CONTACT</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Animation Container -->
<div class="container">
<div class="row flex-md-row-reverse" id="animationPlaceHolder">
<div class="col-12 col-md-6 d-flex flex-column justify-content-md-center align-items-center align-items-md-end">
<!-- Animation, First White Lines (logo_animated) than color fade in (logo_animated_color) -->
<div id="logoAnimation" class="mt-5 mt-md-0">
<object>
<embed src="img/logo_animated.svg" class="fade-out outlined"> </embed>
</object>
<object>
<embed src="img/logo_animated_color.svg" class="fade-in color"> </embed>
</object>
</div>
</div>
<div class="col-12 col-md-6 d-flex align-items-md-center">
<!-- Mission Statement Typing with JS -->
<!-- Crafting Experiences That <br> - Connect - Inspire - Captivate - Educate -->
<div style="min-height: 400px;" class="mt-5 d-flex align-items-lg-center">
<h2 class="typingText"><span id="cet" class=""></span> <br>
<span class="txt-rotate" data-period="2000" data-rotate='[ "connect.", " educate.", " inspire.", "captivate." ]' style="text-decoration: underline;"></span>
</h2>
</div>
<!-- No JS alternative -->
<noscript>
<h2 class="typingText mt-5">Crafting Experiences For Digital and Offline</h2>
</noscript>
</div>
</div>
</div>
<!-- Our Services Section -->
<div class="container mt-desktop">
<!-- Custom Tabs -->
<div class="row">
<div class="col no-padding-left">
<h3 class="extra-bold mb-50 title">OUR SERVICES</h3>
</div>
</div>
<div class="row mobile-margins-services" id="serviceContainer">
<div class="col-12 col-md-2 service" id="mobapp">
<h3>Mobile <br class="md-br">Apps</h3>
</div>
<div class="col-12 col-md-2 service" id="brands">
<h3>Brand <br class="md-br">Identity</h3>
</div>
<div class="col-12 col-md-2 service active" id="webdev">
<h3>Web <br class="md-br">Development</h3>
</div>
<div class="col-12 col-md-2 service" id="entapp">
<h3>Enterprise <br class="md-br">Apps</h3>
</div>
<div class="col-12 col-md-2 service" id="events">
<h3>Events</h3>
<div class="spacer"></div>
</div>
<div class="col-12 col-md-2 service" id="nonprof">
<h3>Non <br class="md-br">Profit</h3>
</div>
</div>
</div>
</div>
<div class="container mb-md-50">
<!-- Description and Text -->
<div class="row d-flex flex-column mobile-margins-services">
<div class="mb-50 d-flex" id="serviceDescriptionContainer">
<!-- Image on Tablet and Up, Hidden on Mobile -->
<div class="d-none d-md-flex col-5 align-items-center justify-content-center">
<img src="img/services/webdev.png" id="serviceImage">
</div>
<div class="col-12 col-md-7 d-flex align-items-center justify-content-center">
<p id="serviceDescription" style="font-size: 1.2rem">The Codeero Group is your go-to partner for all your Web Development needs, with a large offering of services ranging from Websites, E-Commerce, Web Applications to Content Management and Distribution Systems. Each project is carefully crafted from the ground up, starting with the selection of the right technologies and tools to final optimizations, to make our solutions cost-effective, stunningly beautiful and blazingly fast. </p>
</div>
</div>
<!-- Toggle Button -->
<div class="switch-outline align-self-end">
<div class='wrap d-flex' onclick='toggleButton(this)'>
<div class="circleBG">
</div>
<span class='learnMore'>Contact Us</span>
</div>
</div>
</div>
<!-- Our Process Section -->
<div class="row mt-5 mb-5">
<div class="col no-padding-left">
<h3 class="extra-bold section-title title"> OUR PROCESS</h3>
</div>
</div>
<div class="row mb-md-5">
<div class="col-12 col-md-3 d-flex flex-column">
<img src="img/process/meet.svg" class="align-self-center">
<p class="process-text">During the first meeting, project scope, requirements and details are determined.</p>
</div>
<div class="col-12 col-md-1 d-flex justify-content-center">
<img src="img/process/arrow.svg" class="align-self-center arrow">
</div>
<div class="col-12 col-md-4 d-flex flex-column">
<img src="img/process/pm.svg">
<p class="process-text">A dedicated project manager is assigned, who will connect all parties involved (designers, coders, photographers, providers).</p>
</div>
<div class="col-12 col-md-1 d-flex justify-content-center">
<img src="img/process/arrow.svg" class="align-self-center arrow">
</div>
<div class="col-12 col-md-3 d-flex flex-column">
<img src="img/process/close.svg">
<p class="process-text">The PM works closely with the partner and staff involved to create the first version of The Experience.</p>
</div>
</div>
<div class="row mt-md-5">
<div class="col-12 col-md-2 d-flex justify-content-center">
<img src="img/process/arrow.svg" class="align-self-center arrow">
</div>
<div class="col-12 col-md-4 d-flex flex-column">
<img src="img/process/adjust.svg" class="minheight90">
<p class="process-text">The Experience is tuned and adjusted to fit the project needs perfectly.</p>
</div>
<div class="col-12 col-md-2 d-flex justify-content-center">
<img src="img/process/arrow.svg" class="align-self-center arrow">
</div>
<div class="col-12 col-md-4 d-flex flex-column">
<img src="img/process/prod.svg">
<p class="process-text">The Experience is rolled out. The Partner receives ongoing support.</p>
</div>
</div>
<!-- Our Companies - Cards -->
<div class="row mt-100">
<div class="col no-padding-left">
<h3 class="extra-bold section-title title"> OUR COMPANIES</h3>
</div>
</div>
<!-- CSS mostly, is-flipped class turns the card, added via event listener. -->
<div class="row mt-5 companyRow">
<div class="col-12 col-md-8 d-flex flex-wrap justify-content-center justify-content-md-start no-padding-left">
<div class="scene mr-20">
<div class="card is-flipped" id="Codeero Development">
<div class="card__face card__face--front"><img src="img/companies/dev_white.svg" class="img-responsive companyLogo"></div>
<div class="card__face card__face--back activeCompany"><img src="img/companies/dev_color.svg" class="img-responsive companyLogo "></div>
</div>
</div>
<div class="scene">
<div class="card" id="Codeero Foundation">
<div class="card__face card__face--front"><img src="img/companies/foundation_white.svg" class="img-responsive companyLogo"></div>
<div class="card__face card__face--back activeCompany"><img src="img/companies/foundation_color.svg" class="img-responsive companyLogo "></div>
</div>
</div>
<div class="scene mr-20">
<div class="card" id="Codeero Events">
<div class="card__face card__face--front"><img src="img/companies/events_white.svg" class="img-responsive companyLogo"></div>
<div class="card__face card__face--back activeCompany"><img src="img/companies/events_color.svg" class="img-responsive companyLogo "></div>
</div>
</div>
<div class="scene">
<div class="card" id="Codeero Labs">
<div class="card__face card__face--front"><img src="img/companies/labs_white.svg" class="img-responsive companyLogo"></div>
<div class="card__face card__face--back activeCompany"><img src="img/companies/labs_color.svg" class="img-responsive companyLogo "></div>
</div>
</div>
</div>
<style type="text/css">
</style>
<!-- Description on site, changed via JS -->
<div class="col-12 col-md-4 d-flex flex-column">
<h2 class="extra-bold companyHeading no-padding-top mt-0 align-self-md-end" id="companyTitle"> Codeero Development</h2>
<p class="companyDescription" id="companyDescription"> Codeero Development, the original branch of The Codeero Group, specializes in web and software development. The multinational, young and vibrant team serves clients of all sizes, from young startups, through small businesses to large multinational organizations. Codeero Development is your go-to partner for all your digital needs. </p>
<div class="switch-outline align-self-end">
<div class='wrap d-flex' onclick='toggleButton(this)'>
<div class="circleBG">
</div>
<span class='learnMore'>Learn More</span>
</div>
</div>
</div>
</div>
<!-- Our Partners Section -->
<div class="row d-flex flex-column mt-100 mb-50">
<div class="col">
<h3 class="extra-bold section-title title center-mob">Some of the partners that trusted us</h3>
<h4 class="center-mob">We believe in building relationships, not client lists.</h4>
</div>
<div class="col mt-50">
<picture>
<source media="(min-width: 450px)" srcset="img/partners.png">
<img src="img/partners-mobile.png" class="img-responsive full-width">
</picture>
</div>
</div>
<!-- Above Grey Footer, Hide On Mobile -->
<div class="row mt-150 d-none d-md-flex">
<div class="col col-md-5 col-lg-5 mb-md-4">
<img src="img/tcg.svg" class="img-responsive expanded">
</div>
<div class="col col-md-7 col-lg-7" id="map">
<iframe width="100%" height="350" frameborder="0" style="border:0; filter: grayscale(100%);" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJI1L--S8z5xQRAc-GHbuhRNo&key=AIzaSyBbj2T-E6FWqXCXzJrfbP5KIZlPanysVkI" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- Footer Contact Section -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col mt-5">
<h2 class="extra-bold"> Contact Us <br> It's easy.</h2>
</div>
</div>
<div class="row align-content-end contactRow">
<div class="col-6 col-md-4 d-flex flex-column">
<div class="contactMethod"><img src="img/tel.svg" class="contactIcon"> <a href="tel:+35725000095"> +357 25 00 00 95</a></div>
<div class="contactMethod"><img src="img/mail.svg" class="contactIcon"> <a href="mailto:[email protected]"> [email protected]</a></div>
<div class="contactMethod"><img src="img/mail.svg" class="contactIcon"> <a href='https://www.codeero.com/tos' target="_blank" onclick="window.open('https://www.codeero.com/privacy');"> Privacy Policy & Terms of Service</a></div>
</div>
<div class=" col-6 col-md-4">
<div class="contactMethod d-flex">
<div>
<img src="img/map.svg" class="contactIcon pr-2">
</div>
<div>
<a href="mailto:[email protected]">
Agias Zonis 1
<br> Office 607A
<br> 3025 Limassol
<br> Cyprus
</a>
</div>
</div>
</div>
<div class="col-12 col-md-4 d-flex justify-content-center justify-content-md-end align-items-end">
<div class="">
<div class="socialIcons">
<a href="https://www.facebook.com/thecodeerogroup"><img src="img/fb.svg" class="socialIcon"></a>
<a href="https://www.instagram.com/thecodeerogroup"><img src="img/insta.svg" class="socialIcon"></a>
<a href="/comingsoon"><img src="img/twitter.svg" class="socialIcon"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/main.js"></script>
<!-- jQuery first,then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>