diff --git a/README.md b/README.md index 8070cad..e799ef5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# brainicism.github.io +# [brainicism.github.io](https://brainicism.github.io) Hey what's up gamers! + +# Contributing +The best way to submit a patch is to send us a pull request. Before submitting the pull request, make sure all existing tests are passing, and add the new test if it is required. + +If you want to add new functionality, please file a new proposal issue first to make sure that it is not in progress already. If you have any questions, feel free to create a question issue. + +# You're almost there! +🎉 You’ve submitted the four required PRs for the Hacktoberfest challenge! So long as your PRs successfully pass the review period, they’ll become valid in 6d:23h:55m:20s — which means you’ll have officially completed this year’s challenge! diff --git a/epic.gif b/epic.gif new file mode 100644 index 0000000..0d8a25b Binary files /dev/null and b/epic.gif differ diff --git a/fishe.jpg b/fishe.jpg new file mode 100644 index 0000000..d43da0a Binary files /dev/null and b/fishe.jpg differ diff --git a/index.html b/index.html index 277d555..077c27d 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,35 @@ + -

Hello World!

+

Hello World! I love kpop

+ + + + + +

+ #include "iostream"

+

using namespace std;

+

+

int main(){

+

cout << "anime";

+

}

+ diff --git a/index.js b/index.js index fae79bc..8fa9786 100644 --- a/index.js +++ b/index.js @@ -1,15 +1,34 @@ -var fortnite = false; +var lazeez = false; +var osmows = false; anime() + function anime() { - if(fortnite){ - document.querySelector("h1").style.color = "yellow"; - fortnite= false; + if(lazeez){ + document.querySelector("h1").style.color = "orange"; + lazeez= false; + } + else{ + document.querySelector("h1").style.color = "black"; + lazeez = true; + } +} +let gibstick = document.querySelectorAll("#kpop p") +function anime2() { + if(osmows){ + gibstick.forEach((leakytransistor) => { + leakytransistor.style.color = "orange"; + }) + osmows= false; } else{ - document.querySelector("h1").style.color = "green"; - fortnite = true; + gibstick.forEach((leakytransistor) => { + leakytransistor.style.color = "black"; + }) + osmows = true; } } +anime2() setInterval(anime, 100); +setInterval(anime2, 50) \ No newline at end of file