Add credits

This commit is contained in:
2020-08-25 20:05:48 +02:00
parent ca72365f6d
commit 2799d2bb86
5 changed files with 38 additions and 37 deletions

View File

@@ -35,7 +35,7 @@
<h2><i class="fa inline fa-feedback"></i>Filtered films</h2> <h2><i class="fa inline fa-feedback"></i>Filtered films</h2>
<div id="feed_content"></div> <div id="feed_content"></div>
</div> </div>
<footer><i class="fa inline fa-power"></i>Designed &amp; powered by Franzz, licensed under GPLv3.</footer> <footer><i class="fa inline fa-power"></i>Designed &amp; powered by Franzz, <a href="https://git.lutran.fr/franzz/ugc" title="Git Repository" target="_blank">licensed under GPLv3</a>.</footer>
<div class="background"></div> <div class="background"></div>
<div id="settings"> <div id="settings">
<h1>Theaters<span id="ok_settings" class="button no_bg square fa fa-ok"></span></h1> <h1>Theaters<span id="ok_settings" class="button no_bg square fa fa-ok"></span></h1>

View File

@@ -1 +1 @@
sass --unix-newline -l --style=compressed --watch ugc.scss:ugc.css sass --style=compressed --watch ugc.scss:ugc.css

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -358,6 +358,14 @@ footer {
font-size: 0.8em; font-size: 0.8em;
margin: 1em 0 0 0; margin: 1em 0 0 0;
color: $ugc_color; color: $ugc_color;
a {
color: $ugc_color;
&:hover {
color: $comp_color;
}
}
} }
/* Section - Settings */ /* Section - Settings */