Added Gavilan College Sponsor

This commit is contained in:
James Dinh 2022-07-01 20:59:47 -07:00
parent 387c8089c6
commit 489a2825dc
6 changed files with 25 additions and 21 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -1273,7 +1273,7 @@ section {
#sponsor-container { #sponsor-container {
display: flex; display: flex;
flex-wrap: wrap; flex-flow: column nowrap;
padding: 20px 5px; padding: 20px 5px;
justify-content: center; justify-content: center;
} }
@ -1282,8 +1282,23 @@ section {
transform: scale(1.03); transform: scale(1.03);
} }
#sponsor-container img {
margin: 10px 0;
}
#gilroy-library-logo { #gilroy-library-logo {
height: 120px; height: 120px;
width: 352px;
}
#gavilan-college-logo {
height: auto;
width: 352px;
}
#gear-club-logo {
height: auto;
width: 352px;
} }
#map-article { #map-article {
@ -1443,23 +1458,6 @@ section {
z-index: 1; z-index: 1;
} }
/* #community-room {
width: 100%;
height: 99%;
position: absolute;
border-radius: 10px;
margin-top: 3px;
visibility: hidden;
top: 0;
}
#com-room-img {
width: 100%;
height: 100%;
border-radius: 10px;
object-fit: contain;
} */
#rules-description { #rules-description {
margin: 10px 20px; margin: 10px 20px;
font-size: 18px; font-size: 18px;
@ -1476,7 +1474,7 @@ section {
margin: 10px auto; margin: 10px auto;
width: 90%; width: 90%;
max-width: 850px; max-width: 850px;
min-width: 200px; min-width: 350px;
padding: 10px; padding: 10px;
} }
@ -1713,7 +1711,7 @@ section {
margin: 10px auto; margin: 10px auto;
width: 70%; width: 70%;
max-width: 850px; max-width: 850px;
min-width: 200px; min-width: 350px;
padding: 10px; padding: 10px;
} }

BIN
img/.DS_Store vendored

Binary file not shown.

BIN
img/gavilan_college.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
img/gear_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 KiB

View File

@ -314,8 +314,14 @@
</div> </div>
<div id="sponsor-container"> <div id="sponsor-container">
<a href="https://sccld.org/" target="_blank"> <a href="https://sccld.org/" target="_blank">
<img id="gilroy-library-logo" src="img/SCCLD_logo.png" alt="gilroy library logo"> <img id="gilroy-library-logo" src="img/SCCLD_logo.png" alt="Gilroy Library logo">
</a> </a>
<a href="https://www.gavilan.edu/" target="_blank">
<img id="gavilan-college-logo" src="img/gavilan_college.png" alt="Gavilan College logo">
</a>
<!-- <a href="https://www.gavengineering.club/" target="_blank">
<img id="gear-club-logo" src="img/gear_logo.png" alt="GEAR Club logo">
</a> -->
</div> </div>
</article> </article>
</div> </div>