Wrapped up the core set of pages.

This commit is contained in:
Pat Garrity 2024-04-12 07:40:46 -05:00
parent bdf9c39baa
commit 5d8b44d806
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76
5 changed files with 185 additions and 7 deletions

56
src/contact.html Normal file
View file

@ -0,0 +1,56 @@
<!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="products.html">products</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 (at) (domain) is an appropriate email address for reaching out to Pat
(the founder of Garrity Software) directly.</p>
</section>
</main>
<!-- Footer ------------------------------------------------------------------->
<footer>
Content Copyright © Patrick Garrity
</footer>
</div>
</body>
</html>

66
src/donate.html Normal file
View file

@ -0,0 +1,66 @@
<!DOCTYPE html>
<html>
<head>
<title>Garrity Software - Donate</title>
<meta name="author" content="pfm" />
<meta name="description" content="Garrity Software - Donate" />
<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="products.html">products</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="donate">
<h1>Donate</h1>
<p>Garrity Software is a fledgling organization that produces open source
libraries and intends to sell software. If you like the open source work, or you
want to support Pat in achieving the <a href="index.html#mission">Mission</a> of
a sustainable organization and lifestyle, please consider donating!</p>
<p><strong><a href="https://ko-fi.com/gspfm">Donate to Pat on Ko-fi</a></strong></p>
<h2>What do my donations do?</h2>
<p>Donations help to cover the costs of anything related to open source
development (servers, subscriptions, etc.) or community development. Donations
also serve as a general source of encouragement, and help move the needle
towards <em><a href="index.html#roadmap">independence</a></em>.</p>
<p>Donations are not (and will not be) used for any paid product hosting or
other payment-related services.</p>
</section>
<section id="sponsor">
<h1>Sponsorship</h1>
<p>If, for some reason, your company wants to <em>sponsor</em> Garrity Software,
please <a href="contact.html">contact Pat directly</a>.</p>
</section>
</main>
<!-- Footer ------------------------------------------------------------------->
<footer>
Content Copyright © Patrick Garrity
</footer>
</div>
</body>
</html>

View file

@ -34,7 +34,7 @@
producing high quality, robust software. GS is also committed to contributing producing high quality, robust software. GS is also committed to contributing
open source work and releasing as much software for free as possible. GS is open source work and releasing as much software for free as possible. GS is
currently <a href="#roadmap"><em>Bootstrapping</em></a>, does not have income, currently <a href="#roadmap"><em>Bootstrapping</em></a>, does not have income,
and is primarily producing open source libraries.</p></section> and is primarily producing <a href="oss.html">open source libraries</a>.</p></section>
<section id="mission"> <section id="mission">
<h1>Mission</h1> <h1>Mission</h1>
@ -57,13 +57,15 @@ products and income. GS has a coarse-grained roadmap towards the mission.</p>
<dl> <dl>
<dt>Bootstrapping (2024)</dt> <dt>Bootstrapping (2024)</dt>
<dd>Establish open source libraries and build the first product.</dd> <dd>Establish open source libraries and build the first product. Establish
Garrity Software as an LLC.</dd>
<dt>Initial Sales (By January 2025)</dt> <dt>Initial Sales (By June 2025)</dt>
<dd>Start attempting to sell software.</dd> <dd>Start attempting to sell software.</dd>
<dt>Independence (By 2030)</dt> <dt>Independence (By 2030)</dt>
<dd>Founder achieves ability to stop working for other companies.</dd> <dd>Founder achieves ability to stop working for other companies. Requires
income from all sources to be sufficient to support family.</dd>
<dt>First External Hire</dt> <dt>First External Hire</dt>
<dd>Another person is hired. That person is fully compensated.</dd> <dd>Another person is hired. That person is fully compensated.</dd>
@ -104,6 +106,12 @@ time.</p>
<li>Establish a fund to donate to, or otherwise support, open source development.</li> <li>Establish a fund to donate to, or otherwise support, open source development.</li>
</ul> </ul>
</section>
<section id="team">
<h1>Team</h1>
<h2>Pat Garrity (pfm)</h2>
<p>Founder and visionary of Garrity Software.</p>
</section> </section>
</main> </main>

View file

@ -3,7 +3,7 @@
<head> <head>
<title>Garrity Software - Open Source</title> <title>Garrity Software - Open Source</title>
<meta name="author" content="pfm" /> <meta name="author" content="pfm" />
<meta name="description" content="Garrity Software Homepage" /> <meta name="description" content="Garrity Software - Open Source" />
<link rel="stylesheet" type="text/css" href="assets/gs.css"> <link rel="stylesheet" type="text/css" href="assets/gs.css">
</head> </head>
<body> <body>
@ -39,8 +39,8 @@ MIT license.</p>
<h2>Scala</h2> <h2>Scala</h2>
<p>All GS projects are currently implemented in Scala 3. No Scala 2 artifacts <p>All GS projects are currently implemented in Scala 3. No Scala 2 artifacts
are available. GS typically leans towards the newest available Scala versions. are available. GS typically leans towards the newest available Scala versions.
GS projects heavily leverage Cats, Cats Effect and FS2. GS libraries typically GS libraries typically try to minimize size and dependency scope.</p>
try to minimize size and dependency scope.</p>
<p>GS does not yet build libraries for Scala Native or ScalaJS.</p> <p>GS does not yet build libraries for Scala Native or ScalaJS.</p>
</section> </section>

48
src/products.html Normal file
View file

@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<title>Garrity Software - Products</title>
<meta name="author" content="pfm" />
<meta name="description" content="Garrity Software - Products" />
<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="products.html">products</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="products">
<h1>Products</h1>
<p>Garrity Software is <a href="index.html#roadmap">Bootstrapping</a> and does
not yet offer any products.</p>
</section>
</main>
<!-- Footer ------------------------------------------------------------------->
<footer>
Content Copyright © Patrick Garrity
</footer>
</div>
</body>
</html>