Skip to content

Commit

Permalink
MAINT: Split current and past sponsors (#129)
Browse files Browse the repository at this point in the history
* MAINT: Split current and past sponsors

* add title
  • Loading branch information
mmcky authored Nov 3, 2024
1 parent e6574ac commit 510eb6f
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>Quant<span>Econ</span></h1>

<div class="row align-items-center text-center">

<p><b>Current Sponsors</b></p>
<p><b>Sponsors</b></p>

<div>
<p style="margin-bottom:2cm;">
Expand All @@ -44,23 +44,11 @@ <h1>Quant<span>Econ</span></h1>
</p>
</div>

<p><b>Past Sponsors</b></p>

<div class="col-md-5 offset-md-1">
<p class="m-0"><a href="http://www.sloan.org/" title="Alfred P. Sloan Foundation"><img
src="/assets/img/alfred-p-sloan-logo.png" width="350"
alt="Sponsored by the Alfred P. Sloan Foundation"></a></p>
</div>
<div class="col-md-5 mt-5 mt-md-0">
<p class="m-0"><a href="https://schmidtfutures.com/">
<img src="/assets/img/schmidt-logo.svg" alt="Schmidt Futures logo" width="400"></a></p>
</div>
</div>
</div>

</section>


<section id="featured" class="featured">
<!-- Lectures and Code Libraries -->
<div class="container">
Expand Down Expand Up @@ -289,4 +277,28 @@ <h3>Executable Books</h3>

</section><!-- End Services Section -->

<!-- Past Sponsors -->
<section id="sponsors" class="sponsors section-bg">

<div class="container">

<div class="row align-items-center text-center">

<p><b>Past Sponsors</b></p>

<div class="col-md-5 offset-md-1">
<p class="m-0"><a href="http://www.sloan.org/" title="Alfred P. Sloan Foundation"><img
src="/assets/img/alfred-p-sloan-logo.png" width="350"
alt="Sponsored by the Alfred P. Sloan Foundation"></a></p>
</div>
<div class="col-md-5 mt-5 mt-md-0">
<p class="m-0"><a href="https://schmidtfutures.com/">
<img src="/assets/img/schmidt-logo.svg" alt="Schmidt Futures logo" width="400"></a></p>
</div>

</div>
</div>

</section>

</main><!-- End #main -->

0 comments on commit 510eb6f

Please sign in to comment.