From 895230f648a7b992837f956ff502b6910f7601c4 Mon Sep 17 00:00:00 2001 From: Itamar Oren Date: Wed, 22 Feb 2023 20:24:25 -0500 Subject: [PATCH] front page redesign --- index.html | 9 +++++++++ main.css | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/index.html b/index.html index b1398dd..8663aac 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ + RPI Utils Website @@ -18,7 +19,15 @@

Welcome to RPI Utils!

The place with the tools to withstand RPI's terrible online presence!

+

RPI Links and Websites

+ SIS + Degree Works + Webmail +
+ Quacs + Submitty +
diff --git a/main.css b/main.css index 0a22d3d..cad59fa 100644 --- a/main.css +++ b/main.css @@ -1,4 +1,14 @@ body { /* color: rgb(148, 0, 0); */ color: rgb(252, 252, 252); +} + + +.icon { + width: 100px; + height: 100px; +} + +a { + margin: 10px; } \ No newline at end of file