Skip to content

Commit

Permalink
changed title
Browse files Browse the repository at this point in the history
  • Loading branch information
DwainAnderson committed Aug 26, 2024
1 parent c2639f1 commit 49e61ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function Header() {
const backgroundImage = '/assets/winter-1.jpg';
return (
<header style={{backgroundImage: `url(${backgroundImage})`}}>
<h1>Dwain Anderson::Computer Science </h1>
<h1 style={{fontSize: 'x-large'}}>Dwain Anderson :: Software Developer & Self-Proclaimed Scientist</h1>
<Menu />
</header>
);
Expand Down
Binary file modified public/assets/resume.pdf
Binary file not shown.

0 comments on commit 49e61ad

Please sign in to comment.