Skip to content

Commit

Permalink
Merge pull request #1605 from SMutyala18/feature/add_nfdi4energy_to_p…
Browse files Browse the repository at this point in the history
…artners

add NFDI4Energy to partners
  • Loading branch information
jh-RLI authored Feb 22, 2024
2 parents 507bba3 + 4f8b9da commit 6bfbf46
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion base/templates/base/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,13 @@ <h4 id="who-partners">Partners</h4>
<img class="flex-item" src="{% static 'logos/partner/Logo_IER_UniStuttgart-1200x386.png' %}" alt="IER"
width="250px" />
</a>
<a class="logo" href="https://www.fortiss.org/" target="_blank">
<!-- Adjusted margin for 2 logos in a row due to justify-content-between styling. -->
<a class="logo" style="margin-left: 150px;" href="https://www.fortiss.org/" target="_blank">
<img class="flex-item" src="{% static 'logos/partner/partner_logo_fortiss.png' %}" alt="fortiss"
width="250px" />
</a>
<a class="logo" style="margin-right: 150px;" href="https://nfdi4energy.uol.de/" target="_blank">
<img class="flex-item" src="{% static 'logos/partner/partner_logo_nfdi4energy.png' %}" alt="nfdi4energy" width="250px" />
</a>
</div>
{% endblock %}
1 change: 1 addition & 0 deletions oeplatform/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"""

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
from pathlib import Path

try:
from .securitysettings import * # noqa
Expand Down
1 change: 1 addition & 0 deletions versions/changelogs/current.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
## Changes

## Features
- Add NFDI to our list of Partners [(#1605)](https://github.com/OpenEnergyPlatform/oeplatform/pull/1605).

## Bugs

0 comments on commit 6bfbf46

Please sign in to comment.