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