mirror of
https://github.com/Realmzer/MySign-Repo.git
synced 2026-04-05 01:09:52 +00:00
moving some stuff
This commit is contained in:
parent
90a68f6708
commit
bcb25cf61f
6 changed files with 0 additions and 590 deletions
|
|
@ -1,119 +0,0 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Realmzers Certificates</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
|
||||
</head>
|
||||
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
|
||||
/* width */
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
.titletext {
|
||||
color: #ffffff;
|
||||
font-size:25px;
|
||||
}
|
||||
|
||||
.button:active {
|
||||
opacity: 0.9;
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.esign {
|
||||
background-color: rgb(58, 183, 233)
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: #0000005b;
|
||||
border: none;
|
||||
color: rgb(255, 255, 255);
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin: 4px 2px;
|
||||
cursor: pointer;
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
|
||||
.button:hover {background-color: #000000;}
|
||||
|
||||
.button:active {
|
||||
opacity: 0.9;
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.button1 {border-radius: 2px;}
|
||||
.button2 {border-radius: 4px;}
|
||||
.button3 {border-radius: 8px;}
|
||||
.button4 {border-radius: 32px;}
|
||||
.button5 {border-radius: 50%;}
|
||||
|
||||
.navbar {
|
||||
background-color: #333;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
float: center;
|
||||
display: block;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 0px 20px;
|
||||
text-decoration: none;
|
||||
transition: background 0.3s;
|
||||
}
|
||||
|
||||
.navbar .social-icons {
|
||||
float: center;
|
||||
}
|
||||
|
||||
.navbar .social-icons a {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.social-icons img {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
span {
|
||||
text-shadow: 5px 10px 14px #000000;
|
||||
}
|
||||
body {
|
||||
font-family: 'DM Sans';font-size: 25px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- <div class="navbar">
|
||||
<div class="social-bar">
|
||||
<a href="https://x.com/realmzerplus" target="_blank" rel="noopener noreferrer" class="twitter float-on-hover"><i class="fa fa-twitter"></i></a>
|
||||
<a href="https://github.com/Realmzer/Realmzer.github.io" target="_blank" rel="noopener noreferrer" class="github float-on-hover"><i class="fa fa-github "></i></a>
|
||||
<a href="https://discord.gg/9ArHTK64j6" target="_blank" rel="noopener noreferrer" class=" float-on-hover"><i class="fa fa-discord"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
<h1>iOS Certificates</h1>
|
||||
<p></p>
|
||||
<a href="https://github.com/Realmzer/Realmzer.github.io/releases/download/All-Certs/CertificatePack.zip" target="_self" class="button button3 + float-on-hover">Certificate Pack 1</a>
|
||||
<p></p>
|
||||
<p>Passwords: 1 & AppleP12.com</p>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
151
index.html
151
index.html
|
|
@ -1,151 +0,0 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Realmzers Site</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
|
||||
</head>
|
||||
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
|
||||
/* width */
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
.titletext {
|
||||
color: #ffffff;
|
||||
font-size:25px;
|
||||
}
|
||||
|
||||
.button:active {
|
||||
opacity: 0.9;
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.esign {
|
||||
background-color: rgb(58, 183, 233)
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: #0000005b;
|
||||
border: none;
|
||||
color: rgb(255, 255, 255);
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin: 4px 2px;
|
||||
cursor: pointer;
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
|
||||
.button:hover {background-color: #000000;}
|
||||
|
||||
.button:active {
|
||||
opacity: 0.9;
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.button1 {border-radius: 2px;}
|
||||
.button2 {border-radius: 4px;}
|
||||
.button3 {border-radius: 8px;}
|
||||
.button4 {border-radius: 32px;}
|
||||
.button5 {border-radius: 50%;}
|
||||
|
||||
.navbar {
|
||||
background-color: #333;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
float: center;
|
||||
display: block;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 0px 20px;
|
||||
text-decoration: none;
|
||||
transition: background 0.3s;
|
||||
}
|
||||
|
||||
.navbar .social-icons {
|
||||
float: center;
|
||||
}
|
||||
|
||||
.navbar .social-icons a {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.social-icons img {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
span {
|
||||
text-shadow: 5px 10px 14px #000000;
|
||||
}
|
||||
body {
|
||||
font-family: 'DM Sans';font-size: 25px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- <div class="navbar">
|
||||
<div class="social-bar">
|
||||
<a href="https://x.com/realmzerplus" target="_blank" rel="noopener noreferrer" class="twitter float-on-hover"><i class="fa fa-twitter"></i></a>
|
||||
<a href="https://github.com/Realmzer/Realmzer.github.io" target="_blank" rel="noopener noreferrer" class="github float-on-hover"><i class="fa fa-github "></i></a>
|
||||
<a href="https://discord.gg/9ArHTK64j6" target="_blank" rel="noopener noreferrer" class=" float-on-hover"><i class="fa fa-discord"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
<h1>Realmzer</h1>
|
||||
<p>Learning iOS and programming.</p>
|
||||
|
||||
<div class="social-bar">
|
||||
<a href="https://www.youtube.com/channel/UCLGSJWLs-St8hKwY0WCZ5mg" target="_blank" rel="noopener noreferrer" class="transparent float-on-hover"><i class="fa fa-youtube"></i></a>
|
||||
<a href="https://x.com/realmzerplus" target="_blank" rel="noopener noreferrer" class="transparent float-on-hover"><i class="fa fa-twitter"></i></a>
|
||||
<a href="https://github.com/Realmzer" target="_blank" rel="noopener noreferrer" class="transparent float-on-hover"><i class="fa fa-github "></i></a>
|
||||
<a href="https://www.reddit.com/user/Realmye" target="_blank" rel="noopener noreferrer" class="transparent float-on-hover"><i class="fa fa-reddit"></i></a>
|
||||
<a href="https://discord.gg/hWCWdxVb7Y" target="_blank" rel="noopener noreferrer" class="transparent discord float-on-hover"><i class="fa fa-discord"></i></a>
|
||||
</div>
|
||||
<p></p>
|
||||
<h3>Tools</h3>
|
||||
<a href="shortcuts.html" target="_self" class="button button3 + float-on-hover">iOS Shortcuts</a>
|
||||
<a href="https://raw.githubusercontent.com/Sideloading-Collective/SLC-DNS/refs/heads/main/SLDNS.mobileconfig" target="_self" class="button button3 + float-on-hover">SLC DNS (No Revoke & Blacklists iOS)</a>
|
||||
<a href="https://raw.githubusercontent.com/Sideloading-Collective/SLC-DNS/refs/heads/main/SLCADBLOCK.mobileconfig" target="_self" class="button button3 + float-on-hover">SLC DNS Adblock (No Revoke & Blacklists iOS)</a>
|
||||
<a href="certificates.html" target="_self" class="button button3 + float-on-hover">iOS Certificates</a>
|
||||
<h3>Projects</h3>
|
||||
<p></p>
|
||||
<P></P>
|
||||
<a href="https://github.com/Realmzer/FNF-PsychEngineLegacy" target="_blank" class="button button3 + float-on-hover">
|
||||
<img src="https://github.com/Realmzer/Realmzer.github.io/blob/main/images/PsychIcon.png?raw=true" alt="Icon" style="width: 50px; height: 50px; border-radius: 10%; vertical-align: middle;"> Psych Engine Legacy - Continuation of Psych Engine
|
||||
|
||||
</a>
|
||||
<h2></h2>
|
||||
</body>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
function copyRepoLink() {
|
||||
var textToCopy = `https://raw.githubusercontent.com/Realmzer/Realmzer.github.io/refs/heads/main/app-repo.json`;
|
||||
var textarea = document.createElement("textarea");
|
||||
textarea.value = textToCopy;
|
||||
document.body.appendChild(textarea);
|
||||
textarea.select();
|
||||
document.execCommand("copy");
|
||||
document.body.removeChild(textarea);
|
||||
alert("Realmzers AltStore Source copied to clipboard!");
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
56
servers.json
56
servers.json
|
|
@ -1,56 +0,0 @@
|
|||
{
|
||||
"servers": [
|
||||
{
|
||||
"name": "SideStore",
|
||||
"address": "https://ani.sidestore.io"
|
||||
},
|
||||
{
|
||||
"name": "SideStore (.zip)",
|
||||
"address": "https://ani.sidestore.zip"
|
||||
},
|
||||
{
|
||||
"name": "SideStore (.xyz)",
|
||||
"address": "https://ani.846969.xyz"
|
||||
},
|
||||
{
|
||||
"name": "Stern",
|
||||
"address": "http://ani.sternserv.xyz"
|
||||
},
|
||||
{
|
||||
"name": "Macley",
|
||||
"address": "http://5.249.163.88:6969"
|
||||
},
|
||||
{
|
||||
"name": "Jawshoeadan",
|
||||
"address": "https://anisette.jawshoeadan.me"
|
||||
},
|
||||
{
|
||||
"name": "WesleyBryie",
|
||||
"address": "https://ani.wesbryie.com"
|
||||
},
|
||||
{
|
||||
"name": "Stossy11",
|
||||
"address": "https://anisette.stossy11.com"
|
||||
},
|
||||
{
|
||||
"name": "SeasiDev",
|
||||
"address": "https://anisette.seasi.dev"
|
||||
},
|
||||
{
|
||||
"name": "SteX",
|
||||
"address": "https://ani.xu30.top"
|
||||
},
|
||||
{
|
||||
"name": "owoellen",
|
||||
"address": "https://ani.owoellen.rocks"
|
||||
},
|
||||
{
|
||||
"name": "pythonplayer123",
|
||||
"address": "https://ani3server.fly.dev"
|
||||
},
|
||||
{
|
||||
"name": "Realmzer",
|
||||
"address": "https://anisette.omnidev.org/"
|
||||
}
|
||||
]
|
||||
}
|
||||
118
shortcuts.html
118
shortcuts.html
|
|
@ -1,118 +0,0 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Realmzers Certificates</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
|
||||
</head>
|
||||
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
|
||||
/* width */
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
.titletext {
|
||||
color: #ffffff;
|
||||
font-size:25px;
|
||||
}
|
||||
|
||||
.button:active {
|
||||
opacity: 0.9;
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.esign {
|
||||
background-color: rgb(58, 183, 233)
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: #0000005b;
|
||||
border: none;
|
||||
color: rgb(255, 255, 255);
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin: 4px 2px;
|
||||
cursor: pointer;
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
|
||||
.button:hover {background-color: #000000;}
|
||||
|
||||
.button:active {
|
||||
opacity: 0.9;
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.button1 {border-radius: 2px;}
|
||||
.button2 {border-radius: 4px;}
|
||||
.button3 {border-radius: 8px;}
|
||||
.button4 {border-radius: 32px;}
|
||||
.button5 {border-radius: 50%;}
|
||||
|
||||
.navbar {
|
||||
background-color: #333;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
float: center;
|
||||
display: block;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 0px 20px;
|
||||
text-decoration: none;
|
||||
transition: background 0.3s;
|
||||
}
|
||||
|
||||
.navbar .social-icons {
|
||||
float: center;
|
||||
}
|
||||
|
||||
.navbar .social-icons a {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.social-icons img {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
span {
|
||||
text-shadow: 5px 10px 14px #000000;
|
||||
}
|
||||
body {
|
||||
font-family: 'DM Sans';font-size: 25px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- <div class="navbar">
|
||||
<div class="social-bar">
|
||||
<a href="https://x.com/realmzerplus" target="_blank" rel="noopener noreferrer" class="twitter float-on-hover"><i class="fa fa-twitter"></i></a>
|
||||
<a href="https://github.com/Realmzer/Realmzer.github.io" target="_blank" rel="noopener noreferrer" class="github float-on-hover"><i class="fa fa-github "></i></a>
|
||||
<a href="https://discord.gg/9ArHTK64j6" target="_blank" rel="noopener noreferrer" class=" float-on-hover"><i class="fa fa-discord"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
<h1>iOS Shortcuts</h1>
|
||||
<p></p>
|
||||
<a href="https://www.icloud.com/shortcuts/369ab1ebd49e40438ffc9498a61034b8" target="_self" class="button button3 + float-on-hover">Save MobileGestalt</a>
|
||||
<p></p>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
146
styles.css
146
styles.css
|
|
@ -1,146 +0,0 @@
|
|||
body{
|
||||
margin: 0;
|
||||
background: linear-gradient(to right, #5900ff, #8c32e0);
|
||||
text-align: center;
|
||||
background-filter: blur(10px);
|
||||
}
|
||||
|
||||
p{
|
||||
color:white
|
||||
}
|
||||
|
||||
h3{
|
||||
color:white
|
||||
}
|
||||
|
||||
h2{
|
||||
color:white
|
||||
|
||||
}
|
||||
|
||||
h1{
|
||||
color:white
|
||||
}
|
||||
|
||||
.float-on-hover {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
-webkit-transform: perspective(1px) translateZ(0);
|
||||
transform: perspective(1px) translateZ(0);
|
||||
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
|
||||
-webkit-transition-duration: 0.3s;
|
||||
transition-duration: 0.3s;
|
||||
-webkit-transition-property: transform;
|
||||
transition-property: transform;
|
||||
-webkit-transition-timing-function: ease-out;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
.float-on-hover:hover, .float-on-hover:focus, .float-on-hover:active {
|
||||
-webkit-transform: translateY(-1.5px);
|
||||
transform: translateY(-1.5px);
|
||||
}
|
||||
|
||||
.topnav {
|
||||
background-color: #000000;
|
||||
overflow: hidden;
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
/* Style the links inside the navigation bar */
|
||||
.topnav a {
|
||||
float: left;
|
||||
color: #f2f2f2;
|
||||
text-align: center;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
font-size: 17px;
|
||||
-moz-transition: all .5s ease-in;
|
||||
-o-transition: all .5s ease-in;
|
||||
-webkit-transition: all .5s ease-in;
|
||||
transition: all .5s ease-in;
|
||||
background: #000000;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
/* Change the color of links on hover */
|
||||
.topnav a:hover {
|
||||
background-color: #ddd;
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* Add a color to the active/current link */
|
||||
.topnav a.active {
|
||||
background-color: #04AA6D;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.social-bar {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.social-bar a {
|
||||
display: inline;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
transition: all 0.3s ease;
|
||||
color: white;
|
||||
font-size: 20px;
|
||||
border-radius: 50%;
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(25px);
|
||||
}
|
||||
|
||||
.social-bar a:hover {
|
||||
background-color: rgb(6, 1, 1);
|
||||
}
|
||||
|
||||
.twitter {
|
||||
background: #11bcff;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.youtube {
|
||||
background: red;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.github {
|
||||
background: rgb(140, 0, 255);
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.reddit {
|
||||
background: rgb(255, 69, 0);
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.twitch {
|
||||
background: rgb(169, 112, 255);
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.esign {
|
||||
background-color: rgb(58, 183, 233)
|
||||
}
|
||||
|
||||
.discord {
|
||||
margin: 8px;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.tele {
|
||||
background-color: rgb(55, 175, 223)
|
||||
}
|
||||
|
||||
.transparent {
|
||||
background-color: rgba(0, 0, 0, 0.486);
|
||||
margin: 8.5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.discord-btn:hover {
|
||||
color: #fff;
|
||||
}
|
||||
Loading…
Reference in a new issue