forked from wafer-space/wafer-space.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfree.html
More file actions
146 lines (128 loc) · 4.46 KB
/
Copy pathfree.html
File metadata and controls
146 lines (128 loc) · 4.46 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
---
layout: default
title: "Free silicon!"
sub_title: |
Options to get free silicon from wafer.space
header_image: "/assets/images/header/mpw-one-partial-dice-top-1.jpg"
about_area:
enable: true
title: "What We Do?"
sub_title: "Giving people access to silicon is our mission, we are looking to provide no-cost options where possible."
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"
pricing_table:
enable: true
title: "Referral Program"
sub_title: |
We're still working on the details of our referral program.
btn_url: "#"
description: |
<p>The values shown here represent our <em>target range</em>, but they're not guaranteed and may change as we lock in specifics.</p>
<p>Referrals will be applied at when a slot on an wafer.space run is purchased.</p>
plans:
- title: "Money"
monthly_price: "500"
monthly_currency: "USD"
pricing_url: "#"
icon: "/assets/images/icons/ec-mobile.webp"
features:
- Cold, hard cash.
- title: "Credit"
monthly_price: "1,000"
monthly_currency: "USD"
pricing_url: "#"
icon: "/assets/images/icons/ec-store.webp"
features:
- Credit with wafer.space
- ~6-8 referrals -- free silicon!
---
{% include layouts/nav/nav.html drop_search=false alignment_class="ms-auto" %}
{% include layouts/header/page-title.html %}
<div class="wrapper white-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 | relative_url}}" 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">
<h2 class="section-title mb-20">Options to get free silicon</h2>
{% if page.about_area.sub_title %}
<p class="lead larger">{{page.about_area.sub_title}}</p>
{% endif %}
<div class="space20"></div>
<ul>
<li><p>Referral Program</p></li>
<li><p>Grants & Sponsorship</p></li>
</ul>
<!-- /.progress-list -->
</div>
<!--/column -->
</div>
<!--/.row -->
</div>
</div>
<div class="space120"></div>
<div class="wrapper light-wrapper">
<div class="container inner" id=refer>
{% if page.pricing_table.enable %}
{% include pricing.html %}
{% endif %}
</div>
</div>
<div class="space120"></div>
<div class="wrapper white-wrapper">
<div class="container inner">
<h2 class="section-title mb-20" id=grants>Grants & Sponsorship</h2>
<p class="lead larger">
We're still working on the details of our grants and sponsorship programs.
</p>
<h3>Grants</h3>
<p>
Providing access to silicon is wafer.space's core mission. For this reason we plan to offer a grant's program to allow open source projects free tape outs.
</p>
<h3>Sponsorship</h3>
<p>
Are you interested in sponsoring free silicon? Please reach out, we are excited to find out a solution which works for everyone!
</p>
<div class="space20"></div>
</div>
</div>
<!--/.footer Wrapper-->
{% include layouts/footer/footer-1.html %}