-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile.html
28 lines (28 loc) · 6.08 KB
/
mobile.html
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
<!DOCTYPE html>
<html>
<head>
<title>Zac Morris, IT Architect</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta charset="UTF-8" /><meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1" /><meta name="robots" content="index, follow" /><meta name="revisit-after" content="7 days" /><meta name="msapplication-config" content="browserconfig.xml" /><meta name="author" content="Zac Morris" /><meta name="description" content="Personal and professional website of Zac Morris" /><meta name="keywords" content="IT, Engineer, Architect, HTML5, JavaScript, CSS3, Programmer, Developer, Technology, Java" />
<meta name="twitter:card" content="summary" /><meta name="twitter:title" content="Zac Morris, IT Architect" /><meta name="twitter:description" content="Personal and Professional website of Zac Morris" /><meta name="twitter:creator" content="@zacwolf" /><meta name="twitter:url" content="http://www.zacwolf.com" /><meta name="twitter:image" content="http://zacwolf.com/images/twitter/zacwolf_twitter.png" />
<meta property="og:type" content="website" /><meta property="og:title" content="Zac Morris, IT Architect" /><meta property="og:author" content="Zac Morris" /><meta property="og:description" content="Personal and Professional website of Zac Morris, IT Architect" /><meta property="og:url" content="http://www.zacwolf.com" /><meta property="og:link" content="http://zacwolf.com" /><meta property="og:site_name" content="Zac Morris"/><meta property="og:image" content="http://www.zacwolf.com/images/LOGO/zacwolf_logo_trans_500.png" /><meta property="og:image:type" content="image/png" /><meta property="og:image:width" content="500" /><meta property="og:image:height" content="500" />
<link rel='publisher' href='https://plus.google.com/+ZacMorris' /><link rel="apple-touch-icon" href="/images/LOGO/apple/apple-touch-icon.png" /><link rel="apple-touch-icon-precomposed" href="/images/LOGO/apple/apple-touch-icon-precomposed.png" /><link rel="icon" sizes="16x16" href="/images/LOGO/icons/zacwolf.ico" /><link rel="icon" sizes="24x24" href="/images/LOGO/icons/zacwolf24.ico" /><link rel="icon" sizes="32x32" href="/images/LOGO/icons/zacwolf32.ico" /><link rel="icon" sizes="48x48" href="/images/LOGO/icons/zacwolf48.ico" /><link rel="icon" sizes="64x64" href="/images/LOGO/icons/zacwolf64.ico" /><link rel="icon" sizes="128x128" href="/images/LOGO/icons/zacwolf128.ico" /><link rel="icon" sizes="256x256" href="/images/LOGO/icons/zacwolf256.ico" />
<link rel="manifest" href="manifest.json" />
<base target="_blank" />
<!--[if gte IE 9]><style type="text/css">.gradient{filter:none;}</style><![endif]-->
<script>window.useMin = true;</script><script src="/js/zacwolf.min.js?201501070751"></script>
<link rel="stylesheet" type="text/css" href="/css/section.min.css?201501070751"><link rel="stylesheet" type="text/css" href="/css/zacwolf.min.css?201501070751"><link rel="stylesheet" type="text/css" href="/css/zacwolf_mobile.min.css?201501070751">
</head>
<body onload="initMobile()">
<div class="winbar" height="40" style="height:40px !important;"><img id="winbarlogo" class="logo" src="/images/LOGO/zacwolf_logo_trans_100.png" /><div id="winbarheader" class="header">Zac Morris</div></div>
<div class="topnav"><div class="nav"><span content="about" class="selected">About Me</span><span content="history">History</span><span content="interests">Interests</span><span content="philosophy">Philosophy</span></div></div>
<div id="contenthtml"></div>
<div id="contentcache" style="display:none;"></div>
<div id="sizedialog" class="sizedialog" style="display:none;">
<div id="topleft"></div><div id="topright"></div><div id="bottomright"></div><div id="bottomleft"></div>
<div class="msg"><img src="/images/CORNERS/msg-mobile.png" /><hr size=1></hr><span id="yesbutton" class="button">Yes, switch.</span> <span id="nobutton" class="button">No, stay.</span></div>
</div>
<script>
function showContent(a,b){jQuery(".nav > span.selected").removeClass("selected"),jQuery('.nav > span[content="'+a+'"]').addClass("selected"),contentwindow.loadContent(a,jQuery("#contenthtml"),b)}function checkSize(){!window.ignoresize&&Modernizr.testProp("backgroundSize")&&meetsMinSize(contentwindow.minwidth,contentwindow.minheight)?jQuery("#sizedialog").is(":visible")||(jQuery("#sizedialog").show(),jQuery("#yesbutton").one("click",function(){window.location=(window.location.href.indexOf("dev.")>-1?"dev.":"")+"full.html"}),jQuery("#nobutton").one("click",function(){window.ignoresize=!0,jQuery("#sizedialog").hide()})):jQuery("#sizedialog").is(":visible")&&(jQuery("#sizedialog").hide(),window.ignoreresize=!1),contentwindow.contentresizejs()}var contentwindow={currenttopic:"",minwidth:590,minheight:475,top:50,left:50,contentresizejs:function(){},contentintervals:[],loadContent:function(a,b,c){if(contentwindow.currenttopic!==a)if(0==jQuery("#"+a).length)jQuery.ajax({type:"GET",url:"op.ui?funct=getcontent&filename="+a,dataType:"text",async:!0,success:function(d){jQuery("#contentcache").append('<div id="'+a+'"></div>'),jQuery("#"+a).text(d),contentwindow.contentresizejs=function(){},contentwindow.loadContent(a,b,c)}});else{for(var d=0;d<contentwindow.contentintervals.length;d++)try{clearInterval(contentwindow.contentintervals[d])}catch(e){}b.html(jQuery("#"+a).text()),contentwindow.contentresizejs(),contentwindow.currenttopic=a,replaceFromNows(b),"function"==typeof c&&c()}}};window.initMobile=function(){return"undefined"==typeof jQuery&&"undefined"!=typeof jQuery.ui?(setTimeout(window.initMobile,100),void 0):(jQuery(".nav > span").each(function(){jQuery(this).on("click",function(){showContent(jQuery(this).attr("content"))})}),showContent("about"),document.createElement("audio").canPlayType("audio/mpeg;")&&(zenaudio=new Audio,zenaudio.src="http://92.222.22.34:7777/stream/;stream.mp3",jQuery("#winbarlogo").css("cursor","url(/images/ICONS/audio_32.png),pointer").click(function(){0==zenaudio.paused?zenaudio.pause():zenaudio.play()})),window.ignoresize=!1,jQuery(window).on("resize",checkSize),checkSize(),void 0)};
</script>
</body>
</html>