Optimized file names

This commit is contained in:
James Dinh 2022-07-25 18:14:03 -07:00
parent 6435a582d5
commit f0ac39bc3c
8 changed files with 19 additions and 21 deletions

View File

@ -64,7 +64,7 @@
<!--Nav--> <!--Nav-->
<nav id="navBar"> <nav id="navBar">
<a id="nav-logo-a" href="./"> <a id="nav-logo-a" href="./">
<img id="nav-logo" src="img/Gilroy Hacks Logo [Summer-wide-2].png" alt="logo"/> <img id="nav-logo" src="img/Gilroy_Hacks_Logo_Summer_wide_2.png" alt="logo"/>
</a> </a>
<div id="banner"> <div id="banner">
<p id="banner-text"><a class="navlink" id="timer-link" href="/#timeline">Opening Ceremony</a> in <p id="banner-text"><a class="navlink" id="timer-link" href="/#timeline">Opening Ceremony</a> in
@ -91,7 +91,7 @@
<div id="header-background"> <div id="header-background">
<div id="header-gradient"> <div id="header-gradient">
<div id="header"> <div id="header">
<img id="logo" src="img/Gilroy Hacks Logo [Summer].png" height="100" width="100" alt="logo"/> <img id="logo" src="img/Gilroy_Hacks_Logo_Summer.png" height="100" width="100" alt="logo"/>
<div class="vertical-line"></div> <div class="vertical-line"></div>
<div id="header-info"> <div id="header-info">
<a class="link tooltip header-link" id="header-tooltip" target="_blank" href="https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20220812T230000Z%2F20220814T233000Z&details=Participate%20in%20a%20weekend-long%20hackathon%20to%20strengthen%20your%20coding%20skills%20and%20earn%20some%20cool%20prizes%21&location=Gilroy%20Library&text=Gilroy%20Hacks%20Hackathon"><h2 id="header-subtitle-date"><svg class="header-icon" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>Aug 12 - 14</h2></a> <a class="link tooltip header-link" id="header-tooltip" target="_blank" href="https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20220812T230000Z%2F20220814T233000Z&details=Participate%20in%20a%20weekend-long%20hackathon%20to%20strengthen%20your%20coding%20skills%20and%20earn%20some%20cool%20prizes%21&location=Gilroy%20Library&text=Gilroy%20Hacks%20Hackathon"><h2 id="header-subtitle-date"><svg class="header-icon" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>Aug 12 - 14</h2></a>
@ -154,7 +154,7 @@
<footer> <footer>
<div id="footer-container"> <div id="footer-container">
<article id="footer-desc"> <article id="footer-desc">
<img id="footer-logo" src="img/Gilroy Hacks Logo [Summer-wide-2].png" alt="logo"/> <img id="footer-logo" src="img/Gilroy_Hacks_Logo_Summer_wide_2.png" alt="logo"/>
<p> <p>
Gilroy Hacks is a student-led organization focused on promoting community engagement and improving STEM exposure for local high school students. Gilroy Hacks is a student-led organization focused on promoting community engagement and improving STEM exposure for local high school students.
</p> </p>

View File

@ -402,7 +402,6 @@ nav ul li {
text-align: center; text-align: center;
position: relative; position: relative;
/* background-image: linear-gradient(#0d111733 50%, #0d11175e 60%, #0d1117 100%); */
} }
#logo { #logo {

