Skip to content

Commit a3263e2

Browse files
authored
Merge pull request #3742 from taea/happy-hacking-by-matz
Replace "Happy Hacking!" in footer with @matz handwritten version
2 parents 54414ff + a29bac1 commit a3263e2

File tree

25 files changed

+189
-14
lines changed

25 files changed

+189
-14
lines changed

_includes/footer.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@
2626

2727
<!-- Happy Hacking! and Footer Links -->
2828
<div class="flex flex-col xl:flex-row xl:items-start xl:justify-between gap-6 xl:gap-8 mb-10">
29-
<!-- Happy Hacking! -->
30-
<div class="mb-3 xl:mb-0">
31-
<h2 class="text-3xl font-handwritten text-stone-900 dark:text-white">
32-
Happy Hacking!
33-
</h2>
34-
<!-- Decorative underline -->
35-
<img src="/images/home/why_ruby/line.svg" alt="" class="w-72 h-auto mt-1" aria-hidden="true">
29+
<!-- Happy Hacking! (Matz's handwriting) -->
30+
<div class="mb-3 xl:mb-0 relative">
31+
<img src="/images/footer/happy-hacking.svg" alt="Happy Hacking!" class="h-24 md:h-28 w-auto dark:invert relative z-10">
32+
<img src="/images/home/why_ruby/line.svg" alt="" class="w-72 h-auto absolute bottom-2 md:bottom-3 left-0 z-0" aria-hidden="true">
3633
</div>
3734

3835
<!-- Footer Links -->

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<link rel="stylesheet" type="text/css" href="/stylesheets/compiled.css">
6565
<link rel="preconnect" href="https://fonts.googleapis.com">
6666
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
67-
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap&family=Rock+Salt&family=Material+Icons&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..24,200..700,0,0&display=swap" rel="stylesheet">
67+
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Material+Icons&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..24,200..700,0,0&display=swap" rel="stylesheet">
6868
<link rel="canonical" href="{{ site.url }}{{ page.url | replace: 'index.html', '' }}">
6969

7070
<link rel="icon" href="/favicon.ico" sizes="32x32">

_layouts/homepage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<link rel="stylesheet" type="text/css" href="/stylesheets/compiled.css">
4242
<link rel="preconnect" href="https://fonts.googleapis.com">
4343
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
44-
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap&family=Rock+Salt&family=Material+Icons&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..24,200..700,0,0&display=swap" rel="stylesheet">
44+
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Material+Icons&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..24,200..700,0,0&display=swap" rel="stylesheet">
4545
<link rel="canonical" href="{{ site.url }}{{ page.url | replace: 'index.html', '' }}">
4646

4747
<link rel="icon" href="/favicon.ico" sizes="32x32">

bg/about/website/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ lang: bg
1212
Настоящият визуален дизайн е изготвен от [Taeko Akatsuka][akatsuka].
1313
Сайтът беше обновен през декември 2025 г.
1414

15+
<img src="../../../images/about/screenshot.png" alt="Настоящ дизайн на ruby-lang.org" width="400" style="border: 1px solid #d6d3d1;" />
16+
17+
"Happy Hacking" в долния колонтитул е написано на ръка от [Yukihiro Matsumoto (Matz)][matz].
18+
19+
<img src="../../../images/about/screenshot-happy-hacking.png" alt="Happy Hacking в долния колонтитул" width="400" style="border: 1px solid #d6d3d1;" />
20+
21+
## Предишен дизайн
22+
1523
Визуалният дизайн преди декември 2025 г. е изготвен от [Jason Zimdars][jzimdars].<br>
1624

1725
<img src="../../../images/about/screenshot-ruby-lang-old.png" alt="Предишен дизайн на ruby-lang.org" width="400" style="border: 1px solid #d6d3d1;" />
@@ -86,6 +94,7 @@ lang: bg
8694
[webmaster]: mailto:webmaster@ruby-lang.org
8795
[jekyll]: http://www.jekyllrb.com/
8896
[akatsuka]: https://x.com/ken_c_lo
97+
[matz]: https://x.com/yukihiro_matz
8998
[jzimdars]: https://twitter.com/jasonzimdars
9099
[github-repo]: https://github.com/ruby/www.ruby-lang.org/
91100
[github-issues]: https://github.com/ruby/www.ruby-lang.org/issues

de/about/website/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ der Quelltext wird auf [GitHub][github-repo] gehostet.
1212
Das aktuelle visuelle Design stammt von [Taeko Akatsuka][akatsuka].
1313
Die Website wurde im Dezember 2025 erneuert.
1414

15+
<img src="../../../images/about/screenshot.png" alt="Aktuelles ruby-lang.org Design" width="400" style="border: 1px solid #d6d3d1;" />
16+
17+
Das "Happy Hacking" in der Fußzeile ist handgeschrieben von [Yukihiro Matsumoto (Matz)][matz].
18+
19+
<img src="../../../images/about/screenshot-happy-hacking.png" alt="Happy Hacking in der Fußzeile" width="400" style="border: 1px solid #d6d3d1;" />
20+
21+
## Früheres Design
22+
1523
Visual Design vor Dezember 2025 von [Jason Zimdars][jzimdars],<br>
1624
basierend auf einem früheren Design des Ruby Visual Identity Teams.
1725

@@ -87,6 +95,7 @@ Wir danken außerdem den Organisationen, die uns unterstützen:
8795
[webmaster]: mailto:webmaster@ruby-lang.org
8896
[jekyll]: http://www.jekyllrb.com/
8997
[akatsuka]: https://x.com/ken_c_lo
98+
[matz]: https://x.com/yukihiro_matz
9099
[jzimdars]: https://twitter.com/jasonzimdars
91100
[github-repo]: https://github.com/ruby/www.ruby-lang.org/
92101
[github-issues]: https://github.com/ruby/www.ruby-lang.org/issues

en/about/website/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ its source is hosted on [GitHub][github-repo].
1212
The current visual design is by [Taeko Akatsuka][akatsuka].
1313
The site was renewed in December 2025.
1414

15+
<img src="../../../images/about/screenshot.png" alt="Current ruby-lang.org design" width="400" style="border: 1px solid #d6d3d1;" />
16+
17+
The "Happy Hacking" in the footer is handwritten by [Yukihiro Matsumoto (Matz)][matz].
18+
19+
<img src="../../../images/about/screenshot-happy-hacking.png" alt="Happy Hacking on Footer" width="400" style="border: 1px solid #d6d3d1;" />
20+
21+
## Previous Design
22+
1523
Visual design before December 2025 by [Jason Zimdars][jzimdars].<br>
1624
Based on an earlier design by the Ruby Visual Identity Team.
1725

@@ -86,6 +94,7 @@ Also many thanks to the organizations that support us:
8694
[webmaster]: mailto:webmaster@ruby-lang.org
8795
[jekyll]: http://www.jekyllrb.com/
8896
[akatsuka]: https://x.com/ken_c_lo
97+
[matz]: https://x.com/yukihiro_matz
8998
[jzimdars]: https://twitter.com/jasonzimdars
9099
[github-repo]: https://github.com/ruby/www.ruby-lang.org/
91100
[github-issues]: https://github.com/ruby/www.ruby-lang.org/issues

es/about/website/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ su código fuente está alojado en [GitHub][github-repo].
1212
El diseño visual actual es de [Taeko Akatsuka][akatsuka].
1313
El sitio fue renovado en diciembre de 2025.
1414

15+
<img src="../../../images/about/screenshot.png" alt="Diseño actual de ruby-lang.org" width="400" style="border: 1px solid #d6d3d1;" />
16+
17+
El "Happy Hacking" en el pie de página está escrito a mano por [Yukihiro Matsumoto (Matz)][matz].
18+
19+
<img src="../../../images/about/screenshot-happy-hacking.png" alt="Happy Hacking en el pie de página" width="400" style="border: 1px solid #d6d3d1;" />
20+
21+
## Diseño anterior
22+
1523
Diseño visual antes de diciembre de 2025 por [Jason Zimdars][jzimdars].<br>
1624
Basado en un diseño previo del Ruby Visual Identity Team.
1725

@@ -86,6 +94,7 @@ También agradecemos a las organizaciones que nos apoyan:
8694
[webmaster]: mailto:webmaster@ruby-lang.org
8795
[jekyll]: http://www.jekyllrb.com/
8896
[akatsuka]: https://x.com/ken_c_lo
97+
[matz]: https://x.com/yukihiro_matz
8998
[jzimdars]: https://twitter.com/jasonzimdars
9099
[github-repo]: https://github.com/ruby/www.ruby-lang.org/
91100
[github-issues]: https://github.com/ruby/www.ruby-lang.org/issues

fr/about/website/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ son code source est hébergé sur [GitHub][github-repo].
1212
Le design visuel actuel est réalisé par [Taeko Akatsuka][akatsuka].
1313
Le site a été renouvelé en décembre 2025.
1414

15+
<img src="../../../images/about/screenshot.png" alt="Design actuel de ruby-lang.org" width="400" style="border: 1px solid #d6d3d1;" />
16+
17+
Le "Happy Hacking" dans le pied de page est écrit à la main par [Yukihiro Matsumoto (Matz)][matz].
18+
19+
<img src="../../../images/about/screenshot-happy-hacking.png" alt="Happy Hacking dans le pied de page" width="400" style="border: 1px solid #d6d3d1;" />
20+
21+
## Design précédent
22+
1523
Design visuel avant décembre 2025 par [Jason Zimdars][jzimdars].<br>
1624
Basé sur un design antérieur du Ruby Visual Identity Team.
1725

@@ -86,6 +94,7 @@ Nous remercions également les organisations qui nous soutiennent :
8694
[webmaster]: mailto:webmaster@ruby-lang.org
8795
[jekyll]: http://www.jekyllrb.com/
8896
[akatsuka]: https://x.com/ken_c_lo
97+
[matz]: https://x.com/yukihiro_matz
8998
[jzimdars]: https://twitter.com/jasonzimdars
9099
[github-repo]: https://github.com/ruby/www.ruby-lang.org/
91100
[github-issues]: https://github.com/ruby/www.ruby-lang.org/issues

id/about/website/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ Kode sumber situs ada di [GitHub][github-repo].
1212
Desain visual saat ini dibuat oleh [Taeko Akatsuka][akatsuka].
1313
Situs ini diperbarui pada Desember 2025.
1414

15+
<img src="../../../images/about/screenshot.png" alt="Desain ruby-lang.org saat ini" width="400" style="border: 1px solid #d6d3d1;" />
16+
17+
"Happy Hacking" di footer ditulis tangan oleh [Yukihiro Matsumoto (Matz)][matz].
18+
19+
<img src="../../../images/about/screenshot-happy-hacking.png" alt="Happy Hacking di footer" width="400" style="border: 1px solid #d6d3d1;" />
20+
21+
## Desain Sebelumnya
22+
1523
Desain visual sebelum Desember 2025 oleh [Jason Zimdars][jzimdars].<br>
1624
Didasarkan pada desain awal oleh Ruby Visual Identity Team.
1725

@@ -86,6 +94,7 @@ Terima kasih juga kepada organisasi-organisasi yang telah mendukung kami:
8694
[webmaster]: mailto:webmaster@ruby-lang.org
8795
[jekyll]: http://www.jekyllrb.com/
8896
[akatsuka]: https://x.com/ken_c_lo
97+
[matz]: https://x.com/yukihiro_matz
8998
[jzimdars]: https://twitter.com/jasonzimdars
9099
[github-repo]: https://github.com/ruby/www.ruby-lang.org/
91100
[github-issues]: https://github.com/ruby/www.ruby-lang.org/issues
178 KB
Loading

0 commit comments

Comments
 (0)