compressed jquery
This commit is contained in:
15
index.html
15
index.html
@@ -6,20 +6,17 @@
|
||||
<link href="/styles/common-style.css" rel="stylesheet" type="text/css">
|
||||
<link href="/styles/home-style.css" rel="stylesheet" type="text/css">
|
||||
<link rel="shortcut icon" type="image/png" href="/images/logos/brain-128.png"/>
|
||||
<title>Mind Overflow : Home</title>
|
||||
|
||||
<!-- Scripts Begin -->
|
||||
<!-- jQuery -->
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.js"
|
||||
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
|
||||
crossorigin="anonymous"></script>
|
||||
<title>Mind Overflow : Home</title>
|
||||
<script src="/scripts/jquery-3.5.1.js"></script>
|
||||
|
||||
<script src="/scripts/matomoData.js" type="text/javascript"></script>
|
||||
<script src="/scripts/policy-popup.js" type="text/javascript"></script>
|
||||
<!-- Scripts End -->
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body onload="openPolicyPopup()">
|
||||
<div class="policy-popup" id="policy-popup">
|
||||
<h4>This website uses cookies.</h4>
|
||||
@@ -32,7 +29,7 @@
|
||||
|
||||
<div class="main" id="vantajs">
|
||||
<h1>Lorenzo Dellacà</h1>
|
||||
|
||||
|
||||
<div class="bottomnav">
|
||||
<a href="/pages/about.html">About</a>
|
||||
<a class="rainbow" href="https://old.mind-overflow.net/career.html">Services</a>
|
||||
@@ -40,8 +37,8 @@
|
||||
<a href="/pages/policy.html">Policy</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Vanta.JS Scripts to make the background cool, but disabled on mobile -->
|
||||
<script>
|
||||
if(window.screen.width > 800)
|
||||
|
||||
Reference in New Issue
Block a user