View File

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -18,7 +18,7 @@
<link href="css/scroll_nav.css" rel="stylesheet" type="text/css" media="all"> <link href="css/scroll_nav.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" href="css/leaflet.css"/> <link rel="stylesheet" href="css/leaflet.css"/>
<link rel="icon" href="img/Gilroy-Hacks-Logo-icon-tp.ico"> <link rel="icon" href="img/Gilroy-Hacks-Logo-icon-tp.ico">
<link rel="apple-touch-icon" href="img/Gilroy Hacks Logo (app).png"> <link rel="apple-touch-icon" href="img/Gilroy_Hacks_Logo_app.png">
<meta name="author" content="Gilroy Hacks"> <meta name="author" content="Gilroy Hacks">
<meta name="copyright" content="This site and its pages are Copyright (c) 2022 Gilroy Hacks All Rights Reserved."> <meta name="copyright" content="This site and its pages are Copyright (c) 2022 Gilroy Hacks All Rights Reserved.">
@ -39,7 +39,6 @@
body { body {
position: relative; position: relative;
background-color: #0d1117 !important; background-color: #0d1117 !important;
background-image: "";
color: #f2f1ef !important; color: #f2f1ef !important;
font-family: "Glacial Indifference"; font-family: "Glacial Indifference";
} }
@ -70,7 +69,7 @@
<!--Nav--> <!--Nav-->
<nav id="navBar"> <nav id="navBar">
<a id="nav-logo-a" href="./"> <a id="nav-logo-a" href="./">
<img id="nav-logo" src="img/Gilroy Hacks Logo [Summer-wide-2].png" alt="logo"/> <img id="nav-logo" src="img/Gilroy_Hacks_Logo_Summer_wide_2.png" alt="logo"/>
</a> </a>
<div id="banner"> <div id="banner">
<p id="banner-text"><a class="navlink" id="timer-link" href="#timeline">Opening Ceremony</a> in <p id="banner-text"><a class="navlink" id="timer-link" href="#timeline">Opening Ceremony</a> in
@ -97,7 +96,7 @@
<div id="header-background"> <div id="header-background">
<div id="header-gradient"> <div id="header-gradient">
<div id="header"> <div id="header">
<img id="logo" src="img/Gilroy Hacks Logo [Summer].png" height="400" width="400" alt="logo"/> <img id="logo" src="img/Gilroy_Hacks_Logo_Summer.png" height="400" width="400" alt="logo"/>
<hr id="line-header"> <hr id="line-header">
<a class="link tooltip header-link" id="header-tooltip" target="_blank" href="https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20220812T230000Z%2F20220814T233000Z&details=Participate%20in%20a%20weekend-long%20hackathon%20to%20strengthen%20your%20coding%20skills%20and%20earn%20some%20cool%20prizes%21&location=Gilroy%20Library&text=Gilroy%20Hacks%20Hackathon"><h2 id="header-subtitle-date"><svg class="header-icon" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>Aug 12 - 14</h2></a> <a class="link tooltip header-link" id="header-tooltip" target="_blank" href="https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20220812T230000Z%2F20220814T233000Z&details=Participate%20in%20a%20weekend-long%20hackathon%20to%20strengthen%20your%20coding%20skills%20and%20earn%20some%20cool%20prizes%21&location=Gilroy%20Library&text=Gilroy%20Hacks%20Hackathon"><h2 id="header-subtitle-date"><svg class="header-icon" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>Aug 12 - 14</h2></a>
<a class="link tooltip header-link" id="spots-tooltip" target="_blank" href="https://forms.gle/coK7q43RwBV2f15i7"><div id="spots-container"> <a class="link tooltip header-link" id="spots-tooltip" target="_blank" href="https://forms.gle/coK7q43RwBV2f15i7"><div id="spots-container">
@ -562,7 +561,7 @@
</ul> </ul>
</div> </div>
<div class="workshop-footer"> <div class="workshop-footer">
Instructed By: <div class="workshop-instructor"><img class="instructor-img default-pfp" src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div><span class="emphasis-text">Clement Boiteux</span> Instructed By: <div class="workshop-instructor"><img class="instructor-img default-pfp" src="img/Gilroy_Hacks_Logo_icon_tp_podium.png" loading="lazy" alt="profile picture"></div><span class="emphasis-text">Clement Boiteux</span>
</div> </div>
</div> </div>
</div> </div>
@ -714,7 +713,7 @@
<div class="podium-edge"></div> <div class="podium-edge"></div>
<div id="first-podium"> <div id="first-podium">
<p class="podium-label" id="podium-label-1">Gilroy</p> <p class="podium-label" id="podium-label-1">Gilroy</p>
<img id="prize-logo" src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="logo"> <img id="prize-logo" src="img/Gilroy_Hacks_Logo_icon_tp_podium.png" loading="lazy" alt="logo">
<p class="podium-label" id="podium-label-2">Hacks</p> <p class="podium-label" id="podium-label-2">Hacks</p>
</div> </div>
</div> </div>
@ -757,7 +756,7 @@
<article id="administration"> <article id="administration">
<h3 class="team-title">Administration</h3> <h3 class="team-title">Administration</h3>
<div class="team-entry"> <div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div> <div class="team-picture"><img src="img/Gilroy_Hacks_Logo_icon_tp_podium.png" loading="lazy" alt="profile picture"></div>
<div class="team-description"> <div class="team-description">
<h4 class="person-name">Aadhavan Magesh</h4> <h4 class="person-name">Aadhavan Magesh</h4>
<h5 class="person-subtitle">Secretary</h5> <h5 class="person-subtitle">Secretary</h5>
@ -770,7 +769,7 @@
<article id="logistics"> <article id="logistics">
<h3 class="team-title">Logistics</h3> <h3 class="team-title">Logistics</h3>
<div class="team-entry"> <div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div> <div class="team-picture"><img src="img/Gilroy_Hacks_Logo_icon_tp_podium.png" loading="lazy" alt="profile picture"></div>
<div class="team-description"> <div class="team-description">
<h4 class="person-name">Isaac Hwang</h4> <h4 class="person-name">Isaac Hwang</h4>
<h5 class="person-subtitle">Lead Organizer</h5> <h5 class="person-subtitle">Lead Organizer</h5>
@ -780,7 +779,7 @@
</div> </div>
</div> </div>
<div class="team-entry"> <div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div> <div class="team-picture"><img src="img/Gilroy_Hacks_Logo_icon_tp_podium.png" loading="lazy" alt="profile picture"></div>
<div class="team-description"> <div class="team-description">
<h4 class="person-name">Jonathan Tessmann</h4> <h4 class="person-name">Jonathan Tessmann</h4>
<h5 class="person-subtitle">Finance Manager</h5> <h5 class="person-subtitle">Finance Manager</h5>
@ -793,7 +792,7 @@
<article id="outreach"> <article id="outreach">
<h3 class="team-title">Outreach</h3> <h3 class="team-title">Outreach</h3>
<div class="team-entry"> <div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div> <div class="team-picture"><img src="img/Gilroy_Hacks_Logo_icon_tp_podium.png" loading="lazy" alt="profile picture"></div>
<div class="team-description"> <div class="team-description">
<h4 class="person-name">Vijay Kethanaboyina</h4> <h4 class="person-name">Vijay Kethanaboyina</h4>
<h5 class="person-subtitle">Outreach Manager</h5> <h5 class="person-subtitle">Outreach Manager</h5>
@ -816,7 +815,7 @@
</div> </div>
</div> </div>
<div class="team-entry"> <div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div> <div class="team-picture"><img src="img/Gilroy_Hacks_Logo_icon_tp_podium.png" loading="lazy" alt="profile picture"></div>
<div class="team-description"> <div class="team-description">
<h4 class="person-name">Clement Boiteux</h4> <h4 class="person-name">Clement Boiteux</h4>
<h5 class="person-subtitle">Tech Support</h5> <h5 class="person-subtitle">Tech Support</h5>
@ -826,7 +825,7 @@
</div> </div>
</div> </div>
<div class="team-entry"> <div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div> <div class="team-picture"><img src="img/Gilroy_Hacks_Logo_icon_tp_podium.png" loading="lazy" alt="profile picture"></div>
<div class="team-description"> <div class="team-description">
<h4 class="person-name">Mark Shen</h4> <h4 class="person-name">Mark Shen</h4>
<h5 class="person-subtitle">Tech Support</h5> <h5 class="person-subtitle">Tech Support</h5>
@ -839,7 +838,7 @@
<article id="marketing"> <article id="marketing">
<h3 class="team-title">Marketing</h3> <h3 class="team-title">Marketing</h3>
<div class="team-entry"> <div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div> <div class="team-picture"><img src="img/Gilroy_Hacks_Logo_icon_tp_podium.png" loading="lazy" alt="profile picture"></div>
<div class="team-description"> <div class="team-description">
<h4 class="person-name">Bryce Mankovsky</h4> <h4 class="person-name">Bryce Mankovsky</h4>
<h5 class="person-subtitle">Marketing Manager</h5> <h5 class="person-subtitle">Marketing Manager</h5>
@ -856,7 +855,7 @@
<footer> <footer>
<div id="footer-container"> <div id="footer-container">
<article id="footer-desc"> <article id="footer-desc">
<div id="footer-logo-div"><img id="footer-logo" src="img/Gilroy Hacks Logo [Summer-wide-2].png" alt="logo"/></div> <div id="footer-logo-div"><img id="footer-logo" src="img/Gilroy_Hacks_Logo_Summer_wide_2.png" alt="logo"/></div>
<p> <p>
Gilroy Hacks is a student-led organization focused on promoting community engagement and improving STEM exposure for local middle/high school students. Gilroy Hacks is a student-led organization focused on promoting community engagement and improving STEM exposure for local middle/high school students.
</p> </p>

