Wrapped up the core set of pages.
This commit is contained in:
parent
bdf9c39baa
commit
5d8b44d806
5 changed files with 185 additions and 7 deletions
56
src/contact.html
Normal file
56
src/contact.html
Normal 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
66
src/donate.html
Normal 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>
|
|
@ -34,7 +34,7 @@
|
|||
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
|
||||
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">
|
||||
<h1>Mission</h1>
|
||||
|
@ -57,13 +57,15 @@ products and income. GS has a coarse-grained roadmap towards the mission.</p>
|
|||
|
||||
<dl>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
||||
<section id="team">
|
||||
<h1>Team</h1>
|
||||
<h2>Pat Garrity (pfm)</h2>
|
||||
<p>Founder and visionary of Garrity Software.</p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>Garrity Software - Open Source</title>
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -39,8 +39,8 @@ MIT license.</p>
|
|||
<h2>Scala</h2>
|
||||
<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.
|
||||
GS projects heavily leverage Cats, Cats Effect and FS2. GS libraries typically
|
||||
try to minimize size and dependency scope.</p>
|
||||
GS libraries typically try to minimize size and dependency scope.</p>
|
||||
|
||||
<p>GS does not yet build libraries for Scala Native or ScalaJS.</p>
|
||||
</section>
|
||||
|
||||
|
|
48
src/products.html
Normal file
48
src/products.html
Normal 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>
|
Loading…
Add table
Reference in a new issue