diff --git a/frontend/src/lib/components/under_construction.svelte b/frontend/src/lib/components/under_construction.svelte new file mode 100644 index 0000000..31795a0 --- /dev/null +++ b/frontend/src/lib/components/under_construction.svelte @@ -0,0 +1,12 @@ + + +
+ Under Construction +
+

Page under construction !

+

please check it later!

+
+
diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index e4f6a22..7356f7a 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -68,6 +68,11 @@ } + + Etheryo + + +
import "$lib/css/base.css"; import "$lib/css/main.css"; + import UnderConstruction from "$lib/components/under_construction.svelte";
-
-
-

About

-
-
+
diff --git a/frontend/src/routes/project/[project]/+page.svelte b/frontend/src/routes/project/[project]/+page.svelte index 728b5ce..559bddc 100644 --- a/frontend/src/routes/project/[project]/+page.svelte +++ b/frontend/src/routes/project/[project]/+page.svelte @@ -1,19 +1,13 @@
-
-
-

Project

-

{data.project}

-
-
+ +
diff --git a/frontend/static/favicon.png b/frontend/static/favicon.png index 825b9e6..77bd3a0 100644 Binary files a/frontend/static/favicon.png and b/frontend/static/favicon.png differ diff --git a/frontend/static/under_construction.png b/frontend/static/under_construction.png new file mode 100644 index 0000000..ca2c593 Binary files /dev/null and b/frontend/static/under_construction.png differ