2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Family< / 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 | Family< / 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/409225461/" title = "photo sharing" > < img alt = "" src = "http://farm1.static.flickr.com/130/409225461_7ee36342e8_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/409225461/" > Family< / a > < br / > Originally uploaded by < a href = "http://www.flickr.com/people/ranna/" > Drab Makyo< / a > . < / span > < / div >
2020-06-24 07:10:07 +00:00
< p > Did some ad hoc photojournalism (or at least street photography) today. This family at the Freedom to Marry rally was very nice. One of their little girls had a pride flag and was swinging it about. More < a href = "http://www.flickr.com/photos/ranna/sets/72157594567913673/" > here< / a > < br clear=” all” /< / p >
2020-04-25 06:35:06 +00:00
< / article >
< footer >
< p > Page generated on 2007-03-04 05:54:00< / p >
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< 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 >
2020-04-25 06:35:06 +00:00
< / body >
< / html >