-
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.
- Loading branch information
1 parent
ce237bf
commit 6d82b1b
Showing
4 changed files
with
50 additions
and
8 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 +1,24 @@ | ||
<h1>Coming Soon</h1> | ||
--- | ||
import Hero from "../../components/Hero.astro"; | ||
import Layout from "../../layouts/Layout.astro"; | ||
import Footer from "../../components/footer.astro"; | ||
import PageSection from "../../layouts/PageSection.astro"; | ||
--- | ||
|
||
|
||
|
||
<Layout title="Blog"> | ||
<Hero /> | ||
|
||
<PageSection> | ||
<!-- <SectionHeading>More about me :)</SectionHeading> --> | ||
<h1 class="text-black text-base font-semibold md:text-2xl">Coming Soon</h1> | ||
</PageSection> | ||
<PageSection> | ||
|
||
</PageSection> | ||
|
||
|
||
<!-- <WorkLinks/> --> | ||
<!-- <Footer /> --> | ||
</Layout> |
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 +1,24 @@ | ||
<h1>Coming Soon</h1> | ||
--- | ||
import Hero from "../components/Hero.astro"; | ||
import Layout from "../layouts/Layout.astro"; | ||
import Footer from "../components/footer.astro"; | ||
import PageSection from "../layouts/PageSection.astro"; | ||
--- | ||
|
||
|
||
|
||
<Layout title="Projects"> | ||
<Hero /> | ||
|
||
<PageSection> | ||
<!-- <SectionHeading>More about me :)</SectionHeading> --> | ||
<h1 class="text-black text-base font-semibold md:text-2xl">Coming Soon</h1> | ||
</PageSection> | ||
<PageSection> | ||
|
||
</PageSection> | ||
|
||
|
||
<!-- <WorkLinks/> --> | ||
<!-- <Footer /> --> | ||
</Layout> |
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