Created
October 27, 2016 08:48
-
-
Save tiagodealmeida/f939b1c2cc60ec5a2fa1b6e9675dc673 to your computer and use it in GitHub Desktop.
.js work page for task 2.11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//work page | |
var works = [ | |
{ | |
title: "Your next project featured here", | |
pic: "img/screenshot_future.jpg", | |
url: "#contact", | |
}, | |
{ | |
title: "Concept/Design/Development/Content", | |
pic: "img/screenshot_portfolio.jpg", | |
url: "#home", | |
}, | |
{ | |
title: "SEO/Content/Analytics", | |
pic: "img/screenshot_wimdu.jpg", | |
url: "http://www.wimdu.pt/", | |
}, | |
{ | |
title: "SEO/SEM/Affiliate/Content/Localisation/Analytics", | |
pic: "img/screenshot_electronicstar.jpg", | |
url: "http://www.electronic-star.pt/", | |
}, | |
{ | |
title: "SEO/Content/Social Media", | |
pic: "img/screenshot_pinspire.jpg", | |
url: "https://www.facebook.com/PinspireBR", | |
}, | |
{ | |
title: "Content", | |
pic: "img/screenshot_icrates.jpg", | |
url: "http://www.gpunk.de/icrates-app-magazine/", | |
}, | |
{ | |
title: "Management/Content/Social Media", | |
pic: "img/screenshot_badmood.jpg", | |
url: "https://badmood-recordings.bandcamp.com/music", | |
}, | |
{ | |
title: "Content", | |
pic: "img/screenshot_tsd.jpg", | |
url: "http://takeasteptodub.blogspot.de/" | |
} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment