Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/downloads #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added downloads/presentation.pdf
Binary file not shown.
38 changes: 37 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">

<!-- Bootstrap 3.2->4.0 shiv, courtesy of Richard Morrill -->
<style>
.w-100 {
width: 100% !important;
}
</style>

</head>

Expand Down Expand Up @@ -74,6 +81,9 @@
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
<li>
<a class="page-scroll" href="#downloads">Downloads</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
Expand Down Expand Up @@ -431,12 +441,38 @@ <h4>Kylie D'Alessandro</h4>
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Us</h2>
<h3 class="section-subheading text-muted">Feel free to send us a message at eboard[email protected]!</h3>
<h3 class="section-subheading text-muted">Feel free to send us a message at <a href="mailto:eboard@fordhamcss.org">[email protected]</a>!</h3>
</div>
</div>
</div>
</section>

<!-- Downloads Section -->
<section id="downloads">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Downloads</h2>
<h3 class="section-subheading text-muted">Here you can find resources and presentations from current and past CS Society events.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<table class="table table-striped">
<thead>
<th>File</th>
<th class="pull-right w-100">Date</th>
</thead>
<tr>
<td><a href="/downloads/gdbSlides.pdf">How to Use a Debugger Slides</a></td>
<td>November 7th 2019</td>
</tr>
</table>
</div>
</div>
</div>
</section>

<footer>
<div class="container">
<div class="row">
Expand Down