Updated sponsor list
This commit is contained in:
parent
f5162192bd
commit
5a0051c597
@ -1474,20 +1474,19 @@ li .splide__pagination__page.is-active {
|
||||
|
||||
#sponsor-container {
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
flex-flow: row wrap;
|
||||
padding: 20px 15px;
|
||||
width: 400px;
|
||||
max-width: 1500px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#sponsor-container a {
|
||||
padding: 7px 0px;
|
||||
margin: 5px 20px;
|
||||
}
|
||||
|
||||
#sponsor-container img {
|
||||
max-width: 410px;
|
||||
min-width: 250px;
|
||||
width: 100%;
|
||||
max-height: 80px;
|
||||
}
|
||||
|
||||
#sponsor-container a:hover {
|
||||
|
43
index.html
43
index.html
@ -263,6 +263,38 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div id="sponsor-title">
|
||||
<h2 id="sponsor-heading">Sponsors</h2>
|
||||
<span class="caption">Interested in sponsoring our event?<br>Send us an email at <a class="link tooltip email-link email-replace-vijay" target="_blank" href="mailto:vijaykethanaboyina-at-gmail-dot-com">vijaykethanaboyina (at) gmail (dot) com</a></span>
|
||||
</div>
|
||||
<div id="sponsor-container">
|
||||
<a href="https://1password.com/" target="_blank">
|
||||
<img src="img/1Password_logo.svg" loading="lazy" alt="1Password logo">
|
||||
</a>
|
||||
<a href="https://artofproblemsolving.com/" target="_blank">
|
||||
<img src="img/AOPS_logo" loading="lazy" alt="AOPS logo">
|
||||
</a>
|
||||
<a href="https://www.wolfram.com/language/" target="_blank">
|
||||
<img src="img/WolframHackathonLogo2023.png" loading="lazy" alt="Wolfram Alpha logo">
|
||||
</a>
|
||||
<a href="https://taskade.com/" target="_blank">
|
||||
<img src="img/taskade_logo" loading="lazy" alt="taskade logo">
|
||||
</a>
|
||||
<a href="https://www.gavengineering.club/" target="_blank">
|
||||
<img id="gear-club-logo" src="img/gear_logo.png" loading="lazy" alt="GEAR Club logo">
|
||||
</a>
|
||||
</div> -->
|
||||
</article>
|
||||
</div>
|
||||
<!-- <div id="map-article">
|
||||
<article id="map-div">
|
||||
<h2 class="map-title">Location</h2>
|
||||
<div id="map-container">
|
||||
<div id="map">Gilroy Library<br>350 W 6th St, Gilroy, CA 95020</div>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</div> -->
|
||||
<div id="sponsor-title">
|
||||
<h2 id="sponsor-heading">Sponsors</h2>
|
||||
<span class="caption">Interested in sponsoring our event?<br>Send us an email at <a class="link tooltip email-link email-replace-vijay" target="_blank" href="mailto:vijaykethanaboyina-at-gmail-dot-com">vijaykethanaboyina (at) gmail (dot) com</a></span>
|
||||
@ -284,17 +316,6 @@
|
||||
<img id="gear-club-logo" src="img/gear_logo.png" loading="lazy" alt="GEAR Club logo">
|
||||
</a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<!-- <div id="map-article">
|
||||
<article id="map-div">
|
||||
<h2 class="map-title">Location</h2>
|
||||
<div id="map-container">
|
||||
<div id="map">Gilroy Library<br>350 W 6th St, Gilroy, CA 95020</div>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</div> -->
|
||||
</section>
|
||||
<section id="schedule">
|
||||
<div id="schedule-title">
|
||||
|
Loading…
Reference in New Issue
Block a user