From 37d711da065e644f88e303f4de66cbfe9958b8f8 Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Tue, 30 Apr 2024 00:41:42 -0500 Subject: [PATCH] cleaned up directory --- .gitignore | 5 - public/app.js | 11 -- ... Font Complete Mono Windows Compatible.ttf | Bin ...no Bold Italic Nerd Font Complete Mono.ttf | Bin ... Nerd Font Complete Windows Compatible.ttf | Bin ...ns Mono Bold Italic Nerd Font Complete.ttf | Bin ... Font Complete Mono Windows Compatible.ttf | Bin ...Sans Mono Bold Nerd Font Complete Mono.ttf | Bin ... Nerd Font Complete Windows Compatible.ttf | Bin ...sque Sans Mono Bold Nerd Font Complete.ttf | Bin ... Font Complete Mono Windows Compatible.ttf | Bin ...ns Mono Italic Nerd Font Complete Mono.ttf | Bin ... Nerd Font Complete Windows Compatible.ttf | Bin ...ue Sans Mono Italic Nerd Font Complete.ttf | Bin ... Font Complete Mono Windows Compatible.ttf | Bin ...s Mono Regular Nerd Font Complete Mono.ttf | Bin ... Nerd Font Complete Windows Compatible.ttf | Bin ...e Sans Mono Regular Nerd Font Complete.ttf | Bin public/{src => }/assets/img/favicon.ico | Bin public/{src => }/css/style.css | 0 public/{src => }/css/styles.css | 0 public/{src => }/css/styles.less | 0 public/index.html | 43 +++++--- public/{src => }/js/app.js | 0 public/{src => }/js/layout.js | 0 public/src/assets/FavouriteQuotes.json | 98 ------------------ public/src/index.html | 36 ------- public/style.css | 16 --- 28 files changed, 31 insertions(+), 178 deletions(-) delete mode 100644 .gitignore delete mode 100644 public/app.js rename public/{src => }/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Mono Windows Compatible.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Mono.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Windows Compatible.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Mono Windows Compatible.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Mono.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Windows Compatible.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Mono Windows Compatible.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Mono.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Windows Compatible.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Mono Windows Compatible.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Mono.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Windows Compatible.ttf (100%) rename public/{src => }/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete.ttf (100%) rename public/{src => }/assets/img/favicon.ico (100%) rename public/{src => }/css/style.css (100%) rename public/{src => }/css/styles.css (100%) rename public/{src => }/css/styles.less (100%) rename public/{src => }/js/app.js (100%) rename public/{src => }/js/layout.js (100%) delete mode 100644 public/src/assets/FavouriteQuotes.json delete mode 100644 public/src/index.html delete mode 100644 public/style.css diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0cd3bf9..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -<<<<<<< HEAD -.DS_Store -======= -.DS_Store ->>>>>>> 7f4013d (Initial) diff --git a/public/app.js b/public/app.js deleted file mode 100644 index 8d71b1a..0000000 --- a/public/app.js +++ /dev/null @@ -1,11 +0,0 @@ -const disp = document.querySelector(".display"); - -fetch("https://cdn.fyrfli.link/FavouriteQuotes.json") - .then((response) => { - return response.json(); - }) - .then((data) => { - numQuotes = Object.entries(data).length; - num = Math.floor(Math.random() * numQuotes); - disp.innerText = data[num].quote + "\n\n" + data[num].author.replace(/"/g, ''); - }) diff --git a/public/src/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Mono Windows Compatible.ttf b/public/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Mono Windows Compatible.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Mono Windows Compatible.ttf rename to public/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Mono Windows Compatible.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Mono.ttf b/public/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Mono.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Mono.ttf rename to public/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Mono.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Windows Compatible.ttf b/public/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Windows Compatible.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Windows Compatible.ttf rename to public/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete Windows Compatible.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete.ttf b/public/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete.ttf rename to public/assets/fonts/Fantasque Sans Mono Bold Italic Nerd Font Complete.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Mono Windows Compatible.ttf b/public/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Mono Windows Compatible.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Mono Windows Compatible.ttf rename to public/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Mono Windows Compatible.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Mono.ttf b/public/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Mono.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Mono.ttf rename to public/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Mono.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Windows Compatible.ttf b/public/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Windows Compatible.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Windows Compatible.ttf rename to public/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete Windows Compatible.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete.ttf b/public/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete.ttf rename to public/assets/fonts/Fantasque Sans Mono Bold Nerd Font Complete.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Mono Windows Compatible.ttf b/public/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Mono Windows Compatible.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Mono Windows Compatible.ttf rename to public/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Mono Windows Compatible.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Mono.ttf b/public/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Mono.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Mono.ttf rename to public/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Mono.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Windows Compatible.ttf b/public/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Windows Compatible.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Windows Compatible.ttf rename to public/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete Windows Compatible.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete.ttf b/public/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete.ttf rename to public/assets/fonts/Fantasque Sans Mono Italic Nerd Font Complete.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Mono Windows Compatible.ttf b/public/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Mono Windows Compatible.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Mono Windows Compatible.ttf rename to public/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Mono Windows Compatible.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Mono.ttf b/public/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Mono.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Mono.ttf rename to public/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Mono.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Windows Compatible.ttf b/public/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Windows Compatible.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Windows Compatible.ttf rename to public/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete Windows Compatible.ttf diff --git a/public/src/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete.ttf b/public/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete.ttf similarity index 100% rename from public/src/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete.ttf rename to public/assets/fonts/Fantasque Sans Mono Regular Nerd Font Complete.ttf diff --git a/public/src/assets/img/favicon.ico b/public/assets/img/favicon.ico similarity index 100% rename from public/src/assets/img/favicon.ico rename to public/assets/img/favicon.ico diff --git a/public/src/css/style.css b/public/css/style.css similarity index 100% rename from public/src/css/style.css rename to public/css/style.css diff --git a/public/src/css/styles.css b/public/css/styles.css similarity index 100% rename from public/src/css/styles.css rename to public/css/styles.css diff --git a/public/src/css/styles.less b/public/css/styles.less similarity index 100% rename from public/src/css/styles.less rename to public/css/styles.less diff --git a/public/index.html b/public/index.html index f7c60c5..40057c1 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +1,36 @@ - - - - read quote - - + + + + fyrfli's favourite quotes + + + - -
- - + +
+ close-up of a black woman in a trilby, eyes down, the hat covering most of her face +

fyrfli's quote library

+
- \ No newline at end of file +
+
+
+
+ + + + + + + + diff --git a/public/src/js/app.js b/public/js/app.js similarity index 100% rename from public/src/js/app.js rename to public/js/app.js diff --git a/public/src/js/layout.js b/public/js/layout.js similarity index 100% rename from public/src/js/layout.js rename to public/js/layout.js diff --git a/public/src/assets/FavouriteQuotes.json b/public/src/assets/FavouriteQuotes.json deleted file mode 100644 index 06589a2..0000000 --- a/public/src/assets/FavouriteQuotes.json +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "quote": "Everything has its wonders, even darkness and silence, and I learn, whatever state I may be in , therein to be content.", - "author": "Helen Keller" - }, - { - "quote": "Tomorrow, and tomorrow, and tomorrow, Creeps in this petty pace from day to day, To the last syllable of recorded time; And all our yesterdays have lighted fools The way to dusty death. Out, out, brief candle! Life's but a walking shadow, a poor player That struts and frets his hour upon the stage And then is heard no more. It is a tale Told by an idiot, full of sound and fury Signifying nothing.", - "author": "Macbeth \n (Act 5, Scene 5, lines 19-28)" - }, - { - "quote": "He who has health has hope. And he who has hope, has everything.", - "author": "Arabian Proverb" - }, - { - "quote": "In the midst of movement and chaos, keep stillness inside of you.", - "author": "Deepak Chopra" - }, - { - "quote": "The worst sin toward our fellow creatures is not to hate them, but to be indifferent to them: that's the essence of inhumanity.", - "author": "George Bernard Shaw; \n Irish dramatist & socialist (1856 - 1950)" - }, - { - "quote": "We come to love not by finding a perfect person, but by learning to see an imperfect person perfectly.", - "author": "Sam Keen" - }, - { - "quote": "A friend is someone who understands your past, believes in your future, and accepts you just the way you are", - "author": "Paul Holdorsen" - }, - { - "quote": "Ambition is the last refuge of failure", - "author": "Oscar Wilde" - }, - { - "quote": "Love never dies a natural death. It dies because we don't know how to replenish its source. It dies of blindness and errors and betrayals. It dies of illness and wounds; it dies of weariness, of withering, of tarnishing.", - "author": "Anais Nin" - }, - { - "quote": "Few people think more than two or three times a year; I have made an international reputation for myself by thinking once or twice a week.", - "author": "George Bernard Shaw; \n Irish dramatist & socialist (1856 - 1950)" - }, - { - "quote": "It doesn't interest me where or what or with whom you have studied. I want to know what sustains you from the inside when all else falls away. I want to know if you can be alone with yourself and if you truly like the company you keep in the empty moments.", - "author": "from ... The Invitation, \n Oriah Mountain Dreamer" - }, - { - "quote": "You never really understand a person until you consider things from his point of view... until you climb into his skin and walk around in it.", - "author": "Harper Lee, \n To Kill a Mockingbird" - }, - { - "quote": "I think there's just one kind of folks. Folks.", - "author": "Harper Lee, \n To Kill a Mockingbird" - }, - { - "quote": "The Best Things In Life... \n Hot showers on a cold night \n Snow flurries and moonlight \n The smell of freshly washed towels \n Fog over fields and fireflies \n Country storms \n Being home", - "author": "Camille Frantz" - }, - { - "quote": "Nothing is original. Steal from anywhere that resonates with inspiration or fuels your imagination. Devour old films, new films, books, paintings, photographs, poems, dreams, random conversations, architecture, bridges, street signs, trees..., clouds, bodies of water, light and shadows. Select only things to steal from that speak directly to your soul. If you do this, your work (and theft) will be authentic. Authenticity is invaluable; originality is non-existent. And don't bother concealing your thievery - celebrate it if you feel like it. In any case, always remember what Jean-Luc Godard said: 'it's not where you take things from - its where you take them to.'", - "author": "Jim Jarmusch" - }, - { - "quote": "Almost everything will work again if you unplug it for a few minutes, including you.", - "author": "Anne Lamott" - }, - { - "quote": "If you compare yourself with others, you may become vain or bitter, for always there will be greater and lesser persons than yourself.", - "author": "Max Ehrmann" - }, - { - "quote": "Life should be touched, not strangled. You've got to relax, let it happen at times, and at others move forward with it.", - "author": "Ray Bradbury" - }, - { - "quote": "When you're from a dysfunctional family, healthy boundaries are viewed as threatening. Making an observation, expressing an expectation, refusing to be involved in chaos, or expressing a different view point, will likely lead to you being labeled as mean, funny acting, or weird. Not going along with the typical chaos can seem like you're trying to make waves in the family. The truth is, you are making waves; you're breaking the cycle of dysfunction and that isn't always well received by others.", - "author": "@NEDRATAWWAB, https://www.nedratawwab.com/" - }, - { - "quote": "Strategy is better than strength.", - "author": "Hausa proverb" - }, - { - "quote": "When the door is closed, you must learn to slide across the crack of the sill.", - "author": "Yoruba proverb" - }, - { - "quote": "If you are on a road to nowhere, find another road.", - "author": "Ashanti proverb" - }, - { - "quote": "Those who get to the river early drink the cleanest water.", - "author": "Kenyan proverb" - }, - { - "quote": "Two men in a burning house must not stop to argue.", - "author": "Ashanti proverb" - } -] diff --git a/public/src/index.html b/public/src/index.html deleted file mode 100644 index 40057c1..0000000 --- a/public/src/index.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - fyrfli's favourite quotes - - - - - -
- close-up of a black woman in a trilby, eyes down, the hat covering most of her face -

fyrfli's quote library

-
- -
-
-
-
- - - - - - - - diff --git a/public/style.css b/public/style.css deleted file mode 100644 index 2479ff8..0000000 --- a/public/style.css +++ /dev/null @@ -1,16 +0,0 @@ - body { - width: 80vw; - max-width: 500px; - margin: auto; - padding-top: 4rem; - background-color: beige; - } - - .display { - background: linear-gradient(to bottom right, #0c024d, #0dbcc5); - background-attachment: fixed; - color: white; - font-size: 1.2rem; - padding: 2rem; - border-radius: 12px; - } \ No newline at end of file