Skip to content

Commit d33daa4

Browse files
committed
make it work again
1 parent 06b669f commit d33daa4

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

poems.html

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<link href="./css/crumple.css" rel="stylesheet">
2727
<link href="./css/font.css" rel="stylesheet">
2828
<link href="./css/mobile.css" rel="stylesheet">
29-
<link href="./css/subpages.css" rel="stylesheet">
3029
<!-- Webpage Icon -->
3130
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
3231
<!-- Fonts -->
@@ -38,8 +37,7 @@
3837
</head>
3938
<body id="poems">
4039
<section class="writing">
41-
<h1 class="header">
42-
kvitka
40+
<h1 class="header">
4341
<img class="header-img" src="assets/images/flower.svg">
4442
poems
4543
</h1>
@@ -101,13 +99,21 @@ <h1 class="header">
10199
</section>
102100

103101
<footer class="footer" id="footer">
104-
<a class="footer__link--home" href="./index.html">homie</a>
105-
<a class="footer__link--email" href="mailto:zesameri@gmail.com">talk to me</a>
106-
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">i'm smart</a>
107-
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">vibes</a>
108-
<a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">look at me</a>
109-
<div class="crumple" aria-hidden=""></div>
102+
<a class="footer__link--home" href="./index.html">home</a>
103+
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a>
104+
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a>
105+
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a>
110106
</footer>
111107

108+
<div class="crumple" aria-hidden="">
109+
<div class="crumple__rect"></div>
110+
<div class="shapes-container">
111+
<div class="circle-one"></div>
112+
<div class="circle-two"></div>
113+
<div class="circle-three"></div>
114+
<div class="circle-four"></div>
115+
</div>
116+
</div>
117+
112118
</body>
113119
</html>

0 commit comments

Comments
 (0)