Could we have the "Stand With Kristen" section above "Sources and Eviden
This commit is contained in:
parent
1fbe6cfda9
commit
56d15710b0
1 changed files with 34 additions and 34 deletions
|
@ -75,6 +75,40 @@ export default function Home() {
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</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>
|
||||||
|
|
||||||
<Card>
|
<Card>
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle className="text-2xl font-bold font-headline">
|
<CardTitle className="text-2xl font-bold font-headline">
|
||||||
|
@ -128,40 +162,6 @@ export default function Home() {
|
||||||
</p>
|
</p>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue