Skip to content

Commit

Permalink
miscallenous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
a456pur committed Dec 2, 2023
1 parent fca8671 commit e01da2b
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 24 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="shortcut icon" href="/images/ico.ico" type="image/x-icon">
<title>404 | Seraph</title>

<meta name="description" content="seraph; an open source unblocked games website hosting 100+ games with downloadable support, a clean and centralised user interface and no iframe embedding">
<meta name="description" content="seraph; an open source unblocked games website hosting 300+ games with rehosting support, custom themes, cloaking, apps + more!">
<meta property="og:site_name" content="seraph">
<meta property="og:title" content="seraph">
<meta property="og:type" content="website">
Expand Down
27 changes: 25 additions & 2 deletions apps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="../storage/css/apps4.css">
<title>Apps | Seraph</title>

<meta name="description" content="seraph; an open source unblocked games website hosting 100+ games with downloadable support, a clean and centralised user interface and no iframe embedding">
<meta name="description" content="seraph; an open source unblocked games website hosting 300+ games with rehosting support, custom themes, cloaking, apps + more!">
<meta property="og:site_name" content="seraph">
<meta property="og:title" content="seraph">
<meta property="og:type" content="website">
Expand All @@ -25,7 +25,7 @@
<body>
<div class="cursor"></div>
<h1>apps</h1>
<p> all apps on this website are complete copyright & property of their respective owners • website created/developed by @a456pur</p>
<input type="text" id="search" placeholder="⌕ search" autocomplete="off">
<p class="linkp"><a href="../index.html">homepage</a><a href="https://github.com/a456pur/seraph" target="_blank">github</a><a href="https://discord.gg/ZyZDmx3zuQ" target="_blank">discord</a></p>

<div class="button-container">
Expand Down Expand Up @@ -84,6 +84,29 @@ <h2>webretro</h2>
</div>
</a>
</div>

<p> // all apps hosted on this website are complete copyright & property of their respective owners \\</p>

<script>
function filterGames() {
const searchInput = document.getElementById('search').value.toLowerCase();
const buttons = document.querySelectorAll('.button h2');

buttons.forEach(button => {
const gameName = button.textContent.toLowerCase();
const buttonContainer = button.parentElement.parentElement;

if (gameName.includes(searchInput)) {
buttonContainer.style.display = 'block';
} else {
buttonContainer.style.display = 'none';
}
});
}

document.getElementById('search').addEventListener('input', filterGames);
</script>

<script src="../storage/js/cursor.js"></script>
<script src="../storage/js/cloak.js"></script>
<script src="../storage/js/themes.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion data.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="storage/css/data4.css">
<title>Data | Seraph</title>

<meta name="description" content="seraph; an open source unblocked games website hosting 100+ games with downloadable support, a clean and centralised user interface and no iframe embedding">
<meta name="description" content="seraph; an open source unblocked games website hosting 300+ games with rehosting support, custom themes, cloaking, apps + more!">
<meta property="og:site_name" content="seraph">
<meta property="og:title" content="seraph">
<meta property="og:type" content="website">
Expand Down
2 changes: 1 addition & 1 deletion games/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="../storage/css/games4.css">
<title>Games | Seraph</title>

<meta name="description" content="seraph; an open source unblocked games website hosting 100+ games with downloadable support, a clean and centralised user interface and no iframe embedding">
<meta name="description" content="seraph; an open source unblocked games website hosting 300+ games with rehosting support, custom themes, cloaking, apps + more!">
<meta property="og:site_name" content="seraph">
<meta property="og:title" content="seraph">
<meta property="og:type" content="website">
Expand Down
4 changes: 2 additions & 2 deletions host.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="storage/css/host4.css">
<title>Hosting | Seraph</title>

<meta name="description" content="seraph; an open source unblocked games website hosting 100+ games with downloadable support, a clean and centralised user interface and no iframe embedding">
<meta name="description" content="seraph; an open source unblocked games website hosting 300+ games with rehosting support, custom themes, cloaking, apps + more!">
<meta property="og:site_name" content="seraph">
<meta property="og:title" content="seraph">
<meta property="og:type" content="website">
Expand All @@ -35,7 +35,7 @@ <h1>host</h1>
<br>
<a class="button" target="__blank" href="https://github.com/a456pur/seraph">github link</a>

<p> // developed by @a456pur | release build v7.3 \\ </p>
<p> // developed by @a456pur | release build v7.4 \\ </p>
</div>

<script src="storage/js/cursor.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="cursor"></div>
<div class="content-side">
<h1 class="typewriter"><span id="cursor"></span></h1>
<h2>version 7.3 / release build</h2>
<h2>version 7.4 / release build</h2>
<br>

<div class="button-container">
Expand Down
2 changes: 1 addition & 1 deletion settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="storage/css/settings4.css">
<title>Settings | Seraph</title>

<meta name="description" content="seraph; an open source unblocked games website hosting 100+ games with downloadable support, a clean and centralised user interface and no iframe embedding">
<meta name="description" content="seraph; an open source unblocked games website hosting 300+ games with rehosting support, custom themes, cloaking, apps + more!">
<meta property="og:site_name" content="seraph">
<meta property="og:title" content="seraph">
<meta property="og:type" content="website">
Expand Down
4 changes: 2 additions & 2 deletions storage/css/apps4.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ input {
opacity: 0;
}

