-fix footnote

This commit is contained in:
gocivici 2024-10-25 22:57:27 -07:00
parent f9e7c9d0e2
commit 6b079a8c77
7 changed files with 18 additions and 16 deletions

BIN
images/Dark Water/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB

BIN
images/Dark Water/2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

BIN
images/Dark Water/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 KiB

View File

@ -168,7 +168,9 @@
<!-- <p>Each day a new horror movie is picked from a <a href="https://letterboxd.com/ashby/list/horrordle-october-2022/">curated list</a>. </p> --> <!-- <p>Each day a new horror movie is picked from a <a href="https://letterboxd.com/ashby/list/horrordle-october-2022/">curated list</a>. </p> -->
<!-- <p>This project is open-source and nowhere near complete. You can access and contribute by visiting the <a href="https://github.com/gocivici/horrordle">GitHub page.</a></p> --> <!-- <p>This project is open-source and nowhere near complete. You can access and contribute by visiting the <a href="https://github.com/gocivici/horrordle">GitHub page.</a></p> -->
<p>If you have any suggestions or want to give feedback, you can contact us on <a href="https://twitter.com/horrordle">twitter</a></p> <p>If you have any suggestions or want to give feedback, you can contact us on <a href="https://twitter.com/horrordle">twitter</a></p>
<p>Designed with ❤️ by <a href="https://gorkem.cc">Görkem</a> Source code available on my website</p> <p>Designed with ❤️ by Görkem Source code available <a href="https://gorkem.cc">on my website</a></p>
<h2>Credits</h2>
<p>Movie Stills from <a href="film-grab.com">film-grab.com</a>, <a href="filmaffinity.com">filmaffinity.com</a>, <a href="https://cultsploitation.com">cultsploitation.com</a>, <a href="https://fancaps.net">fancaps.net</a> and personal captures from VLC </p>
</div> </div>
</div> </div>
</div> </div>
@ -262,14 +264,7 @@
<p id="feedback"></p> <p id="feedback"></p>
<h2 id="countDown"></h2> <h2 id="countDown"></h2>
<div id="footer">
<p>horrordle? Support me on <a href="https://twitter.com/horrordle">ko-fi!</a></p>
<!-- <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a><br /> -->
</div>
<!-- <div class="result"> <!-- <div class="result">
<div id="resultText"></div> <div id="resultText"></div>
<input onclick="copyToClipboard()" type="button" id="shareResult" value="Share Result"> <input onclick="copyToClipboard()" type="button" id="shareResult" value="Share Result">
@ -280,14 +275,23 @@
<div id="secondGuess"></div> <div id="secondGuess"></div>
<div id="thirdGuess"></div> <div id="thirdGuess"></div>
</div> </div>
<div id="footer">
<p>Horrordle 2024 is curated by <a href="https://letterboxd.com/iamanil/">Anıl</a> & <a href="https://letterboxd.com/Ashby/">Görkem</a> </br>
horrordle? <a href="https://ko-fi.com/gorkem"> Buy me a coffee!</a></p>
<!-- <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a><br /> -->
</div>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script> <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@10.2.7/dist/autoComplete.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@10.2.7/dist/autoComplete.min.js"></script>
<script data-goatcounter="https://horrordle.goatcounter.com/count" <script data-goatcounter="https://horrordle.goatcounter.com/count"
data-goatcounter-settings='{"allow_local": true}' data-goatcounter-settings='{"allow_local": true}'
async src="//gc.zgo.at/count.js"></script> async src="//gc.zgo.at/count.js"></script>
<script src="movieList.js?13"></script> <script src="movieList.js?13"></script>
<script src="main.js?17"></script> <script src="main.js?17"></script>

View File

@ -23,7 +23,7 @@ var movies = [
["Child's Play", 0, ""], ["Child's Play", 0, ""],
["Unfriended Dark Web", 0, ""], ["Unfriended Dark Web", 0, ""],
["Candyman", 0, ""], ["Candyman", 0, ""],
["Veronica", 0, ""], ["Dark Water", 0, ""],
["Texas Chainsaw Massacre (2003)", 0, ""], ["Texas Chainsaw Massacre (2003)", 0, ""],
["Possession", 0, ""], ["Possession", 0, ""],
["Suspiria (2018)", 0, ""], ["Suspiria (2018)", 0, ""],
@ -439,7 +439,6 @@ var movies = [
["Suicide Club"], ["Suicide Club"],
["Lisa and the Devil"], ["Lisa and the Devil"],
["Housebound"], ["Housebound"],
["Dark Water"],
["I Drink Your Blood"], ["I Drink Your Blood"],
["Let's Scare Jessica to Death"], ["Let's Scare Jessica to Death"],
["Blood Rage"], ["Blood Rage"],

View File

@ -368,11 +368,10 @@ h3 {
display:none; display:none;
font-family: 'Arial', sans-serif; font-family: 'Arial', sans-serif;
font-size: 12px; font-size: 12px;
position: relative; position: fixed;
bottom: 0px; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
top:0;
width: 100%; width: 100%;
text-align: center; text-align: center;
margin: auto; margin: auto;