Skip to content

Commit

Permalink
fixed spaces before wintergatan
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-besch committed Jan 23, 2024
1 parent ac31494 commit 4f36f5a
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 149 deletions.
2 changes: 2 additions & 0 deletions src/gatsby-types.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* eslint-disable */

/* prettier-ignore */

/* THIS FILE IS AUTOGENERATED. CHANGES WILL BE LOST ON SUBSEQUENT RUNS. */

declare namespace Queries {
Expand Down
300 changes: 151 additions & 149 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,155 @@ const About = ({ data }: PageProps<Queries.AboutQuery>) => {
const github_name = data.site?.siteMetadata?.github?.name as string;
const github_link = data.site?.siteMetadata?.github?.link as string;

const music_lib = `.
├── Air
│   └── Moon Safari
├── Anna Ternheim
│   ├── All the Way to Rio
│   ├── Naked Versions II
│   └── Separation Road
├── C418
│   ├── 0x10c
│   ├── 148
│   ├── 2 years of failure
│   ├── 72 Minutes Of Fame
│   ├── A Cobblers Tee Thug
│   ├── bps
│   ├── Bushes and Marshmallows
│   ├── circle
│   ├── Cookie Clicker
│   ├── Dief
│   ├── Excursions
│   ├── I forgot something- didn't I
│   ├── life changing moments seem minor in pictures
│   ├── little things
│   ├── Mixes
│   ├── one
│   ├── Seven Years of Server Data
│   ├── sine
│   ├── The Driver - Savlonic (C418 Remix)
│   └── zweitonegoismus
├── Castlecomer
│   └── Castlecomer
├── Detektivbyrån
│   ├── E18
│   └── Wermland
├── Epic Mountain
│   └── Kurzgesagt Vol. 6
├── HOME
│   ├── Odyssey
│   └── Resting State
├── Kraftwerk
│   ├── Die Mensch·Maschine
│   └── Trans Europa Express
├── Lena Raine
│   ├── Celeste
│   ├── Celeste-Farewell
│   └── Singularity
├── Lifeformed
│   ├── Immerse
│   └── Umbra
├── LoFi
│   └── [...]
├── Ludovico Einaudi
│   ├── Elements
│   └── Stanze
├── LÜNE
│   └── Rêve Lucide
├── Moby
│   └── Wait for Me
├── Nolram
│   ├── The Search
│   └── Town Of Broken Ambitions
├── Peter Sandberg
│   └── String Works
├── Philip Ayers
│   └── Juncture
├── Pink Floyd
│   ├── The Dark Side of the Moon
│   └── The Wall
├── Radiohead
│   ├── Amnesiac
│   └── Kid A
├── Seal
│   ├── Seal
│   ├── Seal Hits
│   └── System
├── Solar Fields
│   ├── Earthshine
│   ├── Leaving Home
│   └── Versions
├── Soundtrack
│   ├── Astroneer
│   ├── Beyondium
│   ├── BONETONES
│   ├── DEFCON
│   ├── Deus Ex
│   │   ├── Deus Ex Human Revolution
│   │   └── Deus Ex Mankind Divided
│   ├── Factorio
│   ├── Fastfall
│   │   └── extras
│   ├── Half-Life
│   │   ├── Half-Life
│   │   ├── Half-Life 2
│   │   ├── Half-Life 2 Episode One
│   │   ├── Half-Life 2 Episode Two
│   │   ├── Half-Life 3 Unofficial
│   │   ├── Half-Life Alyx
│   │   │   ├── 10. Breaking And Entering
│   │   │   ├── 11. Point Extraction
│   │   │   ├── 1. Entanglement
│   │   │   ├── 2. The Quarantine Zone
│   │   │   ├── 3. Is Or Will Be
│   │   │   ├── 4. Super Weapon
│   │   │   ├── 5. The Northern Star
│   │   │   ├── 6. Arms Race
│   │   │   ├── 7. Jeff
│   │   │   ├── 8. Captivity
│   │   │   └── 9. Revelations
│   │   └── Project Borealis
│   ├── ibb & obb
│   ├── Layers of Fear
│   ├── Minecraft
│   │   ├── Minecraft - Caves & Cliffs
│   │   ├── Minecraft Extract
│   │   ├── Minecraft - Volume Alpha
│   │   └── Minecraft - Volume Beta
│   ├── OBSERVER
│   ├── Outer Wilds
│   ├── Plants vs. Zombies
│   ├── Portal
│   │   ├── Aperture Tag
│   │   ├── Portal
│   │   ├── Portal 2
│   │   └── Portal Stories Mel
│   ├── Prey
│   ├── Shift Happens
│   ├── Smash Hit
│   ├── Stray
│   │   ├── Extradiegetic Music
│   │   └── Intradiegetic Music
│   ├── Subnautica
│   ├── Teardown Part 1
│   ├── The Talos Principle
│   └── We Were Here
│   ├── We Were Here
│   ├── We Were Here Forever
│   ├── We Were Here Together
│   └── We Were Here Too
├── STRFKR
│   ├── Being No One, Going Nowhere
│   ├── Future Past Life
│   └── Reptilians
├── The Album Leaf
│   ├── Between Waves
│   └── Into The Blue Again
├── The City Substrings
│   └── The Day Will Come
└── Wintergatan
└── Wintergatan`;

let width_properties = {
"--full-width": "100%",
"--half-width": "100%",
Expand Down Expand Up @@ -133,157 +282,10 @@ const About = ({ data }: PageProps<Queries.AboutQuery>) => {
<SubHeading heading="The Music I Own" />
<div className={styles.music_container}>
<pre className={styles.music}>
. <br />
├── Air <br />
│   └── Moon Safari <br />
├── Anna Ternheim <br />
│   ├── All the Way to Rio <br />
│   ├── Naked Versions II <br />
│   └── Separation Road <br />
├── C418 <br />
│   ├── 0x10c <br />
│   ├── 148 <br />
│   ├── 2 years of failure <br />
│   ├── 72 Minutes Of Fame <br />
│   ├── A Cobblers Tee Thug <br />
│   ├── bps <br />
│   ├── Bushes and Marshmallows <br />
│   ├── circle <br />
│   ├── Cookie Clicker <br />
│   ├── Dief <br />
│   ├── Excursions <br />
│   ├── I forgot something- didn't I <br />
│   ├── life changing moments seem minor in pictures <br />
│   ├── little things <br />
│   ├── Mixes <br />
│   ├── one <br />
│   ├── Seven Years of Server Data <br />
│   ├── sine <br />
│   ├── The Driver - Savlonic (C418 Remix) <br />
│   └── zweitonegoismus <br />
├── Castlecomer <br />
│   └── Castlecomer <br />
├── Detektivbyrån <br />
│   ├── E18 <br />
│   └── Wermland <br />
├── Epic Mountain <br />
│   └── Kurzgesagt Vol. 6 <br />
├── HOME <br />
│   ├── Odyssey <br />
│   └── Resting State <br />
├── Kraftwerk <br />
│   ├── Die Mensch·Maschine <br />
│   └── Trans Europa Express <br />
├── Lena Raine <br />
│   ├── Celeste <br />
│   ├── Celeste-Farewell <br />
│   └── Singularity <br />
├── Lifeformed <br />
│   ├── Immerse <br />
│   └── Umbra <br />
├── LoFi <br />
│   └── [...] <br />
├── Ludovico Einaudi <br />
│   ├── Elements <br />
│   └── Stanze <br />
├── LÜNE <br />
│   └── Rêve Lucide <br />
├── Moby <br />
│   └── Wait for Me <br />
├── Nolram <br />
│   ├── The Search <br />
│   └── Town Of Broken Ambitions <br />
├── Peter Sandberg <br />
│   └── String Works <br />
├── Philip Ayers <br />
│   └── Juncture <br />
├── Pink Floyd <br />
│   ├── The Dark Side of the Moon <br />
│   └── The Wall <br />
├── Radiohead <br />
│   ├── Amnesiac <br />
│   └── Kid A <br />
├── Seal <br />
│   ├── Seal <br />
│   ├── Seal Hits <br />
│   └── System <br />
├── Solar Fields <br />
│   ├── Earthshine <br />
│   ├── Leaving Home <br />
│   └── Versions <br />
├── Soundtrack <br />
│   ├── Astroneer <br />
│   ├── Beyondium <br />
│   ├── BONETONES <br />
│   ├── DEFCON <br />
│   ├── Deus Ex <br />
│   │   ├── Deus Ex Human Revolution <br />
│   │   └── Deus Ex Mankind Divided <br />
│   ├── Factorio <br />
│   ├── Fastfall <br />
│   │   └── extras <br />
│   ├── Half-Life <br />
│   │   ├── Half-Life <br />
│   │   ├── Half-Life 2 <br />
│   │   ├── Half-Life 2 Episode One <br />
│   │   ├── Half-Life 2 Episode Two <br />
│   │   ├── Half-Life 3 Unofficial <br />
│   │   ├── Half-Life Alyx <br />
│   │   │   ├── 10. Breaking And Entering <br />
│   │   │   ├── 11. Point Extraction <br />
│   │   │   ├── 1. Entanglement <br />
│   │   │   ├── 2. The Quarantine Zone <br />
│   │   │   ├── 3. Is Or Will Be <br />
│   │   │   ├── 4. Super Weapon <br />
│   │   │   ├── 5. The Northern Star <br />
│   │   │   ├── 6. Arms Race <br />
│   │   │   ├── 7. Jeff <br />
│   │   │   ├── 8. Captivity <br />
│   │   │   └── 9. Revelations <br />
│   │   └── Project Borealis <br />
│   ├── ibb & obb <br />
│   ├── Layers of Fear <br />
│   ├── Minecraft <br />
│   │   ├── Minecraft - Caves & Cliffs <br />
│   │   ├── Minecraft Extract <br />
│   │   ├── Minecraft - Volume Alpha <br />
│   │   └── Minecraft - Volume Beta <br />
│   ├── OBSERVER <br />
│   ├── Outer Wilds <br />
│   ├── Plants vs. Zombies <br />
│   ├── Portal <br />
│   │   ├── Aperture Tag <br />
│   │   ├── Portal <br />
│   │   ├── Portal 2 <br />
│   │   └── Portal Stories Mel <br />
│   ├── Prey <br />
│   ├── Shift Happens <br />
│   ├── Smash Hit <br />
│   ├── Stray <br />
│   │   ├── Extradiegetic Music <br />
│   │   └── Intradiegetic Music <br />
│   ├── Subnautica <br />
│   ├── Teardown Part 1 <br />
│   ├── The Talos Principle <br />
│   └── We Were Here <br />
│   ├── We Were Here <br />
│   ├── We Were Here Forever <br />
│   ├── We Were Here Together <br />
│   └── We Were Here Too <br />
├── STRFKR <br />
│   ├── Being No One, Going Nowhere <br />
│   ├── Future Past Life <br />
│   └── Reptilians <br />
├── The Album Leaf <br />
│   ├── Between Waves <br />
│   └── Into The Blue Again <br />
├── The City Substrings <br />
│   └── The Day Will Come <br />
└── Wintergatan <br />
└── Wintergatan
{music_lib}
</pre>
</div>
</Layout >
</Layout>
);
};
export default About;
Expand Down

0 comments on commit 4f36f5a

Please sign in to comment.