forked from InfoSeeking/Coagmento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
265 lines (214 loc) · 11.6 KB
/
index.php
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<?php
require_once("header.php");
?>
<!-- Highlighted region -->
<!-- 3/12/15 - Hello World Matt: Don't Break...-->
<div id="highlighted-region" class="bg-image-eleven">
<div class="row-fluid">
<div class="span12">
<div id="sequence">
<img class="sequence-prev" src="img/sequence-slider/bt-prev.png" alt="Previous Frame" />
<img class="sequence-next" src="img/sequence-slider/bt-next.png" alt="Next Frame" />
<ul class="sequence-canvas">
<li>
<h2 class="title effect2">WHAT IS COAGMENTO?</h2>
<h3 class="subtitle effect2">A unique system that lets you work on multi-session or multi-user projects without leaving your browser!</h3>
<div class="link"><a href="about.php">Learn More</a></div>
</li>
<li>
<h2 class="title">EASY ACCESS</h2>
<h3 class="subtitle">Easily access snippets, chats, search history, and more!</h3>
<img class="layer effect4" src="img/sequence-slider/flat2.png" alt="flat" />
</li>
<li>
<h2 class="title effect3">STAY CONNECTED</h2>
<h3 class="subtitle effect3">Connect with People & Information</h3>
<img class="layer effect3" src="img/sequence-slider/connect.png" alt="balloon" />
</li>
<li>
<h2 class="title effect3">GET THE APP</h2>
<h3 class="subtitle effect3">Go mobile with Coagmento</h3>
<img class="layer effect3" src="img/sequence-slider/iphone2.png" alt="balloon" />
<div class="link2"><a href="download.php">Download</a></div>
</li>
</ul>
</div> <!-- /sequence -->
</div> <!-- /span12 -->
</div> <!-- /row-fluid -->
</div> <!-- /highlighted-region -->
<!-- End of Highlighted region -->
<!-- Content region -->
<div id="main-content">
<div class="row-fluid wrapper">
<!-- Rendering of the main content -->
<div id="content-region" class="span12">
<div id="panels-1-block" class="block">
<div class="row-fluid margin-top">
<div class="span4 panel">
<div class="panel-icon">
<a href="signup.php"><i class="icon icon-signin"></i></a>
</div> <!-- /panel-icon -->
<div class="panel-info">
<h3>Sign Up</h3>
<p>Signing up takes 15 seconds and is FREE!</p>
</div> <!-- /panel-info -->
</div> <!-- /panel -->
<div class="span4 panel">
<div class="panel-icon">
<a href="download.php"><i class="icon icon-download"></i></a>
</div> <!-- /panel-icon -->
<div class="panel-info">
<h3>Download</h3>
<p>Download Coagmento for your browser (Mac, PC) and mobile (iPhone, Android).</p>
</div> <!-- /panel-info -->
</div> <!-- /panel -->
<div class="span4 panel">
<div class="panel-icon">
<a href="instructions.php"><i class="icon icon-globe"></i></a>
</div> <!-- /panel-icon -->
<div class="panel-info">
<h3>Use</h3>
<p>Easy to use, easy to share!</p>
</div> <!-- /panel-info -->
</div> <!-- /panel -->
</div> <!-- /row-fluid -->
</div> <!-- /panels-block -->
</div> <!-- /content-region -->
<!-- End of the main content -->
</div> <!-- /wrapper -->
</div> <!-- /main-content -->
<!-- End of Content region -->
<!-- Content wide 1 region -->
<!--<div id="content-wide1-region" class="bg-image-eighteen text-color-white">
<div class="row-fluid wrapper">
<div class="span12">
<div id="call-to-action-block" class="block text-center">
<h2 class="no-margin-top margin-bottom-40 text-color-white">Stay connected with your projects everywhere.</h2>
<button class="btn btn-primary btn-large no-margin-bottom" type="button" value="Page" onclick="">Sign Up</button>
</div>
</div> <!-- /span12 -->
</div> <!-- /wrapper -->
</div --> <!-- /content-wide1-region -->
<!-- End of Content wide 1 region -->
<!-- Content wide 2 region -->
<div id="content-wide2-region" class="bg-color-white text-color-grayDark2">
<div class="row-fluid wrapper">
<div class="span12">
<!-- Portfolio Block Version 2 -->
<div id="specialone-latest-work-block-2" class="block">
<h2 class="block-title text-color-grayDark1">Coagmento in Use</h2>
<div class="row-fluid portfolio-block-2">
<div class="span4 portfolio2-item">
<figure>
<img src="img/portfolio/research1.jpg" width="800" height="500" alt="responsive" title="responsive" />
<figcaption>
<h5 class="text-color-grayDark1">Research Report</h5>
<a href="scenarios.php#report" class="text-color-theme">Read More</a>
</figcaption> <!-- /figcaption -->
</figure> <!-- /figure -->
</div> <!-- /portfolio2-item -->
<div class="span4 portfolio2-item">
<figure>
<img src="img/portfolio/travel.jpg" width="800" height="500" alt="macbook" title="macbook" />
<figcaption>
<h5 class="text-color-grayDark1">Travel</h5>
<a href="scenarios.php#travel" class="text-color-theme">Read More</a>
</figcaption> <!-- /figcaption -->
</figure> <!-- /figure -->
</div> <!-- /portfolio2-item -->
<div class="span4 portfolio2-item">
<figure>
<img src="img/portfolio/health.jpg" width="800" height="500" alt="iPad2 white" title="iPad2 white" />
<figcaption>
<h5 class="text-color-grayDark1">Health</h5>
<a href="scenarios.php#health" class="text-color-theme">Read More</a>
</figcaption> <!-- /figcaption -->
</figure> <!-- /figure -->
</div> <!-- /portfolio2-item -->
</div> <!-- /portfolio-block-2 -->
<div class="row-fluid portfolio-block-2">
<div class="span4 portfolio2-item">
<figure>
<img src="img/portfolio/wedding.jpg" width="800" height="500" alt="iPhone" title="iPhone" />
<figcaption>
<h5 class="text-color-grayDark1">Wedding Planning</h5>
<a href="scenarios.php#wedding" class="text-color-theme">Read More</a>
</figcaption> <!-- /figcaption -->
</figure> <!-- /figure -->
</div> <!-- /portfolio2-item -->
<div class="span4 portfolio2-item">
<figure>
<img src="img/portfolio/highschool.jpg" width="800" height="500" alt="responsive" title="responsive" />
<figcaption>
<h5 class="text-color-grayDark1">Education</h5>
<a href="scenarios.php#education" class="text-color-theme">Read More</a>
</figcaption> <!-- /figcaption -->
</figure> <!-- /figure -->
</div> <!-- /portfolio2-item -->
<div class="span4 portfolio2-item">
<figure>
<img src="img/portfolio/research2.jpg" width="800" height="500" alt="iPads" title="iPads" />
<figcaption>
<h5 class="text-color-grayDark1">Research</h5>
<a href="scenarios.php#research" class="text-color-theme">Read More</a>
</figcaption> <!-- /figcaption -->
</figure> <!-- /figure -->
</div> <!-- /portfolio2-item -->
</div> <!-- /portfolio-block-2 -->
</div> <!-- /specialone-latest-work-block-2 -->
<!-- End of Portfolio Block Version 2 -->
</div> <!-- /span12 -->
</div> <!-- /wrapper -->
</div> <!-- /content-wide2-region -->
<!-- End of Content wide 2 region -->
<!-- Content wide 3 region -->
<!-- End of Content wide 3 region -->
<!-- Content wide 4 region -->
<div id="content-wide4-region" class="bg-color-white text-color-grayDark2">
<div class="row-fluid wrapper">
<div class="span12">
<div id="content-slider-2-block" class="block">
<div class="row-fluid">
<div class="span6">
<div class="flexslider2 text-center">
<ul class="slides">
<li><img src="img/content-slider/coagmento1.jpg" alt="slider content 3" /></li>
<li><img src="img/content-slider/coagmento2.jpg" alt="slider content 4" /></li>
<li><img src="img/content-slider/coagmento3.jpg" alt="slider content 3" /></li>
<li><img src="img/content-slider/coagmento4.jpg" alt="slider content 4" /></li>
</ul> <!-- slides -->
</div> <!-- flexslider2 -->
</div> <!-- span6 -->
<div class="span6">
<h5 class="block-title-small margin-top-responsive text-color-grayDark1">Things you can do with Coagmento</h5>
<div class="span6 mobile-two">
<ul class="icons-ul no-margin-bottom">
<li><i class="icon-li icon-ok"></i>Keep track of your Web browsing and searching</li>
<li><i class="icon-li icon-ok"></i>Collect bookmarks and snippets from right within your browser (Firefox)</li>
<li><i class="icon-li icon-ok"></i>Create and work on collaborative projects using your browser</li>
<li><i class="icon-li icon-ok"></i>Make sense out of your browsed and collected information using <a href="http://iris.infoseeking.org">IRIS</a></li>
</ul>
</div>
</div>
<div class="span6">
<h5 class="block-title-small text-color-grayDark1 margin-top-40">Benefits of Coagmento</h5>
<div class="span6 mobile-two">
<ul class="icons-ul no-margin-bottom">
<li><i class="icon-li icon-plus"></i>Extension in your browser, so no need to have any other tool</li>
<li><i class="icon-li icon-plus"></i>Integrated tools for information collection and sharing</li>
<li><i class="icon-li icon-plus"></i>In-built chat (Firefox)</li>
<li><i class="icon-li icon-plus"></i>Cloud-based data and services</li>
<li><i class="icon-li icon-plus"></i>Flexible and configurable</li>
</ul>
</div>
</div>
</div> <!-- /span6 -->
</div> <!-- /row-fluid -->
</div> <!-- /content-slider-2-block -->
</div> <!-- /span12 -->
</div> <!-- /wrapper -->
</div> <!-- /content-wide4-region -->
<!-- End of Content wide 4 region -->
<?php
require_once("footer.php");
?>