-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changed default navigation size - No output refresh when another line changes - Updated about
- Loading branch information
Showing
17 changed files
with
94 additions
and
45 deletions.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,20 +5,24 @@ | |
const assets: { [key: string]: string } = { | ||
"CMG Sans (Custom font)": "https://www.churchmotiongraphics.com/cmg-sans/", | ||
"Google Fonts (Icons)": "https://fonts.google.com/icons", | ||
"Icons8 (Icons)": "https://icons8.com", | ||
"Google Fonts (Icons)": "https://fonts.google.com/icons/", | ||
"Icons8 (Icons)": "https://icons8.com/", | ||
"Pixabay (Web Images)": "https://pixabay.com/", | ||
"Electron (Cross-platform desktop apps)": "https://www.electronjs.org/", | ||
"Svelte (DOM framework)": "https://svelte.dev/", | ||
"Rollup (Module bundler)": "https://rollupjs.org/", | ||
"Socket.io (LAN connections)": "https://socket.io/", | ||
"Express (Web framework)": "https://expressjs.com/", | ||
"NDI® SDK (IP-streaming)": "https://ndi.video/", | ||
"CAPTION.Ninja (Live captions)": "https://caption.ninja/", | ||
} | ||
</script> | ||
|
||
<div style="text-align: center;"> | ||
<h1>FreeShow</h1> | ||
<div class="logo"> | ||
<img style="height: 35px;" src="./import-logos/freeshow.webp" alt="FreeShow-logo" /> | ||
<h1 style="color: var(--text);font-size: 1.7em;">FreeShow</h1> | ||
</div> | ||
|
||
<p> | ||
<span style="opacity: 0.8;">v{$version} -</span> | ||
|
@@ -35,15 +39,27 @@ | |
<br /> | ||
|
||
<div class="main"> | ||
<div><T id="about.made" /> Kristoffer Vassbø</div> | ||
<div><T id="about.report" /></div> | ||
<div> | ||
<T id="about.help" /> | ||
<Link url="mailto:[email protected]">[email protected]</Link> | ||
</div> | ||
<div> | ||
<T id="about.support" /> | ||
<Link url="https://livecs.org/partner">https://livecs.org/partner</Link> | ||
<div class="text"> | ||
<div> | ||
• <T id="about.more" /> | ||
<Link url="https://churchapps.org/">ChurchApps</Link> | ||
</div> | ||
<div> | ||
• <T id="about.report" /> | ||
<Link url="https://github.com/ChurchApps/FreeShow/issues">GitHub Issues</Link> | ||
</div> | ||
<div> | ||
• <T id="about.translate" /> | ||
<Link url="https://app.transifex.com/nettbiter/freeshow/">Transifex</Link> | ||
</div> | ||
<!-- <div> | ||
• <T id="about.mail" /> | ||
<Link url="mailto:[email protected]">[email protected]</Link> | ||
</div> --> | ||
<div> | ||
• <T id="about.support" />! | ||
<Link url="https://livecs.org/partner">livecs.org/partner</Link> | ||
</div> | ||
</div> | ||
|
||
<br /> | ||
|
@@ -60,6 +76,8 @@ | |
</div> | ||
{/each} | ||
</div> | ||
|
||
<div style="text-align: center;font-size: 0.7em;opacity: 0.5;margin-top: 12px;"><T id="about.made" /> Kristoffer Vassbø (2021)</div> | ||
</div> | ||
|
||
<style> | ||
|
@@ -69,6 +87,15 @@ | |
gap: 5px; | ||
} | ||
.logo { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
padding: 0px 10px; | ||
width: 100%; | ||
gap: 10px; | ||
} | ||
h5 { | ||
color: var(--text); | ||
text-transform: uppercase; | ||
|
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
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
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