Skip to content

Commit

Permalink
Merge pull request #1 from Skruyo/update
Browse files Browse the repository at this point in the history
guh
  • Loading branch information
skruyo authored Mar 23, 2024
2 parents 524eda8 + 8971218 commit 68736bd
Show file tree
Hide file tree
Showing 35 changed files with 37 additions and 37 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion styles.css → global.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("assets/fonts/fonts.css");
@import url("public/fonts/fonts.css");
:root {
/* So I can easily readjust :3 */
--primary-color: #1A0F1F;
Expand Down
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<meta property="og:title" content="Skruyo's Website">
<meta property="og:description" content="My cool website">
<meta property="og:image" content="https://skruyo.github.io/assets/graphics/skry.png">
<link rel="icon" type="image/x-icon" href="assets/graphics/skry.png">
<meta property="og:image" content="https://skruyo.github.io/public/graphics/skry.png">
<link rel="icon" type="image/x-icon" href="public/graphics/skry.png">
<meta property="og:url" content="https://skruyo.github.io/">
<meta property="theme-color" content="#6F4D73">

Expand All @@ -27,7 +27,7 @@
<div id="infoTop">
<img id="avatar"
src="https://cdn.discordapp.com/avatars/1195875960227111025/b5af77d1e31db54a105d0364fe09aa29.webp?size=512"
alt="assets/graphics/skry.png">
alt="public/graphics/skry.png">
<div id="desc">
<h1>Hey, I'm Daniel</h1>
<p>
Expand All @@ -46,19 +46,19 @@ <h3>Languages I'm learning:</h3>

<div id="lang" class="list">
<a href="https://www.lua.org">
<img src="assets/graphics/lang/lua.svg">
<img src="public/graphics/lang/lua.svg">
</a>
<a href="https://www.python.org">
<img src="assets/graphics/lang/py.webp">
<img src="public/graphics/lang/py.webp">
</a>
<a href="https://haxe.org/">
<img src="assets/graphics/lang/haxe-logo.svg">
<img src="public/graphics/lang/haxe-logo.svg">
</a>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML">
<img src="assets/graphics/lang/html5.webp">
<img src="public/graphics/lang/html5.webp">
</a>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS">
<img src="assets/graphics/lang/css3.svg">
<img src="public/graphics/lang/css3.svg">
</a>
</div>

Expand Down
6 changes: 3 additions & 3 deletions pages/codes.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

<meta property="og:title" content="Skruyo's Website | Secrets">
<meta property="og:description" content="My cool website ">
<meta property="og:image" content="https://skruyo.github.io/assets/graphics/skry.png">
<link rel="icon" type="image/x-icon" href="assets/graphics/skry.png">
<meta property="og:image" content="https://skruyo.github.io/public/graphics/skry.png">
<link rel="icon" type="image/x-icon" href="public/graphics/skry.png">
<meta property="og:url" content="https://skruyo.github.io/">
<meta property="theme-color" content="#6F4D73">

<script src="../assets/scripts/readFile.js"></script>
<script src="../public/scripts/readFile.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions pages/extra.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<meta property="og:title" content="Skruyo's Website">
<meta property="og:description" content="My cool website">
<meta property="og:image" content="https://skruyo.github.io/assets/graphics/skry.png">
<link rel="icon" type="image/x-icon" href="assets/graphics/skry.png">
<meta property="og:image" content="https://skruyo.github.io/public/graphics/skry.png">
<link rel="icon" type="image/x-icon" href="public/graphics/skry.png">
<meta property="og:url" content="https://skruyo.github.io/">
<meta property="theme-color" content="#6F4D73">

Expand Down
6 changes: 3 additions & 3 deletions pages/gf.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

<head>
<title>Gf page!</title>
<link rel="icon" href="../assets/graphics/gf/icon.gif" type="image/x-icon">
<link rel="icon" href="../public/graphics/gf/icon.gif" type="image/x-icon">
<link href="../css/gf.css" rel="stylesheet" type="text/css">
</head>

<body>
<div id="stinky">
<a href="https://betpowo.github.io">
<img src="../assets/graphics/gf/logo.gif" width="300">
<img src="../public/graphics/gf/logo.gif" width="300">
</a>
<div class="board" id="californiagirls">
<p>
Expand All @@ -26,7 +26,7 @@
<h1>My gf!!! <3 </h1>
</h1>
<a href="https://betpowo.github.io">
<img class="hover" src="../assets/graphics/gf.png">
<img class="hover" src="../public/graphics/gf.png">
</a>
<p>visit her website!!!!!</p>
<a class="back" href="/">back home</a>
Expand Down
12 changes: 6 additions & 6 deletions pages/quotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<meta property="og:title" content="Skruyo's Website | Secrets">
<meta property="og:description" content="My cool website ">
<meta property="og:image" content="https://skruyo.github.io/assets/graphics/skry.png">
<link rel="icon" type="image/x-icon" href="assets/graphics/skry.png">
<meta property="og:image" content="https://skruyo.github.io/public/graphics/skry.png">
<link rel="icon" type="image/x-icon" href="public/graphics/skry.png">
<meta property="og:url" content="https://skruyo.github.io/">
<meta property="theme-color" content="#6F4D73">

Expand All @@ -25,10 +25,10 @@
</header>
<div id="container">
<div class="infoObject" id="quotes">
<img src="../assets/graphics/quotes/femboy.png">
<img src="../assets/graphics/quotes/fluffly wuffy boy.png">
<img src="../assets/graphics/quotes/cobalt.png">
<img src="../assets/graphics/quotes/retrokruu.png">
<img src="../public/graphics/quotes/femboy.png">
<img src="../public/graphics/quotes/fluffly wuffy boy.png">
<img src="../public/graphics/quotes/cobalt.png">
<img src="../public/graphics/quotes/retrokruu.png">
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion pages/secret.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<script src="../assets/scripts/readFile.js"></script>
<script src="../public/scripts/readFile.js"></script>
<script>
const urlParams = new URLSearchParams(window.location.search);
const fileName = urlParams.get('file');
Expand Down
6 changes: 3 additions & 3 deletions pages/secrets/femboy.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<meta property="og:title" content="Skruyo's Website">
<meta property="og:description" content="My cool website">
<meta property="og:image" content="https://skruyo.github.io/assets/graphics/skry.png">
<link rel="icon" type="image/x-icon" href="assets/graphics/skry.png">
<meta property="og:image" content="https://skruyo.github.io/public/graphics/skry.png">
<link rel="icon" type="image/x-icon" href="public/graphics/skry.png">
<meta property="og:url" content="https://skruyo.github.io/">
<meta property="theme-color" content="#6F4D73">

Expand All @@ -24,7 +24,7 @@
</header>
<div id="container">
<div class="infoObject ">
<img src="../../assets/graphics/femboy.png">
<img src="../../public/graphics/femboy.png">
</div>
</div>
</body>
Expand Down
10 changes: 5 additions & 5 deletions pages/secrets/shiggy.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html>
<head>
<title>shiggy</title>
<link rel="icon" href="../assets/graphics/shiggy.gif" type="image/x-icon">
<link rel="icon" href="../public/graphics/shiggy.gif" type="image/x-icon">
<link href="../../styles.css" rel="stylesheet" type="text/css">
<link href="../../css/shiggy.css" rel="stylesheet" type="text/css">

<meta property="og:title" content="Shiggy">
<meta property="og:description" content="shiggy">
<meta property="og:image" content="https://skruyo.github.io/assets/graphics/shiggy.gif">
<link rel="icon" type="image/x-icon" href="assets/graphics/shiggy.gif">
<meta property="og:image" content="https://skruyo.github.io/public/graphics/shiggy.gif">
<link rel="icon" type="image/x-icon" href="public/graphics/shiggy.gif">
<meta property="og:url" content="https://skruyo.github.io/">
<meta property="theme-color" content="#6F4D73">
</head>
Expand All @@ -23,13 +23,13 @@
<div id="container">
<div class="infoObject">
<div id="infoTop" style="display: flex; align-items: center; flex-direction: column;">
<audio id="auddio" src="https://raw.githubusercontent.com/Skruyo/skruyo.github.io/main/assets/audio/see_you_again.mp3"></audio>
<audio id="auddio" src="../../public/audio/see_you_again.mp3"></audio>
<button id="shiggybutton">
press me
<script>
const audio = document.getElementById("auddio");
const shiggy = document.createElement("img");
shiggy.src = "https://raw.githubusercontent.com/Skruyo/skruyo.github.io/main/assets/graphics/shiggy.gif";
shiggy.src = "../../public/graphics/shiggy.gif";
const element = document.getElementById("shiggybutton");
const container = document.getElementById("infoTop");
element.addEventListener("click", () => {
Expand Down
8 changes: 4 additions & 4 deletions pages/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
<h1>Socials</h1>
<div class="socialsList">
<a href="https://github.com/Skruyo">
<img src="../assets/graphics/socials/github.png">
<img src="../public/graphics/socials/github.png">
</a>
<a href="https://twitter.com/SakuraSkry">
<img src="../assets/graphics/socials/twitter.webp">
<img src="../public/graphics/socials/twitter.webp">
</a>
<a href="https://www.roblox.com/users/4692646512/profile">
<img src="../assets/graphics/socials/roblox.webp">
<img src="../public/graphics/socials/roblox.webp">
</a>
<a href="discord://-/users/1195875960227111025">
<img src="../assets/graphics/socials/discord.png">
<img src="../public/graphics/socials/discord.png">
</a>
</div>
</div>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion assets/fonts/fonts.css → public/fonts/fonts.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: "Poppins";
src: url("assets/fonts/Poppins.woff2") format("woff2");
src: url("public/fonts/Poppins.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 68736bd

Please sign in to comment.