new Now
This commit is contained in:
parent
6b36f06721
commit
a4fa9cfd93
4 changed files with 294 additions and 2 deletions
39
mirror.html
39
mirror.html
|
@ -91,6 +91,17 @@
|
|||
</picture>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
main {
|
||||
width: min(95%, 850px);
|
||||
margin: auto;
|
||||
}
|
||||
h2 {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</header>
|
||||
|
||||
<nav id="navigation">
|
||||
|
@ -154,7 +165,8 @@
|
|||
The Mirror
|
||||
</h1>
|
||||
<main id="main">
|
||||
<section class="ly-mirror">
|
||||
<h2>nnwhen</h2>
|
||||
<section class="ly-mirror">
|
||||
<picture>
|
||||
<source srcset="res/img-mirror-samples.avif" type="image/avif" />
|
||||
<source srcset="res/img-mirror-samples.webp" type="image/webp" />
|
||||
|
@ -191,7 +203,7 @@
|
|||
</ol>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="ly-mirror">
|
||||
<picture>
|
||||
<source srcset="res/img-mirror-openaccess.avif" type="image/avif" />
|
||||
|
@ -236,6 +248,29 @@
|
|||
</ol>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<h2>external</h2>
|
||||
<section class="ly-mirror">
|
||||
<picture>
|
||||
<img
|
||||
src="res/img-mirror-n0thanky0u.jpg"
|
||||
alt="n0thanky0u's logo. An abstract symbol drawn in black lines on a white background."
|
||||
/>
|
||||
</picture>
|
||||
<section class="mirror-info">
|
||||
<header>
|
||||
<h1>"How to do <em>Stuff</em>"</h1>
|
||||
<h2>Copy of n0thanky0u's blog post</h2>
|
||||
</header>
|
||||
<p>Copied for preservation and was mentioned on my 'Now' page</p>
|
||||
<p>
|
||||
<a href="https://nnwhen.com/now#0012" target="_blank"
|
||||
>Mentioned as 'How to do <em>Stuff</em>' on my 'Now' page, with
|
||||
ID: #0012</a
|
||||
>
|
||||
</p>
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer id="free">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue