diff --git a/404.html b/404.html index ed7173b..07d5c9d 100644 --- a/404.html +++ b/404.html @@ -10,9 +10,14 @@ 404 + + + +

Oops! A 404 Page!

+

we'll meet again
dont know where @@ -23,8 +28,11 @@

Oops! A 404 Page!


just kidding! this page will likely never exist.. or theres an issue.. just let us know idk

+
Go to main page Make an issue +
+
+ + diff --git a/clicker.html b/clicker.html new file mode 100644 index 0000000..07a3258 --- /dev/null +++ b/clicker.html @@ -0,0 +1,327 @@ + + + + + + Freakybob Clicker + + + + + + + +
+
+

Shop

+ + +

Upgrades

+ + +
+
+
+
+

Clicks: 0

+

Clicks Per Second: 0

+
+
+

Achievements

+
+
+
+ + + + + + \ No newline at end of file diff --git a/css/404.css b/css/404.css index cea1f97..7205f0b 100644 --- a/css/404.css +++ b/css/404.css @@ -1,24 +1,61 @@ +* { + font-family: "Poppins", serif; + font-weight: 400; + font-style: normal; +} + + html, body { height: 100%; margin: 0; padding: 0; display: flex; flex-direction: column; - background-color: #ee0c9b; - font-family: 'Comic Sans MS', sans-serif; } +#container { + text-align: center; + margin-top: 0px; + font-size: 20px; + width: 1200px; + height: 1000px; + margin-left: auto; + margin-right: auto; + border-radius: 7px; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + border-radius: 15px; + padding:30px; + animation:pop-in 0.5s ease; + transition: + transform .4s ease, + box-shadow .4s ease; + animation:pop-in 0.6s ease; + color:#ffff; +} + +#particles-js{ + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; + background: linear-gradient(135deg, #3c1053, #000000 70%, #150050); + } + body { flex: 1; text-align: center; } h1 { - color: #333; + color: #fff; padding: 20px; - background-color: #87cefa; margin: 0; - border-bottom: 4px solid #e71292; font-size: 2em; } @@ -31,20 +68,32 @@ footer { margin-top: auto; } +img { + margin-bottom: 20px; + border-radius: 8px; +} + + #issue { - background-color: #ffbb00; - border: none; - border-radius: 5px; - color: #333; + background: rgb(205,125,255); + background: -moz-linear-gradient(90deg, rgba(205,125,255,1) 0%, rgba(61,0,135,1) 100%); + background: -webkit-linear-gradient(90deg, rgba(205,125,255,1) 0%, rgba(61,0,135,1) 100%); + background: linear-gradient(90deg, rgba(205,125,255,1) 0%, rgba(61,0,135,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd7dff",endColorstr="#3d0087",GradientType=1); + backdrop-filter: blur(10px); + box-shadow: 0 2px 20px 0 rgba(158,0,255,1); + border-radius: 8px; + color: #ffff; padding: 10px 20px; font-size: 1em; cursor: pointer; - margin-top: 20px; + margin-top: 200px; width: 150px; text-decoration: none; margin-right: auto; margin-left: auto; transition: all .4s ease; + } #issue:hover { @@ -53,10 +102,15 @@ footer { } #index { - background-color: #ffbb00; - border: none; - border-radius: 5px; - color: #333; + background: rgb(205,125,255); + background: -moz-linear-gradient(90deg, rgba(205,125,255,1) 0%, rgba(61,0,135,1) 100%); + background: -webkit-linear-gradient(90deg, rgba(205,125,255,1) 0%, rgba(61,0,135,1) 100%); + background: linear-gradient(90deg, rgba(205,125,255,1) 0%, rgba(61,0,135,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd7dff",endColorstr="#3d0087",GradientType=1); + backdrop-filter: blur(10px); + box-shadow: 0 2px 20px 0 rgba(158,0,255,1); + color: #ffff; + border-radius: 8px; padding: 10px 20px; font-size: 1em; cursor: pointer; @@ -81,4 +135,30 @@ footer { .gif { margin-left: -20px; } -} \ No newline at end of file +} + +@keyframes pop-in { + 0% { + opacity: 0; + transform: translateY(-4rem) scale(1); + } + 100% { + opacity: 1; + } + } + + @keyframes penis { + 0% { + box-shadow: none; + + } + + 50%{ + box-shadow: 0 0px 22px 0 rgba(158,0,255,1); + } + + 100% { + box-shadow: none; + } + } + diff --git a/css/dev.css b/css/dev.css index 781e03a..d0c9cda 100644 --- a/css/dev.css +++ b/css/dev.css @@ -1,9 +1,42 @@ +* { + font-family: "Poppins", serif; + font-weight: 400; + font-style: normal; +} + + + body { - background-color: #ADD8E6; - font-family: Arial, sans-serif; + background: url('../images/luca-micheli-ruWkmt3nU58-unsplash.jpg'); margin: 0; padding: 0; + background-repeat: no-repeat; + background-size: cover; +} + +#container { + text-align: center; + margin-top: 100px; + font-size: 20px; + width: 1200px; + height: 500px; + margin-left: auto; + margin-right: auto; + border-radius: 7px; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + border-radius: 15px; + padding:30px; + animation:pop-in 0.5s ease; + transition: + transform .4s ease, + box-shadow .4s ease; + animation:pop-in 0.6s ease; } + h1 { color: #333; text-align: center; @@ -14,34 +47,41 @@ h1 { flex-wrap: wrap; justify-content: center; margin: 20px; + gap: 20px; } .button-container button { - background: none; - border: 2px solid #555; - color: #555; font-size: 18px; cursor: pointer; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + border-radius: 15px; padding: 10px 20px; - border-radius: 5px; transition: color 0.3s, background-color 0.3s; margin: 5px; } .button-container button:hover { color: #ffffff; - background-color: rgb(191, 26, 224); } .contributors { text-align: center; margin-top: 30px; } .contributors button { - background-color: #9fd4f8; - border: none; - color: #070004; + transition: color 0.3s, background-color 0.3s; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + border-radius: 15px; font-size: 20px; cursor: pointer; padding: 10px; margin: 5px; + } .contributors button:hover { color: #fdfdf9; @@ -50,7 +90,7 @@ h1 { text-align: center; margin: 20px; font-size: 18px; - color: #1446fb; + color: #ffff; } .image-container { text-align: center; @@ -64,24 +104,8 @@ h1 { audio { display: none; } -#pfpcred { - position: fixed; - background: none; - border: 2px solid #555; - color: #555; - font-size: 18px; - cursor: pointer; - padding: 5px px; - border-radius: 5px; - transition: color 0.3s, background-color 0.3s; - margin: 5px; - margin-left: 600px; -} -#pfpcred:hover { - color: #ffffff; - background-color: rgb(4, 128, 133); -} -#pfpcred {width: 170px;} + + @media (max-width: 600px) { .button-container button { diff --git a/css/downloads.css b/css/downloads.css index bb5886f..2a9ba8c 100644 --- a/css/downloads.css +++ b/css/downloads.css @@ -1,47 +1,100 @@ -body { - font-family: "Noto Sans", sans-serif; - background-color: rgb(1, 83, 121); +* { + font-family: "Poppins", serif; + font-weight: 400; + font-style: normal; } + +#particles-js{ + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; + background: linear-gradient(135deg, #3c1053, #000000 70%, #150050); + } + + + #container { + text-align: center; + margin-top: 100px; + font-size: 20px; + width: 1200px; + height: 400px; + margin-left: auto; + margin-right: auto; + border-radius: 7px; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + border-radius: 15px; + padding:30px; + animation:pop-in 0.5s ease; + transition: + transform .4s ease, + box-shadow .4s ease; + animation:pop-in 0.6s ease; + } + + + .button-container { + margin-top: 10px; + display: flex; + flex-wrap: wrap; + justify-content: center; + margin: 20px; + } + a { - padding: 15px 25px; - font-size: 20px; - cursor: pointer; - background-color: rgb(172, 147, 5); - color: white; - border: none; - border-radius: 8px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); - transition: all 0.3s ease; - max-width: 220px; - width: 30%; - margin-left: 46%; - margin-right: 46%; - text-decoration: none; + + margin-top: 10px; + display: block; + height: 20px; + width: 400px; + padding: 20px 0px 20px 10px; + border-radius: 30px; + margin-left: 5px; + background: rgb(205,125,255); + background: -moz-linear-gradient(90deg, rgba(205,125,255,1) 0%, rgba(61,0,135,1) 100%); + background: -webkit-linear-gradient(90deg, rgba(205,125,255,1) 0%, rgba(61,0,135,1) 100%); + background: linear-gradient(90deg, rgba(205,125,255,1) 0%, rgba(61,0,135,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd7dff",endColorstr="#3d0087",GradientType=1); + backdrop-filter: blur(10px); + box-shadow: 0 2px 20px 0 rgba(158,0,255,1); + background-size: 300%; + background-position: left; + text-align: center; + font-family: Helvetica; + font-size: 22px; + color: mintcream; + text-decoration: none; + transition: background-position 1s ease-in-out; + transition: all 1s ease-in-out; + position: absolute; + animation: penis 2s ease-in-out infinite; } h1 { text-align: center; color: white; font-size: 40px; - text-shadow: 10px 10px 10px rgba(248, 232, 3, 0.3); } h3 { text-align: center; color: white; font-size: 25px; - text-shadow: 10px 10px 10px rgba(248, 232, 3, 0.3); } #para1 { text-align: center; color: white; font-size: 20px; - text-shadow: 10px 10px 10px rgba(248, 232, 3, 0.3); } #para2 { text-align: center; color: white; font-size: 20px; - text-shadow: 10px 10px 10px rgba(248, 232, 3, 0.3); } @media (max-width: 770px) { @@ -70,3 +123,30 @@ h3 { margin-left: 0%; } } + + + @keyframes pop-in { + 0% { + opacity: 0; + transform: translateY(-4rem) scale(1); + } + 100% { + opacity: 1; + } + } + + @keyframes penis { + 0% { + box-shadow: none; + + } + + 50%{ + box-shadow: 0 0px 22px 0 rgba(158,0,255,1); + } + + 100% { + box-shadow: none; + } + } + diff --git a/css/freakymas.css b/css/freakymas.css index ad88e6f..96c4abf 100644 --- a/css/freakymas.css +++ b/css/freakymas.css @@ -1,12 +1,18 @@ /* thanks https://github.com/hyperstown/pure-snow.js/blob/master/style.css <3 */ + +* { + font-family: "Delius Swash Caps", serif; + font-weight: 400; + font-style: normal; +} + body { - background: url("https://freakybob.site/images/chirstmas-1.png") no-repeat center center fixed; + background: url("../images/christmas-celebration-with-decorated-tree.jpg") no-repeat center center fixed; background-size: cover; overflow-x: hidden; min-height: 100vh; overflow-y: hidden; color: white; - font-family: 'Comic Sans MS', sans-serif; min-width: 100vw; display: flex; flex-direction: column; @@ -30,37 +36,39 @@ body::before { h1 { + margin-top: 80px; position: sticky; font-family: 'Comic Sans MS', sans-serif; text-align: center; color: rgb(218, 203, 3); font-size: 42px; - margin-top: -20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); - } h2 { - color: rgb(55, 255, 0); + color: #fff; } - #info-button { margin-top: 12px; padding: 15px 25px; font-size: 18px; cursor: pointer; - background-color: rgb(41, 172, 5); color: white; border: none; border-radius: 8px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; max-width: 220px; width: 100%; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + animation: penis 2s ease-in-out infinite; + margin-top: 10px; } #info-button:hover { - background-color: rgb(102, 255, 163); transform: translateY(-3px) scale(1.05); } #gallery-button { @@ -68,17 +76,21 @@ margin-top: 12px; padding: 15px 25px; font-size: 18px; cursor: pointer; - background-color: rgb(50, 172, 5); color: white; border: none; border-radius: 8px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; max-width: 220px; width: 100%; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + animation: penis 2s ease-in-out infinite; + margin-top: 10px; } #gallery-button:hover { - background-color: rgb(218, 3, 3); transform: translateY(-3px) scale(1.05); } #music-button { @@ -86,17 +98,21 @@ margin-top: 12px; padding: 15px 25px; font-size: 18px; cursor: pointer; - background-color: rgb(218, 3, 3); color: white; border: none; border-radius: 8px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; max-width: 220px; width: 100%; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + animation: penis 2s ease-in-out infinite; + margin-top: 10px; } #music-button:hover { - background-color: rgb(50, 172, 5); transform: translateY(-3px) scale(1.05); } @@ -105,17 +121,21 @@ margin-top: 12px; padding: 15px 25px; font-size: 18px; cursor: pointer; - background-color: rgb(218, 3, 3); color: white; border: none; border-radius: 8px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; max-width: 220px; width: 100%; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + animation: penis 2s ease-in-out infinite; + margin-top: 10px; } #team-button:hover { - background-color: rgb(50, 172, 5); transform: translateY(-3px) scale(1.05); } #activities-button { @@ -123,20 +143,44 @@ margin-top: 12px; padding: 15px 25px; font-size: 18px; cursor: pointer; - background-color: rgb(50, 172, 5); color: white; border: none; border-radius: 8px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; max-width: 220px; width: 100%; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + animation: penis 2s ease-in-out infinite; + margin-top: 10px; } #activities-button:hover { - background-color: rgb(218, 3, 3); transform: translateY(-3px) scale(1.05); } +#activities-button:after { + content: '✨'; + position: absolute; + color: #fffacd; + font-size: 1.2em; + top: -5px; + left: 15px; + animation: sparkle 2s infinite ease-in-out; +} + + +.ok { + border-radius: 8px; + margin-top: 10px; +} + +.d { + margin-bottom: 10px; +} + #gpl-3 { text-align: center; @@ -156,18 +200,20 @@ margin-top: 12px; } #music-player { position: fixed; - bottom: 20px; + bottom: 150px; right: 20px; width: 220px; - background-color: #006b7971; - border: 4px solid #cd0b0b; border-radius: 15px; padding: 15px 10px; color: #fff; font-family: Arial, sans-serif; - box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); text-align: center; z-index: 1000; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); } @@ -175,15 +221,22 @@ margin-top: 12px; font-size: 0.9em; font-weight: bold; margin-bottom: 8px; - color: #92fc77; - background-color: rgb(10, 95, 71); + background: rgb(131,58,180); +background: -moz-radial-gradient(circle, rgba(131,58,180,.1) 0%, rgba(253,29,29,0.1) 50%, rgba(252,176,69,.1) 100%); +background: -webkit-radial-gradient(circle, rgba(131,58,180,.1) 0%, rgba(253,29,29,.1) 50%, rgba(252,176,69,.1) 100%); +background: radial-gradient(circle, rgba(131,58,180,.1) 0%, rgba(253,29,29,.1) 50%, rgba(252,176,69,.1) 100%); +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#833ab4",endColorstr="#fcb045",GradientType=.1); border-radius: 8px; padding: 5px 10px; } #music-player button { - background-color: #63b222; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 100px solid rgba(255,255,255); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); color: #fff; border: none; border-radius: 50%; @@ -193,7 +246,6 @@ margin-top: 12px; font-size: 1em; cursor: pointer; transition: background-color 0.3s, transform 0.2s; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); } #music-player #brainrot-button { font-size: 11px; @@ -229,14 +281,7 @@ a { text-decoration: none; color: wheat; } -#socials { -transition: all 0.3s ease; -text-align: center; -margin-top: -20px; -} -#socials:hover { -transform: translateY(-3px) scale(1.05); -} + #music-credits { text-align: center; margin-top: 20px; @@ -252,6 +297,65 @@ transform: translateY(-3px) scale(1.05); color: orange; } +.footer { + margin-top: 100px; + display: flex; + border: 1px solid #ffff; + width:2000px; + height:200px; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); +} + +.footer p { + margin-left: 39%; +} + +.footer img { + width: 60px; + height: 50px; +} + +#social-buttons-container { + display: flex; + justify-content: center; + align-items: center; + gap: 20px; + margin-left: -425px; + margin-top: -10px; + +} + +#social-buttons-container img { + justify-content: center; + align-items: center; + width: 40px; + height: 40px; + transition: 0.3s; +} + +#discord-button img { + width: 80px; + height: 60px; +} + +#pikidiary-button img { + width: 70px; + height: 40px; +} + +#instagram-button { + width: 70px; + height: 40px; +} + +#social-buttons-container img:hover { + transform: scale(1.1); +} + @media screen and (max-width: 600px) { h1 { margin-top: -60px; @@ -328,11 +432,41 @@ margin-top: -10px; } } +@keyframes penis { + 0% { + box-shadow: none; + + } + + 50%{ + box-shadow: 0 0px 12px 0 rgb(201, 0, 201); + } + 100% { + box-shadow: none; + } +} +@keyframes swag { + from { + color: #6666ff; + } + 10% { + color: #0099ff; + } + 50% { + color: #00ff00; + } + 75% { + color: #ff3399; + } + 100% { + color: #6666ff; + } +} diff --git a/css/info copy.css b/css/info copy.css new file mode 100644 index 0000000..1b077d6 --- /dev/null +++ b/css/info copy.css @@ -0,0 +1,313 @@ +body { + background-color: rgb(193, 111, 12); + font-family: "Noto Sans", sans-serif; +} +h1 { + text-align: center; + color: rgb(217, 224, 16); +} +p { + text-align: center; + color: rgb(206, 190, 190); +} +h2 { + text-align: center; + font-size: 20px; + color: #dbde06; +} +h3 { + text-align: center; + font-size: 40px; + color: #dbde06; + margin-top: -50px; +} +a { + color: rgb(203, 171, 233); + +} +h4 { + text-align: center; + font-size: 40px; + color: #e0ba9c; + margin-top: -5px; +} +#para4 { + color: rgb(2, 254, 250); + font-size: 20px; +} +#para5 { + color: aqua; + margin-top: -50px; +} +#para6 { + color: rgb(12, 240, 149); + margin-top: 40px; + text-align: left; +} +.button-container { + text-align: center; + margin-top: 20px; +} +.button-container button { + background: none; + border: none; + color: #e7d915; + margin: 0 15px; + font-size: 20px; + cursor: pointer; + padding: 10px 20px; + border-radius: 5px; + border: 2px solid #c107b5; + transition: color 0.7s, background-color 0.7s; +} +.button-container button:hover { + color: #0f000f; + background-color: #f3ef14; + transform: scale(1.1); +} +.content-wrapper { + display: flex; + justify-content: space-between; + align-items: flex-start; + margin: 40px; +} +#freakybob-orgin, #freakybob-found { + margin-left: 20px; + margin-top: 20px; +} +#freakybob-orgin:hover, #freakybob-found:hover { + transition: 0.8s; + transform: scale(1.1); +} +#freakybob-found { + width: 320px; +} +#bought-freakybob { + margin-left: 20px; + width: 320px; + margin-top: 40px; +} +#bought-freakybob:hover { + transition: 0.8s; + transform: scale(1.1); +} + +#carousel-container { + margin-top: 120px; +} +#carousel { + display: flex; + overflow: hidden; + width: 400px; +} +.carousel-images { + display: flex; + transition: transform 0.5s ease; + border-radius: 8px; +} +.carousel-images img { + width: 400px; + height: auto; + cursor: pointer; +} +#para1, #para2, #para3 { + text-align: left; + margin-top: 20px; + font-size: 14px; + color: #bede09; +} + +.modal { + display: none; + position: fixed; + z-index: 1000; + left: 0; + top: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.8); + justify-content: center; + align-items: center; +} +.modal img { + max-width: 90%; + max-height: 90%; + border: 5px solid white; + border-radius: 10px; +} +.close { + position: absolute; + top: 20px; + right: 20px; + color: white; + font-size: 40px; + font-weight: bold; + cursor: pointer; +} +.point-button { + border-radius: 7px; + color: #a9e411; + border: none; + font-size: medium; + cursor: pointer; + margin-left: 634px; + background-color: #106d7e; +} +.point-button:hover { + transform: scale(1.1); + transition: 0.7s; + background-color: #f3ef14; + color: #0f000f; +} +.DouKnow-button { + border-radius: 7px; + color: #a9e411; + border: none; + font-size: medium; + cursor: pointer; + margin-left: 579px; + background-color: #106d7e; +} +.DouKnow-button:hover { + transform: scale(1.1); + transition: 0.7s; + background-color: #f3ef14; + color: #0f000f; +} +.description { + color: rgb(209, 223, 15); + background-color: rgb(8, 128, 128); + border-radius: 9px; + font-size: 20px; +} +.close-button { + background-color: #c107b5; + color: rgb(40, 187, 187); + border: none; + padding: 10px 20px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + margin: 4px 2px; + cursor: pointer; + } +@media (max-width: 768px) { + .content-wrapper { + flex-direction: column; + align-items: center; + margin: 20px 5%; + } + #freakybob-orgin, #freakybob-found { + margin-left: 0; + margin-top: 20px; + } + #bought-freakybob { + margin-left: 0; + margin-top: 20px; + } + .carousel-button { + background-color: #c107b5; + color: white; + border: none; + padding: 10px; + cursor: pointer; + font-size: 18px; +} +.carousel-button:hover { + background-color: #f3ef14; + color: #0f000f; +} +#carousel-container { + display: flex; + justify-content: center; + align-items: center; + margin-top: -10px; + margin-right: -5px; +} +#carousel { + display: flex; + overflow: hidden; + width: 300px; + height: 200px; +} +.carousel-images { + display: flex; + transition: transform 0.5s ease; +} +.carousel-images img { + width: 300px; + height: auto; + cursor: pointer; +} +#para1, #para2, #para3 { + text-align: left; + margin-top: 20px; + font-size: 14px; + color: #bede09; +} +#para4 { + color: rgb(2, 254, 250); + font-size: 20px; +} +.modal { + display: none; + position: fixed; + z-index: 1000; + left: 0; + top: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.8); + justify-content: center; + align-items: center; +} +.modal img { + max-width: 110%; + max-height: 160%; + border: 5px solid white; + border-radius: 10px; +} +.close { + position: absolute; + top: 20px; + right: 20px; + color: white; + font-size: 40px; + font-weight: bold; + cursor: pointer; +} +h3 { + text-align: center; + font-size: 40px; + color: #dbde06; + margin-top: 90px; +} +h4 { + text-align: center; + font-size: 40px; + color: #dbde06; + margin-top: -30px; +} + +#para6 { + color: rgb(12, 221, 218); + font-size: 20px; + text-align: center; + +} +.point-button { + background-color: #106d7e; + margin-left: 30px; + border: #dbde06; + border-radius: 7px; +} +.DouKnow-button { + margin-top:20px; + background-color: #106d7e; + margin-left: -1px; + border: #dbde06; + border-radius: 7px; +} +} +/* :3 */ diff --git a/css/info.css b/css/info.css index 0c90cc9..6fc95d0 100644 --- a/css/info.css +++ b/css/info.css @@ -1,326 +1,200 @@ -body { - background-color: rgb(193, 111, 12); - font-family: "Noto Sans", sans-serif; -} -h1 { - text-align: center; - color: rgb(217, 224, 16); + +* { + font-family: "Poppins", serif; + font-weight: 400; + font-style: normal; } + +#particles-js{ + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; + background: linear-gradient(135deg, #3c1053, #000000 70%, #150050); + } + p { - text-align: center; - color: rgb(206, 190, 190); + text-align: center; + font-size: 40px; + color: rgb(255, 255, 255); + transition: all 1s ease-in-out; + margin-bottom: 10px; } -h2 { - text-align: center; - font-size: 20px; - color: #dbde06; -} -h3 { - text-align: center; - font-size: 40px; - color: #dbde06; - margin-top: -50px; +h1 { + margin-bottom: 10px; + text-align: center; + font-size: 30px; + color: rgb(255, 255, 255); + transition: all 1s ease-in-out; } -a { - color: rgb(203, 171, 233); +#para1, #para2, #para3, #para4 { + font-size:25px; } -h4 { + +h2, h3 { text-align: center; - font-size: 40px; - color: #e0ba9c; - margin-top: -5px; -} -#para4 { - color: rgb(2, 254, 250); - font-size: 20px; -} -#para5 { - color: aqua; - margin-top: -50px; -} -#para6 { - color: rgb(12, 240, 149); - margin-top: 40px; - text-align: left; + font-size: 20px; + color: rgb(255, 255, 255); + transition: all 1s ease-in-out; + margin-top: 100px; } .button-container { + margin-top: -20px; + display: flex; + flex-wrap: wrap; + justify-content: center; + margin: 20px; + } + .button-container a { + display: block; + height: 20px; + width: 400px; + padding: 20px 0px 20px 10px; + border-radius: 30px; + margin-left: 5px; + background: rgb(205,125,255); + background: -moz-linear-gradient(90deg, rgba(205,125,255,1) 0%, rgba(61,0,135,1) 100%); + background: -webkit-linear-gradient(90deg, rgba(205,125,255,1) 0%, rgba(61,0,135,1) 100%); + background: linear-gradient(90deg, rgba(205,125,255,1) 0%, rgba(61,0,135,1) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd7dff",endColorstr="#3d0087",GradientType=1); + backdrop-filter: blur(10px); + box-shadow: 0 2px 20px 0 rgba(158,0,255,1); + background-size: 300%; + background-position: left; + text-align: center; + font-family: Helvetica; + font-size: 22px; + color: mintcream; + text-decoration: none; + transition: background-position 1s ease-in-out; + transition: all 1s ease-in-out; + position: absolute; + animation: penis 2s ease-in-out infinite; + } + .button-container a:hover { + position: right; + } +#container { text-align: center; - margin-top: 20px; -} -.button-container button { - background: none; - border: none; - color: #e7d915; - margin: 0 15px; + margin-top: 100px; font-size: 20px; - cursor: pointer; - padding: 10px 20px; - border-radius: 5px; - border: 2px solid #c107b5; - transition: color 0.7s, background-color 0.7s; -} -.button-container button:hover { - color: #0f000f; - background-color: #f3ef14; - transform: scale(1.1); -} -.content-wrapper { - display: flex; - justify-content: space-between; - align-items: flex-start; - margin: 40px; -} -#freakybob-orgin, #freakybob-found { - margin-left: 20px; - margin-top: 20px; -} -#freakybob-orgin:hover, #freakybob-found:hover { - transition: 0.8s; - transform: scale(1.1); -} -#freakybob-found { - width: 320px; -} -#bought-freakybob { - margin-left: 20px; - width: 320px; - margin-top: 40px; -} -#bought-freakybob:hover { - transition: 0.8s; - transform: scale(1.1); -} -.carousel-button { - background-color: #c107b5; - color: white; - border: none; - padding: 10px; - cursor: pointer; - font-size: 18px; + width: 1200px; + height: 1800px; + margin-left: auto; + margin-right: auto; + border-radius: 7px; + background: none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + border-radius: 15px; + padding:30px; + animation:pop-in 0.5s ease; + transition: + transform .4s ease, + box-shadow .4s ease; + animation:pop-in 0.6s ease; } -.carousel-button:hover { - background-color: #f3ef14; - color: #0f000f; + + +#freakybob-found, #bought-freakybob, #freakybob-orgin { + border-radius: 8px; } + #carousel-container { + gap: 20px; display: flex; justify-content: center; align-items: center; margin-top: 120px; } #carousel { + gap: 20px; display: flex; overflow: hidden; width: 400px; } .carousel-images { + gap: 20px; display: flex; transition: transform 0.5s ease; } .carousel-images img { + border-radius: 8px; + gap: 20px; width: 400px; - height: auto; + height: 200px ; cursor: pointer; } -#para1, #para2, #para3 { - text-align: left; - margin-top: 20px; - font-size: 14px; - color: #bede09; -} -.modal { - display: none; - position: fixed; - z-index: 1000; - left: 0; - top: 0; - width: 100%; - height: 100%; - background-color: rgba(0, 0, 0, 0.8); - justify-content: center; - align-items: center; -} -.modal img { - max-width: 90%; - max-height: 90%; - border: 5px solid white; - border-radius: 10px; -} -.close { - position: absolute; - top: 20px; - right: 20px; - color: white; - font-size: 40px; - font-weight: bold; - cursor: pointer; -} -.point-button { - border-radius: 7px; - color: #a9e411; - border: none; - font-size: medium; - cursor: pointer; - margin-left: 634px; - background-color: #106d7e; -} -.point-button:hover { - transform: scale(1.1); - transition: 0.7s; - background-color: #f3ef14; - color: #0f000f; -} -.DouKnow-button { - border-radius: 7px; - color: #a9e411; - border: none; - font-size: medium; - cursor: pointer; - margin-left: 579px; - background-color: #106d7e; -} -.DouKnow-button:hover { - transform: scale(1.1); - transition: 0.7s; - background-color: #f3ef14; - color: #0f000f; -} -.description { - color: rgb(209, 223, 15); - background-color: rgb(8, 128, 128); - border-radius: 9px; - font-size: 20px; -} -.close-button { - background-color: #c107b5; - color: rgb(40, 187, 187); - border: none; - padding: 10px 20px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 16px; - margin: 4px 2px; - cursor: pointer; - } -@media (max-width: 768px) { - .content-wrapper { - flex-direction: column; - align-items: center; - margin: 20px 5%; + +@media screen and (max-width: 600px) { + p { + font-size: 40px; } - #freakybob-orgin, #freakybob-found { - margin-left: 0; - margin-top: 20px; + + h1 { + font-size: 20px; } - #bought-freakybob { - margin-left: 0; - margin-top: 20px; + #countdown { + font-size: 15px; + width: 300px; + height: 300px; + margin-top: 50px; + margin-bottom: 10px; + margin-left: auto; + margin-right: auto; + border-radius: 7px; } - .carousel-button { - background-color: #c107b5; - color: white; - border: none; - padding: 10px; - cursor: pointer; - font-size: 18px; -} -.carousel-button:hover { - background-color: #f3ef14; - color: #0f000f; -} -#carousel-container { - display: flex; - justify-content: center; - align-items: center; - margin-top: -10px; - margin-right: -5px; -} -#carousel { - display: flex; - overflow: hidden; - width: 300px; - height: 200px; -} -.carousel-images { - display: flex; - transition: transform 0.5s ease; -} -.carousel-images img { - width: 300px; - height: auto; - cursor: pointer; -} -#para1, #para2, #para3 { - text-align: left; - margin-top: 20px; - font-size: 14px; - color: #bede09; -} -#para4 { - color: rgb(2, 254, 250); - font-size: 20px; -} -.modal { - display: none; - position: fixed; - z-index: 1000; - left: 0; - top: 0; - width: 100%; - height: 100%; - background-color: rgba(0, 0, 0, 0.8); - justify-content: center; - align-items: center; -} -.modal img { - max-width: 110%; - max-height: 160%; - border: 5px solid white; - border-radius: 10px; -} -.close { - position: absolute; - top: 20px; - right: 20px; - color: white; - font-size: 40px; - font-weight: bold; - cursor: pointer; -} -h3 { - text-align: center; - font-size: 40px; - color: #dbde06; - margin-top: 90px; -} -h4 { - text-align: center; - font-size: 40px; - color: #dbde06; - margin-top: -30px; + .button-container { + display: flex; + flex-wrap: wrap; + justify-content: center; + margin: 20px; + } + .button-container button { + background: none; + border: 2px solid #d1219c; + color: #17e0bf; + font-size: 18px; + cursor: pointer; + padding: 10px 20px; + border-radius: 5px; + transition: color 0.3s, background-color 0.3s; + margin: 5px; + } + .button-container button:hover { + color: #ffffff; + background-color: rgb(6, 110, 124); + } } -#para6 { - color: rgb(12, 221, 218); - font-size: 20px; - text-align: center; +@keyframes pop-in { + 0% { + opacity: 0; + transform: translateY(-4rem) scale(1); + } + 100% { + opacity: 1; + } + } -} -.point-button { - background-color: #106d7e; - margin-left: 30px; - border: #dbde06; - border-radius: 7px; -} -.DouKnow-button { - margin-top:20px; - background-color: #106d7e; - margin-left: -1px; - border: #dbde06; - border-radius: 7px; -} -} -/* :3 */ + @keyframes penis { + 0% { + box-shadow: none; + + } + + 50%{ + box-shadow: 0 0px 22px 0 rgba(158,0,255,1); + } + + 100% { + box-shadow: none; + } + } + diff --git a/css/team.css b/css/team.css index b042901..bb2e217 100644 --- a/css/team.css +++ b/css/team.css @@ -1,11 +1,19 @@ +* { + font-family: "Poppins", serif; + font-weight: 400; + font-style: normal; +} + + body { - background-color: #277811; - font-family: "Comic Sans MS", "Comic Sans"; + background: url(../images/17001-3840x2160-desktop-4k-mountain-wallpaper.jpg); + background-repeat: no-repeat; + background-size: cover; margin: 0; padding: 0; } h1 { - color: #13f0b2; + color: #fff; text-align: center; margin: 20px; } @@ -16,21 +24,23 @@ h1 { margin: 20px; } .button-container button { - background: none; - border: 2px solid #0ebd9d; - color: #74d5b9; + background:none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + border-radius: 15px; font-size: 18px; cursor: pointer; padding: 10px 20px; - border-radius: 5px; transition: color 0.3s, background-color 0.3s; margin: 5px; } .button-container button:hover { color: #ffffff; - background-color: rgb(191, 26, 224); } + .contributors button:hover { color: #fdfdf9; } @@ -39,6 +49,7 @@ h1 { margin: 20px; font-size: 18px; color: #f8f9f9; + background:none; } .image-container { text-align: center; @@ -53,22 +64,51 @@ audio { display: none; } h2 { - color: #75e207; - margin-left: 120px; + color: #ffff; + margin-left: 20px; } + + .graphics { - margin-left: 60px; - background-color: #13f0b176; + margin-left: 440px; + background:none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + border-radius: 15px; border-radius: 8px; - height: 250px; - width: 300px; + height: 255px; + width: 500px; + text-align: center; } + +.testers { + + text-align: center; + margin-top: -150px; + margin-left: 550px; + height: 255px; + width:500px; + background:none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + border-radius: 15px; + border-radius: 8px; +} + #Sspruce, #Tina { + background:none; + background: linear-gradient(135deg, rgba(255,255,255,0.1)rgba(255,255,255,0)) ; + border: 1px solid rgba(255,255,2555,0.18); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(0,0,0,37); + border-radius: 15px; margin-top: 30px; height: 40px; width: 100px; - background-color: #75e207; - border-radius: 7px; margin-left: 20px; border: none; cursor: pointer; @@ -76,8 +116,7 @@ h2 { } #Sspruce:hover, #Tina:hover { - color: #1d896c; - background-color: rgb(104, 238, 15); + color: #ffffff; text-decoration: underline; } diff --git a/dev.html b/dev.html index 9d3dfbc..de78ccf 100644 --- a/dev.html +++ b/dev.html @@ -10,11 +10,14 @@ + + + Team - +

These are the people who develop for freakybob.site!

diff --git a/downloads.html b/downloads.html index f9dce51..558a204 100644 --- a/downloads.html +++ b/downloads.html @@ -12,13 +12,22 @@ Downloads! | Freakybob.site + + + +

Downloads

+

Freakybob.efi

Created by: mpax235

An EFI program that prints freakybob.

+
Download -

THIS PAGE IS NOT READY FOR PUBLIC USE!!

+
+
+ + diff --git a/images/140533-3840x2160-desktop-4k-mountain-background.jpg b/images/140533-3840x2160-desktop-4k-mountain-background.jpg new file mode 100644 index 0000000..c886d91 Binary files /dev/null and b/images/140533-3840x2160-desktop-4k-mountain-background.jpg differ diff --git a/images/17001-3840x2160-desktop-4k-mountain-wallpaper.jpg b/images/17001-3840x2160-desktop-4k-mountain-wallpaper.jpg new file mode 100644 index 0000000..1bbc2be Binary files /dev/null and b/images/17001-3840x2160-desktop-4k-mountain-wallpaper.jpg differ diff --git a/images/christmas-celebration-with-decorated-tree.jpg b/images/christmas-celebration-with-decorated-tree.jpg new file mode 100644 index 0000000..34866c8 Binary files /dev/null and b/images/christmas-celebration-with-decorated-tree.jpg differ diff --git a/images/luca-micheli-ruWkmt3nU58-unsplash.jpg b/images/luca-micheli-ruWkmt3nU58-unsplash.jpg new file mode 100644 index 0000000..805cc94 Binary files /dev/null and b/images/luca-micheli-ruWkmt3nU58-unsplash.jpg differ diff --git a/images/trees-with-christmas-lights_729895-13.avif b/images/trees-with-christmas-lights_729895-13.avif new file mode 100644 index 0000000..aed477d Binary files /dev/null and b/images/trees-with-christmas-lights_729895-13.avif differ diff --git a/index.html b/index.html index 3b0fadf..be7e1d6 100644 --- a/index.html +++ b/index.html @@ -76,6 +76,9 @@ + + +
@@ -84,7 +87,6 @@ To continue to the website, please enable JavaScript.

Freakybob

- Socials

@@ -98,19 +100,44 @@

-
Free Website Hit Counter
- -
-

No Rights Reserved. All pages are licensed under GPL-3.

- -
Playing: Greg Sexy sim
- +
+
+
Free Website Hit Counter
+ +
+ +
+ + diff --git a/info copy.html b/info copy.html new file mode 100644 index 0000000..a6ce6a3 --- /dev/null +++ b/info copy.html @@ -0,0 +1,76 @@ + + + + Info page :3 + + + + + + + + + + + + + + + + +

Mobile Css is done! You can now look at this page better on mobile :3! (The Images model is still broken on mobile, sowwy)

+

Welcome to Freakybob.site

+
+ + + +
+

Since you're here, you probably want to know what this is about :3

+

freakybob.site is a website that was created by 5quirre1 and wish13yt. This all started from Wish mentioning a "freakybob" domain. Everyone was looking at domains until Squirrel found a domain on a domain website. The domain was "freakybob.site" for $4.00. Squirrel bought it almost instantly starting the well deserved birth of freakybob.site!

+ +
+
+ freakybob origin +

A screenshot of Wish saying "steam gift 50$ - freakybob.com" which inspired Squirrel to buy and create freakybob.site

+ Found freakybob site +

A screenshot of Squirrel finding the domain "freakybob.site"

+ bought-freakybob +

A screenshot of Squirrel showing that he bought freakybob.site

+
+ + +
+ + +

Can this website get taken down by Viacom, Nickolodeon or Nintendo?

+ +

We are not using any copyrighted music, images, or videos (YouTube embeds) in this website. The only music you hear throughout the website is copyright free music and Nintendo Wii U music from the Internet Archive. Since we are not selfhosting the music and pirating anything, Nintendo should not be able to take down the website, BUT if anything were to happen, We would be cooked since Nintendo is money hungry.

+ +

Some Questions we've heard from people

+ +

We know this website is very confusing asf so I'ma answer some of the most common questions !!

+ + + + + + + +
+ + + diff --git a/info.html b/info.html index a6ce6a3..8970632 100644 --- a/info.html +++ b/info.html @@ -15,62 +15,43 @@ + + + -

Mobile Css is done! You can now look at this page better on mobile :3! (The Images model is still broken on mobile, sowwy)

-

Welcome to Freakybob.site

+
+
+

Since you're here, you probably want to know what this is about :3

+
- - - + Go back to Freakybob.site!
-

Since you're here, you probably want to know what this is about :3

-

freakybob.site is a website that was created by 5quirre1 and wish13yt. This all started from Wish mentioning a "freakybob" domain. Everyone was looking at domains until Squirrel found a domain on a domain website. The domain was "freakybob.site" for $4.00. Squirrel bought it almost instantly starting the well deserved birth of freakybob.site!

- -
-
+

freakybob.site is a website that was created by 5quirre1 and wish13yt. This all started from Wish mentioning a "freakybob" domain. Everyone was looking at domains until Squirrel found a domain on a domain website. The domain was "freakybob.site" for $4.00. Squirrel bought it almost instantly starting the well deserved birth of freakybob.site!

freakybob origin

A screenshot of Wish saying "steam gift 50$ - freakybob.com" which inspired Squirrel to buy and create freakybob.site

Found freakybob site

A screenshot of Squirrel finding the domain "freakybob.site"

bought-freakybob

A screenshot of Squirrel showing that he bought freakybob.site

-
- - -
- - -

Can this website get taken down by Viacom, Nickolodeon or Nintendo?

- -

We are not using any copyrighted music, images, or videos (YouTube embeds) in this website. The only music you hear throughout the website is copyright free music and Nintendo Wii U music from the Internet Archive. Since we are not selfhosting the music and pirating anything, Nintendo should not be able to take down the website, BUT if anything were to happen, We would be cooked since Nintendo is money hungry.

- -

Some Questions we've heard from people

- -

We know this website is very confusing asf so I'ma answer some of the most common questions !!

- - - - - - - -
+
+ + + diff --git a/team.html b/team.html index 57acdc1..89da8f0 100644 --- a/team.html +++ b/team.html @@ -12,25 +12,30 @@ Team + + + +

The Team!!!

+ +
-

Graphics team

+

Graphics team

-
- -

Testers team

-
- +
+

tester team

+ +