Update src/main/webapp/smartgears_nodes/templates/index.html.j2
Revising the page to remove too many links to website sections (that are going to change soon) and use the new logo with d4science text
This commit is contained in:
parent
9409c2c533
commit
41c11bff74
|
@ -11,13 +11,13 @@
|
|||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css">
|
||||
|
||||
<title>D4Science DataMiner</title>
|
||||
<title>D4Science Service</title>
|
||||
</head>
|
||||
<body>
|
||||
<div
|
||||
class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow">
|
||||
<h5 class="my-0 mr-md-auto font-weight-normal">
|
||||
<img style="width: 65px;" alt="D4Science" src="images/d4science-logo-sphere.png">D4Science
|
||||
<img style="width: 65px;" alt="D4Science" src="images/D4Science-Logo-128px.png">
|
||||
</h5>
|
||||
<nav class="my-2 my-md-0 mr-md-3">
|
||||
<a class="p-2 text-dark" href="#">Don't have a D4Science account?</a>
|
||||
|
@ -61,65 +61,43 @@
|
|||
{% raw %}
|
||||
<div class="mx-auto text-center">
|
||||
<p class="lead">
|
||||
Could not find what you are looking for? Visit the <a
|
||||
href="https://dev.d4science.org/support" target="_blank">Help
|
||||
Forum</a> or <a href="https://www.d4science.org/contact-us"
|
||||
target="_blank">Contact us</a>.
|
||||
Could not find what you are looking for? Visit the <a href="https://www.d4science.org/"
|
||||
target="_blank">our website</a> or the <a
|
||||
href="https://dev.d4science.org/" target="_blank">Developers Site</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<footer class="pt-4 my-md-5 pt-md-5 border-top">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md">
|
||||
<small class="d-block mb-3 text-muted"> ©
|
||||
D4Science</small>
|
||||
</div>
|
||||
<div class="col-6 col-md">
|
||||
<h5>Legal</h5>
|
||||
<ul class="list-unstyled text-small">
|
||||
<li><a class="text-muted"
|
||||
href="https://www.iubenda.com/privacy-policy/441050"
|
||||
target="_blank">Privacy</a></li>
|
||||
<li><a class="text-muted"
|
||||
href="https://services.d4science.org/terms-of-use" target="_blank">Terms
|
||||
of Use</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-6 col-md">
|
||||
<h5>About</h5>
|
||||
<ul class="list-unstyled text-small">
|
||||
<li><a class="text-muted"
|
||||
href="https://www.d4science.org/about-d4science" target="_blank">What
|
||||
is D4Science</a></li>
|
||||
<li><a class="text-muted"
|
||||
href="https://www.d4science.org/empowering" target="_blank">Supported
|
||||
Projects</a></li>
|
||||
<li><a class="text-muted" target="_blank"
|
||||
href="https://services.d4science.org/explore">Supported VREs</a></li>
|
||||
<li><a class="text-muted" target="_blank"
|
||||
href="https://services.d4science.org/catalogue">Resource
|
||||
Catalouge</a></li>
|
||||
href="https://www.iubenda.com/privacy-policy/441050"
|
||||
target="_blank">Privacy Policy</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-6 col-md">
|
||||
<ul class="list-unstyled text-small">
|
||||
<li><a class="text-muted"
|
||||
href="https://www.d4science.org/" target="_blank">Website</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-6 col-md">
|
||||
<h5>Data Scientists</h5>
|
||||
<ul class="list-unstyled text-small">
|
||||
<li><a class="text-muted" href="https://dev.d4science.org"
|
||||
target="_blank">Available REST APIs</a></li>
|
||||
<li><a class="text-muted"
|
||||
href="https://dev.d4science.org/authorization/" target="_blank">Authorization
|
||||
Framework</a></li>
|
||||
<li><a class="text-muted" href="https://dev.d4science.org/"
|
||||
target="_blank">Data Analysis through Data Miner</a></li>
|
||||
<li><a class="text-muted" href="https://dev.d4science.org/"
|
||||
target="_blank">Spatial Data Infrastructure</a></li>
|
||||
target="_blank">Developers Site</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<!-- Optional JavaScript -->
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|
||||
|
|
Loading…
Reference in New Issue