-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
32 lines (28 loc) · 2.3 KB
/
about.html
File metadata and controls
32 lines (28 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: layout
title: About Kyle
topTitle: About
---
<img src="/img/family-dexter.jpg" class="right" style="margin: 7px 0 1em 1em;max-width:51%" alt="Picture of Jillian, Kyle, and their son">
<p>I'm a web developer and digital content strategist, working at <a href="https://www.lanecc.edu">Lane Community College</a> in Eugene, Oregon. Like most community college employees, my daily work life has a lot of variety, and I've discovered a passion for digital accessibility, college governance and policy, and student recruitment and retention efforts. I occasionally <a href="https://blogs.lanecc.edu/webteam">blog professionally</a>. Outside of work, you'll probably find me exploring the nearby forests, building furniture in my garage, or cooking dishes that I should know better than to try doing on a weeknight.</p>
<p>From 2006 to 2011, I taught high school students to program, network, and repair computers at a <a href="https://www.montgomeryschoolsmd.org/">large, award-winning school district</a> in suburban Washington, DC. While there I built and deployed my first web application, to collect and evaluate student programming assignments. Writing my <a href="http://krschmidt.github.io/playingwithsnakes">own class materials</a> started my lifelong belief in the power of Open Educational Resources.</p>
<p>After getting married in 2009, my <a href="http://jillianschmidt.com">wife</a> and I took a cross-country honeymoon trip on a <a href="https://hasebikes.com/95-1-Tandem-PINO-ALLROUND.html">half-recumbent tandem bicycle</a>, discovering many wonderful places and even more wonderful people. You can read about our trip, from either of our perspectives, at <a href="http://www.marriageat10mph.com">marriageat10mph.com</a>.</p>
<p>You can contact me by email at <a href="mailto:ks@kyleschmidt.com">ks@kyleschmidt.com</a></p>
{% comment %}
https://developers.google.com/structured-data/customize/social-profiles
{% endcomment %}
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Person",
"name" : "Kyle Schmidt",
"email": "ks@kyleschmidt.com",
"url" : "https://kyleschmidt.com",
"sameAs" : [
"https://twitter.com/Kyle_R_Schmidt",
"https://www.linkedin.com/in/krschmidt",
"https://github.com/kyleschmidt",
"https://www.goodreads.com/VeryHungryRaptor"
]
}
</script>