Skip to content

Commit

Permalink
Add new button for redirect to scholarx platform (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalchakma1 authored Jul 3, 2024
1 parent 1c5d1c0 commit f41229c
Showing 1 changed file with 11 additions and 3 deletions.
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

0 comments on commit f41229c

Please sign in to comment.