Skip to content

Commit

Permalink
Merge pull request #13 from tuatmcc/feat/testout-three
Browse files Browse the repository at this point in the history
feat/testout three
  • Loading branch information
OJII3 authored Aug 23, 2024
2 parents 5008552 + 764f35f commit 0229885
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified models/mcc.blend
Binary file not shown.
Binary file modified models/mcc.blend1
Binary file not shown.
Binary file modified public/animated_mcc.webp
Binary file not shown.
5 changes: 3 additions & 2 deletions src/pages/index.astro
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>

0 comments on commit 0229885

Please sign in to comment.