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

Add new button for redirect to scholarx platform #1637

Merged
merged 3 commits into from
Jul 3, 2024
Merged
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
14 changes: 11 additions & 3 deletions scholarx/2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="container">
<div class="row row-grid align-items-center justify-content-center">
<div class="col-md-6">
<div class="d-flex px-3">
<div class="d-flex flex-column px-3">
<div class="pl-4">
<img src="/assets/img/brand/scholarx.png" class="img-fluid align-self-center mb-5 w-50">
<p class="text-justify">ScholarX intends to deliver free premium mentoring assistance for the elite undergraduate
Expand All @@ -59,7 +59,14 @@
and expertise from all across the globe.
</p>
</div>

<!-- Go to ScholarX Platform -->
<div id="past-onelives" class="container-fluid mb-5">
<div class="row justify-content-center">
<div class="col-9 text-center">
<a href="https://scholarx.sefglobal.org/" target="_self" class="btn btn-primary mt-4">visit scholarx</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 mt-5">
Expand All @@ -70,7 +77,7 @@
</section>

<!-- Join Mentor and Mentee waiting lists -->
<section class="section section-secondary">
<section class="section section-secondary mt-5">
<div class="container px-md-5 pb-3">
<div class="row align-items-center justify-content-md-between">
<div class="col-md-5 d-flex justify-content-center">
Expand Down Expand Up @@ -119,6 +126,7 @@ <h3 class="mb-2 mt-4 text-onelive">Take part as a mentee under ScholarX23</h3>
</div>
</div>
</div>

</section>

<!-- ScholarX Archive Section -->
Expand Down
Loading