Skip to content

Commit dde2f90

Browse files
committed
Remove LinkedIn links from footer across multiple HTML files and update CSS for crumple effect on new footer links.
1 parent e36fe44 commit dde2f90

File tree

5 files changed

+5
-14
lines changed

5 files changed

+5
-14
lines changed

css/crumple.css

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -562,20 +562,15 @@
562562
animation: c 1s .25s linear forwards
563563
}
564564

565-
body:has(.footer__link--linkedin:hover) .crumple:after {
566-
-webkit-animation: e 1s .25s linear forwards;
567-
animation: e 1s .25s linear forwards
568-
}
569-
570-
body:has(.footer__link--twitter:hover) .crumple:after {
571-
-webkit-animation: e 1s .25s linear forwards;
572-
animation: e 1s .25s linear forwards
573-
}
574-
575565
body:has(.footer__link--instagram:hover) .crumple:after {
576566
-webkit-animation: f 1s .25s linear forwards;
577567
animation: f 1s .25s linear forwards
578568
}
569+
570+
body:has(.footer__link--alhambra:hover) .crumple:after {
571+
-webkit-animation: d 1s .25s linear forwards;
572+
animation: d 1s .25s linear forwards
573+
}
579574
}
580575

581576
@-webkit-keyframes rectangle-reveal {

essays.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ <h1 class="header">
132132
<a class="footer__link--email" href="https://twitter.com/zesameri">talk to me</a>
133133
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">i'm smart</a>
134134
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">vibes</a>
135-
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">love me</a>
136135
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">eww</a>
137136
<div class="crumple" aria-hidden=""></div>
138137
</footer>

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ <h1 class="header">
5757
<footer class="footer hero-footer" id="footer">
5858
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a>
5959
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a>
60-
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">work</a>
6160
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a>
6261
<a class="footer__link--alhambra" href="./alhambra.html">alhambra</a>
6362
<a class="footer__link--writings" href="./writings.html">writing</a>

poems.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ <h1 class="header">
164164
<a class="footer__link--email" href="mailto:zesameri@gmail.com">talk to me</a>
165165
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">i'm smart</a>
166166
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">vibes</a>
167-
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">love me</a>
168167
<a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">look at me</a>
169168
<div class="crumple" aria-hidden=""></div>
170169
</footer>

writings.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ <h2 class="section-title">essays</h2>
132132
<a class="footer__link--home" href="./index.html">homie</a>
133133
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a>
134134
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a>
135-
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">work</a>
136135
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a>
137136
</footer>
138137
</div>

0 commit comments

Comments
 (0)