-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
460 lines (429 loc) · 19.6 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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Fourmation - Enabling the connected world</title>
<meta content="width=device-width,initial-scale=1.0,maximum-scale=5.0" name="viewport">
<meta name="description" content="Fourmation - Enabling the connected world">
<meta name="author" content="Fourmation">
<meta name="keywords" content="api, connectivity, integration, consultancy, architecture, web, mobile" />
<meta property="og:url" content="https://fourmation.se" />
<meta property="og:title" content="Fourmation - Enabling the connected world" />
<meta property="og:image" content="https://fourmation.se/images/fourmation_facebook_share.jpg" />
<meta property="og:description" content="Consultancy and projects for the connected world" />
<!-- Standard Favicon-->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- Font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900|Work+Sans:200,700,900&display=swap" rel="stylesheet">
<!-- Css -->
<link rel="stylesheet" href="css/core.min.css" />
<link rel="stylesheet" href="css/skin.css" />
<link rel="stylesheet" href="css/aos.min.css" />
<!-- Vimeo Player -->
<script src="https://player.vimeo.com/api/player.js"></script>
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Google Structured Data -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Fourmation",
"description": "IT Consulting Agency",
"url": "https://www.fourmation.se",
"logo": "https://fourmation.se/images/logo-square-white-on-yellow-rgb.png",
"address": {
"@type": "PostalAddress",
"streetAddress": "Södra Larmgatan 2",
"addressLocality": "Göteborg",
"postalCode": "411 16",
"addressCountry": "SE"
},
"sameAs": [
"https://www.facebook.com/fourmation.se",
"https://www.linkedin.com/company/fourmation-ab"
]
}
</script>
</head>
<body class="home-page">
<!-- Overlay Navigation Menu -->
<div class="overlay-navigation-wrapper" data-no-scrollbar data-animation="scale-in">
<div class="overlay-navigation-scroll-pane">
<div class="overlay-navigation-inner">
<div class="v-align-middle">
<div class="overlay-navigation-header row collapse full-width">
<div class="column width-12">
<div class="navigation-hide overlay-nav-hide">
<a href="#" aria-label="hide navigation menu">
<span class="icon-cancel"></span>
</a>
</div>
</div>
</div>
<div class="row collapse full-width">
<div class="column width-12">
<nav class="overlay-navigation pull-left clear-float-on-mobile">
<span class="menu-title">Pages</span>
<ul>
<li>
<a class="goto close" href="#about" >About us</a>
</li>
<li>
<a class="goto" href="#believe">We believe in</a>
</li>
<li>
<a class="goto" href="#are">We are</a>
</li>
<li>
<a class="goto" href="#team">Our team</a>
</li>
<li>
<a class="goto" href="#contact">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="overlay-navigation-footer row full-width">
<div class="column width-12 no-padding">
<p class="copyright no-margin-bottom">© 2019 FOURMATION.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Overlay Navigation Menu End -->
<div class="wrapper reveal-side-navigation">
<div class="wrapper-inner">
<!-- Header -->
<header class="page-section header header-fixed header-fixed-on-mobile header-transparent" data-bkg-threshold="100" data-compact-threshold="100">
<div class="header-inner">
<div class="row collapse full-width nav-bar reveal-side-navigation">
<div class="column width-12 nav-bar-inner">
<div class="logo">
<div class="logo-inner">
<a href="#"><img src="images/logo-wide-black.png" alt="FOURMATION"></a>
<a href="#"><img src="images/logo-wide-white.png" alt="FOURMATION"></a>
</div>
</div>
<nav class="navigation nav-block secondary-navigation nav-right">
<ul>
<li class="aux-navigation hide">
<!-- Aux Navigation -->
<a href="#" class="navigation-show overlay-nav-show nav-icon" aria-label="show navigation menu">
<span class="icon-menu"></span>
</a>
</li>
</ul>
</nav>
<nav class="navigation nav-block primary-navigation nav-right">
<ul>
<li>
<a class="goto" href="#about" >About us</a>
</li>
<li>
<a class="goto" href="#believe">We believe in</a>
</li>
<li>
<a class="goto" href="#are">We are</a>
</li>
<li>
<a class="goto" href="#team">Our team</a>
</li>
<li>
<a class="goto" href="#contact">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- Header End -->
<!-- Content -->
<div class="content clearfix">
<!-- Back Top -->
<div class="scroll-to-top">
<a href="#">Back Up Top</a>
</div>
<!-- Back Top End -->
<!-- Fullscreen Slider Section -->
<div class="section-block featured-media window-height tm-slider-parallax-container">
<div class="tm-slider-container full-width-slider" data-parallax data-external-padding="60" data-animation="slide" data-scale-under="960">
<ul class="tms-slides">
<li class="tms-slide" data-video data-video-bkg data-animation="slideLeftRight" data-overlay-bkg-color="#000000" data-overlay-bkg-opacity="0.2">
<div class="tms-content">
<div class="tms-content-inner">
<div class="row">
<div class="column width-12 center">
<div class="clear"></div>
<h1 class="tms-caption title-xlarge color-white lspacing-medium" data-animate-in="preset:slideInUpShort;duration:1000ms;" data-no-scale>
ENABLING THE CONNECTED WORLD
</h1>
<div class="clear"></div>
<span class="tms-caption button cursor-default text-uppercase lspacing-medium weight-bold bkg-hey-day bkg-hover-hey-day color-teal-me-more fade-location" data-animate-in="preset:slideInUpShort;duration:1000ms;delay:200ms;"
data-offsety="60" data-no-scale>
Specialising in integration, connectivity, apis and modern software development
</span>
</div>
</div>
</div>
</div>
<div class="video-wrapper">
<iframe title="video backdrop of Gothenburg" src="https://player.vimeo.com/video/368734344?background=1&autoplay=1&loop=1&title=0&byline=0&portrait=0&muted=1" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</li>
</ul>
</div>
</div>
<!-- Fullscreen Slider Section End -->
<div id="about" class="page-section section-block bkg-white">
<div class="row">
<div class="column width-12 horizon" data-parallax="direction:vertical;speed:0;opacity:fade;">
<p class="lead text-large">
We're a consultancy company made up of passionate architects and developers, each bringing deep expertise in modern system development, cloud solutions, and integration.
</p>
<p class="lead text-large">
From designing scalable solutions to crafting seamless integrations, we help businesses unlock the power of connected systems. Whether it's building APIs, navigating Kubernetes, or architecting modern applications, we're here to solve your challenges with practical, sustainable solutions.
</p>
<p class="lead text-large">
Let us know how we can support your journey.
</p>
</div>
</div>
</div>
<div id="believe" class="page-section section-block bkg-meringue">
<div class="row">
<div class="column width-12" data-aos-easing="ease-out-sine" data-aos-duration="2000" data-aos-offset="300">
<h2>WE BELIEVE IN</h2>
<h1>Freedom through friendship</h1>
<span class="text-line-horizontal" data-aos-offset="0" data-aos="slide-right" data-aos-duration="2000"></span>
<p>
Even though we are unique in our own ways – we are united by a dream so vividly strong. The dream about freedom. Freedom to be and do what we want.
Enabled by friendship.
</p>
<p>
With admiration, curiosity and love we challenge one another from our different point of views. Because, it is when we discuss – we learn and get even closer.
And together we become a solid unit that flies through life in a beautiful and free Fourmation. Ready to solve, any challenge.
</p>
</div>
</div>
</div>
<div id="are" class="page-section section-block grid-container full-width no-margins">
<div class="row flex">
<div class="column width-6 bkg-glacier">
<div class="content-block" data-aos="fade-up" data-aos-easing="ease-out-sine" data-aos-duration="1000" data-aos-offset="300">
<h1>Solvers by birth</h1>
<span class="text-line-horizontal" data-aos="slide-right" data-aos-offset="0" data-aos-duration="2000" style="border-color: #808F85"></span>
<p class="mt-50">
We love solving problems, bugs and headaches. We are forward leaning solvers, that share every
discovery and insight. With each other, with customers.
</p>
<p>
By looking at the bigger picture we do our best in order to understand the complexity. Together we find a way to execute even better than expected.
</p>
</div>
</div>
<div class="column width-6 bkg-french-oyster">
<div class="content-block" data-aos="fade-up" data-aos-easing="ease-out-sine" data-aos-duration="1000" data-aos-offset="300">
<h1>Proud nerds</h1>
<span class="text-line-horizontal" data-aos="slide-right" data-aos-offset="0" data-aos-duration="2000"></span>
<p class="mt-50">
With curiosity about life and its obscurities we might seem as a slightly nerdy gang. Perhaps it is because we love to dig really deep down in to
different and often wildly spread topics.
</p>
<p class="weight-bold">
That is what true nerdiness is all about, right?
</p>
<p>
And we are proud ones, equipped with an eagle-eye
for details and eagerness to share what we know - with everyone.
</p>
</div>
</div>
</div>
<div class="row flex">
<div class="column width-6 color-white bkg-reign">
<div class="content-block" data-aos="fade-up" data-aos-easing="ease-out-sine" data-aos-duration="1000" data-aos-offset="300">
<h1>Word keepers, trust seekers</h1>
<span class="text-line-horizontal" data-aos="slide-right" data-aos-offset="0" data-aos-duration="2000" style="border-color: #CEDCCA"></span>
<p class="mt-50">
Trust is everything and we cherish every adventure as we take on both new as already known challenges.
</p>
<p>
Regardless the task, we stand by our word and deliver upon our promises.
</p>
</div>
</div>
<div class="column width-6 bkg-hey-day">
<div class="content-block" data-aos="fade-up" data-aos-easing="ease-out-sine" data-aos-duration="1000" data-aos-offset="300">
<h1>More than Fourmation</h1>
<span class="text-line-horizontal" data-aos="slide-right" data-aos-offset="0" data-aos-duration="2000" style="border-color: #293132"></span>
<p class="mt-50">
Life is the most exciting adventure of them all, and we fly through it together. Through thick and thin. Through the week, projects
and game nights.
</p>
<p class="weight-bold">
We are family. Longing to grow in numbers.
</p>
</div>
</div>
</div>
</div>
<!-- Team Grid -->
<div id="team" class="page-section section-block grid-container full-width replicable-content team-2">
<div class="row content-block" data-aos="fade-left" data-aos-easing="ease-out-sine" data-aos-duration="1000" data-aos-offset="200">
<div class="column width-6">
<h1 class="title-large">The Creatives <br>Behind Fourmation</h1>
<span class="text-line-horizontal" data-aos="slide-right" data-aos-offset="0" data-aos-duration="2000"></span>
</div>
<div class="column width-6">
<p class="lead weight-bold" class="weight-bold">We're consultants, ready to bring our specialities and personalities to your project & company</p>
<p>We've been lead architects & engineers for many of the largest integration & software projects in Sweden and we have a combined experience in the field of over 100 years. We pride ourselves on being really good at what we do.</p>
</div>
<div class="row">
<div class="column width-3">
<div class="thumbnail no-margin-bottom">
<img src="images/team/oskar.jpg" data-retina width="760" height="760" alt=""/>
</div>
<div class="team-content-info">
<span class="fade-location team-header">Oskar Jönsson <br>Solution Architect</span>
<p>Java, Architecture, Mule ESB, Spring Boot, AWS, WebSphere</p>
</div>
</div>
<div class="column width-3">
<div class="thumbnail no-margin-bottom">
<img src="images/team/magnus.jpg" data-retina width="760" height="760" alt=""/>
</div>
<div class="team-content-info">
<span class="fade-location team-header">Magnus Våge<br>Integration Architect</span>
<p>Java, Architecture, IoT, MQTT, Security, Node.js, Websphere, Azure</p>
</div>
</div>
<div class="column width-3">
<div class="thumbnail no-margin-bottom">
<img src="images/team/petter.jpg" data-retina width="760" height="760" alt=""/>
</div>
<div class="team-content-info">
<span class="fade-location team-header">Petter Nordlander <br>Software Architect</span>
<p>Cloud Native System architecture, Software design, Distributed systems, Integration, Security, Microservices, Kubernetes</p>
</div>
</div>
<div class="column width-3">
<div class="thumbnail no-margin-bottom">
<img src="images/team/robin.jpg" data-retina width="760" height="760" alt=""/>
</div>
<div class="team-content-info">
<span class="fade-location team-header">Robin Seybold <br>Integration Architect</span>
<p>Architecture, WebSphere, Java, Mule ESB, ActiveMQ, Front-End, IoT, Node.js, SQL</p>
</div>
</div>
</div>
<div class="row">
<div class="column width-3">
<div class="thumbnail no-margin-bottom">
<img src="images/team/christian.jpg" data-retina width="760" height="760" alt=""/>
</div>
<div class="team-content-info">
<span class="fade-location team-header">Christian Morin <br>Integration Architect</span>
<p>Architecture, Java, API-Management, Containers and Microservices, Front-End</p>
</div>
</div>
<div class="column width-3">
<div class="thumbnail no-margin-bottom">
<img src="images/team/bill.jpg" data-retina width="760" height="760" alt=""/>
</div>
<div class="team-content-info">
<span class="fade-location team-header">Bill Selander <br>Software Developer</span>
<p>Java, Python, Front-End, IoT, Spring Boot, JavaScript, Node.js</p>
</div>
</div>
<div class="column width-3">
<div class="thumbnail no-margin-bottom">
<img src="images/team/johan.jpg" data-retina width="760" height="760" alt=""/>
</div>
<div class="team-content-info">
<span class="fade-location team-header">Johan Andersson<br>Integration Architect/Full-stack Developer</span>
<p>Java, Front-End, Microservices, Kubernetes, CI/CD</p>
</div>
</div>
<div class="column width-3">
<div class="thumbnail no-margin-bottom">
<a href="mailto:hello@fourmation.se?subject=Hire me!"><img src="images/team/join.jpg" data-retina width="760" height="760" alt=""/></a>
</div>
</div>
</div>
</div>
</div>
<!-- Team Grid End -->
<!-- Footer -->
<footer id="contact" class="page-section footer">
<div class="footer-top">
<div class="row flex full-width">
<div class="column width-8 push-6 grid-item center-on-mobile" data-aos="fade-up" data-aos-easing="ease-out-sine" data-aos-duration="1000">
<p>
Götabergsgatan 2</br>
411 34 Göteborg
</p>
<p>559037-4376</p>
<p>+46 (0)31 13 14 80</p>
<p><a href="mailto:hello@fourmation.se">hello@fourmation.se</a></p>
<ul class="social-list list-horizontal pull-left clear-float-on-mobile left center-on-mobile">
<li><a href="https://www.linkedin.com/company/10396376/" target="_blank" aria-label="visit the fourmation linkedin page"><span class="icon-linkedin large"></span></a></li>
<li><a href="https://github.com/fmtn" target="_blank" aria-label="visit the fourmation github page"><span class="icon-github large"></span></a></li>
<li><a href="https://www.facebook.com/fourmation.se/" target="_blank" aria-label="visit the fourmation facebook page"><span class="icon-facebook large"></span></a></li>
</ul>
</div>
<div class="column width-2 push-1 center grid-item" style="padding-top: 1.4rem" data-aos="fade-left" data-aos-easing="ease-out-sine" data-aos-duration="1000">
<img src="images/logo-wide-teal-me-more.png" style="margin-bottom: 4rem; max-width: 90%" alt="FOURMATION">
<img src="images/logo-square-teal-me-more.png" style="max-height: 15rem;" alt="FOURMATION">
</div>
</div>
</div>
</footer>
<!-- Footer End -->
<!-- Footer End -->
</div>
</div>
<!-- Js -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/timber.master.min.js"></script>
<script src="js/jquery.scrollto.js"></script>
<script src="js/aos.min.js"></script>
<script>
$('.goto').click(function(e) {
$('html,body').scrollTo(this.hash, this.hash, false);
e.preventDefault();
});
$(window).resize(function() {
$('.page').css({
fontSize: Math.max(Math.min($(window).outerWidth() / (1 * 6), parseFloat(Number.POSITIVE_INFINITY)), parseFloat(Number.NEGATIVE_INFINITY)) + 'px',
lineHeight: $(window).height() + 'px'
});
}).resize();
</script>
<script>
AOS.init({
once: true
});
</script>
<script>
$(window).scroll(function() {
var scrollDistance = $(window).scrollTop();
// Assign active class to nav links while scolling
$('.page-section').each(function(i) {
if ($(this).position().top - scrollDistance <= -500) {
$('.primary-navigation ul li.current').removeClass('current');
$('.primary-navigation ul li').eq(i).addClass('current');
} else if(scrollDistance <= 50) {
$('.primary-navigation ul li.current').removeClass('current');
}
});
}).scroll();
</script>
</body>
</html>