compressed jquery

This commit is contained in:
Lorenzo Dellacà
2020-08-10 17:11:11 +02:00
parent c018e428b2
commit 67c60c3c94
5 changed files with 694 additions and 34 deletions

View File

@@ -6,13 +6,14 @@
<link href="/styles/pages-style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/png" href="/images/logos/brain-128.png"/>
<title>Mind Overflow : About</title>
<script src="https://code.jquery.com/jquery-3.5.1.js"
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous"></script>
<script src="/scripts/arrow-fade.js"></script>
<script src="/scripts/matomoData.js" type="text/javascript"></script>
<script src="/scripts/policy-popup.js" type="text/javascript"></script>
<!-- Scripts Begin -->
<script src="/scripts/jquery-3.5.1.js"></script>
<script src="/scripts/arrow-fade.js"></script>
<script src="/scripts/matomoData.js" type="text/javascript"></script>
<script src="/scripts/policy-popup.js" type="text/javascript"></script>
<!-- Scripts End -->
</head>

View File

@@ -6,13 +6,15 @@
<link href="/styles/pages-style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/png" href="/images/logos/brain-128.png"/>
<title>Mind Overflow : Contact</title>
<script src="https://code.jquery.com/jquery-3.5.1.js"
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous"></script>
<script src="/scripts/arrow-fade.js"></script>
<script src="/scripts/matomoData.js" type="text/javascript"></script>
<script src="/scripts/policy-popup.js" type="text/javascript"></script>
<!-- Scripts Begin -->
<script src="/scripts/jquery-3.5.1.js"></script>
<script src="/scripts/arrow-fade.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()">
@@ -34,7 +36,7 @@
<h1>Contact</h1>
<i class="arrow-down"></i>
</div>
<div class="content">
<h2>Use any of the following links to get in touch with me!</h2>
<ul>
@@ -51,4 +53,4 @@
<h4>Copyright © 2019-20 ― Lorenzo Dellacà</h4>
</footer>
</body>
</html>
</html>

View File

@@ -6,13 +6,15 @@
<link href="/styles/pages-style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/png" href="/images/logos/brain-128.png"/>
<title>Mind Overflow : Policies</title>
<script src="https://code.jquery.com/jquery-3.5.1.js"
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
crossorigin="anonymous"></script>
<script src="/scripts/arrow-fade.js"></script>
<!-- Scripts Begin -->
<script src="/scripts/jquery-3.5.1.js"></script>
<script src="/scripts/arrow-fade.js"></script>
<script src="/scripts/matomoData.js" type="text/javascript"></script>
<script src="/scripts/policy-popup.js" type="text/javascript"></script>
<!-- Scripts End -->
<script src="/scripts/matomoData.js" type="text/javascript"></script>
<script src="/scripts/policy-popup.js" type="text/javascript"></script>
</head>
<body onload="openPolicyPopup()">
@@ -34,7 +36,7 @@
<h1>Cookie & Privacy Policy</h1>
<i class="arrow-down"></i>
</div>
<div class="content">
<h2>About this policy</h2>
<p>
@@ -52,7 +54,7 @@
<br>
The owner lives in Italy (Lombardy), while the server (and all of its data) is hosted in France.
</p>
<h2>What data we gather and why</h2>
<p>
This website does not rely on cookies to provide correct functionality, however some minor cookies are still saved for statistics purposes.
@@ -88,9 +90,9 @@
This will have the same effect as enabling those headers, however some functionality cookies might get blocked too, causing malfunctions and unwanted or unpredictable behaviour.
</p>
</div>
<footer>
<h4>Copyright © 2019-20 ― Lorenzo Dellacà</h4>
</footer>
</body>
</html>
</html>