front page redesign

This commit is contained in:
Itamar Oren
2023-02-22 20:24:25 -05:00
parent 70dd4db5d8
commit 895230f648
2 changed files with 19 additions and 0 deletions
+9
View File
@@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/main.css" defer> <link rel="stylesheet" type="text/css" href="/main.css" defer>
<link rel="stylesheet" type="text/css" href="/navbar.css" defer> <link rel="stylesheet" type="text/css" href="/navbar.css" defer>
<script src="https://kit.fontawesome.com/728e740903.js" crossorigin="anonymous"></script>
<title>RPI Utils Website</title> <title>RPI Utils Website</title>
</head> </head>
@@ -18,6 +19,14 @@
<div style="text-align: center;"> <div style="text-align: center;">
<h1>Welcome to RPI Utils!</h1> <h1>Welcome to RPI Utils!</h1>
<h2>The place with the tools to withstand RPI's terrible online presence!</h2> <h2>The place with the tools to withstand RPI's terrible online presence!</h2>
<h2 style="margin-top: 50px;"><u>RPI Links and Websites</u></h2>
<a href="https://sis.rpi.edu"><img class="icon" src="https://github.com/ION606/rpi-utils/blob/main/assets/sis_icon.png?raw=true" alt="SIS"></a>
<a href="https://degreeworksprd.rpi.edu:8708/degwx/RespDashboard/worksheets/WEB31"><img class="icon" src="https://github.com/ION606/rpi-utils/blob/main/assets/dw.png?raw=true" alt="Degree Works"></a>
<a href="https://webmail.rpi.edu"><img class="icon" src="https://github.com/ION606/rpi-utils/blob/main/assets/webmail.png?raw=true" alt="Webmail"></a>
<br>
<a href="https://quacs.org/fall2023/#/"><img class="icon" src="https://github.com/ION606/rpi-utils/blob/main/assets/quacs.png?raw=true", alt="Quacs"></a>
<a href="https://submitty.cs.rpi.edu/"><img class="icon" src="https://github.com/ION606/rpi-utils/blob/main/assets/submitty.png?raw=true" alt="Submitty"></a>
<br style="margin-top: 30px;"> <br style="margin-top: 30px;">
<script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="ion606" data-color="#FFDD00" data-emoji="" data-font="Cookie" data-text="Buy me a coffee" data-outline-color="#000000" data-font-color="#000000" data-coffee-color="#ffffff"></script> <script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="ion606" data-color="#FFDD00" data-emoji="" data-font="Cookie" data-text="Buy me a coffee" data-outline-color="#000000" data-font-color="#000000" data-coffee-color="#ffffff"></script>
+10
View File
@@ -2,3 +2,13 @@ body {
/* color: rgb(148, 0, 0); */ /* color: rgb(148, 0, 0); */
color: rgb(252, 252, 252); color: rgb(252, 252, 252);
} }
.icon {
width: 100px;
height: 100px;
}
a {
margin: 10px;
}