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-download.html
87 lines (79 loc) · 4.27 KB
/
mint-page-download.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<include src="mint-section-header.html"/>
<include src="mint-section-title.html" title="Linux Mint 20.2"/>
<section class="py-4">
<div class="container">
<div class="border border-dotted p-4 p-sm-5 border-radius-3">
<div class="text-center px-0 px-sm-5">
<h3>Ready to download?</h3>
<p class="m-0">Linux Mint is available in 3 different flavors. Choose an edition below.</p>
<p>For more information read the installation instructions.</p>
</div>
<div class="mt-3 text-center">
<a href="https://linuxmint-installation-guide.readthedocs.io/en/latest/" target="_blank"><button class="btn btn-grad mb-0 mr-3">Installation Instructions</button></a>
</div>
</div>
</div>
</section>
<section class="py-4">
<div class="container">
<div class="row justify-content-between align-items-center">
<!-- left -->
<div class="col-md-6">
<a href="mint-edition.html"><img src="https://www.linuxmint.com/pictures/screenshots/uma/thumb_cinnamon.png"/></a>
</div>
<!-- right -->
<div class="title col-md-6 pl-lg-5">
<span class="pre-title">Sleek, modern, innovative</span>
<h2 class="h1">Cinnamon Edition</h2>
<p>The most popular version of Linux Mint is the Cinnamon edition. Cinnamon is primarily developed for and by Linux Mint. It is slick, beautiful, and full of new features.</p>
<div>
<a href="mint-edition.html" class="btn btn-dark">Download</a>
<a href="mint-whatsnew-uma-cinnamon.html" class="btn btn-link">New Features</a>
<a href="mint-rel-uma-cinnamon.html" class="btn btn-link">Release Notes</a>
</div>
</div>
</div>
</div>
</section>
<section class="py-4 bg-light">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="title col-md-6 pl-lg-5">
<span class="pre-title">Stable, robust, traditional</span>
<h2 class="h1">MATE Edition</h2>
<p>Linux Mint is also involved in the development of MATE, a classic desktop environment which is the continuation of GNOME 2, Linux Mint’s default desktop between 2006 and 2011. Although it misses a few features and its development is slower than Cinnamon’s, MATE runs faster, uses fewer resources and is more stable than Cinnamon.</p>
<div>
<a href="mint-edition.html" class="btn btn-dark">Download</a>
<a href="mint-whatsnew-uma-cinnamon.html" class="btn btn-link">New Features</a>
<a href="mint-rel-uma-cinnamon.html" class="btn btn-link">Release Notes</a>
</div>
</div>
<div class="col-md-6">
<a href="mint-edition.html"><img src="https://www.linuxmint.com/pictures/screenshots/uma/thumb_mate.png"/></a>
</div>
</div>
</div>
</section>
<section class="py-4">
<div class="container">
<div class="row justify-content-between align-items-center">
<!-- left -->
<div class="col-md-6">
<a href="mint-edition.html"><img src="https://www.linuxmint.com/pictures/screenshots/uma/thumb_xfce.png"/></a>
</div>
<!-- right -->
<div class="title col-md-6 pl-lg-5">
<span class="pre-title">Light, simple, efficient</span>
<h2 class="h1">Xfce Edition</h2>
<p>Xfce is a lightweight desktop environment. It doesn’t support as many features as Cinnamon or MATE, but it’s extremely stable and very light on resource usage.</p>
<div>
<a href="mint-edition.html" class="btn btn-dark">Download</a>
<a href="mint-whatsnew-uma-cinnamon.html" class="btn btn-link">New Features</a>
<a href="mint-rel-uma-cinnamon.html" class="btn btn-link">Release Notes</a>
</div>
</div>
</div>
</div>
</section>
<include src="mint-section-sponsors.html"/>
<include src="mint-section-footer.html"/>