-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·98 lines (79 loc) · 4.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>I love creating the web!</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png" />
<script>
//loadjs
function loadJS( src ){
"use strict";
var ref = window.document.getElementsByTagName( "script" )[ 0 ];
var script = window.document.createElement( "script" );
script.src = src;
ref.parentNode.insertBefore( script, ref );
return script;
}
//load css
function loadCSS(e,t,n){"use strict";var i=window.document.createElement("link");var o=t||window.document.getElementsByTagName("script")[0];i.rel="stylesheet";i.href=e;i.media="only x";o.parentNode.insertBefore(i,o);setTimeout(function(){i.media=n||"all"})}
loadJS("/js/vendor/modernizr-2.6.2.min.js");
loadJS("https://s3-us-west-2.amazonaws.com/s.cdpn.io/298/picturefill.min.js")
loadJS("/build/js/main.min.js");
loadCSS("/build/css/styles.css");
</script>
</head>
<body>
<header class="header">
<h1 class="hero">I love creating the web!</h1>
</header>
<article class="coolgrunts">
<h3 class="intro">
I am playing with Grunt, github pages. html5bp and other things smart people madam playing with Grunt, github pages. html5bp and other things smart people madam playing with Grunt, github pages. html5bp and other things smart people made
</h3>
<h2 class="h3">The Tasmanian Devil</h2>
<p>
The Tasmanian Devil, often referred to as Taz, is an animated cartoon character featured in the Warner Bros. "Looney Tunes" and "Merrie Melodies" series of cartoons. Though the character appeared in only five shorts before Warner Bros. Cartoons closed down in 1964, marketing and television appearances later propelled the character to new popularity in the 1990s.
</p>
<p>
The Tasmanian Devil, often referred to as Taz, is an animated cartoon character featured in the Warner Bros. "Looney Tunes" and "Merrie Melodies" series of cartoons. Though the character appeared in only five shorts before Warner Bros. Cartoons closed down in 1964, marketing and television appearances later propelled the character to new popularity in the 1990s.
</p>
<h2 class="h3">Dexter Though.</h2>
<p>
The Tasmanian Devil, often referred to as Taz, is an animated cartoon character featured in the Warner Bros. "Looney Tunes" and "Merrie Melodies" series of cartoons. Though the character appeared in only five shorts before Warner Bros. Cartoons closed down in 1964, marketing and television appearances later propelled the character to new popularity in the 1990s.
</p>
<ol>
<li>Speed</li>
<li>Security</li>
<li>Features</li>
</ol>
<figure>
<img
src="/build/img/bravo.jpg"
srcset="/build/img/vancouver.jpg 640w,
/build/img/dexter.png 480w,
/build/img/bravo.jpg 335w"
sizes="100%"
alt="This is Johnny"
/>
<figcaption>This is me</figcaption>
</figure>
<p>
Dexter's Laboratory (commonly abbreviated as Dexter's Lab) is an American comic science fiction animated television series created by Genndy Tartakovsky for Cartoon Network. The series follows Dexter, a boy-genius with a secret laboratory filled with his inventions. He constantly battles his sister Dee Dee, who always gains access despite his best efforts to keep her out, as well as his arch-rival and neighbor, Mandark.
</p>
<h2 class="h3">Johnny Bravo</h2>
<p>
Johnny Bravo is an American animated television series by Van Partible for Cartoon Network. The series stars a muscular beefcake man named Johnny Bravo who dons a pompadour hairstyle and an Elvis Presley-like voice and has a forward, woman-chasing personality.
</p>
<blockquote>
The series was originally part of a series of shorts on Cartoon Network's animation showcase series World Premiere Toons (also known as the The What a Cartoon! Show).
</blockquote>
</article>
</body>
</html>