55 lines
1.5 KiB
HTML
55 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Garrity Software - Contact</title>
|
|
<meta name="author" content="pfm" />
|
|
<meta name="description" content="Garrity Software - Contact" />
|
|
<link rel="stylesheet" type="text/css" href="assets/gs.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<!-- Header/Logo -------------------------------------------------------------->
|
|
<header>
|
|
<h1>garrity software</h1>
|
|
</header>
|
|
|
|
<!-- Navigation --------------------------------------------------------------->
|
|
<nav>
|
|
<ul>
|
|
<li><a href="index.html">about</a></li>
|
|
<li><a href="oss.html">open source</a></li>
|
|
<li><a href="donate.html">donate</a></li>
|
|
<li><a href="contact.html">contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<!-- Main Content ------------------------------------------------------------->
|
|
<main>
|
|
|
|
<section id="contact">
|
|
<h1>Contact</h1>
|
|
<h2>Community Discord</h2>
|
|
<p><a href="https://discord.gg/nphkquBhw3">The Garrity Software Discord Community</a>
|
|
is intended to be a place to discuss and ask questions about open source
|
|
software, as well as discuss GS or software development in general. This Discord
|
|
server should not be used for product support.</p>
|
|
<p>This is also a viable option for getting in touch with Pat directly.</p>
|
|
|
|
<h2>Email</h2>
|
|
<p>pfm@garrity.co is an appropriate email address for reaching out to Pat
|
|
directly.</p>
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<!-- Footer ------------------------------------------------------------------->
|
|
<footer>
|
|
Content Copyright © Patrick Garrity
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|