-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tanayvaswani-fix/footer-github-link' Co-authored-by: vivekpal1 <[email protected]> Co-authored-by: Tanay <[email protected]> fix: team
- Loading branch information
Showing
2 changed files
with
68 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
--- | ||
import Layout from "@src/layouts/Layout.astro" | ||
import Index from "./_/Organisers/index.astro"; | ||
import Volunteers from "./_/Volunteers/index.astro" | ||
import Logo from "@src/components/Logo.astro" | ||
import Line from "@src/components/hr.astro" | ||
--- | ||
|
||
<div> | ||
<Line /> | ||
</div> | ||
<Layout title="Organisers - FOSSConf 2023"> | ||
<Layout title="Team - FOSSConf 2023"> | ||
|
||
<div style="margin-bottom: 50px;"> | ||
<Logo /> | ||
</div> | ||
<Index /> | ||
<Index /> | ||
<Volunteers /> | ||
|
||
</Layout> |