LOGOOOOO
All checks were successful
Build / Build-Docker-Image (push) Successful in 43s

This commit is contained in:
2025-04-28 10:24:57 -04:00
parent d6a155e966
commit 90929170cb
11 changed files with 12 additions and 8 deletions

View File

@@ -8,16 +8,18 @@
<html> <html>
<head> <head>
<title>The Panican Party</title> <title>The Panican Party</title>
<link rel="stylesheet" href="http://localhost:8060/main.css" /> <link rel="stylesheet" href="http://localhost:8080/main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="http://localhost:8080/res/logo-darkenwheelen.png" />
</head> </head>
<body> <body>
<div id="leadbox" class="scrolly-box flex-col"> <div id="leadbox" class="scrolly-box flex-col">
<h1>make america <span class="panicyellow">PANIC</span> again.</h1> <h1>make america <span class="panicyellow">PANIC</span> again.</h1>
<img id="godown" src="http://localhost:8060/res/godown.svg" /> <img src="http://localhost:8080/res/logo-darkenwheelen.png" width="128px"/>
<img id="godown" src="http://localhost:8080/res/godown.svg" />
</div> </div>
<div class="flex-row"> <div class="flex-row">
<img src="http://localhost:8060/res/trump.jpg" class="trump-panican-tweet"/> <img src="http://localhost:8080/res/trump.jpg" class="trump-panican-tweet"/>
<div> <div>
<h2>The Panican Party</h2> <h2>The Panican Party</h2>
<ul> <ul>
@@ -79,6 +81,6 @@
</div> </div>
</div> </div>
<script src="http://localhost:8060/scrolly.js"></script> <script src="http://localhost:8080/scrolly.js"></script>
</body> </body>
</html> </html>

View File

@@ -5,17 +5,17 @@
@font-face { @font-face {
font-family: "URW Gothic"; 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-face {
font-family: "URW Gothic Bold"; 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-face {
font-family: "URW Gothic Oblique"; font-family: "URW Gothic Oblique";
src: url("http://localhost:8060/res/URWGothic-BookOblique.otf"); src: url("http://localhost:8080/res/URWGothic-BookOblique.otf");
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
output/res/logo-darkenwheelen.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
output/res/logo-transparent.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,5 +1,5 @@
[?] [?]
[=baseurl "http://localhost:8060"] [=baseurl "http://localhost:8080"]
[i production] [i production]
[=baseurl "https://panicanparty.net"] [=baseurl "https://panicanparty.net"]
[/] [/]

View File

@@ -7,6 +7,7 @@
<title>The Panican Party</title> <title>The Panican Party</title>
<link rel="stylesheet" href="[^baseurl]/main.css" /> <link rel="stylesheet" href="[^baseurl]/main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="[^baseurl]/res/logo-darkenwheelen.png" />
</head> </head>
<body> <body>
[#content] [#content]

View File

@@ -2,6 +2,7 @@
[=content-] [=content-]
<div id="leadbox" class="scrolly-box flex-col"> <div id="leadbox" class="scrolly-box flex-col">
<h1>make america <span class="panicyellow">PANIC</span> again.</h1> <h1>make america <span class="panicyellow">PANIC</span> again.</h1>
<img src="[^baseurl]/res/logo-darkenwheelen.png" width="128px"/>
<img id="godown" src="[^baseurl]/res/godown.svg" /> <img id="godown" src="[^baseurl]/res/godown.svg" />
</div> </div>
<div class="flex-row"> <div class="flex-row">

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB