Skip to content

Commit

Permalink
style(octra): add big octra logo to the login page
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Dec 9, 2024
1 parent 16806e1 commit ff3dd7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/octra/src/app/core/pages/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,14 @@ <h4>{{ 'login.local mode' | transloco }}</h4>
<section>
<div class="container">
<hr />
<h1 style="text-align: center; margin-top: 40px">About OCTRA</h1>
<div class="text-center mb-3 p-3" style="background-color: #279440">
<img
src="assets/img/socialmedia/Octra2_thumbnail_github2x.webp"
alt="octra logo"
class="img-fluid"
style="max-height: 200px"
/>
</div>
<p style="text-align: justify">
OCTRA is a modern web-application for the orthographic transcription of
audio files. It supports four different editors for different needs. You
Expand Down
Binary file not shown.

0 comments on commit ff3dd7b

Please sign in to comment.