Skip to content

Commit

Permalink
Added small link to Libra easter egg
Browse files Browse the repository at this point in the history
  • Loading branch information
Smooth-Pineapple committed Sep 14, 2020
1 parent 31afe5e commit 401cb87
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions webapp/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,18 @@ input[type=range]:focus::-webkit-slider-runnable-track {
.home_icon {
width: 90px;
height:60px;
}

.libra_container {
width: 50px;
border: 2px solid transparent;
}

.libra_container:hover {
border-color: #f0c49b;
}

.libra_icon {
width: 50px;
height:50px;
}
Binary file added webapp/static/images/libra_symbol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions webapp/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ <h2 class="sub_header">{{translations.SET_COLOUR}}</h2>
<form action="/shutdown" method="POST" style="text-align:center;">
<input type="submit" name="shutdown" value="{{translations.SHUTDOWN}}" style="color: #12ED9F; background: #f33333;">
</form>
<div class="libra_container">
<a href="/libra"><img class="libra_icon" src="{{url_for('static', filename='/../images/libra_symbol.png')}}"></a>
</div>
<a href="/dwn-log" style="float: right; font-size: 10px;">{{translations.DOWNLOAD_LOGS}}</a> <br>
<a href="/view-server-log" style="float: right; font-size: 10px;">{{translations.VIEW_SERVER_LOG}}</a> <br>
<a href="/view-display-log" style="float: right; font-size: 10px;">{{translations.VIEW_DISPLAY_LOG}}</a>
Expand Down

0 comments on commit 401cb87

Please sign in to comment.