Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pftq committed Mar 4, 2018
1 parent 015dacb commit 348b76c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 20180304.css
Expand Up @@ -768,7 +768,7 @@ a:active{
width:800px;
height:900px;
margin-left:-430px;
margin-top:-380px;
margin-top:-430px;
font-size:20pt;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
Expand Down
13 changes: 12 additions & 1 deletion index.html
Expand Up @@ -24,7 +24,7 @@
<link rel="shortcut icon" href="/favicon.ico">
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=960, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="viewport" content="width=960">
</head>
<body>
<div id='particles-js'>
Expand Down Expand Up @@ -413,5 +413,16 @@ <h5 id='reading'><a href='#reading' style='text-decoration:none; border:0;'>Furt
$("#loginBackground").css("height", ($(window).height())+"px");
</script>

<!-- Google Analytics for anonymous metrics on site usage -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-105376565-1', 'auto');
ga('send', 'pageview');

</script>
</body>
</html>

0 comments on commit 348b76c

Please sign in to comment.