forked from 5quirre1/Freakybob.site
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Freakybob-Team/Freakybob.site
- Loading branch information
Showing
11 changed files
with
265 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.