-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from tuatmcc/feat/testout-three
feat/testout three
- Loading branch information
Showing
4 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,13 +1,14 @@ | ||
--- | ||
import Navigation from "../components/Navigation/Navigation.astro"; | ||
import RecentNews from "../components/home/RecentNews.astro"; | ||
import Typing from "../components/home/Typing.astro"; | ||
import Layout from "../layouts/Layout.astro"; | ||
--- | ||
|
||
<Layout title="MCC" path="" og={{enabled: true}} pagefind={false}> | ||
<Navigation> | ||
<Typing /> | ||
<div class="h-svh flex flex-col items-center justify-center"> | ||
<img src="/animated_mcc.webp" class="w-[512px] lg:max-w-1/2 sm:max-w-10/12" /> | ||
</div> | ||
<RecentNews /> | ||
</Navigation> | ||
</Layout> |