initial commit
This commit is contained in:
50
index.html
Normal file
50
index.html
Normal file
@@ -0,0 +1,50 @@
|
||||
<!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="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>
|
||||
<script src="anime.min.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<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="https://cloud.mind-overflow.net/">Cloud</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>
|
||||
|
||||
Reference in New Issue
Block a user