Initial CSE website content integration
This commit is contained in:
commit
dfe66b9002
260 changed files with 83153 additions and 0 deletions
11
src/pages/academics/courses.astro
Normal file
11
src/pages/academics/courses.astro
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
import CourseCatalog from "@/components/sections/course-catalog";
|
||||
import DefaultLayout from "@/layouts/DefaultLayout.astro";
|
||||
---
|
||||
|
||||
<DefaultLayout
|
||||
title="Courses"
|
||||
description="Course catalogue for CSE at IIT Gandhinagar"
|
||||
>
|
||||
<CourseCatalog client:only="react" />
|
||||
</DefaultLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue