1
Fork 0

Added classes

This commit is contained in:
Jake Howard 2015-11-11 08:58:39 +00:00
parent f14b7f7ff9
commit 9b8cedfe14

View file

@ -5,19 +5,19 @@ var ProjectImage = require('./project-image');
const DATA = [ const DATA = [
{ {
className: "", className: "college",
title: "College", title: "College",
text: "Some College Stuff", text: "Some College Stuff",
link: "", link: "",
}, },
{ {
className: "", className: "personal",
title: "Personal", title: "Personal",
text: "Some Personal Stuff", text: "Some Personal Stuff",
link: "", link: "",
}, },
{ {
className: "", className: "work",
title: "Work", title: "Work",
text: "Some Work Stuff", text: "Some Work Stuff",
link: "", link: "",