Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New updates #12

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading