forked from nadineproject/nadineproject.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·137 lines (130 loc) · 4.08 KB
/
index.html
File metadata and controls
executable file
·137 lines (130 loc) · 4.08 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
---
layout: base
---
<div class="row">
<div class="hero clearfix">
<div class="col-xs-6">
<h1>This is Nadine.</h1>
<h2>She helps people run<br> <a href="http://coworking.org/">coworking spaces.</a></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 coworking platform. Raised by Office Nomads since 2008.</h2>
</div>
</div>
</div>
<div id="features" class="row">
<div class="big clearfix">
<div class="block-beige">
<div class="col-xs-12">
<h1>nadine grew up to help with:</h1>
</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="url">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="url">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, onboarding and exiting tasks. <!-- <a href="url">more info</a> </p> -->
</div>
</div>
</div>
</div>
<div class="row">
<div class="block">
<div class="block-white clearfix">
<div class="col-xs-12">
<h2>Now <a href="http://officenomads.com">Office Nomads</a> wants to share Nadine with other coworking spaces around the world!</h2>
</div>
</div>
</div>
</div>
<div id="getting-started" class="row">
<div class="big clearfix">
<div class="block-beige">
<div class="col-xs-12">
<h1>getting started</h1>
</div>
<div class="col-xs-12 col-md-8">
<img src="images/download.svg" alt="Download"/>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<h2>Download and configure Nadine</h2>
<p>You can get started on GitHub by downloading the source code, and joining the
<a href="https://groups.google.com/forum/#!forum/nadineproject">discussion group.</a></p>
<a href="{{ site.github_url }}" class="btn btn-default"><h3>download <span class="glyphicon glyphicon-save"></span></h3></a>
</div>
</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>
<div id="contact" class="row">
<div class="big clearfix">
<div class="block-beige">
<div class="col-xs-12">
<h1>not sure how to start?</h1>
</div>
<div class="col-xs-6">
<img src="images/contact.svg" alt="Contact"/>
</div>
<div class="col-xs-12 col-sm-6">
<div id="form">
<form id="contact_form" action="https://getsimpleform.com/messages?form_api_token=66b81f13db08b12706ca7372b0dd19b9" method="post">
<input type='hidden' name='redirect_to' value='http://nadineproject.org' />
<h3>Name:</h3>
<input type='name' size='76' name='name' /><br/>
<h3>Email:</h3>
<input type='email' size='76' name='email'/><br/>
<h3>Message:</h3>
<textarea name="message" rows="6" cols="78"></textarea><br/>
<button class="btn btn-default">
<h3>Send Message</h3>
</button>
</form>
</div>
</div>
</div>
</div>
</div>