diff --git a/output/index.html b/output/index.html index eb12fba..2aae945 100755 --- a/output/index.html +++ b/output/index.html @@ -8,16 +8,18 @@ The Panican Party - + +

make america PANIC again.

- + +
- +

The Panican Party

- + \ No newline at end of file diff --git a/output/main.css b/output/main.css index 8ddb10e..0ed26dd 100755 --- a/output/main.css +++ b/output/main.css @@ -5,17 +5,17 @@ @font-face { font-family: "URW Gothic"; - src: url("http://localhost:8060/res/URWGothic-Book.otf"); + src: url("http://localhost:8080/res/URWGothic-Book.otf"); } @font-face { font-family: "URW Gothic Bold"; - src: url("http://localhost:8060/res/URWGothic-Demi.otf"); + src: url("http://localhost:8080/res/URWGothic-Demi.otf"); } @font-face { font-family: "URW Gothic Oblique"; - src: url("http://localhost:8060/res/URWGothic-BookOblique.otf"); + src: url("http://localhost:8080/res/URWGothic-BookOblique.otf"); } diff --git a/output/res/logo-brightenwheelen.png b/output/res/logo-brightenwheelen.png new file mode 100755 index 0000000..629e95d Binary files /dev/null and b/output/res/logo-brightenwheelen.png differ diff --git a/output/res/logo-darkenwheelen.png b/output/res/logo-darkenwheelen.png new file mode 100755 index 0000000..5ea896f Binary files /dev/null and b/output/res/logo-darkenwheelen.png differ diff --git a/output/res/logo-transparent.png b/output/res/logo-transparent.png new file mode 100755 index 0000000..1876277 Binary files /dev/null and b/output/res/logo-transparent.png differ diff --git a/site/config.stx b/site/config.stx index d3b1534..9b0e316 100644 --- a/site/config.stx +++ b/site/config.stx @@ -1,5 +1,5 @@ [?] -[=baseurl "http://localhost:8060"] +[=baseurl "http://localhost:8080"] [i production] [=baseurl "https://panicanparty.net"] [/] \ No newline at end of file diff --git a/site/default.html b/site/default.html index d29dcc3..bace88f 100644 --- a/site/default.html +++ b/site/default.html @@ -7,6 +7,7 @@ The Panican Party + [#content] diff --git a/site/index.html b/site/index.html index 3b84362..28db02a 100644 --- a/site/index.html +++ b/site/index.html @@ -2,6 +2,7 @@ [=content-]

make america PANIC again.

+
diff --git a/site/res/logo-brightenwheelen.png b/site/res/logo-brightenwheelen.png new file mode 100644 index 0000000..629e95d Binary files /dev/null and b/site/res/logo-brightenwheelen.png differ diff --git a/site/res/logo-darkenwheelen.png b/site/res/logo-darkenwheelen.png new file mode 100644 index 0000000..5ea896f Binary files /dev/null and b/site/res/logo-darkenwheelen.png differ diff --git a/site/res/logo-transparent.png b/site/res/logo-transparent.png new file mode 100644 index 0000000..1876277 Binary files /dev/null and b/site/res/logo-transparent.png differ