diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index c81f7b4..23df23d 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -1,43 +1,15 @@ -
-
1
-
2
-
- Lorem Ipsum is simply dummy text of the printing and typesetting industry. - Lorem Ipsum has been the industry's standard dummy text ever since the - 1500s, when an unknown printer took a galley of type and scrambled it to - make a type specimen book. It has survived not only five centuries, but also - the leap into electronic typesetting, remaining essentially unchanged. It - was popularised in the 1960s with the release of Letraset sheets containing - Lorem Ipsum passages, and more recently with desktop publishing software - like Aldus PageMaker including versions of Lorem Ipsum. -
-
4
-
5
-
6
-
7
-
8
-
9
-
+ - #content > div { - background-color: blue; - padding: 10px; - font-size: 30px; - text-align: center; - } - #content div:nth-child(even) { - background: #777; - padding: 30px; - } - +
+
+ About +

Alexandria is a Nostr Knowledge Base (NKB) and a reader for long-form articles. + It is produced by GitCitadel.

+ +

Please submit support issues on the GitWorkshop page.

+
+
\ No newline at end of file diff --git a/src/routes/visualize/+page.svelte b/src/routes/visualize/+page.svelte new file mode 100644 index 0000000..9afab24 --- /dev/null +++ b/src/routes/visualize/+page.svelte @@ -0,0 +1,12 @@ + + +
+
+ Visualize +

Coming soon.

+
+
\ No newline at end of file