-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial commit of sponsors page (#243)
* initial commit of sponsors page * change title * spacing changes, button text change
- Loading branch information
1 parent
667711b
commit 84fe649
Showing
7 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{% extends "benchmarks/components/app-view.html" %} | ||
{% load static %} | ||
|
||
{% block banner %} | ||
<h1>Thank you to our sponsors</h1> | ||
{% endblock %} | ||
|
||
{% block content %} | ||
<div class="box leaderboard-table-component full" style="display: flex; justify-content: center; align-items: center; height: 100%;"> | ||
<div class="columns is-flex-direction-column is-justify-content-center is-align-items-center"> | ||
<img class="sponsors quest" src="{% static "/benchmarks/img/sponsors/quest.png" %}" /> | ||
<img class="sponsors epfl" src="{% static "/benchmarks/img/sponsors/epfl.png" %}" /> | ||
</div> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.