-
Notifications
You must be signed in to change notification settings - Fork 1
/
fortris.html
executable file
·208 lines (185 loc) · 5.43 KB
/
fortris.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
---
layout: default
title: Fortris
permalink: /fortris/
image: office.jpg
---
{% include top-section.html %}
<style>
/* Logo and description*/
.description {
align-items: center;
display: flex;
flex-direction: column;
}
.description p {
font-family: sans-serif;
line-height: 25px;
max-width: 40%;
padding: 10px 30px;
text-align: center;
}
.description img {
margin: 100px;
margin-bottom: 50px;
width: 200px;
}
/* Job offers */
.offers-section {
padding: 50px;
}
.offers-section h2 {
font-family: sans-serif;
font-size: 40px;
font-weight: lighter;
text-align: center;
}
.offers-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.offer-card {
border-radius: 8px;
box-shadow: 5px 5px 10px 0 #e5e5e5;
margin: 15px;
max-width: 400px;
padding: 30px;
}
.offer-card * {
font-family: sans-serif;
}
.offer-card h3 {
color: #03a9f4;
font-size: 25px;
}
.offer-card p {
line-height: 25px;
font-size: 15px;
}
.link-container {
margin-top: 40px;
}
.link-container a {
background-color: #4285f4;
border-radius: 5px;
color: #fff;
font-family: sans-serif;
font-size: 12px;
padding: 10px 35px;
text-decoration: none;
transition: all 0.5s;
}
.link-container a:hover {
background-color: #03a9f4;
}
@media screen and (max-width: 768px) {
.offer-card {
max-width: none;
}
.offers-section {
padding: 20px;
}
.description p {
max-width: none;
}
}
</style>
<div class="description">
<img src="/img/partners/fortris.svg" />
<p>
Fortris integrates with existing financial systems. We mirror the standards
of the best financial platforms in the world, while adding the technical and
policy considerations required for the cryptocurrency ecosystem.
</p>
<p>
Fortris has built and deployed at scale, that essential bridge to enable
enterprise to both hold and actually use cryptocurrency as an operational
asset.
</p>
</div>
<div class="offers-section">
<h2>Ofertas de trabajo</h2>
<div class="offers-container">
<div class="offer-card">
<h3>DevOps Engineer</h3>
<p>
We are looking for an experienced DevOps Engineer with a strong passion
for problem solving and attention to detail to join our team in Malaga.
Working within the DevOps team, the successful candidate will be someone
who has previously designed and delivered a number of
software/infrastructure solutions.
</p>
<div class="link-container">
<a
target="_blank"
href="https://fortris.jobs.personio.com/job/326308?_pc=698588#apply"
>VER OFERTA</a
>
</div>
</div>
<div class="offer-card">
<h3>Senior QA Automation (Java)</h3>
<p>
We are looking for a QA Automation with strong passion for problem
solving to join our team in Malaga. Working closely with the developers
& product owner, the successful candidate will be someone who can drive
and oversee the testing effort for Fortris. Whilst the primary focus is
on test automation there will also be an element of assisting with the
functional testing of our product.
</p>
<div class="link-container">
<a
target="_blank"
href="https://fortris.jobs.personio.com/job/442633?_pc=698588#apply"
>VER OFERTA</a
>
</div>
</div>
<div class="offer-card">
<h3>Data Engineer</h3>
<p>
We are looking for a Mid/Senior Data Engineer who is passionate about building data infrastructures.
You’ll be responsible for helping the company move forward from scattered data sources to a new, reliable source of truth. This will be used in financial, reporting, and product dashboards directly by the executives, managers, and final business users.
</p>
<div class="link-container">
<a
target="_blank"
href="https://fortris.jobs.personio.com/job/463046?_pc=698588#apply"
>VER OFERTA</a
>
</div>
</div>
<div class="offer-card">
<h3>R&D Engineer</h3>
<p>
We are looking for a talented Software Development Engineer, to join our Innovation Team at Fortris. The Innovation Team is responsible for researching, investigating and building prototypes for Fortris, maintaining its position as an industry leader and contributor to the crypto community.
</p>
<div class="link-container">
<a
target="_blank"
href="https://fortris.jobs.personio.com/job/441628?_pc=698588#apply"
>VER OFERTA</a
>
</div>
</div>
<div class="offer-card">
<h3>Open Application</h3>
<p>
Our team is growing fast. If our current open roles aren’t quite what you’re looking for, you can upload your CV to be considered for future opportunities.
<br />
<br />
<br />
You can also keep in touch by following us on <a href="https://es.linkedin.com/company/fortrishq/">LinkedIn</a> and <a href="https://twitter.com/FortrisHQ">Twitter</a>.
</p>
<div class="link-container">
<a
target="_blank"
href="https://fortris.jobs.personio.com/job/624413?_pc=698588#apply"
>VER OFERTA</a
>
</div>
</div>
</div>
</div>
<!-- End Post -->