diff --git a/static/.index.css.swp b/static/.index.css.swp
new file mode 100644
index 0000000..f827ff3
Binary files /dev/null and b/static/.index.css.swp differ
diff --git a/static/index.css b/static/index.css
index 4f7e4c3..79af36f 100644
--- a/static/index.css
+++ b/static/index.css
@@ -14,6 +14,12 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .Rawley Fowler, 2022
*/
+
+html {
+ max-width: 100vw;
+ min-height: 100vh;
+}
+
body {
color: #242124;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
@@ -21,10 +27,9 @@ body {
-moz-osx-font-smoothing: grayscale;
background-color: #fafafa;
font-size: calc(12px + 0.33vw);
- max-width: 100vw;
- min-height: 100vh;
- margin-left: 3vw;
- margin-right: 3vw;
+ margin: auto;
+ padding: 1.3em;
+ max-width: clamp(300px, 600px + 3vw, 900px);
}
h1 {
@@ -32,6 +37,7 @@ h1 {
font-weight: 800;
margin-bottom: 0;
margin-top: 12px;
+ font-style: italic;
}
h2 {
@@ -75,7 +81,7 @@ a::after {
right: 0;
bottom: 0;
transition: 102ms cubic-bezier(0, 0.86, 0.1, 1);
- background-color: rgba(72,61,139, 0.3);
+ background-color: rgba(255, 233, 0, 0.6);
}
a:hover:after {
@@ -84,8 +90,8 @@ a:hover:after {
.header {
display: flex;
- flex-direction: row;
- justify-content: space-between;
+ flex-direction: column;
+ justify-content: center;
}
.nav-bar {
@@ -93,6 +99,7 @@ a:hover:after {
flex-direction: row;
font-size: 1.1em;
margin-top: calc(12px + 1vh);
+ margin-bottom: 3vw;
}
.nav-item {
@@ -102,6 +109,10 @@ a:hover:after {
font-weight: 800;
}
+.nav-item:first-of-type {
+ margin-left: 0;
+}
+
.content-wrapper {
margin: 12px;
}
@@ -132,10 +143,3 @@ a:hover:after {
.skill-keywords > i::after {
content: "' ";
}
-
-@media only screen and (max-width: 508px) {
- .header {
- flex-direction: column;
- justify-content: center;
- }
-}
diff --git a/templates/index.tmpl b/templates/index.tmpl
index 1f2a6b5..7b440d9 100644
--- a/templates/index.tmpl
+++ b/templates/index.tmpl
@@ -1,10 +1,10 @@
{{ template "header.tmpl" . }}
Hi, my name is Rawley.
- I am an independent full-stack developer from Canada. Currently pursuing a degree in Computer Science, with hopes of participating in a graduate program.
+ I am an independent software engineer, and self proclaimed systems administrator from Canada. Currently, I am pursuing a degree in Computer Science, with hopes of participating in a graduate program later down the road.
- I am a GNU/Linux and OpenBSD enthusiast. I am active in both the Debian and Void GNU/Linux communities. My favourite programming languages are Go and Clojure. You can check out my work on GitLab. I am currently working on an open-source community based blogging network called xrn.
+ I am a GNU/Linux and OpenBSD enthusiast. I am active in both the Debian and Void communities, as well as the OpenBSD community. My favourite programming languages are Go and Clojure. You can check out my work on GitLab. Currently, I am working on an open-source community based blogging network called xrn.
When I'm not programming, I'm either reading, cooking, playing table-top games, or walking my dog.
diff --git a/templates/resume.tmpl b/templates/resume.tmpl
index e53a06b..1c4f243 100644
--- a/templates/resume.tmpl
+++ b/templates/resume.tmpl
@@ -4,6 +4,7 @@
View my resume (pdf).
+Skill keywords
GNU/Linux
Debian