This commit is contained in:
@@ -8,16 +8,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<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" />
|
||||
<link rel="icon" href="http://localhost:8080/res/logo-darkenwheelen.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="leadbox" class="scrolly-box flex-col">
|
||||
<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 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>
|
||||
<h2>The Panican Party</h2>
|
||||
<ul>
|
||||
@@ -79,6 +81,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="http://localhost:8060/scrolly.js"></script>
|
||||
<script src="http://localhost:8080/scrolly.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
BIN
output/res/logo-brightenwheelen.png
Executable file
BIN
output/res/logo-brightenwheelen.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
output/res/logo-darkenwheelen.png
Executable file
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
BIN
output/res/logo-transparent.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
@@ -1,5 +1,5 @@
|
||||
[?]
|
||||
[=baseurl "http://localhost:8060"]
|
||||
[=baseurl "http://localhost:8080"]
|
||||
[i production]
|
||||
[=baseurl "https://panicanparty.net"]
|
||||
[/]
|
||||
@@ -7,6 +7,7 @@
|
||||
<title>The Panican Party</title>
|
||||
<link rel="stylesheet" href="[^baseurl]/main.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="[^baseurl]/res/logo-darkenwheelen.png" />
|
||||
</head>
|
||||
<body>
|
||||
[#content]
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
[=content-]
|
||||
<div id="leadbox" class="scrolly-box flex-col">
|
||||
<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" />
|
||||
</div>
|
||||
<div class="flex-row">
|
||||
|
||||
BIN
site/res/logo-brightenwheelen.png
Normal file
BIN
site/res/logo-brightenwheelen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
site/res/logo-darkenwheelen.png
Normal file
BIN
site/res/logo-darkenwheelen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
site/res/logo-transparent.png
Normal file
BIN
site/res/logo-transparent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user