Skip to content

Instantly share code, notes, and snippets.

@tiagodealmeida
tiagodealmeida / styles.css
Last active October 12, 2016 08:28
CSS update for task 2.2
/*** 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 12, 2016 08:29
HTML update 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 12, 2016 08:38
CSS for task 2.3
/*** 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 12, 2016 08:39
HTML for task 2.3
<!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 12, 2016 16:16
CSS for task 2.3 update
/*** Home Page ***/
#homeContent {
font-family: Fester, Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
color: #34495e;
}
.p {
color: #34495e;
}
@tiagodealmeida
tiagodealmeida / styles.css
Created October 12, 2016 22:04
CSS for task 2.4
/*** 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 12, 2016 22:05
HTML for task 2.4
<!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 13, 2016 11:21
CSS update for task 2.4
/*** 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 13, 2016 11:22
HTML update for task 2.4
<!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 13, 2016 21:33
HTML for task 2.5
<!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>