Changed profile img
This commit is contained in:
parent
1a2d360f20
commit
2a9baf9f13
@ -1791,6 +1791,10 @@ section {
|
|||||||
border: 1px solid rgb(161, 161, 161);
|
border: 1px solid rgb(161, 161, 161);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#jd {
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.team-description {
|
.team-description {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
951
css/licenses.css
951
css/licenses.css
File diff suppressed because it is too large
Load Diff
BIN
img/jd.png
Normal file
BIN
img/jd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@ -633,7 +633,7 @@
|
|||||||
<article id="tech">
|
<article id="tech">
|
||||||
<h3 class="team-title">Tech</h3>
|
<h3 class="team-title">Tech</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 id="jd" src="img/jd.png" loading="lazy" alt="profile picture"></div>
|
||||||
<div class="team-description">
|
<div class="team-description">
|
||||||
<h4 class="person-name">James Dinh</h4>
|
<h4 class="person-name">James Dinh</h4>
|
||||||
<h5 class="person-subtitle">Lead Website Designer</h5>
|
<h5 class="person-subtitle">Lead Website Designer</h5>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
|
||||||
<title>Gilroy Hacks Liscences</title>
|
<title>Gilroy Hacks · Liscences</title>
|
||||||
<link href="css/licenses.css" rel="stylesheet" type="text/css" media="all">
|
<link href="css/licenses.css" rel="stylesheet" type="text/css" media="all">
|
||||||
<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="icon" href="img/Gilroy-Hacks-Logo-icon-tp.ico">
|
<link rel="icon" href="img/Gilroy-Hacks-Logo-icon-tp.ico">
|
||||||
@ -49,6 +49,12 @@
|
|||||||
<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">
|
||||||
|
<p id="banner-text"><a class="navlink" id="timer-link" href="#timeline">Opening Ceremony</a> in
|
||||||
|
<abbr class="tooltip-nav" title="Aug 12, 4pm"><span id="timer"></span></abbr>
|
||||||
|
<!-- <span id="nav-tooltip" data-text="Aug 12, 4pm"></span> -->
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<div id="nav-links-container">
|
<div id="nav-links-container">
|
||||||
<input onclick="btnToggle()" type="checkbox" id="check">
|
<input onclick="btnToggle()" type="checkbox" id="check">
|
||||||
<label for="check" class="checkbtn">
|
<label for="check" class="checkbtn">
|
||||||
@ -61,9 +67,6 @@
|
|||||||
<li><a class="navlink" onclick="uncheck('check')" href="#prizes">Prizes</a></li>
|
<li><a class="navlink" onclick="uncheck('check')" href="#prizes">Prizes</a></li>
|
||||||
<li><a class="navlink" onclick="uncheck('check')" href="#team">Team</a></li>
|
<li><a class="navlink" onclick="uncheck('check')" href="#team">Team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="banner">
|
|
||||||
<p id="banner-text"><a class="navlink" id="timer-link" href="#timeline" title="Click for more info">Opening Ceremony</a> in<abbr class="tooltip-nav" title="Aug 12, 4pm"><span id="timer"></span></abbr></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<header>
|
<header>
|
||||||
@ -71,11 +74,13 @@
|
|||||||
<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"/>
|
||||||
<hr id="line-header">
|
<div class="vertical-line"></div>
|
||||||
<h2 id="header-subtitle-date">Aug 12 - 14</h2>
|
<div id="header-info">
|
||||||
<div id="spots-container">
|
<h2 id="header-subtitle-date">Aug 12 - 14</h2>
|
||||||
<div class="blob green" aria-hidden="true"></div>
|
<div id="spots-container">
|
||||||
<h2 id="header-subtitle-spots">35 spots remaining</h2>
|
<div class="blob green" aria-hidden="true"></div>
|
||||||
|
<h2 id="header-subtitle-spots">32 spots remaining</h2>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -83,26 +88,52 @@
|
|||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<section>
|
<section>
|
||||||
hi
|
<h2 class="topic">Licenses</h2>
|
||||||
|
<hr class="line">
|
||||||
|
<div id="license-list">
|
||||||
|
<article class="license-entry">
|
||||||
|
img/bars.png
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<!--Footer-->
|
<!--Footer-->
|
||||||
<footer>
|
<footer>
|
||||||
<ul>
|
<div id="footer-container">
|
||||||
<li><a class="link" onclick="check('02'); save()" target="_blank" href="https://discord.gg/nkTDKMcYbr" title="Discord Invite Link">Discord</a></li>
|
<article id="footer-desc">
|
||||||
<li><a class="link" target="_blank" href="mailto:tech@gilroyhacks.com" title="Email">Contact Us</a></li>
|
<img id="footer-logo" src="img/Gilroy Hacks Logo [Summer-wide-2].png" alt="logo"/>
|
||||||
<li><a class="link" target="_blank" href="https://forms.gle/jhVFg4hN42k7EMZs7" title="Volunteer Signup Form">Volunteer Signup</a></li>
|
<p>
|
||||||
</ul>
|
Gilroy Hacks is a student-led organization focused on promoting community engagement and improving STEM exposure for local high school students.
|
||||||
<hr id="footer-line">
|
</p>
|
||||||
© 2022 Gilroy Hacks <br>
|
<div id="socials">
|
||||||
All Rights Reserved
|
<div><a target="_blank" href="https://www.facebook.com/profile.php?id=100082498013066" title="Facebook"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#ffffff"><path d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm4 7.278V4.5h-2.286c-2.1 0-3.428 1.6-3.428 3.889v1.667H8v2.777h2.286V19.5h2.857v-6.667h2.286L16 10.056h-2.857V8.944c0-1.11.572-1.666 1.714-1.666H16z"/></svg></a></div>
|
||||||
|
<div class="socials-icon"><a target="_blank" href="https://www.instagram.com/gilroyhacks/" title="Instagram"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#ffffff"><path d="M12 0c6.6274 0 12 5.3726 12 12s-5.3726 12-12 12S0 18.6274 0 12 5.3726 0 12 0zm3.115 4.5h-6.23c-2.5536 0-4.281 1.6524-4.3805 4.1552L4.5 8.8851v6.1996c0 1.3004.4234 2.4193 1.2702 3.2359.7582.73 1.751 1.1212 2.8818 1.1734l.2633.006h6.1694c1.3004 0 2.389-.4234 3.1754-1.1794.762-.734 1.1817-1.7576 1.2343-2.948l.0056-.2577V8.8851c0-1.2702-.4234-2.3589-1.2097-3.1452-.7338-.762-1.7575-1.1817-2.9234-1.2343l-.252-.0056zM8.9152 5.8911h6.2299c.9072 0 1.6633.2722 2.2076.8166.4713.499.7647 1.1758.8103 1.9607l.0063.2167v6.2298c0 .9375-.3327 1.6936-.877 2.2077-.499.4713-1.176.7392-1.984.7806l-.2237.0057H8.9153c-.9072 0-1.6633-.2722-2.2076-.7863-.499-.499-.7693-1.1759-.8109-2.0073l-.0057-.2306V8.885c0-.9073.2722-1.6633.8166-2.2077.4712-.4713 1.1712-.7392 1.9834-.7806l.2242-.0057h6.2299-6.2299zM12 8.0988c-2.117 0-3.871 1.7238-3.871 3.871A3.8591 3.8591 0 0 0 12 15.8408c2.1472 0 3.871-1.7541 3.871-3.871 0-2.117-1.754-3.871-3.871-3.871zm0 1.3911c1.3609 0 2.4798 1.119 2.4798 2.4799 0 1.3608-1.119 2.4798-2.4798 2.4798-1.3609 0-2.4798-1.119-2.4798-2.4798 0-1.361 1.119-2.4799 2.4798-2.4799zm4.0222-2.3589a.877.877 0 1 0 0 1.754.877.877 0 0 0 0-1.754z"/></svg></a></div>
|
||||||
|
</div>
|
||||||
|
<hr id="footer-line">
|
||||||
|
<p id="footer-copyright">
|
||||||
|
© 2022 Gilroy Hacks. All Rights Reserved
|
||||||
|
</p>
|
||||||
|
</article>
|
||||||
|
<article id="footer-links">
|
||||||
|
<h3>Links</h3><br>
|
||||||
|
<ul>
|
||||||
|
<li><a class="link" onclick="check('02'); save()" target="_blank" href="https://discord.gg/nkTDKMcYbr" title="Discord Invite Link">Discord</a></li>
|
||||||
|
<li><a class="link" onclick="check('01'); save();" target="_blank" href="https://forms.gle/coK7q43RwBV2f15i7">Signup Form</a></li>
|
||||||
|
<li><a class="link" target="_blank" href="https://sccl.bibliocommons.com/events/62acbe100685eb4200c37c48" title="Gilroy Library Event">Library Event Entry</a></li>
|
||||||
|
<li><a class="link" target="_blank" href="mailto:tech@gilroyhacks.com" title="Email">Email Us</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article id="footer-links">
|
||||||
|
<h3>Location</h3><br>
|
||||||
|
<ul>
|
||||||
|
<li>Gilroy Library<br>350 W 6th St, Gilroy, CA 95020</li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<!-- JavaScript Refs -->
|
<!-- JavaScript Refs -->
|
||||||
<script src="js/jquery-3.6.0.min.js"></script>
|
|
||||||
<script src="js/scroll_nav.js"></script>
|
<script src="js/scroll_nav.js"></script>
|
||||||
<script src="js/scroll_element.js"></script>
|
<script src="js/scroll_element.js"></script>
|
||||||
<script src="js/timer.js"></script>
|
<script src="js/timer.js"></script>
|
||||||
<script src="js/data_checkbox.js"></script>
|
|
||||||
<script src="js/map.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user