Skip to content

Commit

Permalink
quick
Browse files Browse the repository at this point in the history
  • Loading branch information
skruyo committed Mar 15, 2024
1 parent 9d166bb commit 38cb177
Show file tree
Hide file tree
Showing 12 changed files with 84 additions and 20 deletions.
Binary file added assets/graphics/quotes/cobalt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/graphics/quotes/femboy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/graphics/quotes/fluffly wuffy boy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/graphics/quotes/retrokruu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions assets/scripts/readFolder.js

This file was deleted.

8 changes: 0 additions & 8 deletions assets/scripts/readfolder.php

This file was deleted.

4 changes: 4 additions & 0 deletions css/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
h1 {
font-size: 50px;
color: var(--primary-color);
}
9 changes: 9 additions & 0 deletions css/quotes.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#quotes {
display: flex;
flex-direction: column;
}
#quotes img {

max-height: 200px;
padding-top: 10px;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<header id="mainheader">
<a href="../pages/social">socials /</a>
<a href="../pages/gf">/ gf /</a>
<a href="../pages/codes">/ secrets</a>
<a href="../pages/extra">/ extra</a>
</header>
<div id="container">
<div class="infoObject">
Expand Down
33 changes: 33 additions & 0 deletions pages/extra.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>

<head>
<title>Skruyo's Website</title>
<link href="../styles.css" rel="stylesheet" type="text/css">
<link href="../css/extra.css" rel="stylesheet" type="text/css">

<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:url" content="https://skruyo.github.io/">
<meta property="theme-color" content="#6F4D73">

</head>

<body>
<header id="mainheader">
<a href="../pages/social">home /</a>
<a href="../pages/gf">/ gf /</a>
<a href="../pages/gf">/ socials</a>
</header>

<div id="container">
<div class="infoObject">
<h1><a href="../pages/codes">Codes</a></h1>
<h1><a href="../pages/codes">Quotes</a></h1>
</div>
</div>
</body>

</html>
36 changes: 36 additions & 0 deletions pages/quotes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>

<head>
<title>Skruyo's Website | Quotes</title>
<link href="../styles.css" rel="stylesheet" type="text/css">
<link href="../css/quotes.css" rel="stylesheet" type="text/css">

<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:url" content="https://skruyo.github.io/">
<meta property="theme-color" content="#6F4D73">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

</head>

<body>
<header id="mainheader">
<a href="/">home /</a>
<a href="../pages/social">/ socials /</a>
<a href="../pages/gf">/ gf</a>
</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">
</div>
</div>
</body>

</html>
2 changes: 1 addition & 1 deletion pages/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<header id="mainheader">
<a href="/">home /</a>
<a href="../pages/gf">/ gf /</a>
<a href="../pages/codes">/ secrets</a>
<a href="../pages/extra">/ extra</a>
</header>
<div id="container">
<div class="infoObject">
Expand Down

0 comments on commit 38cb177

Please sign in to comment.