Skip to content

Commit

Permalink
Merge pull request #89 from openego/dev
Browse files Browse the repository at this point in the history
Add links to WebApp
  • Loading branch information
nesnoj authored Jun 20, 2024
2 parents d1739e3 + b271bc6 commit 653d12d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
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

0 comments on commit 653d12d

Please sign in to comment.