Added content to projects
This commit is contained in:
parent
3967419d8b
commit
b61be242db
2 changed files with 4 additions and 4 deletions
|
@ -7,19 +7,19 @@ const DATA = [
|
|||
{
|
||||
className: "college",
|
||||
title: "College",
|
||||
text: "Some College Stuff",
|
||||
text: "In my life as a student, I wrote a lot of code!",
|
||||
link: "",
|
||||
},
|
||||
{
|
||||
className: "personal",
|
||||
title: "Personal",
|
||||
text: "Some Personal Stuff",
|
||||
text: "All the stuff I've written on my own time",
|
||||
link: "",
|
||||
},
|
||||
{
|
||||
className: "work",
|
||||
title: "Work",
|
||||
text: "Some Work Stuff",
|
||||
text: "I'm an apprentice software developer at Dabapps, and this is what I've done.",
|
||||
link: "",
|
||||
}
|
||||
];
|
||||
|
|
|
@ -150,7 +150,7 @@ a.no-color-change {
|
|||
}
|
||||
|
||||
& .project {
|
||||
padding: 25px;
|
||||
padding: 15px;
|
||||
.transition(~"opacity 0.5s ease-in");
|
||||
opacity: 0;
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
|
|
Reference in a new issue