2018-12-14 04:52:16 +00:00
{{ define "title" }}
< title > Christine Dodrill< / title >
2019-01-12 23:36:26 +00:00
< link rel = "authorization_endpoint" href = "https://idp.christine.website/auth" >
2019-02-13 15:30:40 +00:00
< link rel = "canonical" href = "https://christine.website/" >
2019-02-13 15:24:56 +00:00
< meta name = "google-site-verification" content = "rzs9eBEquMYr9Phrg0Xm0mIwFjDBcbdgJ3jF6Disy-k" / >
2019-02-13 14:57:33 +00:00
< script type = "application/ld+json" >
{
"@context": "http://schema.org/",
"@type": "Person",
"name": "Christine Dodrill",
"alternateName": "Cadey, Xe, Xena",
"url": "https://christine.website",
"image": "https://christine.website/static/img/avatar_large.png",
"sameAs": [
"https://github.com/Xe",
"https://git.xeserv.us/xena",
"https://twitter.com/theprincessxena",
"https://mst3k.interlinked.me/@cadey",
"https://www.linkedin.com/in/christine-dodrill-1827a010b/",
"https://www.youtube.com/user/shadowh511"
]
}
< / script >
2019-01-12 17:34:20 +00:00
<!-- Twitter -->
< meta name = "twitter:card" content = "summary" / >
< meta name = "twitter:site" content = "@theprincessxena" / >
< meta name = "twitter:title" content = "Christine Dodrill" / >
< meta name = "twitter:description" content = "Web and Backend Services Devops Specialist" / >
<!-- Facebook -->
< meta property = "og:type" content = "website" / >
< meta property = "og:title" content = "Christine Dodrill" / >
< meta property = "og:site_name" content = "Web and Backend Services Devops Specialist" / >
<!-- Description -->
< meta name = "description" content = "Web and Backend Services Devops Specialist" / >
< meta name = "author" content = "Christine Dodrill" >
2018-12-14 04:52:16 +00:00
{{ end }}
2017-05-20 22:06:30 +00:00
{{ define "content" }}
< div class = "grid" >
< div class = "cell -3of12 content" >
2019-01-12 17:34:20 +00:00
< img src = "/static/img/avatar.png" alt = "My Avatar" >
2017-05-20 22:06:30 +00:00
< br / >
< a href = "/contact" class = "justify-content-center" > Contact Me< / a >
< / div >
< div class = "cell -9of12 content" >
< h1 > Christine Dodrill< / h1 >
< h4 > Web and Backend Services Devops Specialist< / h4 >
< h5 > Skills< / h5 >
< ul >
< li > Go, Lua, Nim, Haskell, C, Python (3.x) and other languages< / li >
< li > Docker (deployment, development & more)< / li >
< li > Mashups of data< / li >
< li > Package maintainer for Alpine Linux< / li >
< / ul >
< h5 > Highlighted Projects< / h5 >
< ul >
< li > < a href = "https://github.com/Xe/PonyAPI" > PonyAPI< / a > - My Little Pony: Friendship is Magic Episode information API< / li >
< li > < a href = "https://github.com/PonyvilleFM/aura" > Aura< / a > - PonyvilleFM live DJ recording bot< / li >
< li > < a href = "https://github.com/Elemental-IRCd/elemental-ircd" > Elemental-IRCd< / a > - IRC Server Software< / li >
< li > < a href = "https://github.com/Xe/site" > This website< / a > - The backend and templates for this website< / li >
2018-12-18 01:44:09 +00:00
< li > < a href = "https://github.com/Xe/olin" > Olin< / a > - WebAssembly on the server< / li >
< li > < a href = "https://github.com/Xe/aports" > aports< / a > - Alpine Linux ports< / li >
< li > < a href = "https://github.com/Xe/when-then-zen" > when-then-zen< / a > - Meditation instructions in Gherkin< / li >
< li > < a href = "https://github.com/Xe/creators-code" > Creator's Code< / a > - Minimal code of conduct for communities< / li >
< li > < a href = "https://github.com/Xe/printerfacts" > printerfacts< / a > - Informative facts about printers< / li >
< li > < a href = "https://github.com/Xe/x" > x< / a > - Experiments and toys< / li >
< li > < a href = "https://github.com/Xe/xultybau" > xultybau< / a > - An experiment in metalinguistic programming with < a href = "http://tokipona.net" > Toki Pona< / a > .< / li >
2017-05-20 22:06:30 +00:00
< / ul >
2019-01-12 16:54:55 +00:00
< h5 > Quick Links< / h5 >
< ul >
< li > < a href = "https://github.com/Xe" rel = "me" > GitHub< / a > < / li >
< / ul >
2017-05-20 22:06:30 +00:00
< / div >
< / div >
{{ end }}