forked from haavok/snowdrift-coop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (100 loc) · 6.32 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Snowdrift.coop</title>
<link rel="stylesheet" type="text/css" href="styles/bootstrap.css">
<link rel="stylesheet" type="text/css" href="styles/snowdrift-styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- Logo, Navigation, and Login -->
<header class="row">
<!-- Wrapper to contain elements within the page -->
<div class="container">
<!-- Main Site navigation -->
<nav>
<!-- Snowdrift.coop Logo -->
<a href="index.html"><img class="col-md-1 nav-logo hidden-xs hidden-sm nav-logo" src="images/icon-snowdrift.svg" alt="Snowdrift.coop Logo"></a>
<ul class="col-md-9 col-xs-12 list-inline">
<li class="hidden-lg hidden-md col-xs-12 text-center"><a href="index.html">Home</a></li>
<li class="col-xs-12 col-md-2 text-center"><a href="join-us.html">Join</a></li>
<li class="col-xs-12 col-md-2 text-center"><a href="https://snowdrift.coop/p/snowdrift/w/en/intro">About</a></li>
<li class="col-xs-12 col-md-2 text-center"><a href="https://snowdrift.coop/p">Projects</a></li>
<li class="col-xs-12 col-md-2 text-center"><a href="https://snowdrift.coop/p/snowdrift/blog">Blog</a></li>
<li class="col-xs-12 col-md-2 text-center"><a href="https://snowdrift.coop/p/snowdrift/contact">Contact</a></li>
</ul>
<a class="col-md-2 col-xs-12 text-center button sign-in" href="https://snowdrift.coop/auth/login">Sign in</a>
</nav>
</div><!-- end container -->
</header>
<!-- Main Page Content -->
<main>
<!-- Hero Space -->
<section>
<img class="hero-image" src="images/home-hero-illustration.svg" alt="hero image">
<div class="container">
<div class="text-over-image">
<p class="col-md-12 hidden-sm hidden-xs text-center">A matching patronage system funding freely-licensed works</p>
<h1 class="col-md-12 col-xs-12 text-center">Snowdrift.coop</h1>
<p class="col-md-12 col-xs-12 text-center">Clearing a path to a free/open/libre world</p>
<hr class="col-md-offset-4 col-md-4 hidden-sm hidden-xs">
<p class="col-md-12 text-center">A work in progress: public ALPHA – not functioning yet</p>
<div class="shovel-buttons col-md-offset-3 col-md-6 hidden-xs hidden-sm">
<a class="col-md-6 col-xs-6" href="join-us.html">
<img src="images/button-join.svg" alt="join us button">
</a>
<a class="col-md-6 col-xs-6" href="join-us.html#help-section">
<img src="images/button-help.svg" alt="join us button">
</a>
</div> <!-- end shovel buttons -->
</div><!-- end text-over-image -->
<!-- Introduction -->
<section class="introduction">
<p class="col-md-6 col-md-offset-1 col-xs-12">Before, modern market capitalism creatives were supported by the wealthy patrons. With Snowdrift.coop, the community takes over, supporting projects that serve the interest of the public.</p>
<a class="col-md-3 col-md-offset-1 col-xs-12 button" href="https://snowdrift.coop/auth/login">Sign Up</a>
</section>
</div><!-- end container -->
</section>
<!-- The Snowdrift System -->
<section class="blue-background">
<div class="container">
<h2 class="text-center col-md-12 col-xs-12">The Snowdrift System</h2>
<p class="text-center col-md-offset-3 col-md-6 col-xs-12">Unlike the one–to–one matching in traditional fundraising, Snowdrift uses a many–to–many matching pledge that creates a network effect.</p>
<h3 class="col-md-12 col-xs-12 text-center">How it Works:</h3>
<img class="col-md-10 col-md-offset-1 col-xs-12" src="images/illustration-snowdrift-system.svg" alt="the snowdrift system">
<ol class="list-inline col-md-12">
<li class="col-md-1 col-xs-1 text-right">1.</li>
<li class="col-md-3 col-xs-11">You deposit the money into your private Snowdrift.coop account.</li>
<li class="col-md-1 col-xs-1 text-right">2.</li>
<li class="col-md-3 col-xs-11">Then you pledge your monthly spport to your favorite project.</li>
<li class="col-md-1 col-xs-1 text-right">3.</li>
<li class="col-md-3 col-xs-11">You can then contribute creatively via built–in tools for discussion, tickets and requests, a wiki system, and more.</li>
</ol>
<a class="col-md-4 col-md-offset-4 col-xs-12 button" href="">Get Started!</a>
</div><!-- end container -->
</section>
</main>
<footer>
<div class="container">
<a href="index.html">
<div class="col-md-4 col-xs-12 footer-identity">
<p class="footer-identity-name">Snowdrift.coop</p>
<p class="footer-identity-description">Clearing a path to a free/open/libre world</p>
<hr class="hidden-lg hidden-md">
</div><!-- end column -->
</a>
<div class="col-md-2 col-md-offset-1 col-xs-12">
<p>Writings and images here are free to use and share under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY–SA</a>
</div>
<div class="col-md-2 col-xs-12">
<p>This website's <a href="https://gitorious.org/snowdrift/snowdrift">source code</a> is free under the terms of the <a href="https://www.gnu.org/licenses/agpl">GNU AGPLv3+</a></p>
</div><!-- end column -->
<div class="col-md-2 col-xs-12">
<p>The <a href="https://snowdrift.coop/license/javascript">licenses for all JavaScript</a> we use are also free/libre/open</p>
</div><!-- end column -->
</div><!-- end container -->
</footer>
</body>
</html>