Updated information
This commit is contained in:
parent
b2365f1299
commit
4d090d5e4e
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@ const DATA = [
|
||||||
{
|
{
|
||||||
className: "college",
|
className: "college",
|
||||||
title: "College",
|
title: "College",
|
||||||
text: "In my life as a student, I wrote a lot of code!",
|
text: "My time at college was where I learnt most about programming, and discovered my skill and passion for it.",
|
||||||
link: "",
|
link: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
className: "personal",
|
className: "personal",
|
||||||
title: "Personal",
|
title: "Personal",
|
||||||
text: "All the stuff I've written on my own time",
|
text: "I write code just to write code, but sometimes it serves a purpose.",
|
||||||
link: "",
|
link: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue