Skip to content

Commit

Permalink
YDA-6144: add SURF theme
Browse files Browse the repository at this point in the history
  • Loading branch information
claudisa-uu committed Jan 31, 2025
1 parent fafd784 commit 1821114
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions themes/uu_surf/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} - Home{% endblock %}

{% block style %}
{{ super() }}
<link rel="stylesheet" href="{{ url_for('static', filename='css/homepage.css') }}">
{% endblock %}

{% block content %}

<div class="header-logo-text-background">
<div class="header-logo-text-content">
<img class="mb-2" src="{{ url_for('static', filename='img/yoda.svg') }}" alt="Yoda research data management">
<p>Welcome to Yoda!</p>
<p>Yoda is a share-collaborate environment for research data.</p>
</div>
<div>
<a class="btn btn-primary" href="https://www.uu.nl/yoda" target="_blank">Help</a>
</div>
</div>

{% endblock %}
Binary file added themes/uu_surf/static/img/frontpage_banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1821114

Please sign in to comment.