-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunminified project-webperf.html
96 lines (77 loc) · 3.19 KB
/
unminified project-webperf.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=" FILL ME IN ">
<meta name="author" content=" FILL ME IN ">
<title>
Cameron Pitman: Portfolio
</title>
<!-- added media = "print" attribute to improve Page Speed score -->
<link href="css/print.css" rel="stylesheet" media="print">
</head>
<body>
<header>
<!-- optimized image using tinypng.com and kraken -->
<a href="/">
<img src="img/profilepic.jpg" alt="Picture of Cameron">
</a>
<p>
Cameron Pittman
<br>
<span>
Course Developer
</span>
</p>
</header>
<div class="container">
<div class="hero">
<strong>
Thanks for taking this class!
</strong>
You are awesome for investing time and energy into your future :) We love making classes for you!
</div>
<div class="content">
<p>
Thanks to everyone at Udacity and Google who made this class happen! Now for a very true meme and some
<strike>
lorem
</strike>
bacon ipsum.
</p>
<!-- optimized image using tinypng.com and kraken -->
<img src="img/cam_be_like.jpg" alt="Cameron meme">
<p>
Bacon ipsum dolor sit amet et pork belly porchetta excepteur dolor, laborum laboris magna labore dolore in fugiat beef ribs. Fugiat leberkas nulla do kevin dolore. Flank hamburger dolor swine prosciutto sirloin pig jerky sunt consequat pariatur. Mollit meatloaf nostrud laboris shoulder excepteur velit officia meatball nisi turkey. Nulla jowl spare ribs, et drumstick magna frankfurter.
</p>
<p>
Venison spare ribs dolor tri-tip duis turkey. Ut chicken proident ribeye est flank, sed frankfurter. Kielbasa exercitation ullamco leberkas. Landjaeger turkey culpa, tail short loin consectetur salami venison in corned beef eiusmod qui ad leberkas. Tri-tip adipisicing frankfurter ut sirloin rump consectetur. Chuck sint filet mignon labore eiusmod nulla. Venison shankle pork, consectetur nisi bacon spare ribs anim meatball sausage ball tip labore aute reprehenderit adipisicing.
</p>
</div>
<!-- moved style sheet to footer to improve Page Speed score -->
<link href="css/style.css" rel="stylesheet">
<script>
(function(w,g){
w['GoogleAnalyticsObject']=g;
w[g]=w[g]||function(){
(w[g].q=w[g].q||[]).push(arguments)}
;w[g].l=1*new Date();
})(window,'ga');
// TODO: replace with your Google Analytics profile ID. ga('create', 'UA-XXXX-Y'); ga('send', 'pageview');
</script>
<!-- moved javascript src to footer to improve Page Speed score -->
<script src="http://www.google-analytics.com/analytics.js">
</script>
<!-- moved Javascript src to footer to improve Page Speed score -->
<script async src="js/perfmatters.js">
</script>
<footer>
<p>
© Web Performance 2014
<span id="crp-stats">
</span>
</p>
</footer>
</body>
</html>