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

Starter #28

Open
wants to merge 2 commits into
base: STARTER
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
finish
  • Loading branch information
nielsvg22 committed Apr 5, 2022
commit 35ecf695408f6c466bc57cfd62e4820794b2c40b
8 changes: 4 additions & 4 deletions src/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export const projects = [

export const TimeLineData = [
{ year: 2020, text: 'Started my journey', },
{ year: 2018, text: 'Worked as a freelance developer', },
{ year: 2019, text: 'Founded JavaScript Mastery', },
{ year: 2020, text: 'Shared my projects with the world', },
{ year: 2021, text: 'Started my own platform', },
{ year: 2018, text: 'Started a developer education', },
{ year: 2019, text: 'Founded JavaScript', },
{ year: 2020, text: 'Shared my projects with the world', }

];