Skip to content

Commit

Permalink
Updated smthn because I think it looks kinda cool.
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Oct 2, 2024
1 parent f8094d3 commit 313971c
Show file tree
Hide file tree
Showing 9 changed files with 103 additions and 58 deletions.
38 changes: 22 additions & 16 deletions layouts/_default/home.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
{{ define "main" }}
<main>
<div class="about">
<div>
<b id="date-time">time</b>
<script src="/assets/js/timezone.js"></script>
<p>Hello and Welcome, You may call me Tee.</p>
<p>I prefer to go by Tee, Riya, Rhea, or Kara.</p>
<p>My preferred pronouns are She/They</p>
<p>
Shows & Movies I like include, Doctor Who, DC Universe, Marvel Universe.
</p>
<p>Games I like include, Minecraft, Terraria, BeamNG.drive and DayZ.</p>
<p style="font-size: 20px">
<a href="https://nohello.net/en/">NoHello</a> |
<a href="https://dontasktoask.com/">DontAskToAsk</a> |
<a href="https://xyproblem.info/">XYProblem</a>
</p>
</div>
<div style="background: #ed9458; border-radius: 25px;
font-size: 20px;
padding: 10px;
border: 1px solid lightgray;
margin: 10px;">
<div>
<b id="date-time">time</b>
<script src="/assets/js/timezone.js"></script>
<p>Hello and Welcome, You may call me Tee.</p>
<p>I prefer to go by Tee, Riya, Rhea, or Kara.</p>
<p>My preferred pronouns are She/They</p>
<p>
Shows & Movies I like include, Doctor Who, DC Universe, Marvel Universe.
</p>
<p>Games I like include, Minecraft, Terraria, BeamNG.drive and DayZ.</p>
<p style="font-size: 20px">
<a href="https://nohello.net/en/">NoHello</a> |
<a href="https://dontasktoask.com/">DontAskToAsk</a> |
<a href="https://xyproblem.info/">XYProblem</a>
</p>
</div>
</div>
</div>
</main>
{{ end }}
5 changes: 2 additions & 3 deletions public/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ body {
background-size: cover;
/* background-color: #36454f; */
}

* {
box-sizing: border-box;
.background-tint {
filter: sepia(100%) saturate(200%) brightness(70%) hue-rotate(330deg);
}

#aboutvideo {
Expand Down
15 changes: 11 additions & 4 deletions public/discord/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
<link rel="stylesheet" href="/assets/css/animate.css" />
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/about/style.css" />
<link rel="shortcut icon" href="https://api.lanyard.rest/1050531216589332581.jpg" />
<script src="assets/js/disableFullscreen.js"></script>
<link rel="shortcut icon" href="/assets/imgs/favicon.png" />
</head>

<body>
Expand All @@ -36,7 +35,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<a class="navbar-brand" href="/" style="color: white">
Tee
<img
id="dcstat"
Expand Down Expand Up @@ -133,12 +132,20 @@ <h3 id="pageBeginCountdownText" class="clock">3</h3>
</main></main>

<footer>

Credits:
<a
href="https://www.vecteezy.com/vector-art/27207156-hand-drawn-flat-halloween-night-background"
>Vecteezy.com</a
>
(Background)
<div class="container">
<div class="row">
&copy;
<b
>2024 <a href="https://github.com/tayrp/tayrp.github.io">TayRP</a>.
All rights reserved. Made with 🩷 by <a href="https://github.com/tayrp">Tee</a></b
All rights reserved. Made with 🩷 by
<a href="https://github.com/tayrp">Tee</a></b
>
</div>
</div>
Expand Down
38 changes: 22 additions & 16 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,28 @@

<main>
<div class="about">
<div>
<b id="date-time">time</b>
<script src="/assets/js/timezone.js"></script>
<p>Hello and Welcome, You may call me Tee.</p>
<p>I prefer to go by Tee, Riya, Rhea, or Kara.</p>
<p>My preferred pronouns are She/They</p>
<p>
Shows & Movies I like include, Doctor Who, DC Universe, Marvel Universe.
</p>
<p>Games I like include, Minecraft, Terraria, BeamNG.drive and DayZ.</p>
<p style="font-size: 20px">
<a href="https://nohello.net/en/">NoHello</a> |
<a href="https://dontasktoask.com/">DontAskToAsk</a> |
<a href="https://xyproblem.info/">XYProblem</a>
</p>
</div>
<div style="background: #ed9458; border-radius: 25px;
font-size: 20px;
padding: 10px;
border: 1px solid lightgray;
margin: 10px;">
<div>
<b id="date-time">time</b>
<script src="/assets/js/timezone.js"></script>
<p>Hello and Welcome, You may call me Tee.</p>
<p>I prefer to go by Tee, Riya, Rhea, or Kara.</p>
<p>My preferred pronouns are She/They</p>
<p>
Shows & Movies I like include, Doctor Who, DC Universe, Marvel Universe.
</p>
<p>Games I like include, Minecraft, Terraria, BeamNG.drive and DayZ.</p>
<p style="font-size: 20px">
<a href="https://nohello.net/en/">NoHello</a> |
<a href="https://dontasktoask.com/">DontAskToAsk</a> |
<a href="https://xyproblem.info/">XYProblem</a>
</p>
</div>
</div>
</div>
</main>

Expand Down
15 changes: 11 additions & 4 deletions public/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
<link rel="stylesheet" href="/assets/css/animate.css" />
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/about/style.css" />
<link rel="shortcut icon" href="https://api.lanyard.rest/1050531216589332581.jpg" />
<script src="assets/js/disableFullscreen.js"></script>
<link rel="shortcut icon" href="/assets/imgs/favicon.png" />
</head>

<body>
Expand All @@ -36,7 +35,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<a class="navbar-brand" href="/" style="color: white">
Tee
<img
id="dcstat"
Expand Down Expand Up @@ -92,12 +91,20 @@
</main>

<footer>

Credits:
<a
href="https://www.vecteezy.com/vector-art/27207156-hand-drawn-flat-halloween-night-background"
>Vecteezy.com</a
>
(Background)
<div class="container">
<div class="row">
&copy;
<b
>2024 <a href="https://github.com/tayrp/tayrp.github.io">TayRP</a>.
All rights reserved. Made with 🩷 by <a href="https://github.com/tayrp">Tee</a></b
All rights reserved. Made with 🩷 by
<a href="https://github.com/tayrp">Tee</a></b
>
</div>
</div>
Expand Down
15 changes: 11 additions & 4 deletions public/projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
<link rel="stylesheet" href="/assets/css/animate.css" />
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/about/style.css" />
<link rel="shortcut icon" href="https://api.lanyard.rest/1050531216589332581.jpg" />
<script src="assets/js/disableFullscreen.js"></script>
<link rel="shortcut icon" href="/assets/imgs/favicon.png" />
</head>

<body>
Expand All @@ -36,7 +35,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<a class="navbar-brand" href="/" style="color: white">
Tee
<img
id="dcstat"
Expand Down Expand Up @@ -81,12 +80,20 @@
</main>

<footer>

Credits:
<a
href="https://www.vecteezy.com/vector-art/27207156-hand-drawn-flat-halloween-night-background"
>Vecteezy.com</a
>
(Background)
<div class="container">
<div class="row">
&copy;
<b
>2024 <a href="https://github.com/tayrp/tayrp.github.io">TayRP</a>.
All rights reserved. Made with 🩷 by <a href="https://github.com/tayrp">Tee</a></b
All rights reserved. Made with 🩷 by
<a href="https://github.com/tayrp">Tee</a></b
>
</div>
</div>
Expand Down
15 changes: 11 additions & 4 deletions public/radio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
<link rel="stylesheet" href="/assets/css/animate.css" />
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/about/style.css" />
<link rel="shortcut icon" href="https://api.lanyard.rest/1050531216589332581.jpg" />
<script src="assets/js/disableFullscreen.js"></script>
<link rel="shortcut icon" href="/assets/imgs/favicon.png" />
</head>

<body>
Expand All @@ -36,7 +35,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<a class="navbar-brand" href="/" style="color: white">
Tee
<img
id="dcstat"
Expand Down Expand Up @@ -85,12 +84,20 @@
</main>

<footer>

Credits:
<a
href="https://www.vecteezy.com/vector-art/27207156-hand-drawn-flat-halloween-night-background"
>Vecteezy.com</a
>
(Background)
<div class="container">
<div class="row">
&copy;
<b
>2024 <a href="https://github.com/tayrp/tayrp.github.io">TayRP</a>.
All rights reserved. Made with 🩷 by <a href="https://github.com/tayrp">Tee</a></b
All rights reserved. Made with 🩷 by
<a href="https://github.com/tayrp">Tee</a></b
>
</div>
</div>
Expand Down
15 changes: 11 additions & 4 deletions public/salad/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
<link rel="stylesheet" href="/assets/css/animate.css" />
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/about/style.css" />
<link rel="shortcut icon" href="https://api.lanyard.rest/1050531216589332581.jpg" />
<script src="assets/js/disableFullscreen.js"></script>
<link rel="shortcut icon" href="/assets/imgs/favicon.png" />
</head>

<body>
Expand All @@ -36,7 +35,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<a class="navbar-brand" href="/" style="color: white">
Tee
<img
id="dcstat"
Expand Down Expand Up @@ -92,12 +91,20 @@ <h2>
</main>

<footer>

Credits:
<a
href="https://www.vecteezy.com/vector-art/27207156-hand-drawn-flat-halloween-night-background"
>Vecteezy.com</a
>
(Background)
<div class="container">
<div class="row">
&copy;
<b
>2024 <a href="https://github.com/tayrp/tayrp.github.io">TayRP</a>.
All rights reserved. Made with 🩷 by <a href="https://github.com/tayrp">Tee</a></b
All rights reserved. Made with 🩷 by
<a href="https://github.com/tayrp">Tee</a></b
>
</div>
</div>
Expand Down
5 changes: 2 additions & 3 deletions static/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ body {
background-size: cover;
/* background-color: #36454f; */
}

* {
box-sizing: border-box;
.background-tint {
filter: sepia(100%) saturate(200%) brightness(70%) hue-rotate(330deg);
}

#aboutvideo {
Expand Down

0 comments on commit 313971c

Please sign in to comment.