-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (62 loc) · 5.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 shrink-to-fit=no">
<meta http-equiv="Permissions-Policy" content="accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=(), clipboard-read=(), clipboard-write=(), gamepad=(), speaker-selection=()">
<title>Hávamál Stanza of the Day</title>
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="favicon" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="favicon" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta property="og:title" content="Daily Hávamál Stanza">
<meta name="og:description" content="Discover daily Havamal stanzas by Dronke, Hollander, and a modern humorous twist from Huginn. Discover Norse wisdom reimagined for today’s world. Explore timeless insights with a modern twist, blending ancient teachings with contemporary perspectives for practical guidance and inspiration.">
<meta property="og:image" content="https://zalbright90.github.io/HavamalStanzas/havamal-banner.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="https://zalbright90.github.io/HavamalStanzas/havamal-banner.png">
<meta property="og:url" content="https://zalbright90.github.io/HavamalStanzas/">
<meta property="og:type" content="website">
<meta name="keywords" content="Havamal, Hávamál, daily Havamal, daily Hávamál, daily stanza, norse mythology, Huginn, Muninn, humorous Havamal, Norse poems, stanza, stanzas, Ursula Dronke, Hollander, translations">
<meta name="google-site-verification" content="-o73GVs7i_fzwMqTYO50kTinhnjnTwEMI2mCSiQHssI"/>
<link rel="canonical" href="https://zalbright90.github.io/HavamalStanzas/">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Runic&display=swap" rel="stylesheet">
<link rel="stylesheet" href="muninn.css">
<script async src="https://www.tiktok.com/embed.js"></script>
</head>
<body>
<main class="background-container">
<section class="container" aria-labelledby="stanza-header">
<div class="mode-toggle">
<input type="checkbox" id="darkModeToggle" class="toggle-checkbox">
<label for="darkModeToggle" class="toggle-label"><p>Dark Mode</p></label>
</div>
<h1>ᚺᚨᚢᚨᛗᚨᛚ</h1>
<h2>Hávamál</h2>
<h3>Words of Hávi 'The High One'</h3>
<div id="stanza" onclick="toggleTranslation()"></div>
<div id="info-text"><em>Click text for English translation by Ursula Dronke</em></div>
<div id="runic-translation"></div>
<h3>^ Runic transliteration ^</h3>
<div id="message"></div>
<div class="tiktok-container">
<div id="tiktok-embed"></div>
</div>
</div>
</main>
<div class="disclaimer">
<p>The content on this webpage includes selected excerpts from Ursula Dronke's translation of the Hávamál published by Oxford University Press. These excerpts are used strictly for educational purposes within a non-commercial context. Our goal is to share the wisdom and insights of the Hávamál with our community while respecting the intellectual property rights of the translator and publisher.
We believe that sharing this content in a non-commercial, educational setting falls under fair use/fair dealing provisions. However, we are committed to adhering to copyright laws and are actively seeking formal permission for this usage.
If you are the copyright holder and have any concerns or require further information, please <a href="mailto:prismpaletteproductions@gmail.com" id="contact">contact us.</a></p>
</div>
<footer>
<p>All rights belong to the respective copyright holders.<br>
Inspired by the Well of Urð at the roots of Yggdrasil, where the Norns weave the threads of fate and knowledge, fostering a community of wisdom and shared learning.<br>
Daily Havamal Stanza© 2024 by Prism Palette Productions™ is licensed under CC BY-NC-SA 4.0. To view a copy of this license, visit <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" id="license">Creative Commons Licenses</a>
</p>
</footer>
<script src="huginn.js" defer></script>
</body>
</html>