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>
<title>Greg Shuflin - Software Developer</title>
<meta charset='utf-8'/>
<link rel="icon" type="image/x-icon" href="favicon.png">
<link href="style.css" rel="stylesheet"/>
</head>
<body>
@ -129,7 +128,7 @@
<a href='https://github.com/AlexNisnevich'>Alex Nisnevich</a> and several
other occasional contributors.
<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 Javascript roguelike. Every level is deliberately unbeatable, and
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
who is paid-off by an evil ride-sharing corporation, and tasked with
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.
</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'>
(code)

View File

@ -6,6 +6,6 @@ resume_dir := "/home/greg/code/active/resume"
resume_filename := "Greg Shuflin resume.pdf"
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
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 {
font-family: Ubuntu;