From 4d090d5e4e10342dfbbd02b90ca325d33c017f31 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 21 Nov 2015 23:38:52 +0000 Subject: [PATCH] Updated information --- static/src/js/components/project-images-types.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/src/js/components/project-images-types.js b/static/src/js/components/project-images-types.js index 659bb92..ec9e67d 100644 --- a/static/src/js/components/project-images-types.js +++ b/static/src/js/components/project-images-types.js @@ -7,13 +7,13 @@ const DATA = [ { className: "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: "", }, { className: "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: "", }, {