This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Mind-Overflow-Website/index.html

65 lines
2.2 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="description" content="Welcome to Lorenzo DellacĂ 's official website: software development, web design, music, photography.">
<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 -->
<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>
<p>We use cookies to ensure you the best experience.
<br>
By visiting our website, you agree with our <a href="/pages/policy.html" target="_blank">Privacy Policy</a>.
</p>
<button onclick="agreePolicyPopup()">Ok, understood</button>
</div>
<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>
<a href="/pages/contact.html">Contact</a>
<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)
{
document.write('<script src="/scripts/three.r95.min.js"><\/script>' +
'<script src="/scripts/vanta.net.min.js"><\/script>' +
'<script>' +
'VANTA.NET({'+
'el: "#vantajs",'+
'color: 0x3fd5ff,'+
'backgroundColor: 0x190f2b,'+
'mouseControls: true,'+
'touchControls: true,'+
'minHeight: 200.00,'+
'minWidth: 200.00,'+
'scale: 1.00,'+
'scaleMobile: 1.00'+
'})'+
'<\/script>');
}
</script>
</body>
</html>