diff --git a/src/assets/gs.css b/src/assets/gs.css index fc7629e..d76ba4a 100644 --- a/src/assets/gs.css +++ b/src/assets/gs.css @@ -1,11 +1,13 @@ -html { - box-sizing: border-box; +* { + -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; +} diff --git a/src/contact.html b/src/contact.html index d488f9b..d9fa763 100644 --- a/src/contact.html +++ b/src/contact.html @@ -39,7 +39,7 @@ server should not be used for product support.

This is also a viable option for getting in touch with Pat directly.

Email

-

pfm (at) (domain) is an appropriate email address for reaching out to Pat +

pfm@garrity.co is an appropriate email address for reaching out to Pat (the founder of Garrity Software) directly.

diff --git a/src/index.html b/src/index.html index fb368a1..3b83cf3 100644 --- a/src/index.html +++ b/src/index.html @@ -12,7 +12,7 @@
-

Garrity Software

+

garrity software

diff --git a/src/oss.html b/src/oss.html index 7e2cedb..4af7807 100644 --- a/src/oss.html +++ b/src/oss.html @@ -59,7 +59,7 @@ all setup is complete, accounts may be granted to allow for contributions.

Maven

GS provides a Maven server and does not upload artifacts to other public Maven/Ivy repositories at this time.

-
resolvers += "garrity-software-gs" at "https://maven.garrity.co/gs"
+
resolvers += "garrity-software-gs" at "https://maven.garrity.co/gs"

No credentials are required to use this repository.