Created
October 25, 2016 14:05
-
-
Save tiagodealmeida/0db4a71f1243bde8db9d401154dc2672 to your computer and use it in GitHub Desktop.
.js work for task 2.9
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
| var works = [ | |
| { | |
| title: "Your next project featured here", | |
| pic: "img/screenshot_future.jpg", | |
| }, | |
| { | |
| title: "Concept/Design/Development/Content", | |
| pic: "img/screenshot_portfolio.jpg", | |
| }, | |
| { | |
| title: "SEO/Content/Analytics", | |
| pic: "img/screenshot_wimdu.jpg", | |
| }, | |
| { | |
| title: "SEO/SEM/Affiliate/Content/Localisation/Analytics", | |
| pic: "img/screenshot_electronicstar.jpg", | |
| }, | |
| { | |
| title: "SEO/Content/Social Media", | |
| pic: "img/screenshot_pinspire.jpg", | |
| }, | |
| { | |
| title: "Content", | |
| pic: "img/screenshot_icrates.jpg", | |
| }, | |
| { | |
| title: "Management/Content/Social Media", | |
| pic: "img/screenshot_badmood.jpg", | |
| }, | |
| { | |
| title: "Content", | |
| pic: "img/screenshot_tsd.jpg", | |
| } | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment