Skip to content

Instantly share code, notes, and snippets.

View callanccook's full-sized avatar

Callan Cook callanccook

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Me</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/about_styles.css">
<title>About Me</title>
.container {
width: 80%;
margin: 0 auto;
}
.header h1 {
text-align: center;
}
.image {
@callanccook
callanccook / about.html
Last active January 18, 2017 15:56
about.html & about_styles.css
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/about_styles.css">
<title>About Me</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">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/about_styles.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Rokkitt" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Arvo|Quicksand" rel="stylesheet">
@callanccook
callanccook / about.html
Created January 20, 2017 21:46
task 1.5: about,contact, index, html & css
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/about_styles.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Rokkitt" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Arvo|Quicksand" rel="stylesheet">
@callanccook
callanccook / faq.html
Created January 24, 2017 18:16
task 1.7, added faq page
<!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">
<meta name='subject' content='contact'>
<title>FAQ</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
@callanccook
callanccook / index.html
Created January 24, 2017 23:02
task 1.8 carousels
<!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 -->
<!-- begin meta -->
<meta name="subject" content="index">
@callanccook
callanccook / index.html
Created January 26, 2017 22:44
Task 1.9 work page
<!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 -->
<!-- begin meta -->
<meta name="subject" content="index">
@callanccook
callanccook / index.html
Created January 31, 2017 01:26
task 1.10, added scrollspy, smoothscrolling, navbar adjustments
<!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 -->
<!-- begin meta -->
<meta name="subject" content="index">