rmc_website/_site/contactus.html
2023-04-04 20:20:14 -04:00

95 lines
4.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact Us | rmc's site</title>
<link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/style.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="https://ianskinner1982.github.io/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script>
<meta property="og:title" content="Contact Us">
<meta property="og:locale" content="en_US">
<meta name="description" content="Contact Us | rmc's site">
<meta property="og:description" content="Contact Us | rmc's site">
<meta property="og:url" content="https://ianskinner1982.github.io">
<meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="https://ianskinner1982.github.io/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg" style="background-color:#babbbb;">
<div class="container-fluid">
<a class="navbar-brand" href="/">rmc's site</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/dsidev">DS(i) Stuff</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="content-wrap">
<div class="container pt-3 pb-3">
<h1 class="text-center">Contacting me.</h1>
<p class="text-center">I have several options available if you'd like to get in touch with me.</p>
<div>
<div>
<h3>
GitHub
</h3>
<div>
<div>
<p>You can create an issue on one of my projects to address problems, or create a discussion (where applicable) where you can ask questions or make comments. My GitHub can be found <a href="https://github.com/ianskinner1982">here</a>, and can also be accessed using the GitHub logo at the bottom of every page.</p>
</div>
</div>
</div>
<h3>
Email
</h3>
<div>
<div>
<p>If you have anything you'd like to send to me directly, you can use my email, <a href="mailto:ncxprogrammingofficial@gmail.com">ianskinner519@gmail.com</a>.</p>
</div>
</div>
<h3>
Discord
</h3>
<div>
<div>
<p>You can also <a href="https://discord.gg/XZxxZngwDQ">join my Discord server</a> to ask questions or get support. Note that joining and participating in my server requires you to follow all of the rules in place there. I reserve the right to remove you at any time, with or without prior notice, if you are found to be in violation of my rules. The link to my server is also available through the Discord logo at the bottom of every page.</p>
</div>
</div>
</div>
</div>
<p class="text-center pt-3">More contact methods may become available over time. Please note that contact methods not listed here may not be official.</p>
</div>
</div>
</body>
<footer>
<footer class="bg-light text-lg-start border-top align-items-center text-center">
<div class="text-center p-3 align-items-center" style="background-color: rgba(0, 0, 0, 0.25);">
Copyright &copy; 2021-<span id="footerDate"></span> Ian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
<br>
<span class="nav col-md-4 list-unstyled d-inline"><a href="https://github.com/IanSkinner1982"><img class="bi" width="24" height="24" src="https://cdn.ncxprogramming.com/file/image/navbar/github-dark.svg" alt=""></a> <a href="https://discord.gg/XZxxZngwDQ"><img class="bi" width="24" height="24" src="https://cdn.ncxprogramming.com/file/image/navbar/discord-dark.svg" alt=""></a></span>
</div>
</footer>
</footer>
</html>