-
Notifications
You must be signed in to change notification settings - Fork 2
/
index-old-copy.html
executable file
·700 lines (577 loc) · 28.7 KB
/
index-old-copy.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
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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
<!-- FlatFy Theme - Andrea Galanti /-->
<!doctype html>
<!--[if lt IE 7]>
<html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]>
<html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]>
<html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if IE 9]>
<html class="no-js ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!-->
<html> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Flatfy Free Flat and Responsive HTML5 Template ">
<meta name="author" content="">
<title>Data Visualization for Sensemaking - Middlesex University, London, UK</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Google Web Font -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic'
rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arvo:400,700' rel='stylesheet' type='text/css'>
<!-- Custom CSS-->
<link href="css/general.css" rel="stylesheet">
<!-- Owl-Carousel -->
<link href="css/custom.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/style2.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<!-- Magnific Popup core CSS file -->
<link rel="stylesheet" href="css/magnific-popup.css">
<script src="js/modernizr-2.8.3.min.js"></script>
<!-- Modernizr /-->
<!--[if IE 9]>
<script src="js/PIE_IE9.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/PIE_IE678.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body id="home">
<!-- Preloader -->
<div id="preloader">
<div id="status"></div>
</div>
<!-- NavBar-->
<nav class="navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#home">vis<span style="color: red">4</span><span style="font-weight: bolder">sense</span></a>
</div>
<div class="collapse navbar-collapse navbar-right navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="menuItem"><a href="#about-us">About</a></li>
<li class="menuItem"><a href="#projects">Projects</a></li>
<li class="menuItem"><a href="#people">People</a></li>
<li class="menuItem"><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- What is -->
<div id="about-us" class="content-section-b" style="border-top: 0">
<div class="container">
<div class="row">
<div class="col-md-12">
<img class="img-responsive" src="http://vis4sense.github.io/sensepath/teaser.png">
</div>
</div>
<div class="row">
<div class="col-md-12 wow fadeInDown text-center">
<h3>About Us</h3>
<p class="lead">What is sensemaking? It is the process that people make sense of data, usually with the help of some tools such as Excel, R, and Tableau.
Different from these data analysis tools, a sensemaking tool help users to collect data, organise findings, form hypothesis, and share analysis process.
We focus on designing new sensemaking tools that are based on data visualisation.
</p>
</div>
</div>
</div>
</div>
<div hidden id="recent_publication" class="content-section-b" style="border-top: 0">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center wrap_title">
<h2>Latest Publications</h2>
<!--<p class="lead" style="margin-top:0">A special thanks to Death.</p>-->
</div>
<div class="row">
<div class="col-sm-4 wow fadeInDown text-center">
<img class="rotate" src="img/icon/config.svg" alt="Generic placeholder image">
<h3>SenseMap: Supporting Browser-Based Sensemaking through Analytic Provenance</h3>
<p class="lead">Sensemaking is described as the process of comprehension, finding meaning and gaining
insight from information, producing new knowledge and informing further action</p>
<p><a target="_blank"
href="https://chrome.google.com/webstore/detail/sensemap/agljnpanahlilmpipaeflmnjkiiecfjb"
class="btn btn-embossed btn-primary view" role="button">Full Software</a></p>
</div>
<!-- /.col-lg-4 -->
<div class="col-sm-4 wow fadeInDown text-center">
<img class="rotate" src="img/icon/book.svg" alt="Generic placeholder image">
<h3>SensePath: Understanding the Sensemaking Process through Analytic Provenance</h3>
<p class="lead">Sensemaking is described as the process of comprehension, finding meaning and gaining
insight from information, producing new knowledge and informing further action. </p>
<p><a target="_blank" href="http://vis4sense.github.io/sensepath/paper.pdf" class="btn btn-embossed btn-primary view" role="button">Full Paper</a></p>
</div>
<!-- /.col-lg-4 -->
<div class="col-sm-4 wow fadeInDown text-center">
<img class="rotate" src="img/icon/book.svg" alt="Generic placeholder image">
<h3>Visual Analysis of Streaming Data with SAVI and SenseMAP</h3>
<p class="lead">Two tools were developed for the analysis tasks in the VAST Challenge 2014
Mini-Challenge 3: Social Analytics VIsualiszation (SAVI) and Sense Making with Analytic Provenance
(SenseMAP).</p>
<p><a href="http://vis4sense.github.io/vast2014mc3/paper.pdf" target="_blank" class="btn btn-embossed btn-primary view" role="button">Full Paper</a></p>
</div>
<!-- /.col-lg-4 -->
</div>
<!-- /.row -->
<div class="row tworow">
<div class="col-sm-4 wow fadeInDown text-center">
<img class="rotate" src="img/icon/book.svg" alt="Generic placeholder image">
<h3>TimeSets: Timeline Visualization with Set Relations</h3>
<p class="lead">We introduce a novel timeline visualization technique, TimeSets, that helps make sense
of complex temporal datasets by showing the set relationships among individual events </p>
<p><a target="_blank" href="http://vis4sense.github.io/timesets/paper.pdf" class="btn btn-embossed btn-primary view" role="button">Full Paper</a></p>
</div>
<!-- /.col-lg-4 -->
<div class="col-sm-4 wow fadeInDown text-center">
<img class="rotate" src="img/icon/book.svg" alt="Generic placeholder image">
<h3>SchemaLine: Timeline Visualization for Sensemaking</h3>
<p class="lead">Timeline visualization is an important tool for sense making. It allows analysts to
examine information in chronological order and to identify temporal patterns and relationships. </p>
<p><a href="http://vis4sense.github.io/schemaline/paper.pdf" target="_blank" class="btn btn-embossed btn-primary view" role="button">Full Paper</a></p>
</div>
<!-- /.col-lg-4 -->
<!--<div class="col-sm-4 wow fadeInDown text-center">-->
<!--<img class="rotate" src="img/icon/book.svg" alt="Generic placeholder image">-->
<!--<h3>Bootstrap</h3>-->
<!--<p class="lead">Epsum factorial non deposit quid pro quo hic escorol. Olypian quarrels et gorilla-->
<!--congolium sic ad nauseum. </p>-->
<!--<!– <p><a class="btn btn-embossed btn-primary view" role="button">View Details</a></p> –>-->
<!--</div>-->
<!-- /.col-lg-4 -->
</div>
<!-- /.row -->
</div>
</div>
<div hidden id="useit" class="content-section-a">
<div class="container">
<div class="row">
<div class="col-sm-6 pull-right wow fadeInRightBig">
<!--<img class="img-responsive " src="//vis4sense.github.io/sensemap.png" alt="">-->
<iframe src="https://player.vimeo.com/video/161322047" width="500" height="281" frameborder="0"
webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
</div>
<div class="col-sm-6 wow fadeInLeftBig" data-animation-delay="200">
<h3 class="section-heading">SenseMap</h3>
<div class="sub-title lead3">Supporting Browser-Based Sensemaking through Analytic
Provenance
</div>
<p class="lead">
Sensemaking is described as the process of comprehension, finding meaning
and gaining insight from information, producing new knowledge and informing further action. Very
often, users get lost when solving a complicated task using a big dataset over a long period of
exploration and analysis
</p>
<p><a class="btn btn-embossed btn-primary" href="#" role="button">View Details</a>
<a class="btn btn-embossed btn-info" href="#" role="button">Visit Website</a></p>
</div>
</div>
</div>
<!-- /.container -->
</div>
<div id="projects" class="content-section-b">
<div class="container">
<div class="row">
<div class="col-sm-6 wow fadeInLeftBig">
<div id="owl-demo-2" class="owl-carousel">
<a href="http://vis4sense.github.io/sensepath/index.html" class="image-link">
<div class="item">
<img class="img-responsive img-rounded"
src="http://vis4sense.github.io/sensepath/teaser.png" alt="">
</div>
</a>
<a href="http://vis4sense.github.io/sensepath/index.html" class="image-link">
<div class="item">
<iframe src="https://player.vimeo.com/video/144641566" width="500" height="281"
frameborder="0" webkitallowfullscreen="" mozallowfullscreen=""
allowfullscreen=""></iframe>
</div>
</a>
<a href="http://vis4sense.github.io/sensepath/index.html" class="image-link">
<div class="item">
<img class="img-responsive img-rounded"
src="http://vis4sense.github.io/sensepath/teaser.png" alt="">
</div>
</a>
</div>
</div>
<div class="col-sm-6 wow fadeInRightBig" data-animation-delay="200">
<h3 class="section-heading">SensePath</h3>
<div class="sub-title lead3">Understanding the Sensemaking Process through Analytic
Provenance
</div>
<p class="lead">
Sensemaking is described as the process of comprehension, finding meaning and gaining insight from
information, producing new knowledge and informing further action
</p>
<p><a class="btn btn-embossed btn-primary" href="http://vis4sense.github.io/sensepath/index.html" role="button">View Details</a>
<a target="_blank" class="btn btn-embossed btn-info" href="https://chrome.google.com/webstore/detail/sensepath/dfdhiidbggkijecneejnnmbfenenkmnk" role="button">Visit Demo</a></p>
</div>
</div>
</div>
</div>
<div class="content-section-a">
<div class="container">
<div class="row">
<div class="col-sm-6 wow fadeInLeftBig" data-animation-delay="200">
<h3 class="section-heading">TimeSets</h3>
<div class="sub-title lead3">Timeline Visualization with Set Relations
</div>
<p class="lead">
We introduce a novel timeline visualization technique, TimeSets, that helps make sense of complex
temporal datasets by showing the set relationships among individual events
</p>
<p><a class="btn btn-embossed btn-primary" href="#" role="button">View Details</a>
<a target="_blank" class="btn btn-embossed btn-info" href="http://vis4sense.github.io/timesets/demo/index.html" role="button">Visit Demo</a></p>
</div>
<div class="col-sm-6 wow fadeInRightBig">
<div id="owl-demo-1" class="owl-carousel">
<a href="img/iphone.png" class="image-link">
<div class="item">
<iframe src="https://player.vimeo.com/video/144646446" width="500" height="281"
frameborder="0" webkitallowfullscreen="" mozallowfullscreen=""
allowfullscreen=""></iframe>
</div>
</a>
<a href="img/iphone.png" class="image-link">
<div class="item">
<img class="img-responsive img-rounded"
src="http://vis4sense.github.io/timesets/teaser.png" alt="">
</div>
</a>
<a href="img/iphone.png" class="image-link">
<div class="item">
<iframe src="https://player.vimeo.com/video/144644488" width="500" height="281"
frameborder="0" webkitallowfullscreen="" mozallowfullscreen=""
allowfullscreen=""></iframe>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="content-section-b">
<div class="container">
<div class="row">
<div class="col-sm-6 wow fadeInLeftBig">
<div id="owl-demo-2" class="owl-carousel">
<a href="img/iphone.png" class="image-link">
<div class="item">
<img class="img-responsive img-rounded"
src="http://vis4sense.github.io/vast2014mc3/savi-map.jpg" alt="">
</div>
</a>
<a href="img/iphone.png" class="image-link">
<div class="item">
<iframe src="https://player.vimeo.com/video/144674076" width="500" height="281"
frameborder="0" webkitallowfullscreen="" mozallowfullscreen=""
allowfullscreen=""></iframe>
</div>
</a>
<a href="img/iphone.png" class="image-link">
<div class="item">
<img class="img-responsive img-rounded"
src="http://vis4sense.github.io/vast2014mc3/savi-timeline.png" alt="">
</div>
</a>
</div>
</div>
<div class="col-sm-6 wow fadeInRightBig" data-animation-delay="200">
<h3 class="section-heading">SAVI and SenseMAP</h3>
<div class="sub-title lead3">isual Analysis of Streaming Data with SAVI and SenseMAP
</div>
<p class="lead">
Two tools were developed for the analysis tasks in the VAST Challenge 2014 Mini-Challenge 3: Social
Analytics VIsualiszation (SAVI) and Sense Making with Analytic Provenance (SenseMAP).
</p>
<p><a class="btn btn-embossed btn-primary" href="#" role="button">View Details</a>
<a target="_blank" class="btn btn-embossed btn-info" href="http://vis4sense.github.io/vast2014mc3/index.html" role="button">Visit Demo</a></p>
</div>
</div>
</div>
</div>
<!-- Screenshot -->
<div hidden id="screen" class="content-section-b">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center wrap_title ">
<h2>Screen App</h2>
<p class="lead" style="margin-top:0">A special thanks to Death.</p>
</div>
</div>
<div class="row wow bounceInUp">
<div id="owl-demo" class="owl-carousel">
<a href="img/slide/1.png" class="image-link">
<div class="item">
<img class="img-responsive img-rounded" src="img/slide/1.png" alt="Owl Image">
</div>
</a>
<a href="img/slide/2.png" class="image-link">
<div class="item">
<img class="img-responsive img-rounded" src="img/slide/2.png" alt="Owl Image">
</div>
</a>
<a href="img/slide/3.png" class="image-link">
<div class="item">
<img class="img-responsive img-rounded" src="img/slide/3.png" alt="Owl Image">
</div>
</a>
<a href="img/slide/1.png" class="image-link">
<div class="item">
<img class="img-responsive img-rounded" src="img/slide/1.png" alt="Owl Image">
</div>
</a>
<a href="img/slide/2.png" class="image-link">
<div class="item">
<img class="img-responsive img-rounded" src="img/slide/2.png" alt="Owl Image">
</div>
</a>
<a href="img/slide/3.png" class="image-link">
<div class="item">
<img class="img-responsive img-rounded" src="img/slide/3.png" alt="Owl Image">
</div>
</a>
</div>
</div>
</div>
</div>
<div id="newsletter" class="content-section-c ">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center white">
<h2>Get Live Updates</h2>
<!--<p class="lead" style="margin-top:0">A special thanks to Death.</p>-->
</div>
<div class="col-md-6 col-md-offset-3 text-center">
<div class="mockup-content">
<div class="morph-button wow pulse morph-button-inflow morph-button-inflow-1">
<button type="button "><span>Subscribe to our Newsletter</span></button>
<div class="morph-content">
<div>
<div class="content-style-form content-style-form-4 ">
<h2 class="morph-clone">Subscribe to our Newsletter</h2>
<form>
<p><label>Your Email Address</label><input type="text"/></p>
<p>
<button>Subscribe me</button>
</p>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- people -->
<div id="credits" class="content-section-a">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center wrap_title">
<h2>People</h2>
<p class="lead" style="margin-top:0">A special thanks to the hardworking team</p>
</div>
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 ">
<img class="img-circle img-responsive" src="img/xu-kai.jpg">
</div>
<div class="col-md-8 box-ct">
<h3> Dr Kai Xu </h3>
<p> BEng, PhD <br>
ROLE:Associate Professor in Data Analytics <br>
SCHOOL: Science & Technology <br>
DEPARTMENT: Computer Science <br>
TELEPHONE:+44 (0)20 8411 5510 <br>
EMAIL:[email protected] </p>
</div>
</div>
</div>
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 ">
<i class="fa fa-picture-o fa-4x "> </i>
</div>
<div class="col-md-8 box-ct">
<h3> Owl-Carousel </h3>
<p> Nullam mo arcu ac molestie scelerisqu vulputate, molestie ligula gravida, tempus ipsum.</p>
</div>
</div>
</div>
</div>
<div class="row tworow">
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 ">
<i class="fa fa-magic fa-4x "> </i>
</div>
<div class="col-md-8 box-ct">
<h3> Codrops </h3>
<p> Lorem ipsum dolor sit ametconsectetur adipiscing elit. Suspendisse orci quam. </p>
</div>
</div>
</div>
<div class="col-sm-6 block wow bounceIn">
<div class="row">
<div class="col-md-4 ">
<i class="fa fa-heart fa-4x "> </i>
</div>
<div class="col-md-8 box-ct">
<h3> Lorem Ipsum</h3>
<p> Nullam mo arcu ac molestie scelerisqu vulputate, molestie ligula gravida, tempus ipsum.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Banner Download -->
<div hidden id="downloadlink" class="banner">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center wrap_title">
<h2>Download Free</h2>
<p class="lead" style="margin-top:0">Pay with a Tweet</p>
<p><a class="btn btn-embossed btn-primary view" role="button">Free Download</a></p>
</div>
</div>
</div>
</div>
<!-- Contact -->
<div id="contact" class="content-section-a">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center wrap_title">
<h2>Contact Us</h2>
<!--<p class="lead" style="margin-top:0">A special thanks to Death.</p>-->
</div>
<form role="form" action="" method="post">
<div class="col-md-6">
<div class="form-group">
<label for="InputName">Your Name</label>
<div class="input-group">
<input type="text" class="form-control" name="InputName" id="InputName"
placeholder="Enter Name" required>
<span class="input-group-addon"><i class="glyphicon glyphicon-ok form-control-feedback"></i></span>
</div>
</div>
<div class="form-group">
<label for="InputEmail">Your Email</label>
<div class="input-group">
<input type="email" class="form-control" id="InputEmail" name="InputEmail"
placeholder="Enter Email" required>
<span class="input-group-addon"><i class="glyphicon glyphicon-ok form-control-feedback"></i></span>
</div>
</div>
<div class="form-group">
<label for="InputMessage">Message</label>
<div class="input-group">
<textarea name="InputMessage" id="InputMessage" class="form-control" rows="5"
required></textarea>
<span class="input-group-addon"><i class="glyphicon glyphicon-ok form-control-feedback"></i></span>
</div>
</div>
<input type="submit" name="submit" id="submit" value="Submit"
class="btn wow tada btn-embossed btn-primary pull-right">
</div>
</form>
<hr class="featurette-divider hidden-lg">
<div class="col-md-5 col-md-push-1 address">
<address>
<h3>Office Location</h3>
<p class="lead">
The Burroughs,<br>
London<br>
NW4 4BT<br>
</address>
<h3>Social</h3>
<li class="social">
<a href="#"><i class="fa fa-facebook-square fa-size"> </i></a>
<a href="#"><i class="fa fa-twitter-square fa-size"> </i> </a>
<a href="#"><i class="fa fa-google-plus-square fa-size"> </i></a>
<a href="#"><i class="fa fa-flickr fa-size"> </i> </a>
</li>
</div>
</div>
</div>
</div>
<footer>
<div hidden class="container">
<div class="row">
<div class="col-md-7">
<h3 class="footer-title">Follow Me!</h3>
<p>Vuoi ricevere news su altri template?<br/>
Visita Andrea Galanti.it e vedrai tutte le news riguardanti nuovi Theme!<br/>
Go to: <a href="http://andreagalanti.it" target="_blank">andreagalanti.it</a>
</p>
<!-- LICENSE -->
<a rel="cc:attributionURL" href="http://www.andreagalanti.it/flatfy"
property="dc:title">Flatfy Theme </a> by
<a rel="dc:creator" href="http://www.andreagalanti.it"
property="cc:attributionName">Andrea Galanti</a>
is licensed to the public under
<BR>the <a rel="license"
href="http://creativecommons.org/licenses/by-nc/3.0/it/deed.it">Creative
Commons Attribution 3.0 License - NOT COMMERCIAL</a>.
</div>
<!-- /col-xs-7 -->
<div class="col-md-5">
<div class="footer-banner">
<h3 class="footer-title">Flatfy Theme</h3>
<ul>
<li>12 Column Grid Bootstrap</li>
<li>Form Contact</li>
<li>Drag Gallery</li>
<li>Full Responsive</li>
<li>Lorem Ipsum</li>
</ul>
Go to: <a href="http://andreagalanti.it/flatfy" target="_blank">andreagalanti.it/flatfy</a>
</div>
</div>
</div>
</div>
</footer>
<!-- JavaScript -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/script.js"></script>
<!-- StikyMenu -->
<script src="js/stickUp.min.js"></script>
<script type="text/javascript">
jQuery(function ($) {
$(document).ready(function () {
$('.navbar-default').stickUp();
});
});
</script>
<!-- Smoothscroll -->
<script type="text/javascript" src="js/jquery.corner.js"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<script src="js/classie.js"></script>
<script src="js/uiMorphingButton_inflow.js"></script>
<!-- Magnific Popup core JS file -->
<script src="js/jquery.magnific-popup.js"></script>
</body>
</html>