Redo header with all the funny subtitles
This commit is contained in:
parent
a7edbe5e5c
commit
6b6016a9ad
BIN
images/logo.png
Normal file
BIN
images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
@ -1,11 +1,6 @@
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<pre>
|
<img src="/images/logo.png" alt="desu.ltd logo" style="background-color:#ffefe3;"/>
|
||||||
_ _ _ _
|
<p class="nomobile"><?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-subtitle.php';?></p>
|
||||||
__| | ___ ___ _ _ | | |_ __| |
|
|
||||||
/ _` |/ _ \/ __| | | | | | __/ _` |
|
|
||||||
| (_| | __/\__ \ |_| |_| | || (_| |
|
|
||||||
\__,_|\___||___/\__,_(_)_|\__\__,_|
|
|
||||||
</pre>
|
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">index</a></li>
|
<li><a href="/">index</a></li>
|
||||||
|
@ -106,6 +106,10 @@
|
|||||||
// - Me, all the fucking time
|
// - Me, all the fucking time
|
||||||
"\"Is that THE Simon Belmont Castlevania?\"",
|
"\"Is that THE Simon Belmont Castlevania?\"",
|
||||||
// - Me, irritating Sam
|
// - Me, irritating Sam
|
||||||
|
"\"I suck a lot of dick, get over here\"",
|
||||||
|
// - Brett
|
||||||
|
"\"This was worth sucking dick\"",
|
||||||
|
// - Brett
|
||||||
"laddr",
|
"laddr",
|
||||||
// - Brett
|
// - Brett
|
||||||
"\"100% of people that get killed die\"",
|
"\"100% of people that get killed die\"",
|
||||||
@ -140,6 +144,14 @@
|
|||||||
// - Tex of BPL, just before he farts medical into the next universe
|
// - Tex of BPL, just before he farts medical into the next universe
|
||||||
"\"Double-bitched out of love~\"",
|
"\"Double-bitched out of love~\"",
|
||||||
// - vampqu33n
|
// - vampqu33n
|
||||||
|
"\"Fixing PHP is like coming home\"",
|
||||||
|
// - JE
|
||||||
|
"\"Now the Nazi party thinks I'm their little pogchamp\"",
|
||||||
|
// - Jacob, after I said he's my little pogchamp
|
||||||
|
"\"They're children you thirsty whores\"",
|
||||||
|
// - Sam
|
||||||
|
"\"Imagine \'Blades of Glory\' but they fuck\"",
|
||||||
|
// - Also Sam
|
||||||
"God dammit, Sam",
|
"God dammit, Sam",
|
||||||
"God dammit, Jacob",
|
"God dammit, Jacob",
|
||||||
"God dammit",
|
"God dammit",
|
||||||
|
@ -119,6 +119,14 @@ nav ul li:after {
|
|||||||
/* CONTENT */
|
/* CONTENT */
|
||||||
.header {
|
.header {
|
||||||
margin: 0 0 1em 0;
|
margin: 0 0 1em 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.header img {
|
||||||
|
border-radius: 3em;
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto 1em auto;
|
||||||
|
height: 6em;
|
||||||
|
width: 6em;
|
||||||
}
|
}
|
||||||
.header pre {
|
.header pre {
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
|
Loading…
Reference in New Issue
Block a user