1
Fork 0

Added content to projects

This commit is contained in:
Jake Howard 2015-11-11 16:55:50 +00:00
parent 3967419d8b
commit b61be242db
2 changed files with 4 additions and 4 deletions

View file

@ -7,19 +7,19 @@ const DATA = [
{ {
className: "college", className: "college",
title: "College", title: "College",
text: "Some College Stuff", text: "In my life as a student, I wrote a lot of code!",
link: "", link: "",
}, },
{ {
className: "personal", className: "personal",
title: "Personal", title: "Personal",
text: "Some Personal Stuff", text: "All the stuff I've written on my own time",
link: "", link: "",
}, },
{ {
className: "work", className: "work",
title: "Work", title: "Work",
text: "Some Work Stuff", text: "I'm an apprentice software developer at Dabapps, and this is what I've done.",
link: "", link: "",
} }
]; ];

View file

@ -150,7 +150,7 @@ a.no-color-change {
} }
& .project { & .project {
padding: 25px; padding: 15px;
.transition(~"opacity 0.5s ease-in"); .transition(~"opacity 0.5s ease-in");
opacity: 0; opacity: 0;
background-color: rgba(0,0,0,0.6); background-color: rgba(0,0,0,0.6);