2023-06-18 12:57:54 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2023-09-26 13:29:55 +00:00
< title > Andrew's Contact Info< / title >
2023-06-18 12:57:54 +00:00
< meta charset = "utf-8" >
< meta name = "description" content = "Contact information for Andrew Lalis." >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2023-07-22 18:45:42 +00:00
< script src = "scripts/themes.min.js" > < / script >
2023-06-18 12:57:54 +00:00
< noscript > < style > . jsonly { display : none !important ; } < / style > < / noscript >
< link rel = "stylesheet" href = "styles/style.css" type = "text/css" >
2023-10-05 01:08:23 +00:00
< script src = "scripts/sitestat.js?remote-url=sitestat.andrewlalis.com" async > < / script >
2023-06-18 12:57:54 +00:00
< / head >
< body >
< header class = "page-header" >
< h1 > Andrew's Contact Info< / h1 >
< nav >
< div >
< a href = "index.html" > Home< / a >
2023-06-22 07:17:16 +00:00
< a href = "articles.html" > Articles< / a >
2023-06-18 12:57:54 +00:00
< a href = "projects.html" > Projects< / a >
< a href = "training.html" > Training< / a >
2024-03-10 17:00:13 +00:00
< a href = "garden.html" > Garden< / a >
2023-06-18 12:57:54 +00:00
< a class = "page-header-selected" href = "contact.html" > Contact< / a >
2023-07-23 23:22:30 +00:00
< a href = "logbook.html" > Logbook< / a >
2023-06-18 12:57:54 +00:00
< / div >
< div >
< a href = "https://github.com/andrewlalis" > GitHub< / a >
< a href = "https://www.linkedin.com/in/andrew-lalis/" > LinkedIn< / a >
< a href = "https://www.youtube.com/channel/UC9X4mx6-ObPUB6-ud2IGAFQ" > YouTube< / a >
< / div >
< / nav >
< button id = "themeToggleButton" class = "jsonly" > Change Color Theme< / button >
< hr >
< / header >
< main >
< article >
< p >
You can contact me in a few ways:
< / p >
< ul >
2024-03-11 00:56:28 +00:00
< li > My email address is andrewlalisofficial at gmail dot com. < em > This is my preferred means of communication. I usually check emails at least once a day.< / em > < / li >
2023-06-18 12:57:54 +00:00
< li > My Discord username is < code > ____andrew____< / code > < / li >
2024-03-11 00:56:28 +00:00
< li > My phone number can be determined by reversing this text: 7564-017, using area code seven-two-seven, country code 1.< / li >
2023-06-18 12:57:54 +00:00
< / ul >
2024-03-11 00:56:28 +00:00
< p >
Sorry for the convoluted contact information, but presenting it like that helps keep spam bots from identifying emails and phone numbers automatically.
< / p >
2023-06-18 12:57:54 +00:00
< / article >
< / main >
< / body >
< / html >