diff --git a/armcord.png b/armcord.png new file mode 100644 index 0000000..0653986 Binary files /dev/null and b/armcord.png differ diff --git a/betterguilded.png b/betterguilded.png new file mode 100644 index 0000000..b3c606c Binary files /dev/null and b/betterguilded.png differ diff --git a/github.png b/github.png new file mode 100644 index 0000000..704de81 Binary files /dev/null and b/github.png differ diff --git a/index.html b/index.html index f376c78..c0b8ea8 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - smartfridge website + smartfridge website @@ -39,10 +39,20 @@ location.href = location.href.replace("http://", "https://"); } + +

smartfridge personal website

Things I work on:

+
+ Github + ArmCord + Lightcord + BetterGuilded +
+

Website is work in progressđź’•

+ + diff --git a/lightcord.png b/lightcord.png new file mode 100644 index 0000000..7356e39 Binary files /dev/null and b/lightcord.png differ diff --git a/website.css b/website.css index 4119313..bfa5a0e 100644 --- a/website.css +++ b/website.css @@ -5,11 +5,14 @@ h1 { color: #ffffff; } p { - color: #ffffff; + color: #ffffff; } h2 { - color: #ffffff; + color: #ffffff; } .description { - color: #ffffff; -} \ No newline at end of file + color: #ffffff; +} +.container { + text-align: center; +}