Skip to content

Commit

Permalink
Merge pull request #6 from CSULB-WiC/Fooj
Browse files Browse the repository at this point in the history
pics
  • Loading branch information
foojanbabaeeian authored Dec 5, 2023
2 parents 897ae60 + 111b8b4 commit 33464d5
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
6 changes: 6 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ img {
height: auto;
}

/* .pics{
height: 50%;
width: 50%;
position: center;
} */

button {
cursor: pointer;
border: none;
Expand Down
Binary file added assets/img/RSVP_santa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/main_SantaHacks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/schedule_SantaHacks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 18 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,23 @@ <h1 class="home__title">Welcome to Santa's Hack <br> Happy coding!</h1>
</div>
</div>
</section>

<!--==================== RSVP ====================-->

<section class="agenda section container" id="RSVP">
<img class= "pics" src="assets/img/RSVP_santa.png" alt="" >
<div class="table-container">
<div class="section__title">
<h3>RSVP with the link below! <br> Can't wait to see you there!</h3>
<a href="https://docs.google.com/forms/u/7/d/1enaZeouM0qnCreUw_xic0gur_WRiH8_RNr4MtuG_Eps/viewform?edit_requested=true" class="button">RSVP</a>
</div>
</div>
</section>
<!--==================== AGENDA ====================-->
<section class="agenda section container" id="agenda">
<div class="table-container">
<h2 class="section__title">
Schedule <br> Christmas
SCHEDULE <br> SANTA'S HACK
</h2>
<br>
<h3 class="section__title">
Expand Down Expand Up @@ -140,15 +152,19 @@ <h3 class="section__title">
</tr>
<tr>
<td>3:00PM to 4:00PM</td>
<td>ACM - Networking in Copmuter Science</td>
<td>ACM - Networking in Computer Science</td>
<td>VEC 110</td>
</tr>
<!-- Add more rows as needed -->
</tbody>
</table>
</div>
<br>
<br>
<img class= "pics" src="assets/img/schedule_SantaHacks.png" alt="schedule" >
</section>


<!--==================== GIVING ====================-->
<!-- <section class="giving section container">
<h2 class="section__title">
Expand Down

0 comments on commit 33464d5

Please sign in to comment.