Skip to content

Instantly share code, notes, and snippets.

View callanccook's full-sized avatar

Callan Cook callanccook

View GitHub Profile
@callanccook
callanccook / index.html
Created February 10, 2017 19:44
Task 2.7 Conditional Statements
<!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 February 8, 2017 17:22
Task 2.6 Intro to jQuery
<!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 February 7, 2017 17:27
Task 2.5, CSS Revisions
<!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 February 6, 2017 19:22
Task 2.3 adding tooltip hover boxes
<!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">
<!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 February 4, 2017 01:55
task 2.3 modal parallax
<!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 February 3, 2017 17:54
Task 2.2 HTML forms
<!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">
<!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-calculator.html
Created February 1, 2017 17:17
Finished product of Achievement 1. Index page with calculator and CSS pages
<!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="index">
<title>Calculator</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
@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">