Compare commits

..

No commits in common. "4049a811c8120b5ed51739e0bf7a32cb7f09fe27" and "e09508c3155c4bae3ab348f146a15a83a387a785" have entirely different histories.

4 changed files with 5 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -3,7 +3,6 @@
<head> <head>
<title>Greg Shuflin - Software Developer</title> <title>Greg Shuflin - Software Developer</title>
<meta charset='utf-8'/> <meta charset='utf-8'/>
<link rel="icon" type="image/x-icon" href="favicon.png">
<link href="style.css" rel="stylesheet"/> <link href="style.css" rel="stylesheet"/>
</head> </head>
<body> <body>
@ -129,7 +128,7 @@
<a href='https://github.com/AlexNisnevich'>Alex Nisnevich</a> and several <a href='https://github.com/AlexNisnevich'>Alex Nisnevich</a> and several
other occasional contributors. other occasional contributors.
<ul> <ul>
<li><a href="https://alexnisnevich.github.io/untrusted/">Untrusted</a> <li><a href="http://alexnisnevich.github.io/untrusted/">Untrusted</a>
<a href="https://github.com/AlexNisnevich/untrusted" class='codeLink'>(code)</a> <a href="https://github.com/AlexNisnevich/untrusted" class='codeLink'>(code)</a>
- a Javascript roguelike. Every level is deliberately unbeatable, and - a Javascript roguelike. Every level is deliberately unbeatable, and
the player must edit the source code of the level in order to progress. the player must edit the source code of the level in order to progress.
@ -146,12 +145,12 @@
where the player takes on the role of a corrupt public transit bureaucrat where the player takes on the role of a corrupt public transit bureaucrat
who is paid-off by an evil ride-sharing corporation, and tasked with who is paid-off by an evil ride-sharing corporation, and tasked with
making the public bus system worse. Written in making the public bus system worse. Written in
<a href='https://elm-lang.org/'>Elm</a>, a Haskell-like pure functional <a href='http://elm-lang.org/'>Elm</a>, a Haskell-like pure functional
language that compiles to Javascript/HTML. language that compiles to Javascript/HTML.
</li> </li>
<li> <li>
<a href='https://alexnisnevich.github.io/kalevala/'>Kalevala</a> <a href='http://alexnisnevich.github.io/kalevala/'>Kalevala</a>
<a href='https://github.com/AlexNisnevich/kalevala' class='codeLink'> <a href='https://github.com/AlexNisnevich/kalevala' class='codeLink'>
(code) (code)

View File

@ -6,6 +6,6 @@ resume_dir := "/home/greg/code/active/resume"
resume_filename := "Greg Shuflin resume.pdf" resume_filename := "Greg Shuflin resume.pdf"
deploy: deploy:
scp index.html favicon.png style.css self.jpg greg@{{server}}:"/srv/greg.everydayimshuflin.com/" scp index.html style.css self.jpg greg@{{server}}:"/srv/greg.everydayimshuflin.com/"
just {{resume_dir}}/build_resume just {{resume_dir}}/build_resume
scp -r "{{resume_dir}}/{{resume_filename}}" greg@{{server}}:"/srv/greg.everydayimshuflin.com/resume" scp -r "{{resume_dir}}/{{resume_filename}}" greg@{{server}}:"/srv/greg.everydayimshuflin.com/resume"

View File

@ -1,4 +1,4 @@
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic); @import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
h1 { h1 {
font-family: Ubuntu; font-family: Ubuntu;