From 39db803893bad9ff820adb4b6b7de31ef373274d Mon Sep 17 00:00:00 2001 From: Ian Cook Date: Thu, 9 Jan 2025 01:15:15 -0500 Subject: [PATCH 1/4] Add social links for LinkedIn and X --- _includes/socials.html | 19 +++++++++++++++++++ _layouts/home.html | 9 +-------- 2 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 _includes/socials.html diff --git a/_includes/socials.html b/_includes/socials.html new file mode 100644 index 000000000000..c241d2f5e269 --- /dev/null +++ b/_includes/socials.html @@ -0,0 +1,19 @@ +
+ + + + +
diff --git a/_layouts/home.html b/_layouts/home.html index 4bb9602cd853..67c87a30aa71 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -9,14 +9,7 @@

The universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics

-
- - -
+ {% include socials.html %}
From 16d29fb21b13bf91e221209f4b33e9c6a9a36542 Mon Sep 17 00:00:00 2001 From: Ian Cook Date: Thu, 9 Jan 2025 01:28:22 -0500 Subject: [PATCH 2/4] Fix padding --- _includes/socials.html | 2 +- css/main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/socials.html b/_includes/socials.html index c241d2f5e269..1510c510ada7 100644 --- a/_includes/socials.html +++ b/_includes/socials.html @@ -4,7 +4,7 @@ Star
diff --git a/css/main.scss b/css/main.scss index 202f977b568b..ffe40235ab23 100644 --- a/css/main.scss +++ b/css/main.scss @@ -117,5 +117,5 @@ figure { .social-badge { display: inline; - padding: 12px; + padding: 4px; } From 1e671611940c1bbe33676ef85c144b7803e618e4 Mon Sep 17 00:00:00 2001 From: Ian Cook Date: Thu, 9 Jan 2025 10:23:22 -0500 Subject: [PATCH 3/4] Changes based on review --- NOTICE.txt | 4 ++++ _includes/socials.html | 30 +++++++++++++++++++++++++++++- _layouts/home.html | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 786d3897df19..f9a6829016d9 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -4,6 +4,10 @@ Copyright 2017-2022 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). +This product includes software from https://github.com/buttons/github-buttons (BSD 2-Clause) + * Copyright (c) 2025, なつき + * All rights reserved. + The deployed version of the website includes files generated by Jekyll (MIT) * Copyright (c) 2008-2022 Tom Preston-Werner and Jekyll contributors * https://github.com/jekyll/jekyll diff --git a/_includes/socials.html b/_includes/socials.html index 1510c510ada7..cbfa6a149c46 100644 --- a/_includes/socials.html +++ b/_includes/socials.html @@ -1,6 +1,34 @@ +{% comment %} +Unofficial github:buttons + +Copyright (c) 2025, なつき +All rights reserved. + +BSD 2-Clause License + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +{% endcomment %}