restyled navbar

This commit is contained in:
2021-09-29 18:10:44 -04:00
parent 222a8f282b
commit 31651fa18d
8 changed files with 57 additions and 58 deletions

5
src/pages/Resume.js Normal file
View File

@@ -0,0 +1,5 @@
import React from 'react'
export default function Resume(){
return(<meta http-equiv="refresh" content="0; URL=https://asimonson1125.github.io/resume.pdf" />);
}