33 lines
1.8 KiB
HTML
33 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Job stuff</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 | Job stuff</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<div style="float: right; margin-left: 10px; margin-bottom: 10px;"><a href="http://www.flickr.com/photos/ranna/3514385560/" title="photo sharing"><img alt="" src="http://farm4.static.flickr.com/3323/3514385560_de89016ffb_m.jpg" style="border: solid 2px #000000;"/></a><br/><span style="font-size: 0.9em; margin-top: 0px;"><a href="http://www.flickr.com/photos/ranna/3514385560/">Job stuff</a><br/>Originally uploaded by <a href="http://www.flickr.com/people/ranna/">Drab Makyo</a></span></div>
|
|
|
|
<p>This is what I’m doing currently at work - GIS stuff for the library so that when people go to search for a book, they’ll have a good idea of where it is in the stacks. This is a map of one of the support areas (the one I work in, no less), since we don’t have any call-number locations entered.<br clear=”all”/</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2009-05-09 00:48:09</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>
|