Compare commits
No commits in common. "4ca952604c883001de7535c6e6b788e23a776d09" and "7fdb9140c7672e05ab72c70a76247382b88370f2" have entirely different histories.
4ca952604c
...
7fdb9140c7
|
@ -16,7 +16,7 @@
|
||||||
<h1>About.</h1>
|
<h1>About.</h1>
|
||||||
<img id="usbimg" src="usb.jpg" alt="an unsettling comic showing a man
|
<img id="usbimg" src="usb.jpg" alt="an unsettling comic showing a man
|
||||||
putting a usb dongle into his mouth and moving his face with
|
putting a usb dongle into his mouth and moving his face with
|
||||||
the connected mouse" width=320 height=393 />
|
the connected mouse" />
|
||||||
<p>I'm in your walls.</p>
|
<p>I'm in your walls.</p>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 159 KiB |
|
@ -6,7 +6,7 @@ class DDHeader extends HTMLElement {
|
||||||
connectedCallback() {
|
connectedCallback() {
|
||||||
this.innerHTML = `
|
this.innerHTML = `
|
||||||
<header>
|
<header>
|
||||||
<div id="headerimg"></div>
|
<img id="headerimg" src="/dairydemon.jpg" alt="cow with glowing eyes" />
|
||||||
<div id="headermain">
|
<div id="headermain">
|
||||||
<p><a id="homelink" href="/">dairydemon.net</a></p>
|
<p><a id="homelink" href="/">dairydemon.net</a></p>
|
||||||
<nav>
|
<nav>
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
<dd-header></dd-header>
|
<dd-header></dd-header>
|
||||||
<main>
|
<main>
|
||||||
<aside>
|
<aside>
|
||||||
<h2>Contents</h2>
|
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="#metal-gear-solid-trivia">Top</a></li>
|
<li><a href="#metal-gear-solid-trivia">Top</a></li>
|
||||||
<li><a href="#structure">Structure</a></li>
|
<li><a href="#structure">Structure</a></li>
|
||||||
|
|
|
@ -29,10 +29,8 @@ footer {
|
||||||
|
|
||||||
#headerimg {
|
#headerimg {
|
||||||
border-right: 3px solid black;
|
border-right: 3px solid black;
|
||||||
width: 128px;
|
max-height: 128px;
|
||||||
background-image: url("/watching.jpg");
|
|
||||||
flex: initial;
|
flex: initial;
|
||||||
align-self: stretch;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#headermain {
|
#headermain {
|
||||||
|
@ -110,7 +108,6 @@ ol ol ol {
|
||||||
|
|
||||||
#usbimg {
|
#usbimg {
|
||||||
width: 256px;
|
width: 256px;
|
||||||
height: auto;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
BIN
watching.jpg
BIN
watching.jpg
Binary file not shown.
Before Width: | Height: | Size: 4.8 KiB |
Loading…
Reference in New Issue