-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·388 lines (365 loc) · 16.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>DimensionLab</title>
<meta name="description" content="Next-generation engineering and scientific software">
<!-- FB tags -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="DimensionLab">
<meta property="og:description" content="Next-generation engineering and scientific software">
<meta property="og:url" content="https://dimensionlab.org">
<meta property="og:image" content="assets/images/DL_full_dark.png">
<!-- Twitter tags -->
<meta property=”twitter:card” content="assets/images/DL_symbol_stroke.png">
<meta property=”twitter:title” content="DimensionLab">
<meta property=”twitter:description” content="Next-generation engineering and scientific software">
<meta property=”twitter:site” content="https://dimensionlab.org">
<meta property=”twitter:image” content="assets/images/DL_full_dark.png">
<link rel="shortcut icon" href="assets/images/favicon.ico">
<link rel="stylesheet" href="assets/css/master.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- Revolution Style Sheets -->
<link rel="stylesheet" type="text/css" href="revolution/css/settings.css">
<link rel="stylesheet" type="text/css" href="revolution/css/layers.css">
<link rel="stylesheet" type="text/css" href="revolution/css/navigation.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9J2BQGXTQ4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-9J2BQGXTQ4');
</script>
</head>
<body>
<!--=== Wrapper Start ======-->
<div class="wrapper">
<!--=== Who We Are Start ===-->
<section class="first-ico-box dark-bg">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="logo-hero text-center">
<img src="assets/images/DL_full_light.png" alt="DimensionLab" />
</div>
</div>
</div>
<div class="row mt-50">
<div class="col-sm-8 col-md-offset-2">
<div class="section-heading text-center">
<h2 class="wow fadeTop gradient-color josefin-font" data-wow-delay="0.1s">We build next-generation engineering & scientific software.
</h2>
<p class="mt-30 wow fadeTop" data-wow-delay="0.3s">Unlocking you to design the technology of the future.
Better and faster.</p>
</div>
</div>
</div>
<div class="row mt-100">
<div class="col-md-3 feature-box text-left radius-icon wow fadeTop" data-wow-delay="0.1s"> <i
class="icofont icofont-runner-alt-1 font-50px gradient-color"></i>
<h4 class="text-uppercase white-color manrope-font">Speed & Efficiency</h4>
<p>Our software responds to your input in real-time, which means interactive visualization - nothing less.
</p>
</div>
<div class="col-md-3 feature-box text-left radius-icon wow fadeTop" data-wow-delay="0.3s"> <i
class="icofont icofont-cloud font-50px gradient-color"></i>
<h4 class="text-uppercase white-color manrope-font">Elastic Compute</h4>
<p>Use as much computing power as you need - from a single GPU to supercomputer. All of the number-crunching
happens in the cloud.</p>
</div>
<div class="col-md-3 feature-box text-left radius-icon wow fadeTop" data-wow-delay="0.2s"> <i
class="icofont icofont-brain-alt font-50px gradient-color"></i>
<h4 class="text-uppercase white-color manrope-font">Physics & AI</h4>
<p>We combine state of the art physics simulation with machine learning.</p>
</div>
<div class="col-md-3 feature-box text-left radius-icon wow fadeTop" data-wow-delay="0.3s"> <i
class="icofont icofont-molecule font-50px gradient-color"></i>
<h4 class="text-uppercase white-color manrope-font">Evolving Software</h4>
<p>Using our products by individuals and companies with diverse goals evolves our software automatically. We
sewed this evolutionary approach into the fabric of our products.</p>
</div>
</div>
<div class="row mt-50">
<div class="col-md-3 feature-box text-left radius-icon wow fadeTop" data-wow-delay="0.3s"> <i
class="icofont icofont-diamond font-50px gradient-color"></i>
<h4 class="text-uppercase white-color manrope-font">Clean Design</h4>
<p>We are completely rethinking how engineering and scientific software could look and feel.</p>
</div>
<div class="col-md-3 feature-box text-left radius-icon wow fadeTop" data-wow-delay="0.1s"> <i
class="icofont icofont-web font-50px gradient-color"></i>
<h4 class="text-uppercase white-color manrope-font">Web-based</h4>
<p>No need to install anything or be limited to number of specific platforms. Everything happens through web
interface.</p>
</div>
<div class="col-md-3 feature-box text-left radius-icon wow fadeTop" data-wow-delay="0.2s"> <i
class="icofont icofont-dashboard-web font-50px gradient-color"></i>
<h4 class="text-uppercase white-color manrope-font">Analytics</h4>
<p>Metrics are key. We measure everything that can have value for you and show it to you in a meaningful
way.</p>
</div>
<div class="col-md-3 feature-box text-left radius-icon wow fadeTop" data-wow-delay="0.3s"> <i
class="icofont icofont-unlocked font-50px gradient-color"></i>
<h4 class="text-uppercase white-color manrope-font">Unlocking possibilities</h4>
<p>We want to empower as many people as possible by making tools they can use to develop technology of the
future.</p>
</div>
</div>
</div>
</section>
<!--=== Who We Are End ===-->
<!--=== Products ===-->
<section class="dark-bg">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3 class="mt-0 mb-40 wow fadeTop text-center" data-wow-delay="0.3s">Products</h3>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="mt-80 wow fadeTop logo-hero text-center">
<a href="https://www.siml.ai/"><img src="assets/images/simlai-logo.png" alt="SIML.ai" /></a>
</div>
</div>
</div>
<div class="row mt-50">
<div class="col-sm-8 col-md-offset-2">
<div class="section-heading text-center">
<p class="wow fadeTop" data-wow-delay="0.1s">Software platform for working with
high-performance AI-based numerical simulators.
</p>
<p><a class="" href="https://www.siml.ai/"><i
class="icofont icofont-external-link"></i></a></p>
</div>
</div>
</div>
</div>
</section>
<!--=== Who We Are End ===-->
<!--=== Call to Action Start ======-->
<section class="pt-50 pb-50 default-bg">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="cta-heading-left">
<p class="subtitle mt-20">Let's connect!</p>
<h3>Do you use any physics-based simulation software?</h3>
</div>
</div>
<div class="col-md-1"></div>
<div class="col-md-5">
<div class="cta-heading-right">
<p class="mt-20 content-text">We want to learn from you.</p>
<p class="mt-20 content-text">We would love to hear from experts like you about your experience with using modeling and simulation software.</p>
<p class="mt-20 content-text">This will help us make informed decision when designing and developing ground-breaking products.</p>
<p class="mt-20"><a href="https://dmloc3fzh7g.typeform.com/to/yaeNcHVI" class="btn btn-big btn-rounded btn-dark" target="_blank">Let us ask you 9 quick questions!</a></p>
</div>
</div>
</div>
</div>
</section>
<!--=== Call to Action End ======-->
<!--=== Footer Start ======-->
<footer class="footer" id="footer-fixed">
<div class="footer-main">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="widget widget-text">
<div class="logo logo-footer"><a href="/"> <img class="logo logo-display"
src="assets/images/DL_symbol_stroke_white.png" alt="DimensionLab logo"></a> </div>
</div>
</div>
<div class="col-sm-6 col-md-2">
<div class="widget widget-links">
<h5 class="widget-title">Products</h5>
<ul>
<li><a href="https://www.siml.ai/">SIML.ai</a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-2">
<div class="widget widget-links">
<h5 class="widget-title">Useful Links</h5>
<ul>
<!-- <li><a href="about-us.html">About Us</a></li> -->
<li><a href="mailto:[email protected]">Contact</a></li>
<!-- <li><a href="service-simple.html">Our Services</a></li> -->
<li><a href="terms-and-conditions.html">Terms & Conditions</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<!-- <li><a href="career.html">Careers</a></li> -->
</ul>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="widget widget-text widget-links">
<h5 class="widget-title">Contact Us</h5>
<ul>
<li> <i class="icofont icofont-google-map"></i> <a href="#">Lomnická 2, 040 01 Košice,
Slovakia</a> </li>
<li> <i class="icofont icofont-iphone"></i> <a href="#">+421 911 334 797</a> </li>
<li> <i class="icofont icofont-mail"></i> <a
href="mailto:[email protected]">[email protected]</a> </li>
<li> <i class="icofont icofont-globe"></i> <a
href="https://dimensionlab.org">https://dimensionlab.org</a> </li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<div class="row">
<div class="col-md-6 col-xs-12">
<ul class="social-media">
<li><a href="https://www.linkedin.com/company/dimensionlab/" class="icofont icofont-linkedin"></a></li>
<li><a href="https://www.facebook.com/dimensionlab" class="icofont icofont-facebook"></a></li>
<li><a href="https://twitter.com/TheDimensionLab" class="icofont icofont-twitter"></a></li>
</ul>
</div>
<div class="col-md-6 col-xs-12">
<div class="copy-right text-right">© 2021-<script>document.write(new Date().getFullYear())</script> DimensionLab s.r.o.</div>
</div>
</div>
</div>
</div>
</footer>
<!--=== Footer End ======-->
<!--=== GO TO TOP ===-->
<a href="#" id="back-to-top" title="Back to top">↑</a>
<!--=== GO TO TOP End ===-->
</div>
<!--=== Wrapper End ======-->
<!--=== Javascript Plugins ======-->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/validator.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/master.js"></script>
<script src="assets/js/bootsnav.js"></script>
<!--=== Javascript Plugins End ======-->
<!-- Revolution js Files -->
<script src="revolution/js/jquery.themepunch.tools.min.js"></script>
<script src="revolution/js/jquery.themepunch.revolution.min.js"></script>
<script src="revolution/js/revolution.extension.actions.min.js"></script>
<script src="revolution/js/revolution.extension.carousel.min.js"></script>
<script src="revolution/js/revolution.extension.kenburn.min.js"></script>
<script src="revolution/js/revolution.extension.layeranimation.min.js"></script>
<script src="revolution/js/revolution.extension.migration.min.js"></script>
<script src="revolution/js/revolution.extension.navigation.min.js"></script>
<script src="revolution/js/revolution.extension.parallax.min.js"></script>
<script src="revolution/js/revolution.extension.slideanims.min.js"></script>
<script src="revolution/js/revolution.extension.video.min.js"></script>
<!--== Javascript Plugins End ==-->
<script>
var revapi1078,
tpj = jQuery;
tpj(document).ready(function () {
/* ===== REVOLUTION SLIDER MAIN DEMO ===== */
if (tpj("#rev_slider_landing_custom").revolution == undefined) {
revslider_showDoubleJqueryError("#rev_slider_landing_custom");
} else {
$("#rev_slider_landing_custom").show().revolution({
sliderType: "standard",
jsFileLocation: "revolution/js/",
sliderLayout: "fullscreen",
dottedOverlay: "none",
delay: 9000,
navigation: {
keyboardNavigation: "off",
keyboard_direction: "horizontal",
mouseScrollNavigation: "off",
mouseScrollReverse: "default",
onHoverStop: "off",
touch: {
touchenabled: "on",
swipe_threshold: 75,
swipe_min_touches: 1,
swipe_direction: "horizontal",
drag_block_vertical: false
}
,
arrows: {
style: "hades",
enable: false,
hide_onmobile: true,
hide_under: 600,
hide_onleave: true,
hide_delay: 200,
hide_delay_mobile: 1200,
tmp: '<div class="tp-arr-allwrapper"><div class="tp-arr-imgholder"></div></div>',
left: {
h_align: "left",
v_align: "center",
h_offset: 30,
v_offset: 0
},
right: {
h_align: "right",
v_align: "center",
h_offset: 30,
v_offset: 0
}
}
,
bullets: {
enable: false,
hide_onmobile: false,
hide_under: 600,
style: "uranus",
hide_onleave: true,
hide_delay: 200,
hide_delay_mobile: 1200,
direction: "horizontal",
h_align: "center",
v_align: "bottom",
h_offset: 0,
v_offset: 30,
space: 20,
tmp: '<span class="tp-bullet-inner"></span>'
}
},
viewPort: {
enable: false,
outof: "pause",
visible_area: "80%",
presize: false
},
responsiveLevels: [1240, 1024, 778, 480],
visibilityLevels: [1240, 1024, 778, 480],
gridwidth: [1240, 1024, 778, 480],
gridheight: [600, 600, 500, 400],
lazyType: "none",
parallax: {
type: "mouse",
origo: "slidercenter",
speed: 2000,
levels: [2, 3, 4, 5, 6, 7, 12, 16, 10, 50, 47, 48, 49, 50, 51, 55],
},
shadow: 0,
spinner: "off",
stopLoop: "off",
stopAfterLoops: -1,
stopAtSlide: -1,
shuffle: "off",
autoHeight: "off",
hideThumbsOnMobile: "off",
hideSliderAtLimit: 0,
hideCaptionAtLimit: 0,
hideAllCaptionAtLilmit: 0,
debugMode: false,
fallbacks: {
simplifyAll: "off",
nextSlideOnWindowFocus: "off",
disableFocusListener: false,
}
});
}
});
</script>
</body>
</html>