Skip to content

Commit

Permalink
Got showcase working. Started on prev-exec accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
Rockyd3 committed Feb 4, 2025
1 parent 01387a5 commit c9c446b
Show file tree
Hide file tree
Showing 9 changed files with 199 additions and 50 deletions.
6 changes: 6 additions & 0 deletions assets/css/untitled.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.previous-exec {
--bs-accordion-btn-color: ghostwhite;
--bs-accordion-btn-bg: pink;
--bs-accordion-active-color: maroon;
--bs-accordion-active-bg: lightpink;
}
Binary file added assets/img/Fall_2024/Ariadnes_blessing.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/Fall_2024/Chronal_Dissonance.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/Fall_2024/LevelEditorImage.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/Fall_2024/Sugar_n_slice.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/Fall_2024/beetle_bistro.gif
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/Rocky_Daehler.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 36 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2 class="text-center" style="color:#ffffff;font-family:Khula, sans-serif;font-
<div class="container" id="contact" style="font-family:'Fira Mono', monospace;">
<div class="intro">
<h2 class="text-center" style="font-family:Khula, sans-serif;color:rgb(255,255,255);font-size:36px;">Contact</h2>
<p class="text-center" style="color:rgb(255,255,255);font-size:18px;">Contact GameBuilders Leadership<br><a href="https://discordapp.com/invite/2rND6FT" style="text-decoration:underline;color:rgb(238,238,238)">@jacky9852</a><br></p>
<p class="text-center" style="color:rgb(255,255,255);font-size:18px;">Contact GameBuilders Leadership<br><a href="https://discordapp.com/invite/2rND6FT" style="text-decoration:underline;color:rgb(238,238,238)">@JustARock</a><br></p>
</div>
<div class="row features">
<div class="col-sm-6 col-lg-4 item"><i class="fa fa-commenting icon" style="color:rgb(229,232,248);"></i>
Expand All @@ -103,7 +103,41 @@ <h3 class="name" style="color:rgb(255,255,255);margin-top:9px;">Studio</h3>
<p class="description" style="color:rgb(238,238,238);font-size:16px;">We run a student game production for those seeking professional development. Check it out!</p><a class="btn btn-secondary" role="button" href="https://gamebuilders-studio.itch.io/" target="_blank" style="margin-top:10px;background-color:#6b7fbe;font-family:'Fira Mono', monospace;"><strong>Projects</strong></a></div>
</div>
</div>
</div>
<div id="accordion" class="previous-exec" style="width:80%">

<div class="card">
<div class="card-header">
<h5 class="text-center">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseOne">
Fall 2024
</button>
</h5>
</div>
<div id="collapseOne" class="collapse" data-parent="#accordion" style="color:rgb(30,33,30)">
<div class="card-body">
<p class="text-center">
Ethan, Gloria, Matthew, Rocky, Weija
</p>
</div>
</div>
</div>

<div class="card">
<div class="card-header">
<h5>
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseTwo">
Spring 2024
</button>
</h5>
</div>
<div id="collapseTwo" class="collapse" data-parent="#accordion">
<div class="card-body">
Jacky, Revan, Rocky, Roger, Charlie
</div>
</div>
</div>

</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/fade_banner.js"></script>
Expand Down
205 changes: 157 additions & 48 deletions showcase.html

Large diffs are not rendered by default.

0 comments on commit c9c446b

Please sign in to comment.