2020-04-25 06:10:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Curse you all!< / 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 | Curse you all!< / h1 >
< / header >
< article class = "content" >
2020-04-25 06:30:08 +00:00
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
< details text = "-.-" > < summary > -.-< / summary >
2020-04-25 06:10:06 +00:00
< / details >
< ol >
< li > What is your full name? Matt Joe Scott. Good luck with that one :oP< / li >
< li > What color pants are you wearing? Brownish goldish whiteish courderoys.< / li >
< li > What are you listening to right now? The blower of the wood stove and the goofy-ass noises my new AIM client makes.< / li >
2020-06-24 07:10:07 +00:00
< li > What’ s the last thing you ate? Banana bread :o9< / li >
2020-04-25 06:10:06 +00:00
< li > Do you wish on stars? No, but I salute Orion.< / li >
2020-06-24 07:10:07 +00:00
< li > What’ s one mistake you’ ll never make again? Skateboard on the plaza :3< / li >
2020-04-25 06:10:06 +00:00
< li > How is the weather right now? Snowy, foggy, pretty.< / li >
< li > Last person you talked to on the phone? Um.. Danny. For the first time in a while.< / li >
2020-06-24 07:10:07 +00:00
< li > Do you like the person who sent you this? I stole it from Ryan and Kiran, so… NO I HATE YOU BOTH OMG IM GONNA CRY ^.^;;;;;;;< / li >
2020-04-25 06:10:06 +00:00
< li > How are you today? Grrrrrrreat! My car started working again :o)< / li >
< li > Favorite drink? Tea, or mead (maybe).< / li >
2020-06-24 07:10:07 +00:00
< li > What are your ultimate goals? I can’ t handle the pressure!< / li >
2020-04-25 06:10:06 +00:00
< li > Favorite sport to compete in? Competitive typing.< / li >
< li > Hair color? CURLY! Wait, brown.< / li >
< li > Eye color? I dunno. Yellow-green-grey-blue from pupil outwards?< / li >
< li > Do you wear contacts? Nope.< / li >
< li > Siblings? Not any more :o9< / li >
< li > Favorite months? The kind with days!< / li >
< li > Favorite food? The kind that tastes good :o9< / li >
< li > Last movie you watched? Um. Some movie about the IRA with Harrison Ford.< / li >
2020-06-24 07:10:07 +00:00
< li > Favorite day of the year? Ev’ ry day!< / li >
< li > What do you do to vent anger? Manage it using time honed techniques (Goddamn muthaf’ king piece of goddamn shitass..)< / li >
< li > What was your favorite toy as a child? Stuffed animals. Still have piles of them. XD (Ryan’ s answer was too good)< / li >
2020-04-25 06:10:06 +00:00
< li > Summer or Winter? Winter days and summer nights.< / li >
< li > Hugs or Kisses? Snuggles. ^.^< / li >
2020-06-24 07:10:07 +00:00
< li > Chocolate or Vanilla? Errrmm.... chocolate, unless it’ s real vanilla.< / li >
< li > Do you want your friends to write back? If’ n they wants.< / li >
2020-04-25 06:10:06 +00:00
< li > When you were little, what did you want to be when you grew up? A bus driver. No, really :o)< / li >
< li > Who is least likely to respond? Jesus.< / li >
< li > Living arrangements? Right now at home, but going back up to the dorms soon.< / li >
< li > When was the last time you cried? The day of my bio final.< / li >
2020-06-24 07:10:07 +00:00
< li > What is under your bed? Supplies: racking cane, bottle filler, siphon tubing, a hydrometer, a bunch of bottles, 10 pounds of honey, four bottles of maple syrup, two jars of buckwheat honey, several stoppers that DON’ T FIT A THING, and some carpet.< / li >
2020-04-25 06:10:06 +00:00
< li > Who is the friend you have had the longest? Nick, Ryan, Sarah.< / li >
< li > What did you do last night? Slept some, read forums, sanitized a jug, watched airlocks.< / li >
< li > Favorite smells? The amber incense I have, and sometimes the fatwood we use to start the fire.< / li >
< li > What inspires you? Music, some people.< / li >
< li > What is the worst feeling? A memory I have.< / li >
2020-06-24 07:10:07 +00:00
< li > Plain, Buttered or Salted Popcorn? I dun’ like popcorn c.c< / li >
2020-04-25 06:10:06 +00:00
< li > Favorite car? The not-pathfinder I should be getting soon.< / li >
< li > Favorite flower? Depends. For eating, violets or roses or nasturtiums, for smelling.. um.. lilacs!< / li >
< li > Number of keys on your key ring? Four keys, a striker, and a Sooper Card.< / li >
< li > Can you juggle? Woof woof woof.< / li >
< li > Favorite day of the week? Some days..< / li >
2020-06-24 07:10:07 +00:00
< li > What did you do on your last birthday? I don’ t remember.< / li >
2020-04-25 06:10:06 +00:00
< li > Are you an organ donor? Yiss< / li >
< / ol >
< / article >
< footer >
< p > Page generated on 2005-01-04 21:07:43< / 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:10:06 +00:00
< / body >
< / html >