mirror of
https://github.com/ION606/rpi-utils.git
synced 2026-05-14 21:06:54 +00:00
Added '_blank' to every <a>
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
<div style="margin-top: 50px; text-align: center;">
|
||||
<a class="calDownload" href="/createCalendar/" download="rpievents.ics" onclick="alert('Your file will download shortly')">Download ICS file</a>
|
||||
<br style="margin-bottom: 70px;">
|
||||
<a class="ogCal" href="https://info.rpi.edu/registrar/academic-calendar">RPI Web Page</a>
|
||||
<a class="ogCal" href="https://info.rpi.edu/registrar/academic-calendar" target="_blank">RPI Web Page</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
+5
-5
@@ -21,12 +21,12 @@
|
||||
<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>
|
||||
<a href="https://sis.rpi.edu" target="_blank"><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" target="_blank"><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" target="_blank"><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>
|
||||
<a href="https://quacs.org/fall2023/#/" target="_blank"><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/" target="_blank"><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;">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user