Skip to content

Commit 3473277

Browse files
authored
Update coming soon (#13)
* Update coming soon * Updated formating
1 parent 0d5bace commit 3473277

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

src/pages/index.astro

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ let metadata = {
1212

1313
<Base {metadata}>
1414
<div class="coming-soon-page">
15-
<p>Coming Soon.</p>
15+
<p>
16+
We are launching in 2022. Check out CCSS Summer Dev Projects for more
17+
information!
18+
</p><br />
19+
<a
20+
href="https://angelonfira.notion.site/CCSS-Dev-Projects-Summer-2022-d0284164d0ae4a4f8bbdd43783f4c09e"
21+
>
22+
CCSS Summer Dev Projects
23+
</a>
1624
</div>
1725
</Base>

src/pages/topics.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import Navbar from "../components/Navbar.astro";
44
55
let metadata = {
66
title: "coming soon",
7-
description: "coming soon",
7+
description:
8+
"lauching in 2022, check out ccss summer dev projects for more info: https://angelonfira.notion.site/CCSS-Dev-Projects-Summer-2022-d0284164d0ae4a4f8bbdd43783f4c09e",
89
url: "",
910
image: "/",
1011
};

src/styles/pages/_coming-soon.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
align-items: center;
66
min-height: 100vh;
77
max-height: fit-content;
8+
flex-direction: column;
89
}

0 commit comments

Comments
 (0)