-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (43 loc) · 1.52 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
<!DOCTYPE html>
<html>
<head>
<title>Glitter Gallery; the open source social platform for designers</title>
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
</head>
<body>
<div class="wrapper">
<aside class='map' id='navigation'>
<div class='asidewrapper'>
<section>
<ul>
<li>
<a href='http://github.com/glittergallery/GlitterGallery'>Source</a>
</li>
<li>
<a href='http://github.com/glittergallery/GlitterGallery/wiki'>Wiki</a>
</li>
<li>
<a href='https://github.com/glittergallery/GlitterGallery/wiki/Get-Involved!'>Contribute</a>
</li>
<li>
<a href='https://github.com/glittergallery/GlitterGallery/issues/new'>Report Issue</a>
</li>
</ul>
</section>
</div>
</aside>
<article class='hero'>
<header>
<h1>GlitterGallery</h1>
<h2>The open source pixelpub where awesome designers hangout.</h2>
</header>
<section>
<div class="demo">
<p> Create & share public projects, mark actionable items as issues and move your design project forward! While you're at it, let the built in version control guide you through the past. </p>
<p><a class="button" href="http://demo.glittergallery.net"> TRY NOW!</a></p>
</div>
</section>
</article>
</div>
</body>
</html>