-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (43 loc) · 2.33 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
<!DOCTYPE html>
<html>
<head>
<title>The Best Online Degree Money Can't Buy!</title>
<meta name="description" content="Prestigious Univerist.Biz, the best online college money can't buy">
<meta name="keywords" content="college, university, online college, online university, diploma, BS, BA, BFA, MS, MA, MFA, PdH, free college, free university, free diploma">
<meta name="author" content="Not Just Pretty Pictures"
<meta charset="UTF-8">
<!-- GA snippet -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57566641-2', 'auto');
ga('send', 'pageview');
</script>
<!-- end GA -->
</head>
<script src="brains.js"></script>
<link href='http://fonts.googleapis.com/css?family=Graduate' rel='stylesheet' type='text/css'>
<link href='styles.css' rel='stylesheet' type='text/css'>
<body>
<div id="diplomaArea">
<p class="collegeTitle">Prestigious University.biz</p>
<p class="diplomaText">The Regents of the University on reccomendation of the University Faculty and by virtue of the Authroity vested in Them by Law have conferred upon</p>
<input type="text" id="yourNameHere" />
<p class="diplomaText">the degree of</p>
<p id="yourDegree" class="diploma"></p>
<p class="diplomaText"> and have granted all the Rights, Privledges and Honors thereto pertaining.</p>
<p class="diplomaText">Given at http://prestigiousuniversity.biz, this <span id="degreeDate"></span></p>
<img id="officialSeal" src="img/officialSeal.png" alt="Official Seal of the Prestigious University.biz"/>
<img id="sigs" src="img/sigs.png"/>
</div>
<footer>
<p>More shenanigans from <a href="http://www.notjustprettypictures.com">Not Just Pretty Pictures</a> ©2013</p>
</footer>
<script>
document.getElementById("yourDegree").innerHTML = generateDegree();
document.getElementById("degreeDate").innerHTML = generateDegreeDate();
</script>
</body>
</html>