This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
mint-page-store-mintbox3.html
71 lines (62 loc) · 3.06 KB
/
mint-page-store-mintbox3.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
<include src="mint-section-header.html" />
<include src="mint-section-title.html" title="Store" />
<section class="py-5">
<div class="container store">
<div class="row">
<div class="col-lg-10">
<h2 class="mb-4 text-primary">MintBox 3</h2>
<p>In association with <a href="http://www.fit-pc.com/web/purchase/order-direct-mintbox/">CompuLab</a>, Linux Mint introduced the "MintBox3".</p>
<p>The MintBox3 is a high-performance fanless desktop workstation. It's small, silent but also lightning fast. It's an amazing and very unique computer.</p>
<p>Press release: <a href="https://fit-iot.com/web/products/mintbox3/mintbox3-press-release/">https://fit-iot.com/web/products/mintbox3/mintbox3-press-release/</a></p>
</div>
</div>
<div class="row justify-content-center align-items-center">
<div class="col-12 col-sm-4 col-md-4">
<a href="https://fit-iot.com/web/product/mintbox3-pro/">
<div class="team-item text-center">
<div class="team-avatar">
<img src="img/store/mintbox3.png" alt="mintbox3" />
</div>
<div class="team-desc">
<h5 class="team-name text-primary">MintBox3 Pro</h5>
<p class="text-dark">
Partner: CompuLab <br/>
Price: $2,499 <br/>
<span class="text-mini">
<i>
5% of the price is donated to Linux Mint
</i>
</span>
</p>
</div>
</div>
</a>
</div>
<div class="col-12 col-sm-4 col-md-4">
<a href="https://fit-iot.com/web/product/mintbox3-basic/">
<div class="team-item text-center">
<div class="team-avatar">
<img src="img/store/mintbox3.png" alt="mintbox3" />
</div>
<div class="team-desc">
<h5 class="team-name text-primary">
MintBox3 Basic
</h5>
<p class="text-dark">
Partner: CompuLab <br />
Price: $1,399 <br />
<span class="text-mini">
<i>
5% of the price is donated to Linux Mint
</i>
</span>
</p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<include src="mint-section-sponsors.html" />
<include src="mint-section-footer.html" />