1
Fork 0

Updated information

This commit is contained in:
Jake Howard 2015-11-21 23:38:52 +00:00
parent b2365f1299
commit 4d090d5e4e

View file

@ -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: "",
}, },
{ {