Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@
<html lang="en">

<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TGSC9ZRNZV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-TGSC9ZRNZV');
</script>
<!-- Pro Ukraine welcome with explanation for Russian users (for now) -->
<script src="https://cdn.nocodeflow.net/tools/geoblock.js"></script>

<title>Learn You a Haskell for Great Good! (up-to-date)</title>
<meta name="description"
content='An up-to-date community maintained version of the renowned "Learn You a Haskell" (LYAH) guide for Haskell.
Expand All @@ -26,8 +14,6 @@
<meta name="google-site-verification" content="y6vQvWUh4gehD8383uVn0Tcyuro3N2aGeCtG5TEitLs" />
<link rel="stylesheet" href="assets/css/reset.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- "Donato to Ukraine" top of the page banner -->
<link rel="stylesheet" href="assets/css/ukraine-banner.css">
<link rel="preload" as="image" href="assets/images/newsplash-new-short.webp">
<link rel="preload" as="image" href="assets/images/newsplash-new-long.webp">

Expand All @@ -47,15 +33,6 @@
</head>

<body>
<!-- "Donato to Ukraine" top of the page banner -->
<a class="support-ukraine" href="https://help.unicef.org/ukraine-emergency" target="_blank" rel="nofollow noopener" title="Donate to support Ukraine's independence.">
<div class="support-ukraine__flag" role="img" aria-label="Flag of Ukraine">
<div class="support-ukraine__flag__blue"></div>
<div class="support-ukraine__flag__yellow"></div>
</div>
<div class="support-ukraine__label support-ukraine__label--en">Donate to support the children of Ukraine.</div>
<div class="support-ukraine__label support-ukraine__label--ru">Пожертвуйте на поддержку детей Украины.</div>
</a>
<div id="newsplash" class="newsplash"
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">
<div style="position:absolute;top:235px;height:235px;line-height:24px;">
Expand Down Expand Up @@ -108,17 +85,10 @@ <h1 style="display: none;">A guide to Haskell programming language</h1>
</div>
</div>

<!-- Clicky tracking -->
<script async src="//static.getclicky.com/101352715.js"></script>
<noscript>
<p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/101352715ns.gif" /></p>
</noscript>
<!-- GitGub buttons --->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- custom JS -->
<script src="assets/js/toggleShow.js" async></script>
<!-- redirect Russia (for now) -->
<!-- <script src="https://redirectrussia.org/v1.js" data-hide-domain="hide" async integrity="sha384-K4/XEYup4kNv/qt2ucIwIH2wLT9I+z3s17CHQNMBB2/E8/Kw2VYsXQKB/7kylubA" crossorigin="anonymous"></script> -->
</body>

</html>