Add favicon

This commit is contained in:
Greg Shuflin 2023-02-19 03:39:18 -08:00
parent d5fa32562d
commit 4049a811c8
3 changed files with 2 additions and 1 deletions

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -3,6 +3,7 @@
<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>

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