From 18a8ab5a4ffff238d402d74653c9550eaf826e70 Mon Sep 17 00:00:00 2001 From: Santiago Forero Date: Sat, 4 Sep 2021 09:39:13 -0500 Subject: [PATCH] initial website setup --- contact.php | 27 +++++++++++++++++++++++++++ css/theme.css | 14 ++++++++++++++ donate.php | 27 +++++++++++++++++++++++++++ footer.php | 0 index.php | 31 +++++++++++++++++++++++++++++++ nav.php | 7 +++++++ template.php | 31 +++++++++++++++++++++++++++++++ 7 files changed, 137 insertions(+) create mode 100644 contact.php create mode 100644 css/theme.css create mode 100644 donate.php create mode 100644 footer.php create mode 100644 index.php create mode 100644 nav.php create mode 100644 template.php diff --git a/contact.php b/contact.php new file mode 100644 index 0000000..6c2d9bd --- /dev/null +++ b/contact.php @@ -0,0 +1,27 @@ + + + + + + + + + + + contact + + + + +
+ +

contact

+
+ + + + \ No newline at end of file diff --git a/css/theme.css b/css/theme.css new file mode 100644 index 0000000..4f98358 --- /dev/null +++ b/css/theme.css @@ -0,0 +1,14 @@ +body { + font-family: 'Fira Code', monospace; + background: #006400; + color: white; +} + +a { + color: inherit; +} + +#content { + width: 90%; + margin: auto; +} \ No newline at end of file diff --git a/donate.php b/donate.php new file mode 100644 index 0000000..1e4bdda --- /dev/null +++ b/donate.php @@ -0,0 +1,27 @@ + + + + + + + + + + + donate + + + + +
+ +

donate

+
+ + + + \ No newline at end of file diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..e69de29 diff --git a/index.php b/index.php new file mode 100644 index 0000000..6e03423 --- /dev/null +++ b/index.php @@ -0,0 +1,31 @@ + + + + + + + + + + + Tildania + + + + +
+ +
+

welcome to tilde.land

+

Tildania also known as tilde.land is a tilde community based around a digital micronation called Tildania.

+ +

users

+
+ + + + \ No newline at end of file diff --git a/nav.php b/nav.php new file mode 100644 index 0000000..75e71a0 --- /dev/null +++ b/nav.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/template.php b/template.php new file mode 100644 index 0000000..6e03423 --- /dev/null +++ b/template.php @@ -0,0 +1,31 @@ + + + + + + + + + + + Tildania + + + + +
+ +
+

welcome to tilde.land

+

Tildania also known as tilde.land is a tilde community based around a digital micronation called Tildania.

+ +

users

+
+ + + + \ No newline at end of file