Skip to content

Commit 2abdb32

Browse files
committed
rebranding
1 parent c0b5db3 commit 2abdb32

File tree

5 files changed

+45
-24
lines changed

5 files changed

+45
-24
lines changed

css/font.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ h1 {
2020
font-size: 2.5vw;
2121
}
2222

23+
.signoff {
24+
font-size: 1vw;
25+
}
26+
2327
.menu {
2428
font-family: "Trebuchet MS", Helvetica, sans-serif;
2529
letter-spacing: 2px;

essays.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@
1313
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1414
<title>zesameri</title>
1515
<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">
16+
<meta name="description" content="It's whatever you want to make of it.">
17+
<meta name="author" content="kvitka">
18+
<!-- Facebook Metadata -->
19+
<meta name="og:title" content="flower power">
20+
<meta name="og:description" content="It's whatever you want to make of it.">
21+
<meta name="og:url" content="http://zesameri.github.io">
22+
<meta name="og:type" content="website">
23+
<meta name="theme-color" content="#222">
1824
<!-- Styles -->
1925
<link href="./css/main.css" rel="stylesheet">
2026
<link href="./css/crumple.css" rel="stylesheet">
@@ -33,7 +39,7 @@
3339
</head>
3440
<body id="essays">
3541
<section class="writing">
36-
<h1>meredith hoo - essays</h1>
42+
<h1>kvitka essays</h1>
3743
<p> feel free to leave comments in the links </p>
3844

3945
<dl class="list">
@@ -118,8 +124,8 @@ <h1>meredith hoo - essays</h1>
118124

119125

120126
<footer class="footer" id="footer">
121-
<a class="footer__link--home" href="http://merhoo.github.io/">go home</a>
122-
<a class="footer__link--github" href="https://github.com/merhoo" target="_blank" rel="noopener noreferrer">i'm smart</a>
127+
<a class="footer__link--home" href="http://zesameri.github.io/">go home</a>
128+
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">i'm smart</a>
123129
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">vibes</a>
124130
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">love me</a>
125131
<a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">look at me</a>

exper.html

Whitespace-only changes.

index.html

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@
1414
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1515
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
1616
<meta name="author" content="kvitka">
17-
<!-- Styles -->
17+
<!-- 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">
22+
<meta name="theme-color" content="#222">
1823
<!-- Styles -->
1924
<link href="./css/main.css" rel="stylesheet">
2025
<link href="./css/crumple.css" rel="stylesheet">
@@ -32,13 +37,20 @@
3237

3338
<body>
3439
<section class="hero">
35-
<h1>zesameri, kvitka</h1>
36-
<p class="bio">
37-
I felt intrigued to express a piece of me to the abyss of the Internet.
38-
To embrace expression, criticism, and the potential for a community for thoughts.
39-
Enjoy your stay, it is always under development.
40-
</p>
41-
</section>
40+
<h1>zesameri</h1>
41+
<div class="bio">
42+
<p>
43+
I felt intrigued to express a piece of me to the abyss of the Internet.
44+
To embrace expression, criticism, and the potential for a community for thoughts.
45+
Enjoy your stay, it is always under development.
46+
</p>
47+
<p class="signoff">
48+
love,
49+
<br>
50+
kvitka
51+
</p>
52+
</div>
53+
</section>
4254
<section class="menu" id="menu">
4355
<div><div><a href="./essays.html"> essays </a></div></div>
4456
<div><div><a href="./poems.html"> poems </a></div></div>
@@ -47,10 +59,9 @@ <h1>zesameri, kvitka</h1>
4759
</section>
4860

4961
<footer class="footer" id="footer">
50-
<!-- <a class="footer__link--email" href="mailto:meredith.hoo1@gmail.com">talk to me</a> -->
5162
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">i'm smart</a>
5263
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">vibes</a>
53-
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">love me</a>
64+
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/zesameri/" target="_blank" rel="noopener noreferrer">love me</a>
5465
<a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">look at me</a>
5566
<div class="crumple" aria-hidden=""></div>
5667
</footer>

poems.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1414
<title>zesameri</title>
1515
<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">
16+
<meta name="description" content="It's whatever you want to make of it.">
17+
<meta name="author" content="kvitka">
1818
<!-- 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">
19+
<meta name="og:title" content="flower power">
20+
<meta name="og:description" content="It's whatever you want to make of it.">
21+
<meta name="og:url" content="http://zesameri.github.io">
2222
<meta name="og:type" content="website">
2323
<meta name="theme-color" content="#222">
24-
<!-- Styles -->
24+
<!-- Styles -->
2525
<link href="./css/main.css" rel="stylesheet">
2626
<link href="./css/crumple.css" rel="stylesheet">
2727
<link href="./css/font.css" rel="stylesheet">
@@ -38,7 +38,7 @@
3838
</head>
3939
<body id="poems">
4040
<section class="writing">
41-
<h1>meredith hoo - poems</h1>
41+
<h1>zesameri - poems</h1>
4242
<dl class="list">
4343
<!-- <dt> Template </dt>
4444
<dd class="list__item">
@@ -140,8 +140,8 @@ <h1>meredith hoo - poems</h1>
140140
</section>
141141

142142
<footer class="footer" id="footer">
143-
<a class="footer__link--home" href="http://merhoo.github.io/">go home</a>
144-
<a class="footer__link--github" href="https://github.com/merhoo" target="_blank" rel="noopener noreferrer">i'm smart</a>
143+
<a class="footer__link--home" href="http://zesameri.github.io/">go home</a>
144+
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">i'm smart</a>
145145
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">vibes</a>
146146
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">love me</a>
147147
<a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">look at me</a>

0 commit comments

Comments
 (0)