Skip to content

Commit

Permalink
Merge pull request #12 from spencer-rafada/updates-v1
Browse files Browse the repository at this point in the history
New updates
  • Loading branch information
spencer-rafada authored Nov 30, 2023
2 parents 0eb0198 + 3a521cb commit 881e403
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Binary file added public/diab10_thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/InfoSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function InfoSection({ aboutRef, expRef, projRef }) {
<img src='/spencer.jpg' alt='Portrait of Spencer Rafada' />
<h1>Spencer Rafada</h1>
</div>
<h3>Currently looking for full time job opportunities</h3>
<h3>Web Developer Intern at FamilySearch</h3>
<p>
It motivates me to create applications that will solve problems and
be impactful in other's lives.
Expand Down
2 changes: 1 addition & 1 deletion src/data/EXPERIENCE.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const experience = [
{
date: 'April 2023 - July 2023',
date: 'April 2023 - Present',
company: 'FamilySearch',
position: 'Frontend React Developer Intern',
description:
Expand Down
9 changes: 9 additions & 0 deletions src/data/PROJECTS.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
const projects = [
{
date: '2023',
title: 'Diab10',
description: 'Diab10 Albion Online is a bot tracks attendance and gives priority to those who are active in playing the game Albion Online. I created this project to help out friends who use Discord often.',
madeAt: 'Personal Project',
tools: ['NodeJS', 'DiscordJS', 'MongoDB'],
link: 'https://github.com/spencer-rafada/Diab10-AO',
image: 'diab10_thumbnail.png',
},
{
date: '2023',
title: 'Arkad',
Expand Down

0 comments on commit 881e403

Please sign in to comment.