Skip to content

Commit 7918dc7

Browse files
aivukclaude
andcommitted
Replace logo and favicon with SVG files, crop whitespace
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 50cfa25 commit 7918dc7

3 files changed

Lines changed: 48 additions & 12 deletions

File tree

fuzue-01.svg

Lines changed: 19 additions & 0 deletions
Loading

fuzue-favicon.svg

Lines changed: 10 additions & 0 deletions
Loading

index.html

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
}
4848
</script>
4949

50+
<link rel="icon" type="image/svg+xml" href="fuzue-favicon.svg">
5051
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
5152
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
5253
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
@@ -187,16 +188,17 @@
187188
.nav-inner {
188189
max-width: var(--max);
189190
margin: 0 auto;
190-
padding: 0 var(--pad);
191-
height: 68px;
191+
padding: 8px var(--pad);
192192
display: flex;
193193
align-items: center;
194194
justify-content: space-between;
195195
gap: 24px;
196196
}
197197
.nav-logo img {
198-
height: 50px;
198+
height: 40px;
199+
width: auto;
199200
display: block;
201+
flex-shrink: 0;
200202
}
201203
.nav-links {
202204
display: flex;
@@ -883,13 +885,18 @@
883885
flex-wrap: wrap;
884886
}
885887
footer .footer-logo {
886-
font-family: var(--font-d);
887-
font-weight: 900;
888-
font-size: 22px;
889-
letter-spacing: 0.04em;
890-
color: #444;
891888
text-decoration: none;
892-
text-transform: uppercase;
889+
display: block;
890+
}
891+
footer .footer-logo img {
892+
height: 22px;
893+
display: block;
894+
}
895+
[data-theme="dark"] footer .footer-logo img {
896+
filter: brightness(0) invert(1);
897+
}
898+
[data-theme="light"] footer .footer-logo img {
899+
filter: none;
893900
}
894901
.footer-links {
895902
display: flex;
@@ -917,7 +924,7 @@
917924
:root { --pad: 20px; }
918925
.nav-links { display: none; }
919926
.theme-toggle { display: none; }
920-
.nav-logo img { height: 32px; }
927+
.nav-logo img { height: 31px; width: auto; }
921928
.nav-inner { gap: 12px; }
922929
.hero h1 { font-size: 52px; }
923930
.hero-stats { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
@@ -942,7 +949,7 @@
942949
<nav>
943950
<div class="nav-inner">
944951
<a class="nav-logo" href="#">
945-
<img src="fuzue-logo.png" alt="Fuzue">
952+
<img src="fuzue-01.svg" alt="Fuzue">
946953
</a>
947954
<ul class="nav-links">
948955
<li><a onclick="goTo('#services')" data-i18n="nav_services">Services</a></li>
@@ -1294,7 +1301,7 @@ <h2 data-i18n-html="contact_h2">Start a<br><span>conversation</span></h2>
12941301
<!-- FOOTER -->
12951302
<footer>
12961303
<div class="footer-inner">
1297-
<a class="footer-logo" href="#">Fuzue</a>
1304+
<a class="footer-logo" href="#"><img src="fuzue-01.svg" alt="Fuzue"></a>
12981305
<div class="footer-links">
12991306
<a href="https://github.com/fuzue" target="_blank">GitHub</a>
13001307
<a href="https://www.nature.com/nature-index/institution-outputs/Poland/Fuzu%C3%AA%20Tech/68f0bc2db6e68d94150177b3" target="_blank">Nature Index</a>

0 commit comments

Comments
 (0)