Skip to content

Commit 81a1c5a

Browse files
committed
Fixed head formatting
1 parent e1ed3c1 commit 81a1c5a

File tree

4 files changed

+76
-77
lines changed

4 files changed

+76
-77
lines changed

essays.html

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
<!DOCTYPE html>
22
<html lang="en" class="">
33
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5-
<title>meredith hoo</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
7-
<meta name="description" content="Meredith Hoo's creative project development site">
8-
<meta name="author" content="Meredith Hoo">
9-
<!-- Styles -->
10-
<link href="./css/main.css" rel="stylesheet">
11-
<link href="./css/crumple.css" rel="stylesheet">
12-
<link href="./css/font.css" rel="stylesheet">
13-
<link href="./css/mobile.css" rel="stylesheet">
14-
<link href="./css/subpages.css" rel="stylesheet">
15-
<!-- Webpage Icon -->
16-
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
17-
<!-- Fonts -->
18-
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
4+
<!-- Global site tag (gtag.js) - Google Analytics -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
1910

20-
<!-- Jquery Min Library -->
21-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
22-
<script src="./js/main.js"/></script>
23-
<script src="./js/analytics.js"/></script>
24-
<!-- Global site tag (gtag.js) - Google Analytics -->
25-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script>
26-
<script>
27-
window.dataLayer = window.dataLayer || [];
28-
function gtag(){dataLayer.push(arguments);}
29-
gtag('js', new Date());
11+
gtag('config', 'UA-72294820-1');
12+
</script>
13+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
14+
<title>meredith hoo</title>
15+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
16+
<meta name="description" content="Meredith Hoo's creative project development site">
17+
<meta name="author" content="Meredith Hoo">
18+
<!-- Styles -->
19+
<link href="./css/main.css" rel="stylesheet">
20+
<link href="./css/crumple.css" rel="stylesheet">
21+
<link href="./css/font.css" rel="stylesheet">
22+
<link href="./css/mobile.css" rel="stylesheet">
23+
<link href="./css/subpages.css" rel="stylesheet">
24+
<!-- Webpage Icon -->
25+
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
26+
<!-- Fonts -->
27+
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
3028

31-
gtag('config', 'UA-72294820-1');
32-
</script>
29+
<!-- Jquery Min Library -->
30+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
31+
<script src="./js/main.js"/></script>
32+
<script src="./js/analytics.js"/></script>
3333

3434
</head>
3535
<body id="essays">

index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE html>
22
<html lang="en" class="">
33
<head>
4+
<!-- Global site tag (gtag.js) - Google Analytics -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'UA-72294820-1');
12+
</script>
413
<title>meredith hoo</title>
514
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
615
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
@@ -21,15 +30,7 @@
2130
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
2231
<script src="./js/main.js"/></script>
2332
<script src="./js/analytics.js"/></script>
24-
<!-- Global site tag (gtag.js) - Google Analytics -->
25-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script>
26-
<script>
27-
window.dataLayer = window.dataLayer || [];
28-
function gtag(){dataLayer.push(arguments);}
29-
gtag('js', new Date());
3033

31-
gtag('config', 'UA-72294820-1');
32-
</script>
3334

3435
</head>
3536

poems.html

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
11
<!DOCTYPE html>
22
<html lang="en" class="">
33
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5-
<title>meredith hoo</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
7-
<meta name="description" content="Meredith Hoo's creative project development site">
8-
<meta name="author" content="Meredith Hoo">
9-
<!-- Facebook Metadata -->
10-
<meta name="og:title" content="Meredith Hoo">
11-
<meta name="og:description" content="This is my place to explore and create.">
12-
<meta name="og:url" content="http://merhoo.github.io">
13-
<meta name="og:type" content="website">
14-
<meta name="theme-color" content="#222">
15-
<!-- Styles -->
16-
<link href="./css/main.css" rel="stylesheet">
17-
<link href="./css/crumple.css" rel="stylesheet">
18-
<link href="./css/font.css" rel="stylesheet">
19-
<link href="./css/mobile.css" rel="stylesheet">
20-
<link href="./css/subpages.css" rel="stylesheet">
21-
<!-- Webpage Icon -->
22-
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
23-
<!-- Fonts -->
24-
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
4+
<!-- Global site tag (gtag.js) - Google Analytics -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
2510

26-
<!-- Jquery Min Library -->
27-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
28-
<script src="./js/main.js"/></script>
29-
<script src="./js/analytics.js"/></script>
30-
<!-- Global site tag (gtag.js) - Google Analytics -->
31-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script>
32-
<script>
33-
window.dataLayer = window.dataLayer || [];
34-
function gtag(){dataLayer.push(arguments);}
35-
gtag('js', new Date());
36-
37-
gtag('config', 'UA-72294820-1');
38-
</script>
11+
gtag('config', 'UA-72294820-1');
12+
</script>
13+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
14+
<title>meredith hoo</title>
15+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
16+
<meta name="description" content="Meredith Hoo's creative project development site">
17+
<meta name="author" content="Meredith Hoo">
18+
<!-- Facebook Metadata -->
19+
<meta name="og:title" content="Meredith Hoo">
20+
<meta name="og:description" content="This is my place to explore and create.">
21+
<meta name="og:url" content="http://merhoo.github.io">
22+
<meta name="og:type" content="website">
23+
<meta name="theme-color" content="#222">
24+
<!-- Styles -->
25+
<link href="./css/main.css" rel="stylesheet">
26+
<link href="./css/crumple.css" rel="stylesheet">
27+
<link href="./css/font.css" rel="stylesheet">
28+
<link href="./css/mobile.css" rel="stylesheet">
29+
<link href="./css/subpages.css" rel="stylesheet">
30+
<!-- Webpage Icon -->
31+
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
32+
<!-- Fonts -->
33+
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
3934

35+
<!-- Jquery Min Library -->
36+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
37+
<script src="./js/main.js"/></script>
38+
<script src="./js/analytics.js"/></script>
4039
</head>
4140
<body id="poems">
4241
<section class="writing">

secrets.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<html>
22
<head>
3-
<title>Secrets</title>
4-
<link href="./css/secrets.css" rel="stylesheet">
5-
<script src="./js/two.js"></script>
6-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
7-
<script src="./js/url.js"></script>
8-
<!-- Webpage Icon -->
9-
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
103
<!-- Global site tag (gtag.js) - Google Analytics -->
114
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script>
125
<script>
@@ -16,7 +9,13 @@
169

1710
gtag('config', 'UA-72294820-1');
1811
</script>
19-
12+
<title>Secrets</title>
13+
<link href="./css/secrets.css" rel="stylesheet">
14+
<script src="./js/two.js"></script>
15+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
16+
<script src="./js/url.js"></script>
17+
<!-- Webpage Icon -->
18+
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
2019
</head>
2120
<body>
2221
</body>

0 commit comments

Comments
 (0)