-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathscreenshots.html
68 lines (59 loc) · 3.56 KB
/
screenshots.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
<!DOCTYPE html>
<!--
The MassOS Website - Copyright (C) 2022-2025 MassOS Developers.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>MassOS Screenshots</title>
<link rel="icon" href="resources/images/favicon.png">
<link href="index.css" rel="stylesheet">
<script src="index.js"></script>
</head>
<body id="body">
<div class="navbar" id="respnav">
<a href="." id="title">MassOS</a>
<a href="." class="active">Home</a>
<a href="https://github.com/MassOS-Linux/MassOS/wiki/Installing-MassOS" target="_blank">Install</a>
<a href="https://github.com/MassOS-Linux/MassOS/wiki" target="_blank">Docs</a>
<a href="screenshots.html">Screenshots</a>
<a href="https://github.com/MassOS-Linux" target="_blank">Github</a>
<a href="javascript:void(0);" onclick="colormodechanger()" id="colormodenav">Light</a>
<a href="download.html" class="download">Download</a>
<a href="javascript:void(0);" class="icon" onclick="hamburger()">
<i class="fa fa-bars"></i>
</a>
</div>
<h1 class="title">MassOS Screenshots</h1>
<h3>Here are some screenshots of MassOS, for a visual comparison of Xfce (top) and GNOME (bottom):</h3>
<p class="sstext">Screenshot of the desktop with no programs open:</p>
<img src="https://raw.githubusercontent.com/wiki/MassOS-Linux/MassOS/screenshot-pure-desktop-xfce.png" height="50%" width="50%" alt="xfce0"><br>
<img src="https://raw.githubusercontent.com/wiki/MassOS-Linux/MassOS/screenshot-pure-desktop-gnome.png" height="50%" width="50%" alt="gnome0"><br>
<p class="sstext">Screenshot of the desktop with the apps menu open:</p>
<img src="https://raw.githubusercontent.com/wiki/MassOS-Linux/MassOS/screenshot-appsmenu-xfce.png" height="50%" width="50%" alt="xfce1"><br>
<img src="https://raw.githubusercontent.com/wiki/MassOS-Linux/MassOS/screenshot-appsmenu-gnome.png" height="50%" width="50%" alt="gnome1"><br>
<p class="sstext">Screenshot of the desktop with the software center open:</p>
<img src="https://raw.githubusercontent.com/wiki/MassOS-Linux/MassOS/screenshot-software-xfce.png" height="50%" width="50%" alt="xfce2"><br>
<img src="https://raw.githubusercontent.com/wiki/MassOS-Linux/MassOS/screenshot-software-gnome.png" height="50%" width="50%" alt="gnome2"><br>
<p class="sstext">Screenshot of the desktop with the system settings open:</p>
<img src="https://raw.githubusercontent.com/wiki/MassOS-Linux/MassOS/screenshot-settings-xfce.png" height="50%" width="50%" alt="xfce3"><br>
<img src="https://raw.githubusercontent.com/wiki/MassOS-Linux/MassOS/screenshot-settings-gnome.png" height="50%" width="50%" alt="xfce3"><br>
</body>
<footer id="footer">
<div style="padding-top: 10px;margin-left: 2%;">
<p class="title">MassOS</p>
<p>Copyright (C) 2022-2025 MassOS Developers. <a href="https://github.com/MassOS-Linux/massos-linux.github.io">View the source code for this website on GitHub.</a></p>
</div>
</footer>
</html>