From e77765a0ea7265a3970bda6bc3038e42b272059b Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Fri, 5 Apr 2024 12:48:40 -0300 Subject: [PATCH] Added 'QuoteMan' that will choose a random quote from ./assets/quotes and put it on aside's quoteblock. --- assets/main.js | 11 +++++++++-- assets/quoteman.js | 39 +++++++++++++++++++++++++++++++++++++++ assets/quotes | 2 ++ index.html | 1 + 4 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 assets/quoteman.js create mode 100644 assets/quotes diff --git a/assets/main.js b/assets/main.js index 3d80b96..c0dbeda 100644 --- a/assets/main.js +++ b/assets/main.js @@ -13,9 +13,16 @@ class Header extends HTMLElement {

Studying computing at IFC, interessed in programming, hacking and security.

+ +