Merge pull request 'develop into main' (#24) from develop into main
Reviewed-on: #24
This commit is contained in:
commit
e175fdf664
@ -1,6 +1,3 @@
|
||||
> [!IMPORTANT]
|
||||
> Not production ready. More work is needed. This works as an mvp demo for testing.
|
||||
|
||||
# Seshat Audio Transcription App
|
||||
|
||||
> Seshat was the ancient Egyptian goddess of writing, knowledge, and wisdom. She played a key role in Egyptian mythology as a scribe and keeper of records, closely associated with Thoth, the god of wisdom and writing. While Thoth was often considered her counterpart or consort, Seshat had her own distinct identity and responsibilities.
|
||||
|
@ -2,12 +2,19 @@
|
||||
--bs-primary-rgb: 0, 47, 95;
|
||||
--bs-btn-bg: #002F5F;
|
||||
}
|
||||
/* Sticky footer layout */
|
||||
/* Header Styling */
|
||||
.header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.header-link {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.header-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.header-link:visited {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.header .app-title {
|
||||
|
@ -24,6 +24,11 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container text-center">
|
||||
<span class="span-small">
|
||||
<a href="https://openai.com/index/whisper/" target="_blank" class="header-link">Powered with Whisper AI</a>
|
||||
</span>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="container mt-4">
|
||||
|
Loading…
x
Reference in New Issue
Block a user