Updated app
This commit is contained in:
parent
3696b98582
commit
865db04a43
5 changed files with 177 additions and 24 deletions
0
.modified
Normal file
0
.modified
Normal file
18
docs/blueprint.md
Normal file
18
docs/blueprint.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# **App Name**: Cheating Chelsea Exposed
|
||||
|
||||
## Core Features:
|
||||
|
||||
- Introduction: Home Page: Briefly introduce Chelsea Smallwood and the "The Other Woman and the Wife" group.
|
||||
- Harm Explanation: Explanation of Harm: Detail the negative impact of Chelsea's group and its activities, focusing on how Kristen Jacobs was harmed.
|
||||
- GoFundMe Link: GoFundMe Promotion: Prominently feature Kristen Jacobs' GoFundMe link (https://www.gofundme.com/f/help-kristen-stand-against-online-harassment-for-profit) to encourage donations and support.
|
||||
- Domain Setup: Domain Integration: Utilize the cheatingchelsea.com domain to host the website, enhancing its credibility and direct relevance.
|
||||
|
||||
## Style Guidelines:
|
||||
|
||||
- Primary color: A somber blue (#3B5998), reminiscent of classic legal documents, conveying trustworthiness.
|
||||
- Background color: Off-white (#F5F5F5), provides a clean and readable backdrop, contributing to the site's serious tone.
|
||||
- Accent color: A desaturated red (#A93226), sparingly used for call-to-action elements like the GoFundMe link, drawing attention without overwhelming the user.
|
||||
- Body and headline font: 'Inter', a grotesque-style sans-serif with a modern, machined, objective, neutral look; suitable for both headlines and body text.
|
||||
- Minimal use of icons, focusing on clear communication.
|
||||
- Clean and straightforward layout for easy navigation.
|
||||
- No animations for serious tone.
|
|
@ -8,25 +8,25 @@ body {
|
|||
|
||||
@layer base {
|
||||
:root {
|
||||
--background: 0 0% 100%;
|
||||
--background: 0 0% 96%;
|
||||
--foreground: 0 0% 3.9%;
|
||||
--card: 0 0% 100%;
|
||||
--card-foreground: 0 0% 3.9%;
|
||||
--popover: 0 0% 100%;
|
||||
--popover-foreground: 0 0% 3.9%;
|
||||
--primary: 0 0% 9%;
|
||||
--primary: 221 44% 41%;
|
||||
--primary-foreground: 0 0% 98%;
|
||||
--secondary: 0 0% 96.1%;
|
||||
--secondary-foreground: 0 0% 9%;
|
||||
--muted: 0 0% 96.1%;
|
||||
--muted-foreground: 0 0% 45.1%;
|
||||
--accent: 0 0% 96.1%;
|
||||
--accent-foreground: 0 0% 9%;
|
||||
--destructive: 0 84.2% 60.2%;
|
||||
--accent: 5 63% 40%;
|
||||
--accent-foreground: 0 0% 98%;
|
||||
--destructive: 5 63% 40%;
|
||||
--destructive-foreground: 0 0% 98%;
|
||||
--border: 0 0% 89.8%;
|
||||
--input: 0 0% 89.8%;
|
||||
--ring: 0 0% 3.9%;
|
||||
--ring: 221 44% 41%;
|
||||
--chart-1: 12 76% 61%;
|
||||
--chart-2: 173 58% 39%;
|
||||
--chart-3: 197 37% 24%;
|
||||
|
@ -43,25 +43,25 @@ body {
|
|||
--sidebar-ring: 217.2 91.2% 59.8%;
|
||||
}
|
||||
.dark {
|
||||
--background: 0 0% 3.9%;
|
||||
--background: 222 47% 11%;
|
||||
--foreground: 0 0% 98%;
|
||||
--card: 0 0% 3.9%;
|
||||
--card: 222 47% 15%;
|
||||
--card-foreground: 0 0% 98%;
|
||||
--popover: 0 0% 3.9%;
|
||||
--popover: 222 47% 11%;
|
||||
--popover-foreground: 0 0% 98%;
|
||||
--primary: 0 0% 98%;
|
||||
--primary-foreground: 0 0% 9%;
|
||||
--primary: 221 83% 72%;
|
||||
--primary-foreground: 222 47% 11%;
|
||||
--secondary: 0 0% 14.9%;
|
||||
--secondary-foreground: 0 0% 98%;
|
||||
--muted: 0 0% 14.9%;
|
||||
--muted-foreground: 0 0% 63.9%;
|
||||
--accent: 0 0% 14.9%;
|
||||
--accent: 5 73% 60%;
|
||||
--accent-foreground: 0 0% 98%;
|
||||
--destructive: 0 62.8% 30.6%;
|
||||
--destructive: 5 73% 60%;
|
||||
--destructive-foreground: 0 0% 98%;
|
||||
--border: 0 0% 14.9%;
|
||||
--input: 0 0% 14.9%;
|
||||
--ring: 0 0% 83.1%;
|
||||
--border: 222 47% 20%;
|
||||
--input: 222 47% 20%;
|
||||
--ring: 221 83% 72%;
|
||||
--chart-1: 220 70% 50%;
|
||||
--chart-2: 160 60% 45%;
|
||||
--chart-3: 30 80% 55%;
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
import type {Metadata} from 'next';
|
||||
import type { Metadata } from 'next';
|
||||
import './globals.css';
|
||||
import { Toaster } from '@/components/ui/toaster';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Firebase Studio App',
|
||||
description: 'Generated by Firebase Studio',
|
||||
title: 'Cheating Chelsea Exposed',
|
||||
description:
|
||||
"Exposing the harm caused by Chelsea Smallwood and 'The Other Woman and the Wife' group.",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
@ -14,11 +16,21 @@ export default function RootLayout({
|
|||
return (
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet"></link>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link
|
||||
rel="preconnect"
|
||||
href="https://fonts.gstatic.com"
|
||||
crossOrigin="anonymous"
|
||||
/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<body className="font-body antialiased">{children}</body>
|
||||
<body className="font-body antialiased">
|
||||
{children}
|
||||
<Toaster />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
|
125
src/app/page.tsx
125
src/app/page.tsx
|
@ -1,3 +1,126 @@
|
|||
import { Button } from '@/components/ui/button';
|
||||
import {
|
||||
Card,
|
||||
CardContent,
|
||||
CardDescription,
|
||||
CardFooter,
|
||||
CardHeader,
|
||||
CardTitle,
|
||||
} from '@/components/ui/card';
|
||||
|
||||
export default function Home() {
|
||||
return <></>;
|
||||
return (
|
||||
<div className="flex flex-col min-h-screen">
|
||||
<main className="flex-grow">
|
||||
<div className="container mx-auto max-w-4xl py-12 px-4 sm:px-6 lg:px-8">
|
||||
<header className="text-center mb-12">
|
||||
<h1 className="text-4xl sm:text-5xl font-extrabold tracking-tight text-primary font-headline">
|
||||
Cheating Chelsea Exposed
|
||||
</h1>
|
||||
<p className="mt-4 text-lg text-muted-foreground">
|
||||
The story of manipulation, harassment, and the fight for justice.
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<div className="space-y-8">
|
||||
<Card>
|
||||
<CardHeader>
|
||||
<CardTitle className="text-2xl font-bold font-headline">
|
||||
Who is Chelsea Smallwood?
|
||||
</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-4 text-base text-card-foreground">
|
||||
<p>
|
||||
Chelsea Smallwood is the creator and leader of a group known
|
||||
as "The Other Woman and the Wife." Marketed as a space for
|
||||
female empowerment, this group has a darker side. It allegedly
|
||||
encourages and normalizes infidelity, creating a platform
|
||||
where individuals share intimate details of their affairs.
|
||||
</p>
|
||||
<p>
|
||||
While claiming to support women, the group's activities have
|
||||
led to significant emotional distress and real-world harm for
|
||||
those targeted by its members. The platform has been used to
|
||||
share private information without consent, blurring the lines
|
||||
between empowerment and exploitation.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card>
|
||||
<CardHeader>
|
||||
<CardTitle className="text-2xl font-bold font-headline">
|
||||
The Harm Caused: Kristen Jacobs' Story
|
||||
</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-4 text-base text-card-foreground">
|
||||
<p>
|
||||
Kristen Jacobs is one of the victims of the activities
|
||||
fostered by Chelsea's group. She discovered that her private
|
||||
text messages and personal photos were being shared and
|
||||
mocked within "The Other Woman and the Wife." This was not
|
||||
just a private matter; this sensitive content was allegedly
|
||||
used to promote the group and Chelsea's brand, turning
|
||||
Kristen's personal pain into a tool for profit and
|
||||
recruitment.
|
||||
</p>
|
||||
<p>
|
||||
This gross violation of privacy constitutes online harassment
|
||||
and has had a severe impact on Kristen's life. It is a stark
|
||||
example of how the group's rhetoric of "empowerment" can
|
||||
be twisted into a weapon for causing harm, profiting from
|
||||
others' suffering, and fostering a culture of
|
||||
cyberbullying.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-2 border-destructive shadow-lg">
|
||||
<CardHeader className="text-center">
|
||||
<CardTitle className="text-3xl font-bold font-headline text-primary">
|
||||
Stand With Kristen
|
||||
</CardTitle>
|
||||
<CardDescription className="text-md pt-2 max-w-xl mx-auto">
|
||||
Help her fight back against online harassment and
|
||||
exploitation.
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p className="text-center text-base text-card-foreground max-w-prose mx-auto">
|
||||
Kristen is taking a stand to hold Chelsea Smallwood and her
|
||||
organization accountable. This is not just a personal battle;
|
||||
it's a fight against the unethical use of private
|
||||
information and for-profit online harassment. Your support can
|
||||
help her cover legal fees and bring awareness to this
|
||||
important issue.
|
||||
</p>
|
||||
</CardContent>
|
||||
<CardFooter className="flex justify-center pt-4">
|
||||
<Button asChild size="lg" variant="destructive">
|
||||
<a
|
||||
href="https://www.gofundme.com/f/help-kristen-stand-against-online-harassment-for-profit"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-lg font-bold"
|
||||
>
|
||||
Support Kristen's GoFundMe
|
||||
</a>
|
||||
</Button>
|
||||
</CardFooter>
|
||||
</Card>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer className="text-center py-6 text-sm text-muted-foreground">
|
||||
<div className="container mx-auto">
|
||||
<p>
|
||||
This website, cheatingchelsea.com, is dedicated to raising
|
||||
awareness and supporting the victims.
|
||||
</p>
|
||||
<p>© 2024 Cheating Chelsea Exposed. All Rights Reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue