| ... |
... |
@@ -2,8 +2,9 @@ |
| 2 |
2 |
#set($displayContentFooter=false) |
| 3 |
3 |
#set($displayDocExtra=false) |
| 4 |
4 |
#set($displayContentMenu=false) |
| 5 |
|
-{{/velocity}} |
|
5 |
+#set($toto = "toto") |
| 6 |
6 |
|
|
7 |
+ |
| 7 |
7 |
{{html clean="false"}} |
| 8 |
8 |
<div class="container"> |
| 9 |
9 |
<div class="row"> |
| ... |
... |
@@ -10,7 +10,7 @@ |
| 10 |
10 |
<div class="col-md-7 col-md-push-5"> |
| 11 |
11 |
<img class="img-responsive" src="/bin/skin/Collaboratory/UX/HbpSkin/wiki_home_graphic.svg" /> |
| 12 |
12 |
</div> |
| 13 |
|
- <div class="col-md-5 col-md-pull-7"> |
|
14 |
+ <div class="col-md-5 col-md-pull-7 hero-text"> |
| 14 |
14 |
<h3>Collaborate.<br/>Create reproducible science.<br/>Discover EBRAINS services at work.<br/>From anywhere.</h3> |
| 15 |
15 |
<a class="btn btn-primary btn-lg" href="/bin/view/Collabs/the-collaboratory/Getting%20Started/">Getting started</a> |
| 16 |
16 |
</div> |
| ... |
... |
@@ -17,7 +17,7 @@ |
| 17 |
17 |
</div> |
| 18 |
18 |
</div> |
| 19 |
19 |
<div class="container-fluid search__row"> |
| 20 |
|
- <div class="container"> |
|
21 |
+ <div class="container"> |
| 21 |
21 |
<div class="col-md-6 col-md-offset-3"> |
| 22 |
22 |
<form role="search" class="clb-search-bar" action="/bin/view/Main/Search" method="GET"> |
| 23 |
23 |
<div> |
| ... |
... |
@@ -27,12 +27,36 @@ |
| 27 |
27 |
<button class="btn clb-btn-default" type="submit">Search</button> |
| 28 |
28 |
</form> |
| 29 |
29 |
</div> |
|
31 |
+ </div> |
|
32 |
+ </div> |
| 30 |
30 |
|
|
34 |
+ <div class="container highlighted"> |
|
35 |
+ <h4 class="highlighted__title">Highlighted collabs</h4> |
|
36 |
+ <div class="row highlighted_row"> |
|
37 |
+ <div class="col-sm-6 col-md-6 col-md-push-3"> |
|
38 |
+ <div class="thumbnail"> |
|
39 |
+ <img class="img-responsive" src="/bin/skin/Collaboratory/UX/HbpSkin/wiki_home_graphic.svg" /> |
|
40 |
+ <div class="caption"> |
|
41 |
+ <h3><a href="/bin/view/Collabs/the-collaboratory/" class="stretched-link">The Collaboratory</a></h3> |
|
42 |
+ <p>The EBRAINS Collaboratory opens a portal onto the full gamut of EBRAINS services, providing you with examples of how to access services and resources, and a means of applying this quickly with little effort to you research. </p> |
|
43 |
+ </div> |
|
44 |
+ </div> |
|
45 |
+ </div> |
| 31 |
31 |
</div> |
| 32 |
32 |
</div> |
|
48 |
+ $toto |
|
49 |
+ <div class="container"> |
|
50 |
+ <div class="row explore-all"> |
|
51 |
+ <div class="col-md-12"> |
|
52 |
+ Explore all the <a href="/bin/view/Collabs">Collabs</a> |
|
53 |
+ </div> |
|
54 |
+ </div> |
|
55 |
+ </div> |
| 33 |
33 |
|
|
57 |
+ |
|
58 |
+<!-- |
| 34 |
34 |
<div class="container get-started"> |
| 35 |
|
- <h4 class="get-started__title">Highlighted collabs</h4> |
|
60 |
+ <h4 class="get-started__title">Get started</h4> |
| 36 |
36 |
<div class="row get-started__row"> |
| 37 |
37 |
<div class="col-xs-12 col-md-6"> |
| 38 |
38 |
<img class="img-responsive" |
| ... |
... |
@@ -80,12 +80,11 @@ |
| 80 |
80 |
</a> |
| 81 |
81 |
</div> |
| 82 |
82 |
</div> |
| 83 |
|
-</div> |
|
108 |
+</div> --> |
| 84 |
84 |
<div class="container"> |
| 85 |
85 |
<div class="row pre-footer"> |
| 86 |
86 |
<div class="col-md-12"> |
| 87 |
|
- The Collaboratory is part of EBRAINS.<br /> |
| 88 |
|
- Discover the other |
|
112 |
+ Discover all the |
| 89 |
89 |
<a href="https://ebrains.eu" rel="noopener" target="_blank">EBRAINS services</a>. |
| 90 |
90 |
</div> |
| 91 |
91 |
</div> |
| ... |
... |
@@ -206,3 +206,4 @@ |
| 206 |
206 |
</div> |
| 207 |
207 |
</div --> |
| 208 |
208 |
{{/html}} |
|
233 |
+{{/velocity}} |