Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wish13yt committed Oct 6, 2024
2 parents 892eeb2 + 8595036 commit 3264c66
Show file tree
Hide file tree
Showing 11 changed files with 265 additions and 118 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Pushes the contents of the repo to the Codeberg mirror
name: Mirror to Codeberg
on: push
jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with: { fetch-depth: 0 }
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@codeberg.org:Freakybob/Freakybob.site.git
ssh_private_key: ${{ secrets.CODEBERG_SSH }}
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# freakybob
Prefer Codeberg or Disroot? We have that too.
https://codeberg.org/Freakybob/Freakybob.site
https://git.disroot.org/Freakybob/Freakybob.site
<img src="images/fbanner.png">
<br>
[![ForTheBadge uses-js](http://ForTheBadge.com/images/badges/uses-js.svg)](http://ForTheBadge.com)
[![ForTheBadge uses-css](http://ForTheBadge.com/images/badges/uses-css.svg)](http://ForTheBadge.com)
[![ForTheBadge uses-html](http://ForTheBadge.com/images/badges/uses-html.svg)](http://ForTheBadge.com)
[![ForTheBadge powered-by-electricity](http://ForTheBadge.com/images/badges/powered-by-electricity.svg)](http://ForTheBadge.com)
<br>
Freakybob.site is a website made by 5quirrel, wish13yt, #2 Twitter Hater and other contributors!
Welcome to the offical Github of Freakybob.site where the website was first birthed!

⚠️THE WEBSITE IS STILL BEING UPDATED AS WE SPEAK!⚠️

This was made with these languages :3

[![My Skills](https://skillicons.dev/icons?i=html,css,js,)](https://skillicons.dev)

To see credit for the icons we use, please go to https://github.com/Freakybob-Team/freaky-icons.

Expand Down
43 changes: 43 additions & 0 deletions Socials.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<title>Freakybob.site</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The freakybob.site Socials !!">
<meta content="Freakybob Socials!" property="og:title" />
<meta content="The Offical Social accounts for Freakybob.site!" property="og:description" />
<meta content="https://freakybob.site/Socials" property="og:url" />
<meta content="#006b79" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/x-icon" href="images/Yay!!.ico">
<link rel="stylesheet" href="css/socials.css">
</head>
<body>
<audio autoplay loop><source src="audio/just-relax-11157.mp3" type="audio/mp3"></audio>
<h1>The freakybob.site socials!</h1>
<div id="home-button-container">
<a href="https://freakybob.site" id="home-button"><button>Go back to freakybob.site!</button></a>
</div>
<p id="para1">Ever wanted to see freakybob.site on random social media apps? Me neither but we own a Tiktok account, YouTube, Pikidiary, Bluesky, etc!</p>
<p id="para2">The OG Socials !!</p>

<!-- The random ass socials :sob: -->
<div id="social-buttons-container">
<a href="https://github.com/Freakybob-Team/Freakybob.site" id="github-button">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/GitHub_Invertocat_Logo.svg/640px-GitHub_Invertocat_Logo.svg.png" alt="GitHub Logo">
</a>
<a href="https://discord.gg/T9z27hv7FN" id="discord-button">
<img src="images/discord.png" alt="Discord logo">
</a>
<a href="https://bsky.app/profile/freakybob.site" id="bluesky-button">
<img src="images/Bluesky.png" alt="Bluesky logo">
</a>
<a href="https://pikidiary.lol/users/freakybob" id="pikidiary-button">
<img src="images/piki.png" alt="Pikidiary logo">
</a>
<a href="http://blog.freakybob.site/" id="freakyblog-logo">
<img src="images/freakyblog.png" alt="freakyblog">
</a>
</div>
</body>
</html>
Binary file added audio/just-relax-11157.mp3
Binary file not shown.
91 changes: 11 additions & 80 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,39 +202,26 @@ margin-top: 12px;
z-index: 1001;
}

#github-button,
#discord-button,
#bluesky-button,
#freakyblog-logo,
#pikidiary-button {
#Social-button {
position: fixed;
z-index: 1001;
display: none; /* imagine being hidden LMAOO */
}

#github-button {
margin-top: 660px;
margin-left: 190px;
}

#discord-button {
margin-top: 660px;
margin-left: 80px
}

#bluesky-button {
#Social-button {
margin-top: 660px;
margin-left: -50px;
}

#github-button img,
#bluesky-button img {
#Social-button img {
width: 40px;
height: 40px;
}

#github-button img:hover,
#bluesky-button img:hover {
#Social-button img:hover {
transform: scale(1.1);
transition: 0.7s;
}
Expand All @@ -248,22 +235,6 @@ margin-left: 190px;
}

#freakyblog-logo {
position: fixed;
margin-top: 620px;
margin-left: -210px;
border: none;
background: none;
cursor: pointer;
}
#freakyblog-logo img {
position: fixed;
width: 40px;
height: 40px;
}
#freakyblog-logo:hover {
transform: scale(1.1);
transition: 0.7s;
}

#gpl-3 {
text-align: center;
Expand All @@ -288,25 +259,9 @@ z-index: 1001;
transform: scale(1.1);
transition: 0.7s;
}
#pikidiary-button img {
width: 70px;
height: 40px;
margin-top: -100px;
}

#pikidiary-button-container {
position: fixed;
margin-top: 670px;
margin-left: -330px;
}
#pikidiary-button-container:hover {
transform: scale(1.1);
transition: 0.7s;
}
@media screen and (max-width: 600px) {
#freakyblog-logo {
margin-top: -580px;
}

#marquee-text {
font-size: 15px;
}
Expand All @@ -325,45 +280,21 @@ font-size: 15px;
#scratch-button {
font-size: 15px;
}
#github-button {
margin-top: -469px;
left: 10px;
}
#discord-button {
margin-top: -320px;
left: -10px;
}
#bluesky-button {

#Social-button {
top: 10px;
left: 10px;
}
#github-button img,
#bluesky-button img {
width: 40px;
height: 40px;
}
#github-button img:hover,
#bluesky-button img:hover {
transform: scale(1.1);
transition: 0.7s;
}
#discord-button img {
width: 80px;
height: 60px;
}
#discord-button img:hover {

#Social-button img:hover {
transform: scale(1.1);
transition: 0.7s;
}
#freakyblog-logo img {
margin-top: 59px;
width: 40px;
height: 40px;
}
#freakyblog-logo:hover {
transform: scale(1.1);
transition: 1.3s;
}

#language-selector {
margin-top: 580px;
right: 110px;
Expand All @@ -375,4 +306,4 @@ cursor: pointer;
font-size: 13px;
z-index: 1001;
}
}
}
47 changes: 43 additions & 4 deletions css/info.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,45 @@ h4 {
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(174, 184, 34);
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;
Expand Down Expand Up @@ -278,10 +311,16 @@ h4 {
}
.point-button {
background-color: #106d7e;
margin-left: 60px;
margin-left: 30px;
border: #dbde06;
border-radius: 7px;
}
.DouKnow-button {
margin-top:20px;
background-color: #106d7e;
margin-left: -1px;
border: #dbde06;
border-radius: 7px;
}
}
/* Why the fuck is it not working */
/* fuck you wish */
/* :3 */
Loading

0 comments on commit 3264c66

Please sign in to comment.