Use URL-based logos, env-based WebGUI title, apstrom.ca link, update README
This commit is contained in:
+9
-9
@@ -56,14 +56,14 @@
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
}}
|
||||
.github-section {{
|
||||
.brand-section {{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}}
|
||||
.github-icon a {{
|
||||
.brand-icon a {{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -75,15 +75,15 @@
|
||||
color: white;
|
||||
transition: background-color 0.3s ease, transform 0.3s ease;
|
||||
}}
|
||||
.github-icon i {{
|
||||
.brand-icon i {{
|
||||
font-size: 24px;
|
||||
}}
|
||||
.github-icon a:hover, .github-icon a:focus {{
|
||||
.brand-icon a:hover, .brand-icon a:focus {{
|
||||
background-color: #50AF31;
|
||||
transform: scale(1.1);
|
||||
text-decoration: none;
|
||||
}}
|
||||
.github-icon a, .github-icon a:hover, .github-icon a:active, .github-icon a:visited {{
|
||||
.brand-icon a, .brand-icon a:hover, .brand-icon a:active, .brand-icon a:visited {{
|
||||
text-decoration: none;
|
||||
}}
|
||||
.build-version {{
|
||||
@@ -105,10 +105,10 @@
|
||||
<h2 style="font-weight: bold; color: #7C6DA0;">Data retention</h2>
|
||||
<p>Audio or video files uploaded to this application are only retained for the time that it takes to complete the transcription. All transcripts are deleted after they are transmitted to the user.</p>
|
||||
</div>
|
||||
<div class="github-section">
|
||||
<div class="github-icon">
|
||||
<a href="https://github.com/JSchmie/ScrAIbe-WebUI" aria-label="GitHub">
|
||||
<i class="fab fa-github"></i>
|
||||
<div class="brand-section">
|
||||
<div class="brand-icon">
|
||||
<a href="https://apstrom.ca" aria-label="A.P.Strom">
|
||||
<i class="fas fa-globe"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user