-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add policies page and link in AppHeader
- Loading branch information
Showing
3 changed files
with
136 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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,135 @@ | ||
<template> | ||
<v-app class="fill-height"> | ||
<AppHeader /> | ||
<v-row> | ||
<v-col align="center" class="pb-0 mt-12"> | ||
<h1 class="text-h2 title mt-15"> | ||
Policies | ||
</h1> | ||
<v-card | ||
max-width="90vw" | ||
min-width="90vw" | ||
class="pt-10 pb-10 mt-15 mb-15 pl-15 pr-15" | ||
:elevation="0" | ||
> | ||
<v-card-item> | ||
<div align="left"> | ||
<h2 class="text-h5 mb-2"> | ||
アンチハラスメントポリシー | ||
</h2> | ||
<p class="text-body-1 mb-10"> | ||
関西Ruby会議は、誰もがハラスメントを受けずに参加できるカンファレンスを目指しています。いかなる形であれハラスメントは許容できません。<br> | ||
このルールを破る人は誰であろうと、オーガナイザーの裁量で警告を与えたり、カンファレンスやカンファレンス後の懇親の場から退場とすることもありえます。 | ||
</p> | ||
<h2 class="text-h5 mb-2"> | ||
目的 | ||
</h2> | ||
<p class="text-body-1 mb-10"> | ||
当ポリシーは、関西Ruby会議の参加者の全ての方に最大限に楽しんでいただくため、また、安心して参加していただくために設けられています。<br> | ||
当ポリシーに参加者の皆様の行動を制限する意図はありません。 | ||
</p> | ||
<h2 class="text-h5 mb-2"> | ||
適用範囲 | ||
</h2> | ||
<p class="text-body-1 mb-10"> | ||
当ポリシーは、関西Ruby会議の全てに適用されます。これには、カンファレンスの場、カンファレンス後の懇親の場でのコミュニケーションや振る舞い、プレゼンテーションの内容、ブログやソーシャルメディアでの発言が含まれます。<br> | ||
また、当ポリシーは参加者、スポンサー企業の皆様、スピーカー、スタッフ、その他の関係者全てに適用されます。 | ||
</p> | ||
<h2 class="text-h5 mb-2"> | ||
禁止されるハラスメント | ||
</h2> | ||
<p class="text-body-1 mb-2"> | ||
ハラスメントには以下のようなものを含み、また、これに限りません。ハラスメント行為をやめるように要請された参加者は直ちに従ってください。 | ||
</p> | ||
<ul class="text-body-1 mb-10"> | ||
<li>- ジェンダー、性自認やジェンダー表現、性的指向、障碍、容貌、体型、人種、民族、年齢、宗教あるいは無宗教についての攻撃的なコメントをすること</li> | ||
<li>- 意図的な威嚇行為</li> | ||
<li>- 公共のスペースで性的な画像を掲示すること</li> | ||
<li>- 脅迫、ストーキング、つきまとい、または、それらを計画すること</li> | ||
<li>- いやがらせ目的の撮影や録音</li> | ||
<li>- 発表や他のイベントを継続的に妨害すること</li> | ||
<li>- 不適切な身体的接触</li> | ||
<li>- その他、性的な言葉や画像を含むコミュニケーション</li> | ||
<li>- ジェンダーを強く意識させるコンテキストで、特定の個人をほめたたえる行為</li> | ||
<li>- 以上のような行為を推奨したり、擁護したりすること</li> | ||
</ul> | ||
<h2 class="text-h5 mb-2"> | ||
ハラスメントを受けたら、判断に迷ったら | ||
</h2> | ||
<p class="text-body-1 mb-10"> | ||
ハラスメントを受けたと感じたり、他の参加者がハラスメントを受けているのを目撃した場合は、すぐに主催者またはスタッフにお知らせください。主催者は、すべての報告を機密に取り扱い、適切な対応を行います。 | ||
</p> | ||
<h2 class="text-h5 mb-2"> | ||
問い合わせ先 | ||
</h2> | ||
<p class="text-body-1 mb-2"> | ||
当ポリシーについてのご質問などがある場合は、下記までご連絡ください。 | ||
</p> | ||
<ul class="text-body-1 mb-10"> | ||
<li>- <a href="mailto:kansai08@rubykaigi.org">kansai08@rubykaigi.org</a></li> | ||
</ul> | ||
<h2 class="text-h5 mb-2"> | ||
参考文献 | ||
</h2> | ||
<ul class="text-body-1 mb-10"> | ||
<li>- <a href="https://rubykaigi.org/2024/policies/">RubyKaigiアンチハラスメントポリシー</a></li> | ||
<li>- <a href="https://kaigionrails.org/2024/policies/">Kaigi on Railsアンチハラスメントポリシー</a></li> | ||
</ul> | ||
<h2 class="text-h5 mb-2"> | ||
ライセンス | ||
</h2> | ||
<p class="text-body-1 mb-2"> | ||
当ポリシーは <a | ||
href="https://creativecommons.org/licenses/by/4.0/deed.ja" | ||
target="_blank" | ||
>CC BY 4.0</a> のライセンス下で提供されます。 | ||
</p> | ||
<p class="text-body-1 mb-2"> | ||
This work is licensed under <a | ||
href="https://creativecommons.org/licenses/by/4.0/deed.en" | ||
target="_blank" | ||
>CC BY 4.0</a> . | ||
</p> | ||
<v-img | ||
src="/img-cc.png" | ||
max-width="120px" | ||
/> | ||
</div> | ||
</v-card-item> | ||
</v-card> | ||
</v-col> | ||
</v-row> | ||
</v-app> | ||
</template> | ||
|
||
<style> | ||
* { | ||
box-sizing: border-box; | ||
font-family: "游明朝体", "Yu Mincho", YuMincho, serif; | ||
} | ||
.v-application { | ||
color: #fff; | ||
background-color: #700002 !important; | ||
position: relative; | ||
} | ||
.v-card-item { | ||
color: #222222; | ||
} | ||
.title { | ||
font-family: 'Kumbh Sans', serif; | ||
font-weight: 400; | ||
} | ||
.text-h5 { | ||
font-family: "游明朝体", "Yu Mincho", YuMincho, serif; | ||
font-weight: 600; | ||
} | ||
.text-body-1 { | ||
line-height: 1.7; | ||
font-family: "游明朝体", "Yu Mincho", YuMincho, serif; | ||
} | ||
</style> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.