Added classes
This commit is contained in:
parent
f14b7f7ff9
commit
9b8cedfe14
1 changed files with 3 additions and 3 deletions
|
@ -5,19 +5,19 @@ var ProjectImage = require('./project-image');
|
|||
|
||||
const DATA = [
|
||||
{
|
||||
className: "",
|
||||
className: "college",
|
||||
title: "College",
|
||||
text: "Some College Stuff",
|
||||
link: "",
|
||||
},
|
||||
{
|
||||
className: "",
|
||||
className: "personal",
|
||||
title: "Personal",
|
||||
text: "Some Personal Stuff",
|
||||
link: "",
|
||||
},
|
||||
{
|
||||
className: "",
|
||||
className: "work",
|
||||
title: "Work",
|
||||
text: "Some Work Stuff",
|
||||
link: "",
|
||||
|
|
Reference in a new issue