|
@@ -30,10 +30,10 @@
|
|
|
<div class="row" style="display:flex;">
|
|
|
<div class="mb-1">
|
|
|
<div class="form-icon position-relative" style="display:flex;">
|
|
|
- <input type="text" class="form-control" placeholder="Please type your Supervisor's ARN here" name="" required="" style="font-size:13px; border-radius: 6px 17px 17px 6px;">
|
|
|
- <button type="submit" style="margin-left: -5.7rem; border: 2px solid #ccc; width: 13%; border-radius: 18px 18px 18px 18px; background-color: #141639c4 !important; color: white; font-weight: 700;">Search</button>
|
|
|
+ <input type="text" class="form-control search-box" placeholder="Please type your Supervisor's ARN here" name="" required="">
|
|
|
+ <button type="submit" class="search-btn">Search</button>
|
|
|
</div>
|
|
|
- <div class="alert mt-3 mb-3" style="border: 2px solid #e9f0f3 !important; width: 100%; display: -webkit-inline-box; font-size: 12px !important; font-weight:bold !important; color: black; border-radius: 6px;">
|
|
|
+ <div class="alert mt-3 mb-3">
|
|
|
<div class="col-md-12">
|
|
|
<div class="row">
|
|
|
<div class="col-md-10">
|
|
@@ -44,7 +44,23 @@
|
|
|
<span class="text-muted" style="font-weight: 500;">University Name</span>
|
|
|
</div>
|
|
|
<div class="col-md-2 mt-3">
|
|
|
- <button class="btn btn3" style="margin-left: 1.1rem;">Apply</button>
|
|
|
+ <button onclick="document.getElementById('id01').style.display='block'" class="btn btn3" style="margin-left: 1.1rem;">Apply</button>
|
|
|
+ <div id="id01" class="apply-modal mt-5">
|
|
|
+ <div class="apply-modal-content apply-animate-top apply-card-4">
|
|
|
+ <header class="container apply-teal">
|
|
|
+ <span onclick="document.getElementById('id01').style.display='none'"
|
|
|
+ class="w3-button w3-display-topright">×</span>
|
|
|
+ <h5 class="mt-3" style="font-weight: bold;">Submit your Proposal</h5>
|
|
|
+ </header>
|
|
|
+ <div class="w3-container">
|
|
|
+ <p>Some text..</p>
|
|
|
+ <p>Some text..</p>
|
|
|
+ </div>
|
|
|
+ <footer class="w3-container apply-teal">
|
|
|
+ <p>Modal Footer</p>
|
|
|
+ </footer>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -135,6 +151,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="w3-container mt-5">
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
</div><!--end container-->
|
|
|
</div>
|
|
|
</section>
|