This repository was archived by the owner on May 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
74 lines (73 loc) · 3.08 KB
/
team.html
File metadata and controls
74 lines (73 loc) · 3.08 KB
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
---
layout: default
title: Team | Flexcompute
description: Flexcompute team, talent and technical strength.
tags:
- Team
- talent
- technology
- physics
- Software
author: Flexcompute
custom_font: font2
team_section:
enable: true
title: Our Team
sub_title: Our technical team is laser-focused on creating disruptive technology that can transform the industry
---
{% include header.html extra_class="absolute transparent" logo_class="logo fc-logo" container_class="container" %}
<div class="wrapper bg-opacity-default" style="height: 370px;">
<div class="rev_slider_wrapper fullwidth-container dark-spinner">
<div id="slider6" class="rev_slider fullwidthbanner light-gallery-wrapper" data-version="5.4.7">
<ul>
<li data-transition="fade" data-thumb="">
{% if page.team_section.title %}
<h1
class="tp-caption left-45 font-weight-bold color-dark font-strong"
data-x="['left','center','center','center']"
data-y="middle"
data-hoffset="['50','30','0','0']"
data-voffset="['-200','-200','-200','-200']"
data-fontsize="['40','40','40','40']"
data-lineheight="['46','46','46','46']"
data-width="['480','400','400','400']"
data-textAlign="['left','center','center','center']"
data-whitespace="['normal','normal','normal','normal']"
data-frames='[{"delay":100,"speed":1200,"frame":"0","from":"y:-50px;opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"Power3.easeInOut"}]'
data-responsive="on"
data-responsive_offset="on"
style="z-index: 9;"
>
{{page.team_section.title}}
</h1>
<!-- /.tp-caption -->
{% endif %}
{% if page.team_section.sub_title %}
<div
class="tp-caption left-45 font-weight-400 color-dark-gray-2"
data-x="['left','center','center','center']"
data-y="middle"
data-hoffset="['50','30','0','0']"
data-voffset="['-140','-140','-140','-140']"
data-fontsize="['19','19','19','19']"
data-lineheight="['29','29','29','29']"
data-width="['600','500','650','340']"
data-textAlign="['left','center','center','center']"
data-whitespace="['normal','normal','normal','normal']"
data-frames='[{"delay":200,"speed":1200,"frame":"0","from":"x:-50px;opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"Power3.easeInOut"}]'
data-responsive="on"
data-responsive_offset="on"
style="z-index: 9;"
>
{{page.team_section.sub_title}}
</div>
<!-- /.tp-caption -->
{% endif %}
</li>
</ul>
<div class="tp-bannertimer tp-bottom"></div>
</div>
</div>
</div>
{% include team.html %}
{% include footer_2.html %}