Compare commits
2 Commits
e09508c315
...
4049a811c8
Author | SHA1 | Date | |
---|---|---|---|
|
4049a811c8 | ||
|
d5fa32562d |
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -3,6 +3,7 @@
|
||||
<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>
|
||||
@ -128,7 +129,7 @@
|
||||
<a href='https://github.com/AlexNisnevich'>Alex Nisnevich</a> and several
|
||||
other occasional contributors.
|
||||
<ul>
|
||||
<li><a href="http://alexnisnevich.github.io/untrusted/">Untrusted</a>
|
||||
<li><a href="https://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.
|
||||
@ -145,12 +146,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='http://elm-lang.org/'>Elm</a>, a Haskell-like pure functional
|
||||
<a href='https://elm-lang.org/'>Elm</a>, a Haskell-like pure functional
|
||||
language that compiles to Javascript/HTML.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='http://alexnisnevich.github.io/kalevala/'>Kalevala</a>
|
||||
<a href='https://alexnisnevich.github.io/kalevala/'>Kalevala</a>
|
||||
|
||||
<a href='https://github.com/AlexNisnevich/kalevala' class='codeLink'>
|
||||
(code)
|
||||
|
2
justfile
2
justfile
@ -6,6 +6,6 @@ resume_dir := "/home/greg/code/active/resume"
|
||||
resume_filename := "Greg Shuflin resume.pdf"
|
||||
|
||||
deploy:
|
||||
scp index.html style.css self.jpg greg@{{server}}:"/srv/greg.everydayimshuflin.com/"
|
||||
scp index.html favicon.png 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"
|
||||
|
Loading…
Reference in New Issue
Block a user