From e72be5ca7b627c4aafaefaf832cd637d1cf8aa77 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Sat, 19 Jun 2021 22:55:09 +0200 Subject: [PATCH] dd --- index.html | 78 +++++++++++++++++++++++++++++++++++++++-- smartwebsite/desktop.js | 16 +++++---- website.css | 15 ++++++++ 3 files changed, 100 insertions(+), 9 deletions(-) create mode 100644 website.css diff --git a/index.html b/index.html index 006be2e..0ae99e8 100644 --- a/index.html +++ b/index.html @@ -1,2 +1,76 @@ -

Work in progress

-

for beta visit /smartwebsite

\ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + +

smartfridge personal website

+

Things I work on:

+ +

WIP

+ + + + diff --git a/smartwebsite/desktop.js b/smartwebsite/desktop.js index 60337f7..125112c 100644 --- a/smartwebsite/desktop.js +++ b/smartwebsite/desktop.js @@ -200,13 +200,15 @@ function createWindowModal(){ function armcord() { Desktop.createArmCordWindow({ - resizeable: false, - draggable: false, - width: 600, - //icon: "", - title: "
", - content: `ArmCord`, - }); + resizeable: false, + draggable: true, + width: 600, + //icon: "", + title: "
", + //content: `ArmCord`, + content: "https://discord.com/app", + clsContent: "bg-dark", + }); } function createWindowYoutube(){ diff --git a/website.css b/website.css new file mode 100644 index 0000000..4119313 --- /dev/null +++ b/website.css @@ -0,0 +1,15 @@ +body { + background-color: #23272a; +} +h1 { + color: #ffffff; +} +p { + color: #ffffff; +} +h2 { + color: #ffffff; +} +.description { + color: #ffffff; +} \ No newline at end of file