Skip to content

Commit

Permalink
Fix editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 27, 2025
1 parent 414b788 commit f850773
Show file tree
Hide file tree
Showing 29 changed files with 1,145 additions and 1,131 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
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
142 changes: 71 additions & 71 deletions src/app/code-of-conduct/page.tsx
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&#39;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&#39;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>
);
}
18 changes: 9 additions & 9 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
@tailwind utilities;

:root {
--background: #ffffff;
--foreground: #171717;
--background: #ffffff;
--foreground: #171717;
}

@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
}

body {
color: var(--foreground);
background: var(--background);
font-family: var(--font-ibm-plex-sans-condensed), sans-serif;
color: var(--foreground);
background: var(--background);
font-family: var(--font-ibm-plex-sans-condensed), sans-serif;
}
48 changes: 24 additions & 24 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,39 @@ import Header from "@/layouts/Header/Header";
import Footer from "@/layouts/Footer/Footer";

const ibmPlexSansCondensed = IBM_Plex_Sans_Condensed({
variable: "--font-ibm-plex-sans-condensed",
display: "swap",
weight: ["400", "500", "600", "700"],
subsets: ["latin"],
style: ["normal", "italic"],
variable: "--font-ibm-plex-sans-condensed",
display: "swap",
weight: ["400", "500", "600", "700"],
subsets: ["latin"],
style: ["normal", "italic"],
});

const montserrat = Montserrat({
variable: "--font-montserrat",
display: "swap",
weight: ["300", "600", "700"],
subsets: ["latin"],
style: ["normal"],
variable: "--font-montserrat",
display: "swap",
weight: ["300", "600", "700"],
subsets: ["latin"],
style: ["normal"],
});

export const metadata: Metadata = {
title: "Meet Magento France 2025",
description:
"Meet Magento est une conférence annuelle axée sur la plateforme de e-commerce Magento. Elle rassemble des professionnels de Magento, des développeurs, des commerçants et des leaders du secteur de tout le pays pour discuter des dernières tendances, innovations et meilleures pratiques en matière de e-commerce.",
title: "Meet Magento France 2025",
description:
"Meet Magento est une conférence annuelle axée sur la plateforme de e-commerce Magento. Elle rassemble des professionnels de Magento, des développeurs, des commerçants et des leaders du secteur de tout le pays pour discuter des dernières tendances, innovations et meilleures pratiques en matière de e-commerce.",
};

export default function RootLayout({
children,
children,
}: Readonly<{
children: React.ReactNode;
children: React.ReactNode;
}>) {
return (
<html className="font-sans" lang="fr">
<body className={`${ibmPlexSansCondensed.variable} ${montserrat.variable} antialiased bg-camel`}>
<Header/>
<main className={'relative -top-[104px] left-0'}>{children}</main>
<Footer/>
</body>
</html>
);
return (
<html className="font-sans" lang="fr">
<body className={`${ibmPlexSansCondensed.variable} ${montserrat.variable} antialiased bg-camel`}>
<Header/>
<main className={'relative -top-[104px] left-0'}>{children}</main>
<Footer/>
</body>
</html>
);
}
82 changes: 41 additions & 41 deletions src/app/legal-terms/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
);
}
Loading

0 comments on commit f850773

Please sign in to comment.