-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (99 loc) · 4.4 KB
/
index.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<title>Shimmer Project</title>
<meta charset="UTF-8" />
<meta name="copyright" content="© 2016– Shimmer Project" />
<meta name="description" content="Shimmer Project – A collective that aims to make Open Source beautiful" />
<link rel="icon" href="images/favicon.png?2017-12">
<meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1" />
<link rel="stylesheet" href="style/reset.css" type="text/css" media="all" />
<link rel="stylesheet" href="style/main.css" type="text/css" media="all" />
<link rel="stylesheet" href="style/common.css" type="text/css" media="all" />
<link rel="stylesheet" href="fonts/font-montserrat.css" type="text/css" media="all" />
<link rel="stylesheet" href="fonts/font-lato.css" type="text/css" media="all" />
</head>
<body>
<section id="brand">
<h1>
<a href="https://shimmerproject.org/">
<img src="images/logo.png" alt="Shimmer Project" />
</a>
</h1>
</section>
<section id="widgets" class="group">
<section class="widget">
<h2>Shimmer Project</h2>
<p><strong>A collective founded in 2009 to make Open Source beautiful.</strong></p>
<p>We work with artwork, UI design, usability, desktop integration, web development and more.</p>
<p>We collaborate and integrate with communities, but as a collective, do not have any structural or financial ties to other projects.</p>
</section>
<section class="widget">
<h2>Our projects</h2>
<p>You can find all of our projects – including our popular desktop themes – with descriptions and their latest and greatest versions in Github.</p>
<p><a class="github button" href="https://github.com/shimmerproject/">Shimmer Project on Github</a></p>
<p>If you want to install our themes, they are available in the repositories of most operating systems.</p>
</section>
</section>
<main id="content" class="group">
<h2>Contact us</h2>
<p>You can get in touch with us by joining <strong><a href="https://discord.gg/AW5beSa">our Discord server</a></strong>.<br />
The server is used for both general communication, user support and development discussions.</p>
<p>We also have an IRC channel <strong><a href="https://web.libera.chat/#shimmer">#shimmer</a></strong> on the <a href="https://libera.chat/">Libera</a> IRC network, though the discussion there is very sparse.</p>
<h2>Who are we?</h2>
<section id="members" class="group">
<a class="member" href="https://open.knome.fi/">
<img src="members/pasi.png" width="64" height="64" alt="Pasi Lallinaho" />
<span class="name">Pasi Lallinaho</span>
<span class="website">Website</span>
<p>
<span class="nick">knome</span><br />
Co-founder. Artwork, UI and web.
</p>
</a>
<a class="member" href="https://simon.shimmerproject.org">
<img src="members/simon.jpg" width="64" height="64" alt="Simon Steinbeiß" />
<span class="name">Simon Steinbeiß</span>
<span class="website">Website</span>
<p>
<span class="nick">ochosi</span><br />
Xfce, Artwork and UI.
</p>
</a>
<a class="member" href="https://bluesabre.org/">
<img src="members/sean.png" width="64" height="64" alt="Sean Davis" />
<span class="name">Sean Davis</span>
<span class="website">Website</span>
<p>
<span class="nick">bluesabre</span><br />
Technical guru.
</p>
</a>
<a class="member" href="https://unit193.net/">
<img src="members/anon.jpeg" width="64" height="64" alt="Unit193" />
<span class="name">Unit193</span>
<span class="website">Website</span>
<p>
Likes boxes and packages.
</p>
</a>
<span class="member">
<img src="members/maurizio.jpg" width="64" height="64" alt="m4u9" />
<span class="name">Maurizio Galli</span>
<p>
<span class="nick">m4u9</span><br />
Geeko who likes to play with artwork.
</p>
</span>
</section>
<h3>Inactive and past members</h3>
<ul>
<li><strong>Steve Dodier</strong> is the co-founder and occasional lurker.</li>
<li><strong>Lionel Le Folgoc</strong> was our first technical guru.</li>
<li><strong>James Schriver</strong> contributed to Albatross.</li>
<li><strong>Mads Rosendahl</strong> worked with the early themes.</li>
<li><strong>Satyajit Sahoo</strong> helped port our desktop themes to GTK3 and worked a lot with Numix.</li>
</ul>
</main>
</body>
</html>