-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
46 lines (36 loc) · 1.66 KB
/
about.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
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html lang="en">
<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>About this site</title>
<style>
</style>
<div class="container">
<div class="big neuton">
<div class="pic">
<div class="text neuton">Sup </div>
</div>
<h2>
Hi there. My name is Andrew, I built <a href="http://www.whatistimtebowdoingnow.com">a Tim Tebow website</a> for fun after my dad and I were wondering what happened to Tebow. Some of the answers are true, some are not. I'm <a href="http://twitter.com/wisemana">wisemana</a> on Twitter.
</h2>
<br><br>
<h3>
I also run a shop called <a href="https://shirtgoodhq.com">Shirtgood</a>, with cool, funny and comfortable t-shirts, sweatshirts, hats, aprons, mugs, and more.
</h3>
<p class="medgray">
Back to <a href=/index.html>Tebow</a>
Back to the <a href=/bracket>Bracket</a>
</p>
</div>
</div>