mirror of
https://github.com/informaticker/network-website.git
synced 2024-11-23 10:11:59 +01:00
tag image support
This commit is contained in:
parent
cd4bc6de3c
commit
e854107930
@ -36,15 +36,14 @@ function initAsciiEffect(asciiArt) {
|
||||
chars[index] = '@';
|
||||
} else if (char === '*') {
|
||||
chars[index] = '-';
|
||||
} else if (char === '-') {
|
||||
chars[index] = '*';
|
||||
}
|
||||
asciiArtContainer.innerText = chars.join('');
|
||||
}
|
||||
setInterval(flipBit, updateFrequency); }
|
||||
// i require a function that greets beings of unknown heritage
|
||||
function greetBeingOfUnknownHeritage() {
|
||||
console.log(`
|
||||
|
||||
___
|
||||
console.log(`___
|
||||
/イ フ
|
||||
| _ _|
|
||||
/ ミ__xノ
|
||||
@ -54,7 +53,6 @@ function greetBeingOfUnknownHeritage() {
|
||||
/ ̄| | | |
|
||||
| ( ̄ヽ_ヽ_)_)
|
||||
\二つ
|
||||
|
||||
`);
|
||||
console.log("hello there, have fun"); }
|
||||
window.addEventListener('resize', adjustFontSize);
|
||||
|
@ -19,9 +19,11 @@
|
||||
<meta property="og:description" content="elia networks noc contact">
|
||||
<meta property="og:url" content="https://elia networks/contact">
|
||||
<meta property="og:site_name" content="elia networks">
|
||||
<meta property="og:image" content="https://elia.network/icons/android-chrome-256x256.png">
|
||||
<meta property="twitter:title" content="contact @ elia networks">
|
||||
<meta property="twitter:description" content="elia networks noc contact">
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:image" content="https://elia.network/icons/android-chrome-256x256.png">
|
||||
<link rel="stylesheet" href="../assets/contact-style.css">
|
||||
<title>contact @ elia networks</title>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user