UNPKG

mam-project-templates

Version:
73 lines (72 loc) 1.65 kB
module.exports.projects = [ { title: "Project Title", detail: "This is the project detail", image: "images/work-1.jpg", section: "top" }, { title: "Project Title", detail: "This is the project detail", image: "images/work-2.jpg", section: "top" }, { title: "Project Title", detail: "This is the project detail", image: "images/work-3.jpg", section: "top" }, { title: "Project Title", detail: "This is the project detail", image: "images/work-4.jpg", section: "top" }, { title: "Project Title", detail: "This is the project detail", image: "images/work-5.jpg", section: "bottom" }, { title: "Project Title", detail: "This is the project detail", image: "images/work-6.jpg", section: "bottom" }, { title: "Project Title", detail: "This is the project detail", image: "images/work-7.jpg", section: "bottom" }, { title: "Project Title", detail: "This is the project detail", image: "images/work-8.jpg", section: "bottom" }, ]; module.exports.socialItems = [ { link: "https://www.facebook.com/michaelalexandermartinez", icon: "fa-facebook" }, { link: "https://twitter.com/MikeAlMartinez", icon: "fa-twitter" }, { link: "https://www.linkedin.com/in/michael-alexander-martinez-b9073742", icon: "fa-linkedin" }, { link: "https://plus.google.com/u/0/106701963549260967393", icon: "fa-google-plus" }, { link: "https://github.com/MikeAlexMartinez", icon: "fa-github" }, ]