Skip to content

Commit

Permalink
Updated home page, Adding some more info
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Sep 21, 2024
1 parent b196ca9 commit 92f9426
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
7 changes: 5 additions & 2 deletions layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
<main>
<div class="about">
<div>
<h3 id="date-time">time</h3>
<h4 id="date-time">time</h4>
<script src="/assets/js/timezone.js"></script>
<p>Hello and Welcome, My name is Tee.</p>
<p>I prefer to go by Tee, Rhea, or Kara.</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>
<h5>NOTE: Mocking me will result in a block, I don't care who you are.</h5>
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions public/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

body {
font-family: 'Shantell Sans', sans-serif;
font-family: "Play", sans-serif;
font-size: 16px;
font-weight: 300;
color: #888;
Expand Down
7 changes: 5 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,18 @@
<main>
<div class="about">
<div>
<h3 id="date-time">time</h3>
<h4 id="date-time">time</h4>
<script src="/assets/js/timezone.js"></script>
<p>Hello and Welcome, My name is Tee.</p>
<p>I prefer to go by Tee, Rhea, or Kara.</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>
<h5>NOTE: Mocking me will result in a block, I don't care who you are.</h5>
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions static/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

body {
font-family: 'Shantell Sans', sans-serif;
font-family: "Play", sans-serif;
font-size: 16px;
font-weight: 300;
color: #888;
Expand Down

0 comments on commit 92f9426

Please sign in to comment.