-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
414b788
commit f850773
Showing
29 changed files
with
1,145 additions
and
1,131 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
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 |
---|---|---|
@@ -1,86 +1,86 @@ | ||
import Typography from "@/components/Typography/Typography"; | ||
|
||
export default function Page() { | ||
return ( | ||
<section> | ||
<Typography variant="h1" weight="bold" className="uppercase mb-4 text-white"> | ||
Conference Code of Conduct | ||
</Typography> | ||
return ( | ||
<section> | ||
<Typography variant="h1" weight="bold" className="uppercase mb-4 text-white"> | ||
Conference Code of Conduct | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
All attendees, speakers, sponsors and volunteers at our conference are | ||
required to agree with the following code of conduct. Organisers will | ||
enforce this code throughout the event. We expect cooperation from all | ||
participants to help ensure a safe environment for everybody. | ||
</Typography> | ||
<Typography className="text-white"> | ||
All attendees, speakers, sponsors and volunteers at our conference are | ||
required to agree with the following code of conduct. Organisers will | ||
enforce this code throughout the event. We expect cooperation from all | ||
participants to help ensure a safe environment for everybody. | ||
</Typography> | ||
|
||
<Typography variant="h2" weight="bold" className="uppercase mb-4 text-white"> | ||
The Quick Version | ||
</Typography> | ||
<Typography variant="h2" weight="bold" className="uppercase mb-4 text-white"> | ||
The Quick Version | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
Our conference is dedicated to providing a harassment-free conference | ||
experience for everyone, regardless of gender, gender identity and | ||
expression, age, sexual orientation, disability, physical appearance, body | ||
size, race, ethnicity, religion (or lack thereof), or technology choices. | ||
We do not tolerate harassment of conference participants in any form. | ||
Sexual language and imagery is not appropriate for any conference venue, | ||
including talks, workshops, parties, Twitter and other online media. | ||
Conference participants violating these rules may be sanctioned or | ||
expelled from the conference <em>without a refund</em> at the discretion | ||
of the conference organisers. | ||
</Typography> | ||
<Typography className="text-white"> | ||
Our conference is dedicated to providing a harassment-free conference | ||
experience for everyone, regardless of gender, gender identity and | ||
expression, age, sexual orientation, disability, physical appearance, body | ||
size, race, ethnicity, religion (or lack thereof), or technology choices. | ||
We do not tolerate harassment of conference participants in any form. | ||
Sexual language and imagery is not appropriate for any conference venue, | ||
including talks, workshops, parties, Twitter and other online media. | ||
Conference participants violating these rules may be sanctioned or | ||
expelled from the conference <em>without a refund</em> at the discretion | ||
of the conference organisers. | ||
</Typography> | ||
|
||
<Typography variant="h2" weight="bold" className="uppercase mb-4 text-white"> | ||
The Less Quick Version | ||
</Typography> | ||
<Typography variant="h2" weight="bold" className="uppercase mb-4 text-white"> | ||
The Less Quick Version | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
Harassment includes offensive verbal comments related to gender, gender | ||
identity and expression, age, sexual orientation, disability, physical | ||
appearance, body size, race, ethnicity, religion, technology choices, | ||
sexual images in public spaces, deliberate intimidation, stalking, | ||
following, harassing photography or recording, sustained disruption of | ||
talks or other events, inappropriate physical contact, and unwelcome | ||
sexual attention. | ||
</Typography> | ||
<Typography className="text-white"> | ||
Harassment includes offensive verbal comments related to gender, gender | ||
identity and expression, age, sexual orientation, disability, physical | ||
appearance, body size, race, ethnicity, religion, technology choices, | ||
sexual images in public spaces, deliberate intimidation, stalking, | ||
following, harassing photography or recording, sustained disruption of | ||
talks or other events, inappropriate physical contact, and unwelcome | ||
sexual attention. | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
Participants asked to stop any harassing behavior are expected to comply | ||
immediately. | ||
</Typography> | ||
<Typography className="text-white"> | ||
Participants asked to stop any harassing behavior are expected to comply | ||
immediately. | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
Sponsors are also subject to the anti-harassment policy. In particular, | ||
sponsors should not use sexualised images, activities, or other material. | ||
Booth staff (including volunteers) should not use sexualised | ||
clothing/uniforms/costumes, or otherwise create a sexualised environment. | ||
</Typography> | ||
<Typography className="text-white"> | ||
Sponsors are also subject to the anti-harassment policy. In particular, | ||
sponsors should not use sexualised images, activities, or other material. | ||
Booth staff (including volunteers) should not use sexualised | ||
clothing/uniforms/costumes, or otherwise create a sexualised environment. | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
If a participant engages in harassing behavior, the conference organisers | ||
may take any action they deem appropriate, including warning the offender | ||
or expulsion from the conference with no refund. | ||
</Typography> | ||
<Typography className="text-white"> | ||
If a participant engages in harassing behavior, the conference organisers | ||
may take any action they deem appropriate, including warning the offender | ||
or expulsion from the conference with no refund. | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
If you are being harassed, notice that someone else is being harassed, or | ||
have any other concerns, please contact a member of conference staff | ||
immediately. Conference staff can be identified as they'll be wearing | ||
branded clothing and/or badges. | ||
</Typography> | ||
<Typography className="text-white"> | ||
If you are being harassed, notice that someone else is being harassed, or | ||
have any other concerns, please contact a member of conference staff | ||
immediately. Conference staff can be identified as they'll be wearing | ||
branded clothing and/or badges. | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
Conference staff will be happy to help participants contact hotel/venue | ||
security or local law enforcement, provide escorts, or otherwise assist | ||
those experiencing harassment to feel safe for the duration of the | ||
conference. We value your attendance. | ||
</Typography> | ||
<Typography className="text-white"> | ||
Conference staff will be happy to help participants contact hotel/venue | ||
security or local law enforcement, provide escorts, or otherwise assist | ||
those experiencing harassment to feel safe for the duration of the | ||
conference. We value your attendance. | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
We expect participants to follow these rules at conference and workshop | ||
venues and conference-related social events. | ||
</Typography> | ||
</section> | ||
); | ||
<Typography className="text-white"> | ||
We expect participants to follow these rules at conference and workshop | ||
venues and conference-related social events. | ||
</Typography> | ||
</section> | ||
); | ||
} |
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
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 |
---|---|---|
|
@@ -2,45 +2,45 @@ import Typography from "@/components/Typography/Typography"; | |
import Link from "next/link"; | ||
|
||
export default function Page() { | ||
return ( | ||
<section> | ||
<Typography variant="h1" weight="bold" className="uppercase mb-4 text-white"> | ||
Legal Terms | ||
</Typography> | ||
|
||
<article> | ||
<Typography className="text-white"> | ||
This website is edited by the association loi 1901 « Opengento » (RNA W833003136). | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
Represented by: Frédéric MARTINEZ. | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
Head office: 17 rue Idrac - 31000 Toulouse - France. | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
Contact: <Link href="mailto:[email protected]">[email protected]</Link> | ||
</Typography> | ||
|
||
<Typography variant="h2" weight="bold" className="uppercase mb-4 text-white"> | ||
Hosting | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
This website is hosted with <em>♥</em> by GitHub. | ||
</Typography> | ||
|
||
<Typography variant="h2" weight="bold" className="uppercase mb-4 text-white"> | ||
Cookies | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
This website does not use any cookies and does not track any personal data. | ||
</Typography> | ||
</article> | ||
</section> | ||
); | ||
return ( | ||
<section> | ||
<Typography variant="h1" weight="bold" className="uppercase mb-4 text-white"> | ||
Legal Terms | ||
</Typography> | ||
|
||
<article> | ||
<Typography className="text-white"> | ||
This website is edited by the association loi 1901 « Opengento » (RNA W833003136). | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
Represented by: Frédéric MARTINEZ. | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
Head office: 17 rue Idrac - 31000 Toulouse - France. | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
Contact: <Link href="mailto:[email protected]">[email protected]</Link> | ||
</Typography> | ||
|
||
<Typography variant="h2" weight="bold" className="uppercase mb-4 text-white"> | ||
Hosting | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
This website is hosted with <em>♥</em> by GitHub. | ||
</Typography> | ||
|
||
<Typography variant="h2" weight="bold" className="uppercase mb-4 text-white"> | ||
Cookies | ||
</Typography> | ||
|
||
<Typography className="text-white"> | ||
This website does not use any cookies and does not track any personal data. | ||
</Typography> | ||
</article> | ||
</section> | ||
); | ||
} |
Oops, something went wrong.