Compare commits

...

2 Commits

Author SHA1 Message Date
Greg Shuflin 4049a811c8 Add favicon 2023-02-19 03:39:18 -08:00
Greg Shuflin d5fa32562d Change http -> https 2023-02-19 03:28:26 -08:00
4 changed files with 6 additions and 5 deletions

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -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)

View File

@ -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"

View File

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