Skip to content

Instantly share code, notes, and snippets.

@tiagodealmeida
tiagodealmeida / styles.css
Created October 3, 2016 17:54
CSS update for task 1.9
/*** Home Page ***/
#homeContent {
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
color: #34495e;
}
.p {
color: #34495e;
}
@tiagodealmeida
tiagodealmeida / styles.css
Created October 4, 2016 21:26
CSS update for task 1.9
/*** Home Page ***/
#homeContent {
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
color: #34495e;
}
.p {
color: #34495e;
}
@tiagodealmeida
tiagodealmeida / styles.css
Last active October 7, 2016 19:07
CSS for task 1.10
/*** Home Page ***/
#homeContent {
font-family: Fester, Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
color: #34495e;
}
.p {
color: #34495e;
}
@tiagodealmeida
tiagodealmeida / index.html
Last active October 7, 2016 19:06
HTML for task 1.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
Created October 8, 2016 13:40
CSS for task 1.11
/*** Home Page ***/
#homeContent {
font-family: Fester, Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
color: #34495e;
}
.p {
color: #34495e;
}
@tiagodealmeida
tiagodealmeida / index.html
Created October 8, 2016 13:41
HTML for task 1.11
<!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
Created October 10, 2016 20:40
CSS for task 2.1
/*** Home Page ***/
#homeContent {
font-family: Fester, Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
color: #34495e;
}
.p {
color: #34495e;
}
@tiagodealmeida
tiagodealmeida / index.html
Created October 10, 2016 20:41
HTML for task 2.1
<!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 / index.html
Created October 11, 2016 16:51
HTML for task 2.2
<!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
Created October 11, 2016 16:52
CSS for task 2.2
/*** Home Page ***/
#homeContent {
font-family: Fester, Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
color: #34495e;
}
.p {
color: #34495e;
}