|
47 | 47 | } |
48 | 48 | </script> |
49 | 49 |
|
| 50 | + <link rel="icon" type="image/svg+xml" href="fuzue-favicon.svg"> |
50 | 51 | <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"> |
51 | 52 | <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"> |
52 | 53 | <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"> |
|
187 | 188 | .nav-inner { |
188 | 189 | max-width: var(--max); |
189 | 190 | margin: 0 auto; |
190 | | - padding: 0 var(--pad); |
191 | | - height: 68px; |
| 191 | + padding: 8px var(--pad); |
192 | 192 | display: flex; |
193 | 193 | align-items: center; |
194 | 194 | justify-content: space-between; |
195 | 195 | gap: 24px; |
196 | 196 | } |
197 | 197 | .nav-logo img { |
198 | | - height: 50px; |
| 198 | + height: 40px; |
| 199 | + width: auto; |
199 | 200 | display: block; |
| 201 | + flex-shrink: 0; |
200 | 202 | } |
201 | 203 | .nav-links { |
202 | 204 | display: flex; |
|
883 | 885 | flex-wrap: wrap; |
884 | 886 | } |
885 | 887 | 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; |
891 | 888 | 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; |
893 | 900 | } |
894 | 901 | .footer-links { |
895 | 902 | display: flex; |
|
917 | 924 | :root { --pad: 20px; } |
918 | 925 | .nav-links { display: none; } |
919 | 926 | .theme-toggle { display: none; } |
920 | | - .nav-logo img { height: 32px; } |
| 927 | + .nav-logo img { height: 31px; width: auto; } |
921 | 928 | .nav-inner { gap: 12px; } |
922 | 929 | .hero h1 { font-size: 52px; } |
923 | 930 | .hero-stats { grid-template-columns: repeat(2, 1fr); row-gap: 28px; } |
|
942 | 949 | <nav> |
943 | 950 | <div class="nav-inner"> |
944 | 951 | <a class="nav-logo" href="#"> |
945 | | - <img src="fuzue-logo.png" alt="Fuzue"> |
| 952 | + <img src="fuzue-01.svg" alt="Fuzue"> |
946 | 953 | </a> |
947 | 954 | <ul class="nav-links"> |
948 | 955 | <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> |
1294 | 1301 | <!-- FOOTER --> |
1295 | 1302 | <footer> |
1296 | 1303 | <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> |
1298 | 1305 | <div class="footer-links"> |
1299 | 1306 | <a href="https://github.com/fuzue" target="_blank">GitHub</a> |
1300 | 1307 | <a href="https://www.nature.com/nature-index/institution-outputs/Poland/Fuzu%C3%AA%20Tech/68f0bc2db6e68d94150177b3" target="_blank">Nature Index</a> |
|
0 commit comments