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 1 commit
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
8 changes: 8 additions & 0 deletions scholarx/2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ <h3 class="mb-2 mt-4 text-onelive">Take part as a mentee under ScholarX23</h3>
</div>
</div>
</div>
<!-- Go to ScholarX Platform -->
<div id="past-onelives" class="container-fluid">
<div class="row justify-content-center">
<div class="col-9 text-center">
<a href="https://scholarx.sefglobal.org/" target="_self" class="btn btn-default mt-5">Explore ScholarX</a>
</div>
</div>
</div>
</section>

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