forked from nadineproject/nadineproject.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
162 lines (152 loc) · 4.21 KB
/
features.html
File metadata and controls
162 lines (152 loc) · 4.21 KB
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
---
layout: base
include_gallery: true
---
<div class="row big">
<div class="block-beige">
<div class="col-xs-12 col-lg-8">
<h1>Features</h1>
<h2>Coworking Since 2007</h2>
<p>Nadine is an open source software project designed and built for use at Office Nomads to help handle daily operations of the space from both the staff and member sides of the house. Nadine has been in continuous use and development since 2007. Here is a partial list of Nadine’s features:</p>
</div>
</div>
</div>
<div class="row big">
<div class="block-beige">
<div class="col-xs-12">
<h1>Intranet Website</h1>
<ul>
<li>Help Text</li>
<li>See who is here today</li>
<li>Connect with other members</li>
<li>Unlimited Customization*</li>
</ul>
</div>
</div>
</div>
{% comment %}
<!-- Image Gallery Sample -->
<div class="row feature-images">
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
<a class="thumbnail swipebox" title="Image Title" href="http://placehold.it/800x600">
<img class="img-responsive" src="http://placehold.it/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
<a class="thumbnail swipebox" title="Image Title" href="http://placehold.it/800x600">
<img class="img-responsive" src="http://placehold.it/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
<a class="thumbnail swipebox" title="Image Title" href="http://placehold.it/800x600">
<img class="img-responsive" src="http://placehold.it/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
<a class="thumbnail swipebox" title="Image Title" href="http://placehold.it/800x600">
<img class="img-responsive" src="http://placehold.it/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
<a class="thumbnail swipebox" title="Image Title" href="http://placehold.it/800x600">
<img class="img-responsive" src="http://placehold.it/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
<a class="thumbnail swipebox" title="Image Title" href="http://placehold.it/800x600">
<img class="img-responsive" src="http://placehold.it/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
<a class="thumbnail swipebox" title="Image Title" href="http://placehold.it/800x600">
<img class="img-responsive" src="http://placehold.it/400x300" alt="">
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
<a class="thumbnail swipebox" title="Image Title" href="http://placehold.it/800x600">
<img class="img-responsive" src="http://placehold.it/400x300" alt="">
</a>
</div>
</div>
{% endcomment %}
<div class="row big">
<div class="block-beige">
<div class="col-xs-12">
<h1>Communications</h1>
<ul>
<li>Member profiles</li>
<li>Interest Tags</li>
<li>Discovery</li>
<li>Discussion Lists</li>
<li>Member to Member Emails</li>
</ul>
</div>
</div>
</div>
<div class="row big">
<div class="block-beige">
<div class="col-xs-12 col-lg-8">
<h1>Reporting</h1>
<ul>
<li>Activity tracking</li>
<li>Analytics</li>
<li>Billing reports</li>
<li>Members/month</li>
<li>Income graphs</li>
</ul>
</div>
</div>
</div>
<div class="row big">
<div class="block-beige">
<div class="col-xs-12">
<h1>Work Flow</h1>
<ul>
<li>Daily Sign-in</li>
</ul>
</div>
</div>
</div>
<div class="row big">
<div class="block-beige">
<div class="col-xs-12">
<h1>Front Desk Kiosk</h1>
<ul>
<li>Sign-up</li>
<li>Onboarding and exiting tasks</li>
<li>Document signing</li>
<li>File storage</li>
</ul>
</div>
</div>
</div>
<div class="row big">
<div class="block-beige">
<div class="col-xs-12">
<h1>Integrations</h1>
<ul>
<li>Space Events
<ul>
<li>Google Calendar</li>
</ul>
</li>
<li>Communication
<ul>
<li>Slack</li>
<li>IRC</li>
<li>Mailgun</li>
</ul>
</li>
<li>Billing
<ul>
<li>Automatic Invoicing and Payment Collection</li>
<li>Credit Card Support (USAePay)</li>
<li>ACH/Authomatic Withdrawl (Check Gateway)</li>
<li>Download receipts</li>
<li>Integration with Xero</li>
</ul>
</li>
</ul>
</div>
</div>
</div>