Skip to content

Instantly share code, notes, and snippets.

@matt-barker
matt-barker / about.html
Last active July 19, 2016 08:59
HTML code for about page (Career Foundry web developer course)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About | Matt Barker</title>
<!--[if lt IE 9]>
@matt-barker
matt-barker / about.html
Created July 19, 2016 09:04
CSS and HTML code for career foundry web developer course
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About | Matt Barker</title>
<!--[if lt IE 9]>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About | Matt Barker</title>
<!--[if lt IE 9]>
@matt-barker
matt-barker / about.html
Created July 22, 2016 11:14
Gist for task 1.6
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About | Matt Barker</title>
<!--[if lt IE 9]>
@matt-barker
matt-barker / index.html
Last active July 24, 2016 13:01
Gist for task 1.8
<!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 | Matt Barker</title>
@matt-barker
matt-barker / index.html
Created July 24, 2016 14:05
Gist for task 1.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 | Matt Barker</title>
@matt-barker
matt-barker / index.html
Last active July 25, 2016 18:40
Gist 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 | Matt Barker</title>
@matt-barker
matt-barker / index.html
Created July 26, 2016 12:14
Gist 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 | Matt Barker</title>
@matt-barker
matt-barker / index.html
Last active August 8, 2016 12:37
Career Foundry gist
<!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 | Matt Barker</title>
@matt-barker
matt-barker / index.html
Last active August 5, 2016 13:27
Calculator gist
<!DOCTYPE html>
<html lang="en">
<!--------------------------------------HEAD------------------------------------>
<head>
<!---------meta tags---------->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">