-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexwebsite.html
More file actions
68 lines (54 loc) · 2.31 KB
/
Copy pathindexwebsite.html
File metadata and controls
68 lines (54 loc) · 2.31 KB
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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="CSSWeb.CSS">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128291769-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-128291769-2');
</script>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v4.0"></script>
<meta name="description" content="This is the home page of Curtis's website in which he tells you about 3 shows he thinks you should watch.">
<title>
Curtis's Recommended TV Shows
</title>
<h1>
Curtis's Recommended TV Shows
</h1>
<p>
</p>
</head>
<body>
<div class=mainMenu>
<table class = menu>
<!-- <ol class=menu> -->
<tr class = top>
<th class = click><a href="index.html"><h3 class = pages> Home</h3></a></th>
<th class = click><a href="Psych Page.html"><h3 class = pages> Psych!</h3></a></th>
<!-- </li> </a> -->
<!-- <li class=menu> -->
<th class = click><a href="Chuck Page.html"><h3 class = pages>Chuck </h3><a></th>
<!-- </li>
<li class=menu> -->
<th class = click><a href="The West Wing Page.html"><h3 class = pages>The West Wing</h3></a></th>
<!-- </li>
<li class= menu> -->
<!-- </li> -->
<!-- </ol> -->
</table>
</div>
<div class = "headshot">
<img height = 400px src="https://cie.cmc.edu/files/2019/04/curtiss-1dioo35-e1559696580704-904x1024.png" alt = "Headshot of Curtis ">
</div>
<p> <span class = intro> Hello!</span> My name is Curtis Salinger. I have grown up in the era of streaming service and as such I've watched my fair share of TV. Given that there is a lot of garbage out, I've made this website of 3 shows that I think are worth watching!
</p>
<p>If TV is not your thing but basketball is, check out J.D. Levine's Basketball page <a href="https://jcmd7.github.io/">HERE</a></p>
<a href="https://github.com/mikeizbicki/cmc-csci040">CS_40 Course Webpage</a>
<a href="https://izbicki.me"> Mike Izbicki's Website</a>
<br>
<div class="fb-like" data-href="https://www.facebook.com/tvinsider/" data-width="50" data-layout="standard" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>
</body>