2020-07-02 12:57:43 +02:00
<!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" >
2020-07-09 03:23:47 +02:00
< link href = "/styles/common-style.css" rel = "stylesheet" type = "text/css" >
2020-07-02 13:05:54 +02:00
< link href = "/styles/pages-style.css" rel = "stylesheet" type = "text/css" >
2020-07-02 12:57:43 +02:00
< link rel = "shortcut icon" type = "image/png" href = "/images/logos/brain-128.png" / >
2020-07-02 13:11:20 +02:00
< title > Mind Overflow : Contact< / title >
2020-08-10 17:11:11 +02:00
<!-- 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 -->
2020-07-02 12:57:43 +02:00
< / head >
2020-07-10 12:00:56 +02:00
< 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 >
2020-07-02 12:57:43 +02:00
< 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 >
2020-07-09 00:48:23 +02:00
< a href = "/pages/policy.html" > Policy< / a >
2020-07-02 12:57:43 +02:00
< / div >
< h1 > Contact< / h1 >
< i class = "arrow-down" > < / i >
< / div >
2020-08-10 17:11:11 +02:00
2020-07-02 12:57:43 +02:00
< 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" > l orenz o. de llaca@ m ind-ov e rf low. 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 >
2020-07-10 12:06:30 +02:00
< li > GitHub: < a href = "https://github.com/mind-overflow/" target = "_blank" > mind-overflow< / a > or < a href = "https://github.com/lol7344/" target = "_blank" > lol7344< /a< / li >
2020-07-02 12:57:43 +02:00
< 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 >
2020-07-09 00:03:49 +02:00
< h4 > Copyright © 2019-20 ― Lorenzo Dellacà< / h4 >
2020-07-02 12:57:43 +02:00
< / footer >
< / body >
2020-08-10 17:11:11 +02:00
< / html >