This commit is contained in:
Suvodip Ghosh
2023-02-06 13:05:08 +05:30
parent a2ffe669dd
commit 42547a0999
9 changed files with 181 additions and 51 deletions

View File

@@ -1,3 +1,9 @@
---
import Layout from "../layouts/Layout.astro";
import Online from "./Online.vue";
---
<Online/>
<main class="container-fluid navbar">
<!-- Desktop Menu -->
<div class="container mx-auto flex justify-center">
@@ -29,12 +35,12 @@
<i class="fa fa-caret-downDesktop"></i>
</button>
<div class="dropdown-contentDesktop z-index">
<a href="#">Check Registration</a>
<a href="#">Result</a>
<a href="#">Certificate Verification</a>
<a href="#">Download</a>
<a href="https://center.rgyci.org/check_registration">Check Registration</a>
<a href="https://center.rgyci.org/checkresult">Result</a>
<a href="https://center.rgyci.org/chekcertificate">Certificate Verification</a>
<a href="https://center.rgyci.org/download">Download</a>
<a href="#">Online Exam</a>
<a href="#">Student's Placement Form</a>
<a href="https://center.rgyci.org/form/student_placement">Student's Placement Form</a>
<a href="/library">Library</a>
</div>
</div>
@@ -43,9 +49,9 @@
<i class="fa fa-caret-downDesktop"></i>
</button>
<div class="dropdown-contentDesktop">
<a href="#">Procedure</a>
<a href="#">Enquiry</a>
<a href="#">Company's Placement Form</a>
<a href="https://center.rgyci.org/how-to-get-franchisee-with-rgyci">Procedure</a>
<a href="https://center.rgyci.org/form/franchise_enquiry">Enquiry</a>
<a href="https://center.rgyci.org/form/companies_placement">Company's Placement Form</a>
</div>
</div>
<a href="/gallery">Gallery</a>
@@ -55,8 +61,8 @@
<i class="fa fa-caret-downDesktop"></i>
</button>
<div class="dropdown-contentDesktop">
<a href="#">Center</a>
<a href="#">Teacher</a>
<a href="https://center.rgyci.org/form/center_login">Center</a>
<a href="https://center.rgyci.org/form/teacher_login">Teacher</a>
</div>
</div>
</div>