View File

@ -62,7 +62,7 @@
<!--Nav--> <!--Nav-->
<nav id="navBar"> <nav id="navBar">
<a id="nav-logo-a" href="./"> <a id="nav-logo-a" href="./">
<img id="nav-logo" src="img/Gilroy Hacks Logo [Summer-wide-2].png" alt="logo"/> <img id="nav-logo" src="img/Gilroy_Hacks_Logo_Summer_wide_2.png" alt="logo"/>
</a> </a>
<div id="banner"> <div id="banner">
<p id="banner-text"><a class="navlink" id="timer-link" href="/#timeline">Opening Ceremony</a> in <p id="banner-text"><a class="navlink" id="timer-link" href="/#timeline">Opening Ceremony</a> in
@ -89,7 +89,7 @@
<div id="header-background"> <div id="header-background">
<div id="header-gradient"> <div id="header-gradient">
<div id="header"> <div id="header">
<img id="logo" src="img/Gilroy Hacks Logo [Summer].png" height="100" width="100" alt="logo"/> <img id="logo" src="img/Gilroy_Hacks_Logo_Summer.png" height="100" width="100" alt="logo"/>
<div class="vertical-line"></div> <div class="vertical-line"></div>
<div id="header-info"> <div id="header-info">
<a class="link tooltip header-link" id="header-tooltip" target="_blank" href="https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20220812T230000Z%2F20220814T233000Z&details=Participate%20in%20a%20weekend-long%20hackathon%20to%20strengthen%20your%20coding%20skills%20and%20earn%20some%20cool%20prizes%21&location=Gilroy%20Library&text=Gilroy%20Hacks%20Hackathon"><h2 id="header-subtitle-date"><svg class="header-icon" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>Aug 12 - 14</h2></a> <a class="link tooltip header-link" id="header-tooltip" target="_blank" href="https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20220812T230000Z%2F20220814T233000Z&details=Participate%20in%20a%20weekend-long%20hackathon%20to%20strengthen%20your%20coding%20skills%20and%20earn%20some%20cool%20prizes%21&location=Gilroy%20Library&text=Gilroy%20Hacks%20Hackathon"><h2 id="header-subtitle-date"><svg class="header-icon" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>Aug 12 - 14</h2></a>
@ -341,7 +341,7 @@
<footer> <footer>
<div id="footer-container"> <div id="footer-container">
<article id="footer-desc"> <article id="footer-desc">
<img id="footer-logo" src="img/Gilroy Hacks Logo [Summer-wide-2].png" alt="logo"/> <img id="footer-logo" src="img/Gilroy_Hacks_Logo_Summer_wide_2.png" alt="logo"/>
<p> <p>
Gilroy Hacks is a student-led organization focused on promoting community engagement and improving STEM exposure for local high school students. Gilroy Hacks is a student-led organization focused on promoting community engagement and improving STEM exposure for local high school students.
</p> </p>