forked from cashmusic/platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·124 lines (108 loc) · 5 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<title>CASH Music | Platform</title>
<meta name="description" content="CASH Music is a nonprofit that empowers musicians through free/open technology and learning." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" href="/docs/assets/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="/docs/assets/css/foundation.min.css" />
<link href='//fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="/docs/assets/css/app.css" />
<script type="text/javascript" src="http://js.cashmusic.org/cashmusic.js" data-options="lightboxvideo"></script>
</head>
<body>
<div id="nav">
<h1 id="logo"><a href="/"><img src="/docs/assets/images/invert_logo.png" alt="CASH Music"></a></h1>
<ul>
<li><a href="/tools/"><i class="icon icon-cog"></i><span>Tools</span></a></li>
<li><a href="/docs/"><i class="icon icon-book"></i><span>Docs</span></a></li>
<li><a href="/interfaces/admin/"><i class="icon icon-pencil"></i><span>Login</span></a></li>
<li><a href="/"><i class="icon icon-certificate"></i><span>Home</span></a></li>
</ul>
</div>
<div id="mainspc" class="row">
<div class="twelve columns">
<h1>Hey, Nice to see you! Welcome to the CASH Music Platform.</h1>
<h2 class="pull"><a href="/interfaces/admin/">Login</a>,check out the <a href="/tools">tools</a> or read the <a href="/docs">documentation</a> to get started.</h2>
<h2 class="message">CASH Music is a nonprofit empowering musicians towards a sustainable future. This platform is the heart of that effort — tools that let musicians control their careers.</h2>
<br />
<!--a href="https://vimeo.com/77475251"-->
<iframe width="560" height="500" src="//www.youtube.com/embed/nbkKBKayubY?&fmt=37&modestbranding=1&showinfo=0&autohide=1&color=white" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="row tools">
<div class="three columns">
<h5><a href="/interfaces/admin/"><i class="icon icon-pencil"></i>Use it</a></h5>
<p class="alt">
<a href="/interfaces/admin/">Login now</a>
</p>
<p class="det">email: [email protected]
password: dev</p>
</div>
<div class="three columns">
<h5><a href="/tools/"><i class="icon icon-cog"></i>Tools</a></h5>
<p class="alt">
<a href="/tools/testsuite/">Run test suite</a><br />
<a href="/tools/sampledata/">Add sample/test data</a><br />
<a href="/tools/reinstall/">Reinstall / clear all data</a><br />
<a href="/tools/logviewer/">Apache log viewer</a><br />
</p>
</div>
<div class="three columns">
<h5><a href="/docs/"><i class="icon icon-book"></i>Docs</a></h5>
<p class="alt">
<a href="/docs/">Developer docs</a><br />
<a href="/interfaces/admin/help/">In-platform FAQ</a>
</p>
</div>
<div class="three columns">
<h5>More<span>♡</span></h5>
<p class="alt">
<a href="https://github.com/cashmusic/platform">Platform github repo</a><br />
<a href="http://cashmusic.github.io/cashmusic.js/">cashmusic.js</a><br />
<a href="#more">Contact information</a><br />
</p>
</div>
</div>
<div class="callout" id="mission">
<div class="row">
<div class="twelve columns calloutcontent">
<h2>The <b>Licenses</b>.</h2>
<p>
The CASH platform is made of independent but cooperative programs including the core library, developer tools, elements, an admin interface, an api, etc. The core is licensed under the LGPL License, allowing it to be used by a wide range of project types. All other work is licensed under the AGPL unless stated otherwise. <a href="LICENSE">More.</a>
</p>
</div>
</div>
</div>
<div id="more">
<div class="row">
<div class="eight columns">
<h2>Community</h2>
<p>
Community is vital. We can't do this alone. Please get in touch, join the mailing list, or support our project by making a pull request. Together we can ensure a healthy future for musicians everywhere.
</p>
<h3>Join the mailing list:</h3>
<script type="text/javascript"> window.cashmusic.embed('http://x.cashmusic.org/public/','1518');</script>
</div>
<div class="four columns">
<p class="alt">
<a href="mailto:[email protected]">[email protected]</a><br />
<a href="http://twitter.com/cashmusic">@cashmusic</a><br />
<a href="https://plus.google.com/107291520879981153926" rel="publisher">google+</a><br />
<a href="https://github.com/cashmusic/">github.com/cashmusic</a><br />
</p>
</div>
</div>
<br /><br />
</div>
<div id="bottomspc"></div>
<script type="text/javascript" src="/docs/assets/scripts/skrollr.min.js"></script>
<script type="text/javascript">
if (document.documentElement.clientWidth > 480 && navigator.userAgent.match(/iPad/i) == null) {
var s = skrollr.init();
}
</script>
</body>
</html>