-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
172 lines (136 loc) · 5.21 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
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
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Isegoria - Home</title>
<script charset="utf-8" src="src.js">
</script>
<link href="stylere.css" rel="stylesheet" type="text/css">
<style media="screen" type="text/css">
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');
</style>
<style media="screen" type="text/css">
@import url('fonts/MuseoSansRounded.css');
</style>
</head>
<body>
<nav id="navbar">
<label>Isegoria<em>Beta</em></label>
<a href="/test/">About Us</a>
<a href="/test/">Details</a>
<button style="margin-left: auto;">Sign In</button>
</nav>
<header>
<div class="container">
<strong><h1>Bridging Communities, Together.</h1></strong>
<h2>Introducing Isegoria - a graph analytics platform to empower your
community.</h2>
<button>Request a Demo</button> <button>Watch Video</button>
</div>
</header>
<section class="page">
<div class="container">
<h1>What is Isegoria?</h1>
<p>Isegoria is a brand new social platform which helps you connect, discover, shape and expand your community role within a revolutionary mobile-first experience.
<hr>
<div class="grid">
<div class="feature">
<img alt="Build Network Effects" src="resources/network.png" srcset="resources/[email protected] 2x">
<h3>Build Network Effects</h3>
<p>Your open network is the #1 predictor of career success, and drives
both innovation and fundraising. Harness it now.</p>
</div>
<div class="feature">
<img alt="Community Driven" src="resources/community.png" srcset="resources/[email protected] 2x">
<h3>Community Driven</h3>
<p>At Isegoria we're all for both people and relationships. Promote social
interaction tailored to individual and group interests.</p>
</div>
<div class="feature">
<img alt="Social Learning" src="resources/learning.png" srcset="resources/[email protected] 2x">
<h3>Social Learning</h3>
<p>By exploring and promoting true positive change between individuals and
groups, Isegoria will reward your efforts.</p>
</div>
</div>
</div>
</section>
<div class="container line"><hr></div>
<section class="page">
<div class="container">
<div class="grid">
<div class="feature mini">
<img alt="Design" src="resources/design.png" srcset="resources/[email protected] 2x">
<h3>Design</h3>
<p>We've built a beautiful user interface for both administrators and
users. Everything looks crisp and modern as mobile apps should.</p>
</div>
<div class="feature mini">
<img alt="Security" src="resources/security.png" srcset="resources/[email protected] 2x">
<h3>Security</h3>
<p>Isegoria uses the most security-sensitive data centre and network
architecture available, thanks to Amazon Web Services.</p>
</div>
<div class="feature mini">
<img alt="Integration" src="resources/integration.png" srcset="resources/[email protected] 2x">
<h3>Integration</h3>
<p>Integration with your existing platform is a coffee break away. So you
can focus on your community, rather than tech support.</p>
</div>
<div class="feature mini">
<img alt="Scalability" src="resources/scalability.png" srcset="resources/[email protected] 2x">
<h3>Scalability</h3>
<p>Whether you're a small group of volunteers or part of a world-leading
institution, our service is scalable to any need.</p>
</div>
<div class="feature mini">
<img alt="Complexity" src="resources/complexity.png" srcset="resources/[email protected] 2x">
<h3>Complexity</h3>
<p>Our graph database eats complex queries for breakfast. Break free of
siloed data stores and view your network through a whole new lens.</p>
</div>
</div>
</div>
</section>
<section class="page blue">
<div class="container">
<h1>Sound Interesting?</h1>
<h2>Download the app today for both iOS and Android. Alternatively, give us
a buzz and we'll demonstrate the benefits of Isegoria tailored to your
organisation.</h2>
<button>Request a Demo</button> <button>Watch Video</button>
<ul>
<li>Build trust and experience faster sharing and greater productivity</li>
<li>Develop and shape diverse leadership across your network</li>
<li>Get insight on emergent macro patterns from your community network
structure and dynamic interactions</li>
<li>Make better and faster investment decisions that respond to your
community needs</li>
</ul>
</div>
</section>
<section class="page">
<div class="container">
<h1>Sign up for launch updates!</h1>
<h2>Whether you're a student or a faculty member interested in bringing
Isegoria to your institution, sign up here to find out when we're releasing;
as well as any important updates related to our grand launch.</h2>
<div class="grid">
<input type="text"> <button>Subscribe</button>
</div>
</div>
</section>
<footer>
<div class="container">
<nav id="links">
<a href="/test/">About Us</a>
<a href="/test/">Legal</a>
<a href="/test/">Support</a>
<a href="/test/">Help</a>
</nav>
<hr>
<p>Euler’s Bridge 2017.</p>
</div>
</footer>
</body>
</html>