33 lines
1.8 KiB
HTML
33 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Ooo.</title>
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Zk | Ooo.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>A while back, I started working on a batik of the <a href="http://en.wikipedia.org/wiki/Green_man">Green Man</a> before realizing that I really don’t have any talent when it comes to drawing.</p>
|
|
<p>Now that I have an enlarger, though, it’s occured to me that I don’t really <em>need</em> any talent in drawing. Instead, I can take a picture of a Green Man, project the image onto cloth, and trace from there. I can’t think of any place in Colorado that has a Green Man sculpture, though, so.. uh.. anyone want to volunteer for a photoshoot, come spring? XD You’ll have to lay on your back with leaves covering in your face and in your mouth. I promise I’ll wash them :3 Can’t promise any monetary compensation, but I can cook food for you. </p>
|
|
<p>Heck, a couple people could come - I’ve got all sorts of crazy ideas</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-02-02 18:49:04</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('.tag').forEach(tag => {
|
|
let text = tag.innerText;
|
|
tag.innerText = '';
|
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|