forked from wafer-space/wafer-space.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
208 lines (191 loc) · 6.57 KB
/
Copy pathabout.html
File metadata and controls
208 lines (191 loc) · 6.57 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
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: "About wafer.space"
sub_title: |
Budget silicon manufacturing.
header_image: "/assets/images/header/mpw-one-partial-dice-top-1.jpg"
about_area:
enable: false
title: "What We Do?"
sub_title: "We specialize in web, mobile, brand & product design. We love to turn ideas into beautiful things."
projects_number: 450
project_tag: "Completed Projects"
image: "/assets/images/art/about7.webp"
skills:
- title: "Web Development"
numbers: 100
style: "pink"
- title: "Product Design"
numbers: 80
style: "blue"
- title: "Identity & Branding"
numbers: 85
style: "green"
- title: "Mobile Development"
numbers: 90
style: "purple"
video_area:
enable: false
title: "How We Do It?"
sub_title: "Find out everything you need to know <br>about creating a business process model."
image: "/assets/images/art/bg10.webp"
video_url: "https://www.youtube.com/watch?v=26TbMXXOe0I"
clients_carousel:
enable: false
teams_carousel:
enable: true
type: "box"
title: Advisors
sub_title: |
xxxxxxxxxxxx
contact_area:
enable: true
title: "Contact Us"
image: "/assets/images/art/map.webp"
sub_title: |
'If you got any questions, don't hesitate to get in touch with us.'
contact_data:
- icon: "assets/images/icon/co-email-5.webp"
email_01: "info@wafer.space"
---
{% include layouts/nav/nav.html drop_search=false alignment_class="ms-auto" %}
{% include layouts/header/page-title.html %}
<!--about us wrapper-->
{% if page.about_area.enable %}
<div class="wrapper light-wrapper">
<div class="container inner">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2 text-center">
<div class="position-relative">
{% if page.about_area.image %}
<figure>
<img src="{{page.about_area.image}}" alt="{{page.about_area.title}}"/>
</figure>
{% endif %}
<div class="row counter counter-s position-absolute" style="top: 45%; right: 8%;">
<div class="col-md-10 text-center">
<div class="box bg-white shadow">
{% if page.about_area.projects_number %}
<h3><span class="value">{{page.about_area.projects_number}}</span>+</h3>
{% endif %}
{% if page.about_area.project_tag %}
<p>{{page.about_area.project_tag}}</p>
{% endif %}
</div>
<!--/.box -->
</div>
<!--/column -->
</div>
<!--/.row -->
</div>
</div>
<!--/column -->
<div class="space30 d-none d-md-block d-lg-none"></div>
<div class="col-lg-6 pr-60 pr-md-15">
{% if page.about_area.title %}
<h2 class="section-title mb-20">{{ page.about_area.title }}</h2>
{% endif %}
{% if page.about_area.sub_title %}
<p class="lead larger">{{page.about_area.sub_title}}</p>
{% endif %}
<div class="space20"></div>
<ul class="progress-list">
{% for skills in page.about_area.skills %}
<li>
<p>{{skills.title}}</p>
<div class="progressbar line {{skills.style}}" data-value="{{skills.numbers}}"></div>
</li>
{% endfor %}
</ul>
<!-- /.progress-list -->
</div>
<!--/column -->
</div>
<!--/.row -->
</div>
</div>
{% endif %}
<!--wrapper About Us-->
<!--wrapper video CTA-->
{% if page.video_area.enable %}
<div class="video-area">
<div class="wrapper image-wrapper bg-image inverse-text" data-image-src="{{page.video_area.image | relative_url}}">
<div class="container inner pt-140 pb-140 text-center">
<div class="row">
<div class="col-md-7 mx-auto">
<h2 class="section-title text-center">{{page.video_area.title}}</h2>
<p class="lead larger text-center">{{page.video_area.sub_title}}</p>
<div class="space10"></div>
<div class="light-gallery-wrapper">
<a href="{{page.video_area.video_url}}" class="btn-play lightbox"></a>
</div>
</div>
</div>
</div>
</div>
</div>
{% endif %}
<!--/.wrapper video CTA-->
<!-- clients carousel wrapper-->
{% if page.clients_carousel.enable %}
<div class="wrapper gray-wrapper">
<div class="container inner">
{% include components/clients/clients-carousel.html %}
</div>
</div>
{% endif %}
<!--/.wrapper clients carousel-->
<!-- wrapper founder members-->
{% include posts/author.html boxed=true check_author=site.authors %}
<!--/.wrapper team members-->
<!-- wrapper team members-->
{% if page.teams_carousel.enable %}
{% include posts/author.html boxed=true check_author=site.advisors %}
{% endif %}
<!--/.wrapper team members-->
<!--contact-->
{% if page.contact_area.enable %}
<div class="wrapper image-wrapper bg-auto no-overlay bg-image text-center"
data-image-src="{{page.contact_area.image | relative_url}}">
<div class="container inner">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<h2 class="title-color color-gray text-center">{{page.contact_area.title}}</h2>
<h3 class="display-3">{{page.contact_area.sub_title}}</h3>
<div class="space50"></div>
<div class="row text-center gutter-60">
{% for contact_data in page.contact_area.contact_data %}
<div class="col-md-4">
{% if contact_data.icon %}
<div class="icon icon-svg mb-20">
<img src="{{contact_data.icon | relative_url}}" alt="{{contact_data.icon}}" />
</div>
{% endif %}
{% if contact_data.info %}
<p class="mb-0">{{contact_data.info}}</p>
{% endif %}
{% if contact_data.email_01 %}
<p class="mb-0"><a class="nocolor" href="mailto:{{contact_data.email_01}}">{{contact_data.email_01}}</a>
</p>
{% endif %}
{% if contact_data.email_02 %}
<p class="mb-0"><a class="nocolor" href="mailto:{{contact_data.email_02}}">{{contact_data.email_02}}</a>
</p>
{% endif %}
</div>
{% endfor %}
<!--/column -->
</div>
<!--/.row -->
</div>
<!-- /column -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- /.wrapper -->
{% endif %}
<div class="space120"></div>
<!--/.footer Wrapper-->
{% include layouts/footer/footer-1.html %}