From 5398094aca956fba78188ae5b1c135ecc63fb71d Mon Sep 17 00:00:00 2001 From: jiyuujin Date: Tue, 27 May 2025 18:35:00 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Newt=20CMS=20=E3=81=8B=E3=82=89=20Local=20?= =?UTF-8?q?=E3=81=AE=E7=AE=A1=E7=90=86=E3=81=B8=E5=88=87=E3=82=8A=E6=9B=BF?= =?UTF-8?q?=E3=81=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/SponsorsPageSection.vue | 8 +- app/components/sponsors/SponsorListBio.vue | 3 +- app/components/sponsors/SponsorLogo.vue | 3 +- app/pages/sponsors/index.vue | 8 +- app/static/sponsor/base.png | Bin 4177 -> 2398 bytes app/static/sponsor/bengo4.png | Bin 0 -> 3522 bytes app/static/sponsor/coconala.png | Bin 0 -> 2730 bytes app/static/sponsor/codedict.png | Bin 0 -> 2460 bytes app/static/sponsor/cybozu.png | Bin 0 -> 2421 bytes app/static/sponsor/esa.png | Bin 0 -> 1768 bytes app/static/sponsor/excite.png | Bin 0 -> 2934 bytes app/static/sponsor/future.png | Bin 4177 -> 2033 bytes app/static/sponsor/giftee.png | Bin 0 -> 2273 bytes app/static/sponsor/gihyo.png | Bin 0 -> 2447 bytes app/static/sponsor/grapecity.png | Bin 7782 -> 4676 bytes app/static/sponsor/hacomono.png | Bin 0 -> 1772 bytes app/static/sponsor/hamworks.png | Bin 0 -> 2461 bytes app/static/sponsor/icare.png | Bin 11115 -> 4909 bytes app/static/sponsor/line.png | Bin 1783 -> 1089 bytes app/static/sponsor/lm.png | Bin 0 -> 1800 bytes app/static/sponsor/m3.png | Bin 0 -> 3009 bytes app/static/sponsor/macloud.png | Bin 0 -> 2220 bytes app/static/sponsor/medpeer.png | Bin 6072 -> 3954 bytes app/static/sponsor/microad.png | Bin 0 -> 3962 bytes app/static/sponsor/monsterdive.png | Bin 0 -> 2896 bytes app/static/sponsor/newt.png | Bin 0 -> 1932 bytes app/static/sponsor/raksul.png | Bin 0 -> 3192 bytes app/static/sponsor/rakus.png | Bin 0 -> 2384 bytes app/static/sponsor/retty.png | Bin 0 -> 1903 bytes app/static/sponsor/satori.png | Bin 0 -> 1373 bytes app/static/sponsor/stores.png | Bin 4932 -> 3535 bytes app/static/sponsor/studist.png | Bin 0 -> 2139 bytes app/static/sponsor/tanomu.png | Bin 0 -> 3164 bytes app/static/sponsor/techfeed.png | Bin 0 -> 616 bytes app/static/sponsor/visasq.png | Bin 0 -> 1616 bytes app/static/sponsor/wacaxi.png | Bin 0 -> 2304 bytes app/static/sponsor/winenabe.png | Bin 0 -> 1762 bytes app/static/sponsor/yappli.png | Bin 0 -> 2109 bytes app/static/sponsor/yesod.png | Bin 3033 -> 1705 bytes app/static/sponsor/yourmystar.png | Bin 0 -> 2420 bytes app/static/sponsor/yumemi.png | Bin 0 -> 2852 bytes app/utils/environment.constants.ts | 2 + app/utils/newt.constants.ts | 1313 ++++++++++++++++++++ 43 files changed, 1329 insertions(+), 8 deletions(-) create mode 100644 app/static/sponsor/bengo4.png create mode 100644 app/static/sponsor/coconala.png create mode 100644 app/static/sponsor/codedict.png create mode 100644 app/static/sponsor/cybozu.png create mode 100644 app/static/sponsor/esa.png create mode 100644 app/static/sponsor/excite.png create mode 100644 app/static/sponsor/giftee.png create mode 100644 app/static/sponsor/gihyo.png create mode 100644 app/static/sponsor/hacomono.png create mode 100644 app/static/sponsor/hamworks.png create mode 100644 app/static/sponsor/lm.png create mode 100644 app/static/sponsor/m3.png create mode 100644 app/static/sponsor/macloud.png create mode 100644 app/static/sponsor/microad.png create mode 100644 app/static/sponsor/monsterdive.png create mode 100644 app/static/sponsor/newt.png create mode 100644 app/static/sponsor/raksul.png create mode 100644 app/static/sponsor/rakus.png create mode 100644 app/static/sponsor/retty.png create mode 100644 app/static/sponsor/satori.png create mode 100644 app/static/sponsor/studist.png create mode 100644 app/static/sponsor/tanomu.png create mode 100644 app/static/sponsor/techfeed.png create mode 100644 app/static/sponsor/visasq.png create mode 100644 app/static/sponsor/wacaxi.png create mode 100644 app/static/sponsor/winenabe.png create mode 100644 app/static/sponsor/yappli.png create mode 100644 app/static/sponsor/yourmystar.png create mode 100644 app/static/sponsor/yumemi.png create mode 100644 app/utils/newt.constants.ts diff --git a/app/components/SponsorsPageSection.vue b/app/components/SponsorsPageSection.vue index afd77eb..0f49f3c 100644 --- a/app/components/SponsorsPageSection.vue +++ b/app/components/SponsorsPageSection.vue @@ -1,11 +1,13 @@