aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/pages
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-01-16 18:27:47 +0000
committerGitHub <noreply@github.com>2024-01-16 18:27:47 +0000
commited33f63cce994cbe439f442ea9d4dc8f5771ba10 (patch)
tree1786834ed703f8ebdaec75b009158fbd31bc55d1 /docs/src/pages
parentfeat(search): introduce keymap-dependent vim-mode (#1570) (diff)
downloadatuin-ed33f63cce994cbe439f442ea9d4dc8f5771ba10.zip
docs: remove old docusaurus (#1581)
Diffstat (limited to 'docs/src/pages')
-rw-r--r--docs/src/pages/index.module.css59
-rw-r--r--docs/src/pages/markdown-page.md7
2 files changed, 0 insertions, 66 deletions
diff --git a/docs/src/pages/index.module.css b/docs/src/pages/index.module.css
deleted file mode 100644
index 92931dfb..00000000
--- a/docs/src/pages/index.module.css
+++ /dev/null
@@ -1,59 +0,0 @@
-/**
- * CSS files with the .module.css suffix will be treated as CSS modules
- * and scoped locally.
- */
-
-.heroBanner {
- padding: 4rem 0;
- text-align: center;
- position: relative;
- overflow: hidden;
-}
-
-.heroBanner h1 {
- font-size: 3rem;
-}
-
-@media screen and (max-width: 996px) {
- .heroBanner {
- padding: 2rem;
- }
-
- .whatis {
- padding-top: 2rem;
- }
-
- .whatisfeatureblock {
- margin-top: 2rem;
- }
-}
-
-@media screen and (min-width: 996px) {
- .whatis {
- padding: 4rem;
- }
-}
-
-.buttons {
- display: flex;
- align-items: center;
- justify-content: center;
-}
-
-.magical{
- background-image: linear-gradient(90deg, rgb(79, 30, 218) 0%,rgb(104, 100, 218) 33%,rgb(35, 219, 162) 100%);
- background-clip: text;
-
- -webkit-background-clip: text;
- -moz-background-clip: text;
- -webkit-text-fill-color: transparent;
- -moz-text-fill-color: transparent;
-}
-
-.whatis h1 {
- font-size: 2em;
-}
-
-.whatisfeature {
- background-color: var(--ifm-hero-background-color);
-}
diff --git a/docs/src/pages/markdown-page.md b/docs/src/pages/markdown-page.md
deleted file mode 100644
index 9756c5b6..00000000
--- a/docs/src/pages/markdown-page.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Markdown page example
----
-
-# Markdown page example
-
-You don't need React to write simple standalone pages.