Skip to content

Instantly share code, notes, and snippets.

View tengiao's full-sized avatar

Ernest Ngiao tengiao

  • Capital & Coast District Health Board
  • Wellington, New Zealand
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>
<![endif]-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!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>
<![endif]-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
@tengiao
tengiao / about.html
Created March 5, 2018 21:08
CareerFoundry Web Dev 1.4: CSS Layout & Box Model
<!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>
<![endif]-->
@tengiao
tengiao / about.html
Created March 19, 2018 22:45
CareerFoundry1_5_StylingFonts&Colors
<!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">
<title>About Me</title>
<!-- Normalize.css unused due to use of Bootstrap -->
<link rel="stylesheet" href="css/normalize.css">
@tengiao
tengiao / about.html
Created March 24, 2018 04:28
CareerFoundry1_6_Navigation
<!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>
<![endif]-->
@tengiao
tengiao / about.html
Created April 21, 2018 23:56
CareerFoundry1_7_BootstrapComponents&Plugins
<!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>
<![endif]-->
@tengiao
tengiao / about.html
Created May 7, 2018 23:44
CareerFoundry1_8_AdvancedImages
<!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>About Me</title>
@tengiao
tengiao / index.html
Created May 10, 2018 03:48
CareerFoundry1_9_ResponsiveWebDesign
<!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>Ernest's Portfolio</title>
@tengiao
tengiao / index.html
Created May 28, 2018 03:30
CareerFoundry1_10_SinglePageScrollingNav
<!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>Ernest's Portfolio</title>
@tengiao
tengiao / index.html
Created May 29, 2018 04:03
CareerFoundry1_10_SinglePageScrollingNavigationRevision1
<!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>Ernest's Portfolio</title>