Added borders

This commit is contained in:
James Dinh 2022-06-01 17:58:57 -07:00
parent 6c7a0a991d
commit a8ab938ec7
2 changed files with 22 additions and 5 deletions

View File

@ -182,7 +182,7 @@ nav li a:focus::after{
width: 300px;
}
#prizes-container {
transform: scale(0.8);
transform: scale(0.9);
}
}
@media (max-height: 700px) {
@ -195,6 +195,11 @@ nav li a:focus::after{
#spots-container {
display: flex;
place-items: center;
border-radius: 10px;
margin-top: 5px;
padding: 0 7px;
border: 1px solid rgb(73, 73, 73);
background-color: rgb(22, 22, 22);
}
.blob {
@ -255,10 +260,15 @@ nav li a:focus::after{
#header-subtitle-date {
padding: 5px;
margin-top: 5px;
border-radius: 10px;
border: 1px solid rgb(73, 73, 73);
background-color: rgb(22, 22, 22);
}
#header-subtitle-spots {
padding: 5px;
}
#entrance-arrow {
@ -875,6 +885,11 @@ input[data-description="5"]:checked ~ #timeline-descriptions-wrapper div[data-de
margin: 0 auto 5px;
}
abbr[title] {
text-decoration: underline dotted;
cursor: help;
}
.emphasis-text {
color:rgb(51, 235, 189);
}

View File

@ -64,7 +64,7 @@
<h2 id="header-subtitle-date">Aug 12 - 14</h2>
<div id="spots-container">
<div class="blob green" aria-hidden="true"></div>
<h2 id="header-subtitle-spots">40 spots left</h2>
<h2 id="header-subtitle-spots">40 spots remaining</h2>
</div>
<div id="entrance-arrow">
<a href="#event" id="arrow-link">
@ -249,7 +249,7 @@
<div class="rules-card" id="rules-2">
<p class="rules-title">Do not plagiarize</p>
<p>
- You are allowed to use existing libraries and packages with a valid liscence and give credit when credit is due
- You are allowed to use existing libraries and packages with a valid license and give credit when credit is due (required, unless under Creative Commons or <abbr title="Copyleft is the idea and the specific stipulation when distributing software that the user will be able to copy it freely, examine and modify the source code, and redistribute the software to others (Ex. GNU GPL, CC)">Copyleft</abbr>)
<br>
- You may also use old projects as frameworks for your product, but you cannot work on any material that is related to the hackathon before the event
</p>
@ -264,6 +264,8 @@
<p class="rules-title">Any resource is at your disposal</p>
<p>
- You may use a combination of software and hardware in your project
<br>
- You may not copy others' unlicensed word
</p>
</div>
<div class="rules-card" id="rules-5">
@ -327,9 +329,9 @@
<div id="photo-release-container">
<h2>Photo Release Waiver</h2>
<div id=photo-description>
By participating in this hackathon, you hereby grant us permission to use your likeness and projects in a photograph, video, or other digital media in any and all of its publications, including, but not limited to social media and web-based publications. Any and all photos taken during the hackathon duration will become the sole property of Gilroy Hacks.
By participating in this hackathon, you hereby grant us permission to use your likeness and projects in photographs, videos, or other digital media in any and all of its publications, including, but not limited to, social media and web-based publications. Any and all photos taken during the hackathon duration will become the sole property of Gilroy Hacks.
<br><br>
Upon agreeing to these terms, you authorize Gilroy hacks to edit, copy, or distribute these photoes for any lawful or advertising purpose. Additionally, you waive the right to royalties or compensation as a cause for using these photos.
Upon agreeing to these terms, you authorize Gilroy Hacks to edit, copy, or distribute these photos for any lawful or advertising purpose. Additionally, you waive the right to royalties or compensation as a cause for using these photos.
<br><br>
However, we take your privacy very seriously; if you have a disagreement with any of the terms stated above, please contact an event organizer or email <a class="link" target="_blank" href="mailto:tech@gilroyhacks.com" title="Email">tech@gilroyhacks.com</a>
</div>