Updated spots

This commit is contained in:
James Dinh 2022-07-23 00:51:50 -07:00
parent b68f8a6f76
commit 1963da1ae3
4 changed files with 29 additions and 6 deletions

View File

@ -96,7 +96,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">22 spots remaining</h2>
<h2 id="header-subtitle-spots">21 spots remaining</h2>
</div>
</div>
</div>

View File

@ -1579,11 +1579,22 @@ section {
min-width: 500px;
background-color: rgb(19, 29, 41);
border-radius: 10px;
padding: 10px 30px;
box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
text-align: left;
overflow: hidden;
}
.workshop-header {
padding: 10px 30px;
}
.workshop-desc {
margin-top: 10px;
padding: 10px 30px;
background-color: #222429;
}
/* Rules */
#rules-description {
margin: 10px 20px;
font-size: 18px;

View File

@ -100,7 +100,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">22 spots remaining</h2>
<h2 id="header-subtitle-spots">21 spots remaining</h2>
</div>
<div id="entrance-arrow">
<a href="#event" id="arrow-link">
@ -489,10 +489,22 @@
(under construction)
<div class="flex-container">
<div class="workshop-entry">
yo
<div class="workshop-header">
<h3>Web Dev Workshop</h3>
<h4>Aug 13, 11am</h4>
</div>
<div class="workshop-desc">
Topics Covered:
<ul>
<li>Git Version Control</li>
<li>Basics of Website Development</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
</div>
<div class="workshop-entry">
hi
</div>
</div>
</section> -->

View File

@ -94,7 +94,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">22 spots remaining</h2>
<h2 id="header-subtitle-spots">21 spots remaining</h2>
</div>
</div>
</div>