Skip to content

Commit

Permalink
replace github avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
WillQizza committed Dec 29, 2023
1 parent 3c0a190 commit fec1e4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added public/me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/Contact.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

img {
border-radius: 50%;
border: 4px solid #fff;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class Contact extends Component<SectionProperties> {
{({ inView, ref }) => (
<div id="contact-content" ref={ref} className={inView ? "visible" : ""}>
<div id="contact-avatar">
<img alt="William Qi | Software Developer" src="https://avatars.githubusercontent.com/u/20137336" width="192" height="192" />
<img alt="William Qi | Software Developer" src="./me.jpg" width="192" height="192" />
</div>
<p>Hello there! I'm William, a passionate third-year Computing Science student at the University of Alberta. Since the age of 9, I've been captivated by programming, and my love for coding has only grown stronger over the years.</p>
<p>Whether it's building applications that enhance user experiences, developing software to address real-world problems, or creating innovative solutions to make everyday tasks more efficient, I find the process of coding and its potential to create meaningful change thrilling!</p>
Expand Down

0 comments on commit fec1e4b

Please sign in to comment.