Skip to content

Commit 5ac2b1b

Browse files
committed
Update footer links in index.html for clarity and change hover effect in crumple.css to reflect new link structure.
1 parent 447dfa9 commit 5ac2b1b

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

css/crumple.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
@-webkit-keyframes a {
32
0% {
43
-webkit-clip-path: polygon(0 0, 50% 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
@@ -305,7 +304,6 @@
305304
80% {
306305
-webkit-clip-path: polygon(39% 42%, 50% 50%, 62% 50%, 68% 70%, 45% 56%, 31% 50%);
307306
clip-path: polygon(39% 42%, 50% 50%, 62% 50%, 68% 70%, 45% 56%, 31% 50%)
308-
309307
}
310308
to {
311309
-webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
@@ -373,7 +371,7 @@
373371
animation: gradient 30s ease infinite;
374372
}
375373

376-
.footer__link--email:hover~.crumple:after {
374+
.footer__link--writings:hover~.crumple:after {
377375
-webkit-animation: a 1s .25s linear forwards;
378376
animation: a 1s .25s linear forwards
379377
}

index.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@ <h1 class="header">
5454
</div>
5555
</section>
5656
<footer class="footer hero-footer" id="footer">
57-
<a class="footer__link--email" href="mailto:zesameri@gmail.com">talk to me</a>
58-
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">i'm smart</a>
59-
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">vibes</a>
60-
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">love me</a>
61-
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">eww</a>
62-
<a class="footer__link--essays" href="./essays.html">essays</a>
63-
<a class="footer__link--poems" href="./poems.html">poems</a>
57+
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a>
58+
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a>
59+
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">jobs</a>
60+
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a>
61+
<a class="footer__link--writings" href="./writings.html">writing</a>
6462
<div class="crumple" aria-hidden=""></div>
6563
</footer>
6664
</body>

0 commit comments

Comments
 (0)