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
/
Copy pathmint-page-store-computers.html
60 lines (53 loc) · 2.44 KB
/
mint-page-store-computers.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
<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">Computers & Laptops</h2>
<p>In association with
<a href="http://linuxmint.thinkpenguin.com/">ThinkPenguin</a>, Linux Mint features the following computers.</p>
</div>
</div>
<div class="row justify-content-center align-items-center">
<div class="col-12 col-sm-4 col-md-4">
<a href="http://linuxmint.thinkpenguin.com/desktop-computers">
<div class="team-item text-center">
<div class="team-avatar">
<img src="img/store/desktops.png" alt="desktop"/>
</div>
<div class="team-desc">
<h5 class="team-name text-primary">Desktop Computers</h5>
<p class="text-dark">
Partner: ThinkPenguin <br/>
<span class="text-mini">
<i>10% of each sale 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/notebooks.png" alt="notebooks"/>
</div>
<div class="team-desc">
<h5 class="team-name text-primary">Notebook Computers</h5>
<p class="text-dark">
Partner: ThinkPenguin <br/>
<span class="text-mini">
<i>10% of each sale 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" />