75% {
opacity: 1;
55% {
opacity: 0.9;
}

100% {
Expand Down
1 change: 1 addition & 0 deletions storage/css/settings4.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ button:hover {
a {
text-decoration: underline;
color: var(--text-color);
cursor: none;
animation: searchTween 2.5s ease-in-out forwards;
}

Expand Down
7 changes: 7 additions & 0 deletions storage/css/update4.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@ h1 {
0 0 80px #000000;
}

h2 {
font-size: 50px;
color: var(--text-color);
text-align: center;
margin-bottom: 10px;
}

a {
text-align: center;
cursor: none;
Expand Down
26 changes: 13 additions & 13 deletions updatelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<title>Update Log | Seraph</title>
<link rel="stylesheet" href="storage/css/update4.css">

<meta name="description" content="seraph; an open source unblocked games website hosting 100+ games with downloadable support, a clean and centralised user interface and no iframe embedding">
<meta name="description" content="seraph; an open source unblocked games website hosting 300+ games with rehosting support, custom themes, cloaking, apps + more!">
<meta property="og:site_name" content="seraph">
<meta property="og:title" content="seraph">
<meta property="og:type" content="website">
Expand All @@ -27,7 +27,7 @@
<h1 class="typewriter"><span id="cursor"></span></h1>
<h3 style="text-align: center;"><a href="index.html" style="color: var(--text-color); text-decoration: underline;">go to homepage</a><a href="https://github.com/a456pur/seraph" target="_blank" style="text-decoration: underline; color: var(--text-color)">view github</a></h3>

<h1 style="font-size: 50px;">version 7.3</h1>
<h2>version 7.3</h2>
<ul>
<li>
Added eighteen brand new games
Expand All @@ -52,7 +52,7 @@ <h1 style="font-size: 50px;">version 7.3</h1>
<li>Updated README file for GitHub to make it more clear</li>
</ul>

<h1 style="font-size: 50px;">version 7.2</h1>
<h2>version 7.2</h2>
<ul>
<li>
Added fifty-one brand new games
Expand Down Expand Up @@ -82,7 +82,7 @@ <h1 style="font-size: 50px;">version 7.2</h1>
</ul>


<h1 style="font-size: 50px;">version 7.1</h1>
<h2>version 7.1</h2>
<ul>
<li>
Added thirty-six brand new games
Expand Down Expand Up @@ -122,7 +122,7 @@ <h1 style="font-size: 50px;">version 7.1</h1>
</ul>


<h1 style="font-size: 50px;">version 7</h1>
<h2>version 7</h2>
<ul>
<li>
Added twenty-seven brand new games
Expand Down Expand Up @@ -176,7 +176,7 @@ <h1 style="font-size: 50px;">version 7</h1>
</ul>


<h1 style="font-size: 50px;">version 6.2</h1>
<h2>version 6.2</h2>
<ul>
<li>
Added thirty-nine brand new games
Expand Down Expand Up @@ -215,7 +215,7 @@ <h1 style="font-size: 50px;">version 6.2</h1>
</ul>


<h1 style="font-size: 50px;">version 6.1</h1>
<h2>version 6.1</h2>
<ul>
<li>
Added 30 brand new games
Expand Down Expand Up @@ -250,7 +250,7 @@ <h1 style="font-size: 50px;">version 6.1</h1>
<li>Removed more incorrect branding</li>
</ul>

<h1 style="font-size: 50px;">version 6</h1>
<h2>version 6</h2>
<ul>
<li>
Added eighteen brand new games
Expand Down Expand Up @@ -286,7 +286,7 @@ <h1 style="font-size: 50px;">version 6</h1>
<li>Wording rephrasing has been made to better clarify information</li>
</ul>

<h1 style="font-size: 50px;">version 5.1</h1>
<h2>version 5.1</h2>
<ul>
<li>Added twenty-one brand new games</li>
<ul>
Expand All @@ -299,7 +299,7 @@ <h1 style="font-size: 50px;">version 5.1</h1>
<li>Fixed cursor bug making horizontal scrollbars appear</li>
</ul>

<h1 style="font-size: 50px;">version 5</h1>
<h2>version 5</h2>
<ul>
<li>Added fifteen brand new games</li>
<ul>
Expand All @@ -325,7 +325,7 @@ <h1 style="font-size: 50px;">version 5</h1>
<li>Increased font size for update log + added padding</li>
<li>Added a neon glow to the homepage header</li>
</ul>
<h1 style="font-size: 50px;">version 4</h1>
<h2>version 4</h2>
<ul>
<li>
Added ten brand new games
Expand All @@ -350,7 +350,7 @@ <h1 style="font-size: 50px;">version 4</h1>
<li>Added Google meta tags</li>
</ul>

<h1 style="font-size: 50px;">version 3</h1>
<h2>version 3</h2>
<ul>
<li>
Added sixteen brand new games
Expand Down Expand Up @@ -384,7 +384,7 @@ <h1 style="font-size: 50px;">version 3</h1>
<li>Major GitHub README overhaul</li>
</ul>

<h1 style="font-size: 50px;">version 2</h1>
<h2>version 2</h2>
<ul>
<li>Added twenty-one brand new games</li>
<ul>
Expand Down

0 comments on commit e01da2b

Please sign in to comment.