Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to WebApp #89

Merged
merged 2 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
- title: "Partners"
url: "/partners/"
side: left

- title: "WebApp"
url: "https://egon.rl-institut.de"
side: left
2 changes: 1 addition & 1 deletion _includes/_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1 class="">
{% endfor %}
{% comment %} Second loop finished {% endcomment %}
</ul>
<span style="float:right;"><a href="{{ domain }}{{ site.baseurl }}/publications/">Our final report is available now here</a></span>
<!-- <span style="float:right;"><a href="{{ domain }}{{ site.baseurl }}/publications/">Our final report is available now here</a></span>-->
</section>
</nav>
</div><!-- /#navigation -->
Binary file added images/webapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions pages/tools+data.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,23 @@ header: no
</div>
</section>

<section class="tools-data__oep row row__wrap">
<div class="columns medium-3 tools-data__oep-logo">
<img src="{{ site.url }}{{ site.baseurl }}/images/webapp.png" alt="eGon WebApp">
</div>
<div class="columns medium-9 tools-data__oep-right">
<div class="row">
<h2 class="tools-data__oep-heading">WebApp</h2>
<p class="tools-data__oep-text">
Explore the data and results in our WebApp
</p>
<div class="tools-data__oep-btn">
<a href="https://egon.rl-institut.de" class="button">Visit WebApp</a>
</div>
</div>
</div>
</section>

<section class="tools-data__oep row row__wrap">
<div class="columns medium-3 tools-data__oep-logo">
<img src="{{ site.url }}{{ site.baseurl }}/images/OEP_logo.svg" alt="OpenEnergyPlatform">
Expand Down