-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
507 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
mainConfiguration: https://github.com/elixir-europe-training/ELIXIR-Training-SPLASH | ||
|
||
tasks: | ||
- name: Setup and splash | ||
command: docker compose up -d | ||
|
||
ports: | ||
- name: Jekyll | ||
description: SPLASH website | ||
port: 4000 | ||
onOpen: open-preview | ||
visibility: public |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
[![theme badge](https://img.shields.io/badge/ELIXIR%20toolkit%20theme-jekyll-blue?color=0d6efd)](https://github.com/ELIXIR-Belgium/elixir-toolkit-theme) | ||
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/elixir-europe-training/) | ||
|
||
# ELIXIR Toolkit Theme example | ||
|
||
Example of ELIXIR toolkit theme as a remote jekyll theme | ||
======= | ||
# ELIXIR-TrP-Training-SPLASH | ||
Built with the [ELIXIR Toolkit Theme](https://github.com/ELIXIR-Belgium/elixir-toolkit-theme). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,35 @@ | ||
<div class="row text-white mt-5"> | ||
<a class="col mx-1 py-3 mb-5 rounded text-center btn btn-primary" href="tess"> | ||
<div>TeSS</div> | ||
</a> | ||
<a class="col mx-1 py-3 mb-5 rounded text-center btn btn-primary" href="train-the-trainer" style="color: white;"> | ||
<div>Train-the-Trainer</div> | ||
</a> | ||
<a class="col mx-1 py-3 mb-5 rounded text-center btn btn-primary" href="tango" style="color: white;"> | ||
<div>Tango</div> | ||
</a> | ||
<a class="col mx-1 py-3 mb-5 rounded text-center btn btn-primary" href="fair-training-handbook" style="color: white;"> | ||
<div>FAIR Training Handbook</div> | ||
</a> | ||
<a class="col mx-1 py-3 mb-5 rounded text-center btn btn-primary" href="learning-paths" style="color: white;"> | ||
<div>Learning Paths</div> | ||
</a> | ||
<div class="row mb-5 py-5"> | ||
<div class="col-12"> | ||
<div class="text-center display-6 mb-5">Explore our Resources</div> | ||
</div> | ||
<div class="col text-center"> | ||
<img src="assets/img/icons/resource_icon.svg" class="resource-icon mb-3"> | ||
<a class="btn btn-resource d-block py-3 rounded-pill" href="tess"> | ||
TeSS | ||
</a> | ||
</div> | ||
<div class="col text-center"> | ||
<img src="assets/img/icons/resource_icon.svg" class="resource-icon mb-3"> | ||
<a class="btn btn-resource d-block py-3 rounded-pill" href="train-the-trainer"> | ||
Train-the-Trainer | ||
</a> | ||
</div> | ||
<div class="col text-center"> | ||
<img src="assets/img/icons/resource_icon.svg" class="resource-icon mb-3"> | ||
<a class="btn btn-resource d-block py-3 rounded-pill" href="tango"> | ||
Tango | ||
</a> | ||
</div> | ||
<div class="col text-center"> | ||
<img src="assets/img/icons/resource_icon.svg" class="resource-icon mb-3"> | ||
<a class="btn btn-resource d-block py-3 rounded-pill" href="fair-training-handbook"> | ||
FAIR Training Handbook | ||
</a> | ||
</div> | ||
<div class="col text-center"> | ||
<img src="assets/img/icons/resource_icon.svg" class="resource-icon mb-3"> | ||
<a class="btn btn-resource d-block py-3 rounded-pill" href="learning-paths"> | ||
Learning Paths | ||
</a> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
<div class="row justify-content-center mb-5"> | ||
<div class="row row-banner justify-content-center mb-5"> | ||
<div class="col-12 text-center"> | ||
<img src="assets/img/banner.png" alt="banner"> | ||
<div class="display-4 text-white fw-bold">SPLASH</div> | ||
<p class="lead text-white mb-0"> | ||
Pushing the boundaries of training development | ||
</p> | ||
</div> | ||
</div> | ||
<div class="row mb-5"> | ||
<div class="col-12"> | ||
<div class="px-3 py-5 text-center"> | ||
<p class="lead"> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce scelerisque augue tempus magna suscipit fringilla. Quisque neque nunc, fringilla a elit sed, tempor facilisis velit. Nulla facilisi. Sed ut sapien venenatis, tincidunt orci vitae, tristique magna. Curabitur tincidunt commodo odio vel faucibus. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<script> | ||
// inViewport jQuery plugin | ||
// https://stackoverflow.com/a/26831113/383904 | ||
$(function ($, win) { | ||
$.fn.inViewport = function (cb) { | ||
return this.each(function (i, el) { | ||
function visPx() { | ||
var H = $(this).height(), | ||
r = el.getBoundingClientRect(), t = r.top, b = r.bottom; | ||
return cb.call(el, Math.max(0, t > 0 ? H - t : (b < H ? b : H))); | ||
} visPx(); | ||
$(win).on('resize scroll', visPx); | ||
}); | ||
}; | ||
}(jQuery, window)); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.