Skip to content

Commit 6220075

Browse files
committed
nits
1 parent 6d3a05f commit 6220075

File tree

1 file changed

+19
-24
lines changed

1 file changed

+19
-24
lines changed

index.html

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,36 @@
77
window.dataLayer = window.dataLayer || [];
88
function gtag(){dataLayer.push(arguments);}
99
gtag('js', new Date());
10-
1110
gtag('config', 'UA-72294820-1');
1211
</script>
1312
<title>zesameri</title>
1413
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1514
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
16-
<meta name="author" content="kvitka">
15+
<meta name="author" content="kvitka">
1716
<!-- Facebook Metadata -->
18-
<meta name="og:title" content="flower power">
19-
<meta name="og:description" content="It's whatever you want to make of it.">
20-
<meta name="og:url" content="http://zesameri.github.io">
21-
<meta name="og:type" content="website">
17+
<meta property="og:title" content="flower power">
18+
<meta property="og:description" content="It's whatever you want to make of it.">
19+
<meta property="og:url" content="http://zesameri.github.io">
20+
<meta property="og:type" content="website">
2221
<meta name="theme-color" content="#222">
23-
<!-- Styles -->
24-
<link href="./css/main.css" rel="stylesheet">
25-
<link href="./css/crumple.css" rel="stylesheet">
26-
<link href="./css/font.css" rel="stylesheet">
27-
<link href="./css/mobile.css" rel="stylesheet">
28-
<!-- Webpage Icon -->
29-
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
30-
<!-- Fonts -->
31-
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
32-
33-
<!-- Jquery Min Library -->
34-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
35-
<script src="./js/main.js"/></script>
22+
<!-- Styles -->
23+
<link href="./css/main.css" rel="stylesheet">
24+
<link href="./css/crumple.css" rel="stylesheet">
25+
<link href="./css/font.css" rel="stylesheet">
26+
<link href="./css/mobile.css" rel="stylesheet">
27+
<!-- Webpage Icon -->
28+
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
29+
<!-- Fonts -->
30+
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
31+
<!-- Jquery Min Library -->
32+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js" defer></script>
33+
<script src="./js/main.js" defer></script>
3634
</head>
37-
3835
<body>
3936
<section class="hero">
4037
<h1 class="header">
4138
<a class="simple-link" href="./index.html"> zesameri </a>
42-
<a class="simple-link" href="./secrets.html"> <img class="header-img" src="assets/images/flower.svg"></a>
39+
<a class="simple-link" href="./secrets.html"> <img class="header-img" src="assets/images/flower.svg" alt="Flower"></a>
4340
</h1>
4441
<div class="bio">
4542
<p>
@@ -53,14 +50,13 @@ <h1 class="header">
5350
kvitka
5451
</p>
5552
</div>
56-
</section>
53+
</section>
5754
<section class="menu" id="menu">
5855
<div><div><a class="simple-link" href="./essays.html"> essays </a></div></div>
5956
<div><div><a class="simple-link" href="./poems.html"> poems </a></div></div>
6057
<div><div> journal </div></div>
6158
<div><div> tbd </div></div>
6259
</section>
63-
6460
<footer class="footer hero-footer" id="footer">
6561
<a class="footer__link--email" href="mailto:zesameri@gmail.com">talk to me</a>
6662
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">i'm smart</a>
@@ -77,6 +73,5 @@ <h1 class="header">
7773
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">eww</a>
7874
<div class="crumple" aria-hidden=""></div>
7975
</footer>
80-
8176
</body>
8277
</html>

0 commit comments

Comments
 (0)