more facts

This commit is contained in:
2026-01-06 21:57:33 +00:00
parent 14b5651fe2
commit a1fa9483ed
11 changed files with 104 additions and 47 deletions

View File

@@ -50,6 +50,8 @@
--bg_quaternary: #888;
--margin: 3px;
--padding: 3px;
--gap: 1px;
/* FONTS USED */
--font-heading: big_noodle_titling;
@@ -234,8 +236,16 @@ tr {
box-sizing: border-box;
}
.margin1 {
margin: 10px;
.margin {
margin: var(--margin);
}
.pad {
padding: var(--padding);
}
.gap {
gap: var(--gap);
}
/* ALIGNMENT */
@@ -250,6 +260,12 @@ tr {
justify-content: center;
}
.left-content {
text-align: left;
align-items: left;
justify-content: left;
}
.flex-row {
display: flex;
flex-direction: row;
@@ -273,6 +289,14 @@ tr {
padding: 2px;
}
.space-around {
justify-content: space-around;
}
.space-between {
justify-content: space-between;
}
.floating {
position: absolute;
}

View File

@@ -1,6 +1,6 @@
<template>
<div>
<img src="/img/epic.jpeg" />
<img src="/img/memes/pidgeon.gif" />
</div>
</template>

View File

@@ -1,7 +1,7 @@
<template>
<div class="flex-col">
<h2>favs</h2>
<div class="fill flex-row center-content scroll">
<div class="fill flex-col center-content scroll">
<table>
<tbody>
<tr>

View File

@@ -66,7 +66,7 @@ onMounted(() => {
</script>
<template>
<div v-if="fetched" class="center-content">
<div v-if="fetched" class="flex-row center-content">
<h2>{{ post.title }}</h2>
<div>{{ post.content }}</div>
<p>by: {{ post.author.username }}</p>
@@ -77,7 +77,7 @@ onMounted(() => {
<button v-if="!rightCap" @click="nextPost">Next</button>
<button v-if="userOwnsPost" @click="deletePost">Delete</button>
</div>
<div v-else>
<div class="flex-col pad" v-else>
<h2>Can't fetch from the db yo</h2>
</div>
</template>

View File

@@ -1,5 +1,5 @@
<template>
<div class="flex-row center-content">
<div class="flex-col center-content">
<h2>Gym</h2>
<p>I'm not a gym geek but I have a consistent routine:</p>
<table>

View File

@@ -1,8 +1,30 @@
<template>
<div class="fill flex-col">
<div class="div">
<h1>Hello</h1>
<p>Nice to meet you</p>
</div>
<div class="fill flex-col pad left-content">
<h2>Intro</h2>
<p>
Hi, I'm Adam, thank you for visiting my website. I'm currently a 20
something graduate looking for work. I like to game, listen to lots
of music and occasionally watch anime.
</p>
<h2>Getting around</h2>
<p>
Pages available can be traversed through links below. I am hoping to
add some shrines, code-walkthoughs, live chat and page transitions
at a later date.
</p>
<h2>Contact</h2>
<p>
Please email me <a href="mailto:adam.a.french@outlook.com">here</a>,
or contact me though any of the social medias linked.
</p>
<h2>A Quote</h2>
<!-- <p>
What makes me a good demoman? If I were a bad demoman, I wouldn't be
sittin' here discussin' it with you, now would I?!
</p> -->
<p>
One crossed wire, one wayward pinch of potassium chlorate, one
errant twitch, and KA-BLOOIE!
</p>
</div>
</template>

View File

@@ -1,24 +1,28 @@
<template>
<div class="flex-col">
<RouterLink class="bdr-secondary" to="/cv">
<h1>CV</h1>
</RouterLink>
<RouterLink class="bdr-secondary" to="/admin">
<h1>ADMIN</h1>
</RouterLink>
<a
class="bdr-secondary"
href="https://steamcommunity.com/id/SteveThePug"
><h1>Steam</h1></a
>
<a href="https://github.com/SteveThePug" class="bdr-secondary"
><h1>Github</h1></a
>
<a
href="https://open.spotify.com/user/stevethepug"
class="bdr-secondary"
>
<h1>Spotify</h1></a
>
<div class="flex-col space-between">
<div class="flex-col gap">
<RouterLink class="bdr-secondary" to="/cv">
<h1>CV</h1>
</RouterLink>
<RouterLink class="bdr-secondary" to="/admin">
<h1>ADMIN</h1>
</RouterLink>
</div>
<div class="flex-col gap">
<a
class="bdr-secondary"
href="https://steamcommunity.com/id/SteveThePug"
><h1>Steam</h1></a
>
<a href="https://github.com/SteveThePug" class="bdr-secondary"
><h1>Github</h1></a
>
<a
href="https://open.spotify.com/user/stevethepug"
class="bdr-secondary"
>
<h1>Spotify</h1></a
>
</div>
</div>
</template>

View File

@@ -37,13 +37,13 @@ onMounted(() => {
v-if="fetched"
:key="song"
v-on:click="nextSong"
class="flex-row center-content"
class="flex-col center-content"
>
<img :src="song.track.album.images[0].url" />
<p><strong>Song:</strong> {{ song.track.name }}</p>
<p><strong>Artist:</strong> {{ song.track.artists[0].name }}</p>
</div>
<div v-else class="flex-row center-content">
<div v-else class="flex-col center-content">
<img src="/img/Untitled.png" />
<p>I ain't listenin to nofin rn :/</p>
</div>

View File

@@ -1,9 +1,12 @@
<template>
<div class="flex-row">
<div class="flex-col center-content">
<div class="flex-row">
<img src="/img/stamps/portal.gif" />
<img src="/img/stamps/miku.gif" />
<img src="/img/stamps/utau.gif" />
</div>
<div>
<!-- <img src="/img/stamps/12351B56-A370-465D-A951-739A480A05EC.gif" />
<img src="/img/stamps/71663263-8E08-4873-8EE1-96DC342C57EB.gif" />
<img src="/img/stamps/8a0014c1.gif" /> -->
<p>more soon (will diy some)</p>
</div>
</div>
</template>

View File

@@ -1,9 +1,13 @@
<template>
<div class="flex-col center-content">
<h2>Watching/Playing</h2>
<h2>Consumption</h2>
<div class="scroll fill">
<table>
<tbody>
<tr>
<th>Book</th>
<td>Atomic Habits</td>
</tr>
<tr>
<th>Movie</th>
<td>Funny Pages</td>

View File

@@ -17,13 +17,13 @@ import Overlay from "@/components/Overlay.vue";
<Halftone />
<main class="center-content flex-col">
<div class="a4page-portrait bdr-1 grid relative">
<Overlay>
<!-- <img src="/img/memes/star.gif" class="ov1" /> -->
<!-- <img src="/img/memes/welcome2.png" class="ov2" /> -->
<img src="/img/memes/pidgeon.gif" class="ov3" />
<img src="/img/memes/no_slip.png" class="ov5" />
<!-- <img src="/img/memes/beer.png" class="ov6" /> -->
</Overlay>
<!-- <Overlay> -->
<!-- <img src="/img/memes/star.gif" class="ov1" /> -->
<!-- <img src="/img/memes/welcome2.png" class="ov2" /> -->
<!-- <img src="/img/memes/pidgeon.gif" class="ov3" /> -->
<!-- <img src="/img/memes/no_slip.png" class="ov5" /> -->
<!-- <img src="/img/memes/beer.png" class="ov6" /> -->
<!-- </Overlay> -->
<Intro class="intro bdr-primary bg-primary" />
<Listening class="listening bdr-primary bg-primary" />