From 87209e990190dba5358c144c67770cb1347c1296 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Wed, 9 Feb 2022 19:49:29 -0600 Subject: [PATCH] aligned content to the center instead of to the left --- static/.index.css.swp | Bin 0 -> 12288 bytes static/index.css | 32 ++++++++++++++++++-------------- templates/index.tmpl | 4 ++-- templates/resume.tmpl | 1 + 4 files changed, 21 insertions(+), 16 deletions(-) create mode 100644 static/.index.css.swp diff --git a/static/.index.css.swp b/static/.index.css.swp new file mode 100644 index 0000000000000000000000000000000000000000..f827ff3c8768f6e4199ce8ade9e1cd9a8541ed8c GIT binary patch literal 12288 zcmeI2O>87b6~}7>1ZI~dAw--IdaOh2O{ROkvc}tvR`ObQc9dP)%-DoQNKoBfJ>Bb` zu2y%=jAx^T0}?_?5JE^nNFgGKQw|&u2nm!E68SiA0CC_W7Z3-6lq(Se!oT{%o>^z{ zUO_$UpT=EN_3FKUy;rr?l->MH_ZqF3ZHCwVjJ@*Yd+pT+cG&apXDsn_^D-yRp2y&$Q1{slcpyatUj(3s1&$6 z1xCsoIR0>oIR0>oIR0>oI{9h=b;#2I) zh~%Cknr{~Gr*3;M9;>%Xfl7f&fl7f&fl7f&fl7f&fl7f&fl7f&fl7h@K?S(WnExKe zUVR^&$M^r`-~a!*kFh_3KY-`Jr@?*TZy#dpP4E)f2L@o^owJO+3>@%9@CEQ$umM`2 z0Zgz6?g5hzGS&ws`1cvc-T=P>FN1G@uY+g7SAhZ?Y=KqqFn91rsm^p9fEZF1P|NfQP|DU;#V`PJwssh4$br@H_Ae@I&wd_!<}k z7ubM&f8C!HQKEOCH6bFVLQVz^p+#tc_us}u@ zC31p(Zji^FElM*r+N*t&n^gM#nwplD*76C4@&2=*J37fDJ@v(v1Z9~fo z63i<-Lrvp3H76qXd8LW|wL+))IEu#EFpgxgL+R|#%rx(bEtQf(i#nN1v#a3n&{@(# zLB!VBKaa_0bZD8aY<06$I%!R^C~aPfaATCJz?&L}`RyRfMWQFrYd&Mmk>O|<;e*>2 z+4Kc>4@J$AX62Ksj9b3WHjB@su+5$QK_W+yi}^yCAZ-RVUus{tP^WgMQ>P|=%w>f4 zAWHC~;IH_<&WDR~tf_=YxPF-BTdUa~rsRz5z%gubGZ4vAHh5)On`qUkr9~0lzcv<{b@u>bQZ-alc&{$X!#@P*@Zw9tIA4m@TMc(>cl0yv}C=)qWE5TSuWD zYUhM}7%z47R#zv4m=!BZxlR}LgHFd{y|6EtxzPFi7V(jirAqmZJzMcjvjaO>J|8Qf z1&`~0dBv3ZQ+_*GGlue}A=3jR4`GOn(#O_o(IDZ|6m#fIG$z8{57eIq<7w%c z$A>|P&E4Q}910_yrr0d&bQ$Tge~ml+?0FNXPMsF}VjuC?8C&6AFf&pO*oW%H4OEDM;eTWG8)h%P(DGdl;T7}t)WTO^-zBZE){|v z_mzrMtI?QDCgva-nKBtPkY^%FMcTMz_V^?eQ`(exOR&2&+iiATjwtozD0Io^V?j9B z1U3VgI5{$&lJqd6peMHW=m`;tgom^cYW{bT90=2dOO?w4Mf>TbZ~>&BSlYj zcdu;k?b6!Tb$V*8*MqU^tC=4JEI*zMw}Wd31Afc zf_#`Sak?s>E7T~Ah9TL4Myc>dVI6<2pnWPw3CURRedmcsQ^NL%qXy?niYAlk$u|=? z+?Srh?0C|rOSW0oNnj0+dQ+zqxKOhWK^SJn0QAzPU>p1PiOWD7S)msu^%0CcJr=8{ vT}lg=EFA?oJi>Y(iJ(K~k=w`?&BY1K*gA3`+nH%;{d|@&G?zuJ@d*158r89; literal 0 HcmV?d00001 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