-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (105 loc) · 5.32 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<script src="main.js" type="text/javascript"></script>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Alegreya:900|Neuton:800&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>
<title>What is Tim Tebow doing now?</title>
<body>
<div class="container">
<div class="big center">
<div class="neuton">
<h1>What is Tim Tebow doing now?</h1>
</div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="big neuton center gray">
<h2>
Tim Tebow <b id='boldStuff'></b>
<!-- the script -->
<script language="JavaScript">
changeText();
</script>
</h2>
</p>
<p></p>
<div class="big neuton shadowfilter">
<!--
<a href="#" title="What else is he doing now?" onClick="window.location.reload();return false;"><img src=https://cloud.githubusercontent.com/assets/5025092/5633733/3728408c-95a8-11e4-83dd-c2cea5df57c8.png></a>
-->
<a href="#" title="What else is he doing now?" onClick="changeText()">
<div class="pic"></div>
</a>
</div>
</div>
<p>
</p>
<div class="fb" align=left>
<span class="fb-share-button" data-href="http://www.whatistimtebowdoingnow.com/" data-layout="button_count"></span>
</div>
<div class="fb" align=left>
<span> <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.whatistimtebowdoingnow.com">Tweet</a>
<script>
! function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + '://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
}
}(document, 'script', 'twitter-wjs');
</script>
</span>
</div>
<div class="gray neuton" align=left>
<a href=/about.html>About</a><br>
</div>
<br>
<footer id="footer">
<div class="bottom snow" align=left style="font-size:10px;">
<a class="two" href="https://shirtgoodhq.com">Get cool shirts, hats, sweatshirts and more </a>
</div>
</footer>
</div>
</div> <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="main.js"></script>
</div>
<!-- Default Statcounter code for Tim Tebow
http://whatistimtebowdoingnow.com -->
<script type="text/javascript">
var sc_project=12906178;
var sc_invisible=1;
var sc_security="f958e360";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="https://statcounter.com/" target="_blank"><img
class="statcounter"
src="https://c.statcounter.com/12906178/0/f958e360/1/"
alt="Web Analytics"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
</body>
</html>