|
11 | 11 |
|
12 | 12 | gtag('config', 'G-TGSC9ZRNZV'); |
13 | 13 | </script> |
14 | | - |
| 14 | + <!-- Pro Ukraine welcome with explanation for Russian users (for now) --> |
| 15 | + <script src="https://cdn.nocodeflow.net/tools/geoblock.js"></script> |
| 16 | + |
15 | 17 | <title>Learn You a Haskell for Great Good! (up-to-date)</title> |
16 | 18 | <meta name="description" |
17 | 19 | content='An up-to-date community maintained version of the renowned "Learn You a Haskell" (LYAH) guide for Haskell. |
|
24 | 26 | <meta name="google-site-verification" content="y6vQvWUh4gehD8383uVn0Tcyuro3N2aGeCtG5TEitLs" /> |
25 | 27 | <link rel="stylesheet" href="assets/css/reset.css"> |
26 | 28 | <link rel="stylesheet" href="assets/css/style.css"> |
| 29 | + <!-- "Donato to Ukraine" top of the page banner --> |
| 30 | + <link rel="stylesheet" href="assets/css/ukraine-banner.css"> |
27 | 31 | <link rel="preload" as="image" href="assets/images/newsplash-new-short.webp"> |
28 | 32 | <link rel="preload" as="image" href="assets/images/newsplash-new-long.webp"> |
29 | 33 |
|
|
43 | 47 | </head> |
44 | 48 |
|
45 | 49 | <body> |
| 50 | + <!-- "Donato to Ukraine" top of the page banner --> |
| 51 | + <a class="support-ukraine" href="https://help.unicef.org/ukraine-emergency" target="_blank" rel="nofollow noopener" title="Donate to support Ukraine's independence."> |
| 52 | + <div class="support-ukraine__flag" role="img" aria-label="Flag of Ukraine"> |
| 53 | + <div class="support-ukraine__flag__blue"></div> |
| 54 | + <div class="support-ukraine__flag__yellow"></div> |
| 55 | + </div> |
| 56 | + <div class="support-ukraine__label support-ukraine__label--en">Donate to support Ukraine's children.</div> |
| 57 | + <div class="support-ukraine__label support-ukraine__label--ru">Пожертвовать на поддержку детей Украины.</div> |
| 58 | + </a> |
46 | 59 | <div id="newsplash" class="newsplash" |
47 | 60 | style="width:880px;height:800px;margin:0px auto 0 auto;background-repeat:no-repeat;background-image:url(assets/images/newsplash-new-short.webp);position:relative;font-size:16px;color:white;text-shadow:#24536F -1px 1px 1px"> |
48 | 61 | <div style="position:absolute;top:235px;height:235px;line-height:24px;"> |
@@ -105,7 +118,7 @@ <h1 style="display: none;">A guide to Haskell programming language</h1> |
105 | 118 | <!-- custom JS --> |
106 | 119 | <script src="assets/js/toggleShow.js" async></script> |
107 | 120 | <!-- redirect Russia (for now) --> |
108 | | - <script src="https://redirectrussia.org/v1.js" data-hide-domain="hide" async integrity="sha384-K4/XEYup4kNv/qt2ucIwIH2wLT9I+z3s17CHQNMBB2/E8/Kw2VYsXQKB/7kylubA" crossorigin="anonymous"></script> |
| 121 | + <!-- <script src="https://redirectrussia.org/v1.js" data-hide-domain="hide" async integrity="sha384-K4/XEYup4kNv/qt2ucIwIH2wLT9I+z3s17CHQNMBB2/E8/Kw2VYsXQKB/7kylubA" crossorigin="anonymous"></script> --> |
109 | 122 | </body> |
110 | 123 |
|
111 | 124 | </html> |
0 commit comments