Skip to content
Snippets Groups Projects
Unverified Commit 6a423d5d authored by Stefano Antonel's avatar Stefano Antonel Committed by GitHub
Browse files

Add Service Worker and make container wider (#11)

parent 35858bfb
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
<!-- Favicon -->
<link rel="icon" href="./static/images/favicon.png">
</head>
<body data-spy="scroll" data-target=".fixed-top">
<body data-spy="scroll" data-target=".fixed-top" class="use-cases">
<!-- Preloader -->
<div class="spinner-wrapper">
......@@ -203,8 +203,10 @@
<div class="row">
<div class="col-lg-12">
<div class="breadcrumbs">
<a href="./index.html">Home</a><i class="fa fa-angle-double-right"></i><span>Online Use Cases</span>
<a href="./index.html">Home</a><i class="fa fa-angle-double-right"></i><span>Workflows and Use Cases</span>
<a href="https://antonelepfl.github.io/ebrains-wizard/dev/" style="float: right;">
<i class="fa fa-external-link-alt"></i>
</a>
</div> <!-- end of breadcrumbs -->
</div> <!-- end of col -->
</div> <!-- end of row -->
......@@ -213,26 +215,21 @@
<!-- end of breadcrumbs -->
<div class="ex-basic-2">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-container">
<h3>Online Use Cases</h3>
<!--Accordion wrapper-->
<!--
<p><a target="_blank" href="https://lab.ebrains.eu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Flbologna%2Fsynaptic_platicity&urlpath=lab%2Ftree%2Fsynaptic_platicity%2FSynaptic+plasticity.ipynb&branch=master"><img class="center-block img-fluid" src="../images/synaptic_plasticity.png"></a></p>
-->
<link rel='stylesheet' href='./static/wizard/global.css'>
<link rel='stylesheet' href='./static//wizard/style_bundle.css'>
<!-- Wizard -->
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-container">
<!-- this assets will be generated on build before pushing to gh-pages -->
<link rel='stylesheet' href='./static/wizard/style_bundle.css'>
<link rel='stylesheet' href='./static/wizard/global.css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/svelte-material-ui@4.0.0/bare.min.css">
<script defer src='./static/wizard/bundle.js'></script>
<div id="onlineUsecasesAppContainer"></div>
</div>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/svelte-material-ui@4.0.0/bare.min.css">
<script defer src='./static/wizard/bundle.js'></script>
<div id="onlineUsecasesAppContainer"></div>
</div>
</div>
</div>
......
......@@ -13,3 +13,8 @@
.uc-icons{
width:200px;
}
.use-cases .container {
width: 80%;
max-width: 80%;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment