Skip to content

Commit 7383929

Browse files
author
Ben Lerner
committed
cleanup
1 parent 35b1ed0 commit 7383929

1 file changed

Lines changed: 12 additions & 28 deletions

File tree

_layouts/index.html

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1+
<!DOCTYPE html>
32

43
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
54
<head>
6-
<link rel="icon" type="image/png" href="https://www.khoury.northeastern.edu/wp-content/uploads/2020/08/cropped-favicon-512x512-1-32x32.png">
7-
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
5+
<link rel="icon" type="image/png" href="https://www.khoury.northeastern.edu/wp-content/uploads/2020/08/cropped-favicon-512x512-1-32x32.png" />
6+
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
87
<meta name="keywords" content="Ben, Lerner, Benjamin, Computer,
98
Science, University, Washington, Ph.D., Programming,
10-
Languages, UW, CSE, Brown" />
11-
<meta name="author" content="Benjamin Lerner" />
12-
<base href="{{ site.baseurl }}" />
9+
Languages, UW, CSE, Brown" >
10+
<meta name="author" content="Benjamin Lerner" >
11+
<base href="{{ site.baseurl }}" >
1312
<title>Genetec &raquo; Benjamin Lerner</title>
14-
<script type="text/javascript" src="scripts/jsUtilities.js"></script>
15-
<script type="text/javascript" src="scripts/footnoteLinks.js"></script>
16-
<script type="text/javascript" src="scripts/popups.js"></script>
17-
<script type="text/javascript">
13+
<script src="scripts/jsUtilities.js"></script>
14+
<script src="scripts/footnoteLinks.js"></script>
15+
<script src="scripts/popups.js"></script>
16+
<script>
1817
// <![CDATA[
1918
window.onload = function() {
2019
footnoteLinks('content','content');
@@ -48,9 +47,9 @@
4847
// ]]>
4948
</script>
5049
<link title="styles" href="css/styles.css" type="text/css"
51-
rel="stylesheet" media="screen" />
50+
rel="stylesheet" media="screen" >
5251
<link title="styles" href="css/printstyles.css" type="text/css"
53-
rel="stylesheet" media="print" />
52+
rel="stylesheet" media="print" >
5453
<!--[if IE 7]><style>#footer{margin: 0 -16px 0 -15px;}</style><![endif]-->
5554
</head>
5655

@@ -98,21 +97,6 @@ <h1 class="fn">Benjamin Lerner</h1>
9897

9998
</div>
10099
</div>
101-
<div id="footer">
102-
<p>Validate:
103-
<a href="http://validator.w3.org/check/referer"
104-
class="popup"
105-
title="Check the validity of this site&#8217;s XHTML"><img
106-
src="images/valid_xhtml_80x15.png" alt="xhtml" /></a>
107-
<a href="http://jigsaw.w3.org/css-validator/check/referer"
108-
class="popup"
109-
title="Check the validity of this site&#8217;s CSS"><img
110-
src="images/valid_css_80x15.png" alt="css" /></a>
111-
</p>
112-
<p id="firefox">Site best viewed with <a class="popup"
113-
href="http://getfirefox.com"><img alt="Firefox"
114-
src="images/get_firefox_80x15.png" /></a></p>
115-
</div>
116100
</div>
117101
</body>
118102
</html>

0 commit comments

Comments
 (0)