-
-
Notifications
You must be signed in to change notification settings - Fork 0
TOPにスポンサーのリストを追加 #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
TOPにスポンサーのリストを追加 #33
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
990dac3
スポンサーセクション仮置き
Fukusan64 66950ce
fix-typo ProtoPedia
Fukusan64 09cc573
スポンサー追加(YassLab株式会社)
Fukusan64 fdc6780
スポンサー表示からロゴを一時削除(揃ったら掲載する)
Fukusan64 90e3d79
YassLab株式会社のあとに'Doorkeeper'の名称を追加
Fukusan64 c016ea5
不要なplatinum_sponsorsの宣言を削除
Fukusan64 095ae18
企業概要を確認しYassLabと株式会社の間に半角スペースを追加
Fukusan64 e9a9138
不要な"を削除
Fukusan64 774f176
不要なスペースを削除
Fukusan64 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# - id: ID(スポンサーページのアンカータグになります) | ||
# name: スポンサー名 | ||
# logo: ロゴ画像ファイルのパス | ||
# link: ロゴ画像をクリックした際のリンク先 | ||
# type: スポンサー種別(platinum, gold, silver, bronze, inkind, individual) | ||
# message: スポンサー紹介文 | ||
|
||
- id: cygames | ||
name: 株式会社<wbr>Cygames | ||
logo: | ||
link: | ||
type: gold | ||
message: | ||
|
||
- id: sakura_internet | ||
name: さくら<wbr>インターネット<wbr>株式会社 | ||
logo: | ||
link: | ||
type: silver | ||
message: | ||
|
||
- id: sunnyside_systems | ||
name: サニーサイド<wbr>システムズ<wbr>合同会社 | ||
logo: | ||
link: | ||
type: bronze | ||
message: | ||
|
||
- id: dojoletter | ||
name: DojoLetter<wbr>編集部 | ||
logo: | ||
link: | ||
type: bronze | ||
message: | ||
|
||
- id: unique_i_net | ||
name: ユニーク・<wbr>アイネット<wbr>株式会社 | ||
logo: | ||
link: | ||
type: bronze | ||
message: | ||
|
||
- id: ma | ||
name: 一般社団法人<wbr>MA<wbr>(ProtoPedia) | ||
logo: | ||
link: | ||
type: inkind | ||
message: | ||
|
||
- id: nulab | ||
name: 株式会社<wbr>ヌーラボ<wbr>(Backlog) | ||
logo: | ||
link: | ||
type: inkind | ||
message: | ||
|
||
- id: yasslab | ||
name: YassLab <wbr>株式会社<wbr>(Doorkeeper) | ||
logo: | ||
link: | ||
type: inkind | ||
message: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,62 @@ | ||
{% assign gold_sponsors = site.data.sponsors | where: "type", "gold" %} | ||
{% assign silver_sponsors = site.data.sponsors | where: "type", "silver" %} | ||
{% assign bronze_sponsors = site.data.sponsors | where: "type", "bronze" %} | ||
{% assign inkind_sponsors = site.data.sponsors | where: "type", "inkind" %} | ||
{% assign individual_sponsors = site.data.sponsors | where: "type", "individual" %} | ||
|
||
<h2 class="text-4xl text-center"> | ||
スポンサー | ||
<span class="block mt-5 text-2xl">SPONSOR</span> | ||
</h2> | ||
|
||
<h3 class="text-2xl mt-22 mx-8 text-center mb-4">ゴールドスポンサー | ||
<h3 class="text-2xl mt-10 mx-8 text-center mb-4">ゴールドスポンサー | ||
<span class="block text-base mt-1">GOLD SPONSOR</span> | ||
</h3> | ||
|
||
<div class="flex gap-x-8 px-8 max-w-3xl mx-auto"> | ||
<img class="w-full max-w-3xl mx-auto mb-8" src="https://placehold.jp/1920x1080.png" alt="ゴールドスポンサーのロゴ"> | ||
<div class="flex justify-center flex-wrap gap-x-8 px-8 max-w-3xl w-full mx-auto"> | ||
{% for sponsor in gold_sponsors %} | ||
<div class="w-full mb-5"> | ||
{% comment %} <img class="w-full mx-auto mb-3" src="{{ sponsor.logo }}" alt="{{ sponsor.name | strip_html }}のロゴ"> {% endcomment %} | ||
<p class="w-full text-center break-keep text-3xl">{{ sponsor.name }}</p> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
|
||
<h3 class="text-2xl mt-22 mx-8 text-center mb-4">シルバースポンサー | ||
<h3 class="text-2xl mt-10 mx-8 text-center mb-4">シルバースポンサー | ||
<span class="block text-base mt-1">SILVER SPONSOR</span> | ||
</h3> | ||
|
||
<div class="flex gap-x-8 px-8 max-w-3xl mx-auto"> | ||
<div><img class="w-full mx-auto mb-8" src="https://placehold.jp/1920x1080.png" alt="シルバースポンサーのロゴ"> | ||
</div> | ||
<div><img class="w-full mx-auto mb-8" src="https://placehold.jp/1920x1080.png" alt="シルバースポンサーのロゴ"> | ||
<div class="flex justify-center flex-wrap gap-x-8 px-8 max-w-3xl mx-auto"> | ||
{% for sponsor in silver_sponsors %} | ||
<div class="_max-w-[500px] w-full mb-5"> | ||
{% comment %} <img class="w-full mx-auto mb-3" src="{{ sponsor.logo }}" alt="{{ sponsor.name | strip_html }}のロゴ"> {% endcomment %} | ||
<p class="w-full text-center break-keep text-3xl">{{ sponsor.name }}</p> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
|
||
<h3 class="text-2xl mt-22 mx-8 text-center mb-4">ブロンズスポンサー | ||
<h3 class="text-2xl mt-10 mx-8 text-center mb-4">ブロンズスポンサー | ||
<span class="block text-base mt-1">BRONZE SPONSOR</span> | ||
</h3> | ||
|
||
<div class="flex gap-x-8 px-8 max-w-3xl mx-auto"> | ||
<div><img class="w-full mx-auto mb-8" src="https://placehold.jp/1920x1080.png" alt="ブロンズスポンサーのロゴ"> | ||
</div> | ||
<div><img class="w-full mx-auto mb-8" src="https://placehold.jp/1920x1080.png" alt="ブロンズスポンサーのロゴ"> | ||
<div class="flex justify-center flex-wrap gap-x-8 px-8 max-w-3xl mx-auto"> | ||
{% for sponsor in bronze_sponsors %} | ||
<div class="_max-w-[300px] w-full mb-5"> | ||
{% comment %} <img class="w-full mx-auto mb-3" src="{{ sponsor.logo }}" alt="{{ sponsor.name | strip_html }}のロゴ"> {% endcomment %} | ||
<p class="text-center break-keep text-3xl">{{ sponsor.name }}</p> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
|
||
<h3 class="text-2xl mt-22 mx-8 text-center mb-4">インカインドスポンサー | ||
<h3 class="text-2xl mt-10 mx-8 text-center mb-4">インカインドスポンサー | ||
<span class="block text-base mt-1">IN-KIND SPONSOR</span> | ||
</h3> | ||
|
||
<div class="flex gap-x-8 px-8 max-w-3xl mx-auto"> | ||
<div><img class="w-full mx-auto mb-8" src="https://placehold.jp/1920x1080.png" alt="インカインドスポンサーのロゴ"> | ||
</div> | ||
<div><img class="w-full mx-auto mb-8" src="https://placehold.jp/1920x1080.png" alt="インカインドスポンサーのロゴ"> | ||
<div class="flex justify-center flex-wrap gap-x-8 px-8 max-w-3xl mx-auto"> | ||
{% for sponsor in inkind_sponsors %} | ||
<div class="_max-w-[270px] w-full mb-5"> | ||
{% comment %} <img class="w-full mx-auto mb-3" src="{{ sponsor.logo }}" alt="{{ sponsor.name | strip_html }}のロゴ"> {% endcomment %} | ||
<p class="w-full text-center break-keep text-3xl">{{ sponsor.name }}</p> | ||
</div> | ||
{% endfor %} | ||
</div> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
max-w-[500px]などを_max-w-[500px]として、縦一列のレイアウトになるようにしてます。
ロゴが入稿され次第もとに戻す想定です。