-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgallery.html
82 lines (73 loc) · 1.73 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
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
<html>
<head>
<link rel="Stylesheet" href="extra.css" />
<link rel="Stylesheet" href="main.css" />
</head>
<body>
<div class="main">
<!--header begin--><div class="header" >
<table class="header" >
<tr>
<th>
<img src="sulin-logo.svg" ></th>
<th>
<H2>Sulin Project</H2></th>
</tr>
</table>
<nav class="navbar" >
<ul>
<li><a href="index.html" >
Home
</a>
</li>
<li><a href="download.html" >
Download
</a>
</li>
<li><a href="document.html" >
Documents
</a>
</li>
<li><a href="join.html" >
Community
</a>
</li>
<li><a href="gallery.html" class="current" >
Gallery
</a>
</li>
</ul>
</nav>
</div>
<!--header end-->
<!--content begin--><div class="content" >
<div class="section" >
<center>
<section class="center">
<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>
</center>
</div>
</div>
<!--content end-->
<!--footer begin--><footer>
<center>
<H4>© 2016 - 2021 SulinOS Project</H4>
</center>
<center>
The software used in this project is licensed with GPLv2 GPLv3 LGPLv2 LGPLv3 AGPLv3. Documents are licensed with FDL. <br> The website is under MIT license. <a href="https://gitlab.com/sulincix/sitemaker">Site builder</a> is under WTFPL.
</center>
</footer>
<!--footer end-->
</div></body>
</html>