diff --git a/css/index.css b/css/index.css index 9fd584d11..7bd1584d5 100755 --- a/css/index.css +++ b/css/index.css @@ -3,6 +3,7 @@ html { overflow-x: hidden; + transform: rotateY(180deg); } body { @@ -815,4 +816,4 @@ div.lowerSection { .social-media-section a.fab:hover { color: pink; text-decoration: none; -} \ No newline at end of file +} diff --git a/scripts/index.js b/scripts/index.js index 0fad110ef..b80a4939f 100755 --- a/scripts/index.js +++ b/scripts/index.js @@ -10,3 +10,10 @@ let l = document.getElementById('love').addEventListener('click', () => { document.querySelector("#header h1").innerHTML = "Broccoli Egg"; body.classList.toggle("broccoli-green"); }, false) + +// flashing title +let flash = 0 +setInterval(function() { + document.title = `Hacktoberfest | ${flash ? '🎉' : '✨'}` + flash = !flash +}, 1000) diff --git a/thai.html b/thai.html deleted file mode 100644 index 61be62926..000000000 --- a/thai.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - Thai language for Helloworld - - - - - -
-

สวัสดีโลก
Sa-wat-dee-lok

-

Thai pronunciation for Hello World

-

เรามาจากประเทศไทย : We are from Thailand

-
- - - \ No newline at end of file diff --git a/yeet.mp3 b/yeet.mp3 deleted file mode 100644 index e3f72e040..000000000 Binary files a/yeet.mp3 and /dev/null differ