forked from SulinOS/sulinos.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
43 lines (43 loc) · 1.53 KB
/
gallery.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
<!DOCTYPE html>
<html>
<head>
<title>SulinOS Homepage</title>
<link rel="Sulin icon" type='image/x-icon' href="favicon.ico"/>
<link rel="Stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<header>
<h1>SulinOS Project</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="documents.html">Documents</a></li>
<li><a href="join.html">Join Us</a></li>
<li><a href="gallery.html" class="current">Gallery</a></li>
</ul>
</nav>
</header>
<div class="content">
<section>
<img src="screenshot/1.jpg" class="medium" />
<img src="screenshot/2.jpg" class="medium" />
<img src="screenshot/3.jpg" class="medium" />
<img src="screenshot/4.jpg" class="medium" />
<img src="screenshot/5.jpg" class="medium" />
<img src="screenshot/6.jpg" class="medium" />
<img src="screenshot/7.png" class="medium" />
<img src="screenshot/8.png" class="medium" />
<img src="screenshot/9.png" class="medium" />
<img src="screenshot/10.jpg" class="medium" />
<img src="screenshot/11.jpg" class="medium" />
</section>
</div>
<footer>
<center><h4> © 2016 - 2020 SulinOS Project</h4></center>
<center>The software used in this project is licensed with GPLv2 GPLv3 LGPLv2 LGPLv3 AGPLv3. Documents are licensed with FDL. The website is under MIT license.<center>
</footer>
</div>
</body>
</html>