60 lines
2.7 KiB
HTML
60 lines
2.7 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">
|
|
<link href="/styles/common-style.css" rel="stylesheet" type="text/css">
|
|
<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>
|
|
|
|
<!-- Matomo -->
|
|
<script type="text/javascript">
|
|
var _paq = window._paq || [];
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function() {
|
|
var u="//admin.mind-overflow.net/matomo/";
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
_paq.push(['setSiteId', '1']);
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
})();
|
|
</script>
|
|
<!-- End Matomo Code -->
|
|
</head>
|
|
|
|
<body>
|
|
<div class="top-bar">
|
|
<div class="topnav">
|
|
<a href="/">Home</a>
|
|
<a href="/pages/about.html">About</a>
|
|
<a class="rainbow" href="https://old.mind-overflow.net/career.html">Services</a>
|
|
<a href="https://cloud.mind-overflow.net/">Cloud</a>
|
|
<a href="/pages/policy.html">Policy</a>
|
|
</div>
|
|
<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>
|
|
<li>Email: <a href="mailto:lore%6Ezo.dellaca@mind-ov%65rflow.net">lorenzo.dellaca@mind-overflow.net</a></li>
|
|
<li>Instagram: <a href="https://instagram.com/mind.overflow" target="_blank">@mind.overflow</a></li>
|
|
<li>YouTube: <a href="https://youtube.com/user/Qwertylollo" target="_blank">mind.overflow</a></li>
|
|
<li>Twitter: <a href="https://twitter.com/mind0verflow" target="_blank">@mind0verflow</a></li>
|
|
<li>SoundCloud: <a href="https://soundcloud.com/lol7344" target="_blank">lol7344</a></li>
|
|
<li>GitHub: <a href="https://github.com/lol7344/" target="_blank">lol7344</a></li>
|
|
<li>Reddit: <a href="https://reddit.com/user/mind_overflow" target="_blank">u/mind_overflow</a> or <a href="https://reddit.com/user/lol7344" target="_blank">u/lol7344</a></li>
|
|
</ul>
|
|
</div>
|
|
<footer>
|
|
<h4>Copyright © 2019-20 ― Lorenzo Dellacà</h4>
|
|
</footer>
|
|
</body>
|
|
</html> |