-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·108 lines (102 loc) · 3.76 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
---
layout: base
---
<div class="row">
<div class="hero clearfix">
<div class="col-xs-6">
<h1>This is Nadine.</h1>
<h2>She helps people manage the members in your community.</h2>
</div>
<div class="col-xs-6">
<!--<img src="images/nadine-hero.svg" alt="Nadine Logo"/>-->
<svg version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<image width="100%" height="100%" xlink:href="images/cow/frame1.svg">
<animate attributeName="xlink:href"
values="images/cow/frame1.svg;
images/cow/frame1.svg;
images/cow/frame1.svg;
images/cow/frame1.svg;
images/cow/frame2.svg;
images/cow/frame3.svg"
begin="0s"
repeatCount="indefinite"
dur="1s"/>
</image>
</svg>
</div>
</div>
</div>
<div class="row">
<div class="block">
<div class="block-black clearfix">
<h2>An open source membership management platform<br>
created by <a href="https://officenomads.com">Office Nomads</a>
and forged in the core values of <a href="https://coworking.org">Coworking</a>.</h2>
</div>
</div>
</div>
<div id="features" class="row">
<div class="block-beige clearfix">
<div class="col-xs-12">
<h2>Nadine helps with:</h2>
</div>
<div class="col-md-4">
<div class="feature">
<img src="images/communications.svg" alt="Communications"/>
</div>
<h2>Communications:</h2>
<p>member profiles, discovery, discussion lists, interest tags. <a href="/features.html">more info</a> </p>
</div>
<div class="col-md-4">
<div class="feature">
<img src="images/reporting.svg" alt="Reporting"/>
</div>
<h2>Reporting:</h2>
<p>tracking activity, analytics, billing reports. <a href="/features.html">more info</a> </p>
</div>
<div class="col-md-4">
<div class="feature">
<img src="images/workflow.svg" alt="Workflow"/>
</div>
<h2>Work Flow:</h2>
<p>sign-in, sign-up, welcome and exiting tasks. <a href="/features.html">more info</a> </p>
</div>
</div>
</div>
<div class="row">
<div class="block">
<div class="block-white clearfix">
<div class="col-xs-12">
<h2><a href="http://officenomads.com">Office Nomads</a> wants to share Nadine with other communities around the world!</h2>
</div>
</div>
</div>
</div>
<div class="row">
<div class="block-beige clearfix">
<div class="col-lg-8">
<h1>JOIN US</h1>
<h2>Build great software together</h2>
<p>
If you think <a href="/getstarted.html">Nadine is right for you</a>,
download the software, play around and see how it can help you manage your community.
We would love to collaborate with you. If you are looking to contribute, help us outby
<a href="https://github.com/nadineproject/nadine/issues" target="_blank">filing feature requests</a>,
joining the <a href="{{ site.forum_url }}" target="_blank">discussion group</a>,
and creating <a href="{{ site.docs_url }}" target="_blank">documentation</a>.
Or you could join us at <a href="https://officenomads.com" target="_blank">Office Nomads</a> and check it out first hand.
</p>
<a href="{{ site.download_url }}" class="btn btn-default"><h3>download <span class="glyphicon glyphicon-save"></span></h3></a>
</div>
</div>
</div>
<!-- <div class="row">
<div class="block">
<div class="block-black clearfix">
<div class="col-xs-12">
<h2>We love meeting coworking space owners and sharing how we run Office Nomads smoothly.</h2>
</div>
</div>
</div>
</div> -->