Skip to content

Instantly share code, notes, and snippets.

@tiagodealmeida
tiagodealmeida / styles.css
Created October 27, 2016 08:50
CSS for task 2.11
/*** Navbar ***/
.nav a {
font-family: Fester, Futura, Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: 100;
color: WhiteSmoke;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.05em;
@tiagodealmeida
tiagodealmeida / scripts.js
Created October 27, 2016 08:49
.js page for task 2.11
//twitter
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p =
/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js =
d.createElement(s);js.id=id;js.src=p+
'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore
(js,fjs);}}(document, 'script', 'twitter-wjs');
//facebook
@tiagodealmeida
tiagodealmeida / work.js
Created October 27, 2016 08:48
.js work page for task 2.11
//work page
var works = [
{
title: "Your next project featured here",
pic: "img/screenshot_future.jpg",
url: "#contact",
},
{
title: "Concept/Design/Development/Content",
@tiagodealmeida
tiagodealmeida / scripts.js
Last active October 28, 2016 10:12
.js for task 2.10
//twitter
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p =
/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js =
d.createElement(s);js.id=id;js.src=p+
'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore
(js,fjs);}}(document, 'script', 'twitter-wjs');
//facebook
@tiagodealmeida
tiagodealmeida / index.html
Last active October 28, 2016 10:13
HTML for task 2.10
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Home | Tiago de Almeida</title>
@tiagodealmeida
tiagodealmeida / styles.css
Last active October 28, 2016 10:14
CSS for task 2.10
/*** Navbar ***/
.nav a {
font-family: Fester, Futura, Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: 100;
color: WhiteSmoke;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.05em;
@tiagodealmeida
tiagodealmeida / work.js
Created October 25, 2016 14:05
.js work for task 2.9
var works = [
{
title: "Your next project featured here",
pic: "img/screenshot_future.jpg",
},
{
title: "Concept/Design/Development/Content",
pic: "img/screenshot_portfolio.jpg",
},
{
@tiagodealmeida
tiagodealmeida / scripts.js
Created October 25, 2016 14:04
.js for task 2.9
//twitter
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p =
/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js =
d.createElement(s);js.id=id;js.src=p+
'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore
(js,fjs);}}(document, 'script', 'twitter-wjs');
//facebook
@tiagodealmeida
tiagodealmeida / styles.css
Created October 25, 2016 14:04
CSS for task 2.9
/*** Navbar ***/
.nav a {
font-family: Fester, Futura, Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: 100;
color: WhiteSmoke;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.05em;
@tiagodealmeida
tiagodealmeida / index.html
Created October 25, 2016 14:03
HTML for task 2.9
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Home | Tiago de Almeida</title>