Last active
October 28, 2016 10:55
-
-
Save tiagodealmeida/655ea2bba1743b53db1c24609eb099ed to your computer and use it in GitHub Desktop.
.js work for task 2.10
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", | |
text_color: "blue", | |
}, | |
{ | |
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