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 = [
|
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: "",
|
||||||
|
|
Reference in a new issue