Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1c8567e
Update index.html
Nandii Oct 28, 2018
f35f9ee
Merge pull request #5 from Nandii/patch-1
Brainicism Oct 28, 2018
2e09cf6
Update index.html
Brainicism Oct 29, 2018
611c619
Updated with relevant personal information.
sabihismail Oct 5, 2019
2434f64
Merge pull request #6 from sabihismail/master
Brainicism Oct 6, 2019
42922f0
Brought variable names up to standard.
Corsage Oct 6, 2019
88b9b1f
Merge pull request #7 from Corsage/master
Brainicism Oct 6, 2019
32bd740
Fixed minor issue -- forgot to refactor variable name.
Corsage Oct 6, 2019
b940c3a
Updated colors for Halloween theme.
Corsage Oct 6, 2019
9810d64
Merge pull request #8 from Corsage/master
Brainicism Oct 6, 2019
09c8676
Added FAQ for contributions.
Corsage Oct 6, 2019
cb726f6
Merge pull request #9 from Corsage/master
Brainicism Oct 6, 2019
21a68ca
Matched base color for Halloween theme.
Corsage Oct 6, 2019
5ed8899
Merge pull request #10 from Corsage/master
Brainicism Oct 6, 2019
10389c6
f
abdallaharar Oct 9, 2019
e34d304
fishe.jpg
abdallaharar Oct 9, 2019
46f3742
fixed fishe
abdallaharar Oct 9, 2019
fab13ba
Merge pull request #11 from abdallaharar/master
Brainicism Oct 9, 2019
c9d6dec
Added URL to site in README, shrunk ugly bastard
taahamahdi Oct 9, 2019
813d082
Merge pull request #12 from taahamahdi/master
Brainicism Oct 9, 2019
2644770
epic
kambojk Oct 9, 2019
6bfe88b
Merge pull request #13 from kambojk/master
Brainicism Oct 9, 2019
8eae909
ye
abdallaharar Oct 9, 2019
94efdd6
Merge pull request #14 from abdallaharar/master
Brainicism Oct 9, 2019
f12af1d
wrote some code
kambojk Oct 9, 2019
f37a354
Merge pull request #15 from kambojk/master
Brainicism Oct 9, 2019
6c5a90b
making things more lively
kambojk Oct 9, 2019
81ca22f
Merge pull request #16 from kambojk/master
Brainicism Oct 9, 2019
67e456d
arkaprime
Will-MingLun-Li Oct 3, 2020
75cb661
Merge pull request #18 from Will-MingLun-Li/master
Brainicism Oct 4, 2020
862d4bc
added music
abdallaharar Oct 23, 2020
8210b09
Merge pull request #1 from abdallaharar/patch-1
abdallaharar Oct 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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!
Binary file added epic.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fishe.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 21 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Monoton&display=swap" rel="stylesheet">
<style>
h1{
color: yellow;
color: orange;
}
body {
background-image: url("ohmioct19.png");
background-image: url("fishe.jpg");
}
#kpop p{
font-family: 'Monoton', cursive;
font-size: 18px;
}
</style>
</head>
<body>
<h1> Hello World! </h1>
<h1> Hello World! I love kpop </h1>
<a href="http://art.nandi.pw/images/hr/h152.jpg">
<img src="http://art.nandi.pw/images/hr/h152.jpg" alt="" height="500" />
</a>
<a href="https://okthisisepic.s-ul.eu/77JciCry">
<img src="https://okthisisepic.s-ul.eu/77JciCry" alt="" height="500" />
</a> <div id="kpop"> <p>
#include "iostream" </p>
<p> using namespace std;</p>
<p> </p>
<p> int main(){</p>
<p> cout << "anime";</p>
<p> }</p></div>
<script src="index.js"></script>
<iframe width="787" height="670" src="https://www.youtube.com/embed/c4KNd0Yv6d0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>
31 changes: 25 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
@@ -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)