2019-09-20 22:10:34 +00:00
<!DOCTYPE html>
< html lang = "en-us" >
< head >
<!-- A LOT of this code comes from
https://www.jonathanbriehl.com/2014/01/17/vertical-menu-for-bootstrap-3/ -->
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
< meta name = "description" content = "" >
< meta name = "author" content = "" >
< title > MILLIRON X - {{ page.title }}< / title >
2019-09-28 18:44:54 +00:00
<!-- Bundle: bootstrap -->
2019-09-20 22:10:34 +00:00
< link href = "https://stackpath.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" rel = "stylesheet" integrity = "sha384-eumbg33EfHRpbzLIm0lGs0JresLNj7c+5beuRW4d11/vF3Wv3YYmuudfOwMsCmp5" crossorigin = "anonymous" type = "text/css" >
2019-09-28 18:44:54 +00:00
<!-- Bundle: GSDK -->
< link href = "../css/gsdk-main.css" rel = "stylesheet" type = "text/css" >
< link href = "../css/gsdk-demo.css" rel = "stylesheet" type = "text/css" >
2019-09-20 22:10:34 +00:00
2019-09-28 03:28:05 +00:00
<!-- Bundle: Grand Hotel font -->
2019-09-28 18:44:54 +00:00
< link href = "https://fonts.googleapis.com/css?family=Grand+Hotel&display=swap" rel = "stylesheet" type = "text/css" >
2019-09-20 22:10:34 +00:00
2019-09-28 18:44:54 +00:00
<!-- Bundle: Customcss -->
< link href = "../css/millironx_customstyles.css" rel = "stylesheet" type = "text/css" >
2019-09-20 22:10:34 +00:00
2019-09-28 18:44:54 +00:00
<!-- Azure Application Insights -->
2019-09-20 22:10:34 +00:00
< script type = 'text/javascript' >
2020-02-21 01:51:08 +00:00
// Enables app insights IF AND ONLY IF user does not send a DNT request
// Shamelessly stolen from https://dev.to/spekulatius1984/how-to-check-do-not-track-dnt-in-javascript-57g1
let dntActive = () => {
// get the value from the various browser implementations.
let dnt_active = parseInt(
// Internet Explorer 9 and 10 vendor prefix
navigator.msDoNotTrack ||
// IE 11 uses window.doNotTrack
window.doNotTrack ||
// W3C
navigator.doNotTrack,
10
);
// If this comes to exactly 1 DNT is set.
return (dnt_active === 1);
}
// Check if DNT is active.
if (dntActive()) {
// active
console.log("Azure Application Insights has been disabled due to user's Do Not Track request")
} else {
// inactive
console.log("Azure Application Insights is active")
2019-09-20 22:10:34 +00:00
var appInsights = window.appInsights || function (config) {
2020-02-21 01:51:08 +00:00
function r(config) { t[config] = function () { var i = arguments; t.queue.push(function () { t[config].apply(t, i) }) } }
var t = { config: config }, u = document, e = window, o = 'script', s = u.createElement(o), i, f; for (s.src = config.url || '//az416426.vo.msecnd.net/scripts/a/ai.0.js', u.getElementsByTagName(o)[0].parentNode.appendChild(s), t.cookie = u.cookie, t.queue = [], i = ['Event', 'Exception', 'Metric', 'PageView', 'Trace', 'Ajax']; i.length;)r('track' + i.pop()); return r('setAuthenticatedUserContext'), r('clearAuthenticatedUserContext'), config.disableExceptionTracking || (i = 'onerror', r('_' + i), f = e[i], e[i] = function (config, r, u, e, o) { var s = f & & f(config, r, u, e, o); return s !== !0 & & t['_' + i](config, r, u, e, o), s }), t
2019-09-20 22:10:34 +00:00
}({
instrumentationKey: '6a3cb8a6-9523-4f84-8237-915370d025ef'
});
window.appInsights = appInsights;
appInsights.trackPageView(null, null, { urlReferrer: document.referrer });
2020-02-21 01:51:08 +00:00
}
2019-09-20 22:10:34 +00:00
< / script >
< / head >
< body >
2019-09-28 19:09:39 +00:00
< div class = "container" id = "top-container" >
2019-09-20 22:10:34 +00:00
< header class = "hidden-xs text-center" >
2020-09-03 20:14:02 +00:00
< h1 class = "font-serif font-small-caps" > < object data = "../img/MillironX-title.svg" > < img src = "../img/MillironX-title.svg" alt = "Milliron X" / > < / object >   Milliron X< / h1 >
2019-09-20 22:10:34 +00:00
< / header >
< div class = "row" >
< div class = "col-sm-3" >
< div class = "sidebar-nav" >
2019-09-28 02:56:08 +00:00
< nav class = "navbar navbar-inverse" role = "navigation" id = "nav-link-container" >
2019-09-20 22:10:34 +00:00
< div class = "container" >
< div class = "navbar-header" >
< button type = "button" class = "navbar-toggle" data-toggle = "collapse" data-target = ".sidebar-navbar-collapse" >
< span class = "sr-only" > Toggle Navigation< / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< / button >
2019-09-28 19:29:43 +00:00
< div class = "visible-xs navbar-brand" >
2020-09-03 20:14:02 +00:00
< object style = "filter: invert(100%)" data = "../img/MillironX-title.svg" > < img src = "../img/MillironX-title.svg" alt = "Milliron X" / > < / object >
2019-09-28 19:29:43 +00:00
< / div >
2019-09-20 22:10:34 +00:00
< / div >
< div class = "navbar-collapse collapse sidebar-navbar-collapse" >
2019-09-28 02:56:08 +00:00
< ul class = "nav navbar-nav" id = "nav-link-list" >
2019-09-20 22:22:11 +00:00
< li class = "nav-item" > < a href = "index" class = "nav-link" > Home< / a > < / li >
2019-09-27 05:26:41 +00:00
< li class = "nav-item" > < a href = "Contact" class = "nav-link" > Contact< / a > < / li >
2019-09-28 02:56:08 +00:00
< li class = "nav-item" > < a href = "Academia" class = "nav-link" > Academia< / a > < / li >
2019-09-20 22:19:58 +00:00
< li class = "nav-item" > < a href = "AI" > Artificial Insemination< / a > < / li >
2019-09-20 22:10:34 +00:00
< li class = "nav-item" > < a href = "Videos" > Videos< / a > < / li >
< li class = "nav-item" > < a href = "Websites" class = "nav-link" > Websites< / a > < / li >
< / ul >
< / div >
< / div >
< / nav >
< / div >
2019-09-28 04:02:51 +00:00
< div class = "row" >
2020-01-16 17:51:19 +00:00
< div class = "col-xs-8 col-xs-offset-2" >
< div class = "btn-group btn-group-justified" >
< a class = "btn btn-black" href = "https://stackoverflow.com/users/3922521/milliron-x" >
< i class = "fab fa-stack-overflow" > < / i >
< / a >
< a class = "btn btn-black" href = "https://vimeo.com/tchristensenii" >
< i class = "fab fa-vimeo-v" > < / i >
< / a >
< a class = "btn btn-black" href = "https://github.com/millironx" >
< i class = "fab fa-github" > < / i >
< / a >
< / div >
2019-09-28 04:02:51 +00:00
< / div >
< / div >
< div class = "row" >
2020-01-16 17:51:19 +00:00
< div class = "col-xs-4 col-xs-offset-4" >
2019-09-28 04:02:51 +00:00
< a rel = "license" href = "http://creativecommons.org/licenses/by/4.0/" > < img alt = "Creative Commons License" style = "border-width:0" src = "https://i.creativecommons.org/l/by/4.0/80x15.png" / > < / a >
< / div >
< / div >
2019-09-20 22:10:34 +00:00
< / div >
< div class = "col-sm-9" >
< div class = "tim-container" >
< div class = "blurred-container" >
< div class = "motto" >
2019-09-28 02:56:35 +00:00
< h1 id = "motto" >
2019-09-20 22:10:34 +00:00
{{ page.motto }}
< / h1 >
< / div >
< div class = "img-src" style = "background-image: url({{ page.imageUrl }})" > < / div >
< div class = "img-src blur" style = "background-image: url({{ page.blurImageUrl }})" > < / div >
< / div >
< br / >
< div class = "main" id = "main-content" >
{{ content }}
2019-09-28 04:02:51 +00:00
< hr / >
< footer class = "row" >
< div class = "col-md-8 col-md-offset-2" >
2019-09-20 22:10:34 +00:00
< div class = "text-center" >
2019-09-28 04:02:51 +00:00
< a rel = "license" href = "http://creativecommons.org/licenses/by/4.0/" > < img alt = "Creative Commons License" style = "border-width:0" src = "https://i.creativecommons.org/l/by/4.0/88x31.png" / > < / a > < br / > < span xmlns:dct = "http://purl.org/dc/terms/" href = "http://purl.org/dc/dcmitype/Text" property = "dct:title" rel = "dct:type" > {{ page.title }}< / span > by < a xmlns:cc = "http://creativecommons.org/ns#" href = "https://millironx.github.io" property = "cc:attributionName" rel = "cc:attributionURL" > Thomas A. Christensen II< / a > is licensed under a < a rel = "license" href = "http://creativecommons.org/licenses/by/4.0/" > Creative Commons Attribution 4.0 International License< / a > .
2019-09-20 22:10:34 +00:00
< / div >
< / div >
< / footer >
< / div >
< / div >
< / div >
< / div >
< / div >
2019-09-28 18:44:54 +00:00
<!-- Script Bundle: JQuery -->
< script src = "https://code.jquery.com/jquery-3.4.1.min.js" type = "text/javascript" > < / script >
2019-09-20 22:10:34 +00:00
2019-09-28 18:44:54 +00:00
<!-- Script Bundle: JQuery UI -->
< script src = "https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" type = "text/javascript" > < / script >
2019-09-20 22:10:34 +00:00
2019-09-28 02:56:35 +00:00
<!-- Script Bundle: FitText -->
< script src = "../js/jquery.fittext.js" type = "text/javascript" > < / script >
2019-09-28 18:44:54 +00:00
<!-- Script Bundle: Bootstrap -->
2019-09-28 03:28:05 +00:00
< script src = "https://stackpath.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js" integrity = "sha384-DKoN2gpE9Yt/u0fuNvcJBn4n7wjnKFKjg4+Iz4ORs52lUc0Qp++smhHtWwHeapVW" crossorigin = "anonymous" type = "text/javascript" > < / script >
<!-- Script Bundle: Font Awesome -->
< script src = "https://kit.fontawesome.com/0bbd6c0ef3.js" crossorigin = "anonymous" > < / script >
2019-09-20 22:10:34 +00:00
2019-09-28 18:44:54 +00:00
<!-- Script Bundle: GSDK -->
< script src = "../js/gsdk-main.js" type = "text/javascript" > < / script >
< script src = "../js/gsdk-bootstrapswitch.js" type = "text/javascript" > < / script >
< script src = "../js/gsdk-checkbox.js" type = "text/javascript" > < / script >
< script src = "../js/gsdk-radio.js" type = "text/javascript" > < / script >
< script src = "../js/gsdk-custom.js" type = "text/javascript" > < / script >
2019-09-20 22:10:34 +00:00
2019-09-28 18:44:54 +00:00
<!-- Script Bundle: Custom -->
< script src = "../js/MillironX_CustomScripts.js" type = "text/javascript" > < / script >
2019-09-20 22:10:34 +00:00
< / body >
< / html >