| | |
| | | <html lang="en-us"> |
| | | <head><meta charset="utf-8"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| | | <title>Ticky Tacky Dark - Emoji Support</title> |
| | | <meta name="description" content="Guide to emoji usage in Hugo"> |
| | | <meta name="author" content="Hugo Authors"> |
| | | <link rel="icon" href="/ticky_tacky_dark/favicon.ico"> |
| | | <link rel="icon" href="/ticky_tacky_dark/favicon.ico"><meta property="og:title" content="Emoji Support" /> |
| | | <meta property="og:description" content="Guide to emoji usage in Hugo" /> |
| | | <meta property="og:type" content="article" /> |
| | | <meta property="og:url" content="https://kc0bfv.github.io/ticky_tacky_dark/emoji-support/" /> |
| | | <meta property="og:image" content="https://kc0bfv.github.io/ticky_tacky_dark/img/cool01.jpg" /> |
| | | <meta property="article:published_time" content="2019-12-08T00:00:00+00:00" /> |
| | | <meta property="article:modified_time" content="2019-12-08T00:00:00+00:00" /> |
| | | <meta name="twitter:card" content="summary_large_image"/> |
| | | <meta name="twitter:image" content="https://kc0bfv.github.io/ticky_tacky_dark/img/cool01.jpg"/> |
| | | |
| | | <title>Ticky Tacky Dark - Emoji Support</title> |
| | | |
| | | |
| | | <meta name="twitter:title" content="Emoji Support"/> |
| | | <meta name="twitter:description" content="Guide to emoji usage in Hugo"/> |
| | | |
| | | |
| | | <meta name="robots" content="index,follow"> |
| | | <meta name="referrer" content="origin-when-cross-origin"> |
| | | |
| | | |
| | | |
| | | |
| | | <meta name="generator" content="Hugo 0.63.1"> |
| | | |
| | | <meta name="generator" content="Hugo 0.63.2" /> |
| | | |
| | | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> |
| | | |
| | | |
| | | <link rel="stylesheet" href="/ticky_tacky_dark/css/myscreen.css" type="text/css" media="screen"> |
| | | <link rel="stylesheet" href="/ticky_tacky_dark/css/myprint.css" type="text/css" media="print"> |
| | | <meta name="theme-color" content="black"> |
| | | |
| | | |
| | | |
| | | <noscript> |
| | | <style> |
| | | |
| | |
| | | |
| | | </style> |
| | | </noscript> |
| | | |
| | | <script> |
| | | function toggleDisplay( elementID ) { |
| | | elem = document.getElementById(elementID); |
| | | if( elem.style.display == "none" ) { |
| | | elem.style.display = "block"; |
| | | } else if( elem.style.display == "block" ) { |
| | | elem.style.display = "none"; |
| | | } |
| | | } |
| | | |
| | | function randomHeaderImg() { |
| | | let images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/header02.jpg"]; |
| | | let img_ind = Math.ceil(Math.random() * images.length) - 1; |
| | | let sel_url = images[img_ind] |
| | | let img = new Image(); |
| | | img.onload = function() { |
| | | function set_img(old_onload) { |
| | | let element = document.getElementById("headerimg"); |
| | | element.src = sel_url; |
| | | if( old_onload ){ old_onload() } |
| | | } |
| | | if( document.readyState === "complete" ) { set_img() } |
| | | else { window.onload = set_img(window.onload) } |
| | | } |
| | | img.src = sel_url; |
| | | } |
| | | randomHeaderImg(); |
| | | |
| | | |
| | | function randomSideImg() { |
| | | let images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/cool01.jpg"]; |
| | | let img_ind = Math.ceil(Math.random() * images.length) - 1; |
| | | let sel_url = images[img_ind] |
| | | let img = new Image(); |
| | | img.onload = function() { |
| | | function set_img(old_onload) { |
| | | let element = document.getElementById("sideimage"); |
| | | element.src = sel_url; |
| | | if( old_onload ){ old_onload() } |
| | | } |
| | | if( document.readyState === "complete" ) { set_img() } |
| | | else { window.onload = set_img(window.onload) } |
| | | } |
| | | img.src = sel_url; |
| | | } |
| | | randomSideImg(); |
| | | |
| | | </script> |
| | | </head> |
| | | <body> |
| | | <div id="full_body"> |
| | |
| | | </div> |
| | | </div> |
| | | <footer id="footer" class="top-section">Webmaster: <a href="mailto:kc0bfv@gmail.com">kc0bfv@gmail.com</a> |
| | | </footer><script> |
| | | function toggleDisplay( elementID ) { |
| | | elem = document.getElementById(elementID); |
| | | if( elem.style.display == "none" ) { |
| | | elem.style.display = "block"; |
| | | } else if( elem.style.display == "block" ) { |
| | | elem.style.display = "none"; |
| | | } |
| | | } |
| | | |
| | | function randomHeaderImg() { |
| | | images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/header02.jpg"]; |
| | | i = Math.ceil(Math.random() * images.length) - 1; |
| | | document.getElementById("headerimg").src = images[i]; |
| | | } |
| | | window.onload = randomHeaderImg; |
| | | |
| | | |
| | | function randomSideAndHeaderImg() { |
| | | randomHeaderImg(); |
| | | images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/cool01.jpg"]; |
| | | i = Math.ceil(Math.random() * images.length) - 1; |
| | | document.getElementById("sideimage").src = images[i]; |
| | | } |
| | | window.onload = randomSideAndHeaderImg; |
| | | |
| | | </script> |
| | | </div> |
| | | </footer></div> |
| | | </body> |
| | | </html> |