Minor updates to website for style.

This commit is contained in:
Pat Garrity 2024-06-30 22:56:15 -05:00
parent c856789477
commit ca8a753bd1
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76
4 changed files with 29 additions and 8 deletions

View file

@ -1,11 +1,13 @@
html {
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-size: 100%;
line-height: 1;
font-family: sans-serif;
font-family: Roboto, sans-serif;
margin: 0;
padding: 0;
color: #000000;
@ -30,6 +32,10 @@ div#container {
margin-right: auto;
}
header {
text-align: center;
}
header h1 {
font-size: 2.5rem;
font-family: Iosevka, monospace;
@ -40,6 +46,7 @@ nav {
font-size: 1.2rem;
background-color: #f6eeff;
padding: 0.5rem;
text-align: center;
}
nav ul {
@ -67,16 +74,21 @@ main {
font-size: 1.1rem;
}
main a:hover {
color: #000;
box-shadow: 0 0 0 2px #2222cc;
}
main h1 {
padding: 0;
border-bottom: 1px dashed #333;
font-family: Iosevka, monospace;
font-family: Mina, Iosevka, monospace;
font-size: 2rem;
}
main h2 {
padding: 0;
font-family: Iosevka, monospace;
font-family: Mina, Iosevka, monospace;
font-size: 1.5rem;
}
@ -102,6 +114,7 @@ footer {
margin-top: 1rem;
border-top: 1px solid #cccccc;
padding-top: 1rem;
margin-bottom: 1rem;
}
table, tr, td {
@ -137,3 +150,11 @@ dl.project-list dd {
border-left: 1px solid #999;
border-right: 1px solid #999;
}
pre {
font-family: Iosevka, monospace;
font-size: 1rem;
color: #000;
padding: 0.5rem;
border: 1px solid #ccc;
}

View file

@ -39,7 +39,7 @@ 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
<p>pfm@garrity.co is an appropriate email address for reaching out to Pat
(the founder of Garrity Software) directly.</p>
</section>

View file

@ -12,7 +12,7 @@
<!-- Header/Logo -------------------------------------------------------------->
<header>
<h1>Garrity Software</h1>
<h1>garrity software</h1>
</header>
<!-- Navigation --------------------------------------------------------------->

View file

@ -59,7 +59,7 @@ all setup is complete, accounts may be granted to allow for contributions.</p>
<h2>Maven</h2>
<p>GS provides a Maven server and does not upload artifacts to other public
Maven/Ivy repositories at this time.</p>
<pre><code></code>resolvers += "garrity-software-gs" at "https://maven.garrity.co/gs"</pre>
<pre><code>resolvers += "garrity-software-gs" at "https://maven.garrity.co/gs"</code></pre>
<p>No credentials are required to use this repository.</p>
</section>