Guest User

Untitled

a guest
Jan 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. const ProjectLists = [
  2.  
  3. {
  4. id: "4",
  5. iconImage: "",
  6. name: "Simple",
  7. description: "Simple is a corporate responsive template and the absolutely clean & modern template theme for your business. The theme was built by Foundation Framework and take advantages of it features: grid system, typography, buttons, form, UI element, section and more.",
  8. technologies: "HTML, CSS, JavaScript",
  9. href: "http://striped-dolls.surge.sh"
  10. }
  11. ]
  12.  
  13. export default ProjectLists;
  14.  
  15. <a href={project.href}></a>
Add Comment
Please, Sign In to add comment