forked from flower-platform/flower-platform.github.io.old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (71 loc) · 2.9 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
---
layout: page
hero: true
---
{% include JB/setup %}
<div class="hero-unit hero-homepage">
<div class="modal hide" id="flowerModal" tabindex="-1">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Open Source Modelling Platform</h3>
</div>
<div class="modal-body flex-video widescreen" >
</div>
</div>
<div class="row-fluid">
<div class="span6">
<img src="{{ BASE_PATH }}/assets/imgs/logo_flower-platform.png" alt="Flower Logo"/>
<p>You can try what the Open Source Modelling Platform can do by clicking on the button bellow</p>
<p><a class="btn btn-primary btn-large" href="http://flower-dev-center.flower-platform.com:8081/flower-dev-center/" target="_blank">Launch Flower Platform »</a></p>
</div>
<div class="span6">
<div class="thumbnail" id="movie-image">
<img src="{{ BASE_PATH }}/assets/imgs/movie_screen.png" alt="Flower Platform Presentation" />
<a href="//youtu.be/EEqh6ZIW3Bs" data-toggle="modal" data-target="#flowerModal"></i></a>
</div>
</div>
</div>
</div>
<div class="bs-docs-social">
<div class="container">
<ul class="bs-docs-social-buttons">
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=flower-platform&repo=main&type=watch&count=false" allowtransparency="true" frameborder="0" scrolling="0" width="52px" height="20px"></iframe>
</li>
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=flower-platform&repo=main&type=fork&count=false" allowtransparency="true" frameborder="0" scrolling="0" width="55px" height="20px"></iframe>
</li>
<li class="follow-btn">
<a href="https://twitter.com/flower_platform" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="false">Follow @flower_platform</a>
</li>
<li class="tweet-btn">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://flower-platform.org" data-count="none" data-via="flower_platform" data-related="mdo:Flower - Open Source Modelling Platform">Tweet</a>
</li>
</ul>
</div>
</div>
{% comment %}
<div class="row-fluid">
<div class="span4">
<div class="hero-unit">
<h2>Blog</h2>
<p>See what the team behing Flower Platform is up to.</p>
<p><a class="btn" href="{{ BASE_PATH }}blog.html">Blog »</a></p>
</div>
</div><!-- .span4 -->
<div class="span4">
<div class="hero-unit">
<h2>Features</h2>
<p>Things that you can do with the Flower Platform </p>
<p><a class="btn" href="{{ BASE_PATH }}features.html">Features »</a></p>
</div>
</div><!-- .span4 -->
<div class="span4">
<div class="hero-unit">
<h2>Tutorials</h2>
<p>How to use the Flower Platform. </p>
<p><a class="btn" href="{{ BASE_PATH }}tutorials.html">Tutorials »</a></p>
</div>
</div><!-- .span4 -->
</div>
{% endcomment %}