Skip to content

Commit

Permalink
Merge pull request #27 from KevinRouz/main
Browse files Browse the repository at this point in the history
close #16: Update partner logos and ACM descriptions
  • Loading branch information
KevinRouz authored Sep 10, 2024
2 parents fba76c9 + fb25638 commit cd79315
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 12 deletions.
Binary file modified public/assets/partners/adobe-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/partners/blackrock-logo.png
Binary file not shown.
Binary file added public/assets/partners/blackstone-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/about/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import { AboutAcmCard } from "@/components/about/AboutAcmCard";
import AcmCreateCard from "@/components/about/AcmCreateCard";
import AcmDivisions from "@/components/about/AcmDivisions";
Expand Down
1 change: 1 addition & 0 deletions src/app/connect/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import React from "react";
import Connect from "@/components/connect/Connect";

Expand Down
1 change: 1 addition & 0 deletions src/app/officers/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import Department from "@/components/officers/Department";
import Image from "next/image";
import departments from "@/data/officers-data";
Expand Down
12 changes: 6 additions & 6 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import Image from "next/image";
import Link from "next/link";

Expand Down Expand Up @@ -25,10 +26,9 @@ export default function Home() {
</div>

<p className="text-lg md:text-xl leading-relaxed font-medium">
The ACM chapter at UTA welcomes students of all backgrounds,
majors, interests, and skill levels to join our community and
share in our love for technology. ACM is currently comprised of
four committees, each serving a different topic and mission.
UTA's largest computer science organization—uniting students through technology.
Join our inclusive community to learn, collaborate,
create, and grow, no matter your background or experience.
</p>

<div className="w-full flex justify-center mt-8">
Expand Down Expand Up @@ -120,8 +120,8 @@ export default function Home() {
</div>
<div className="w-40 h-32 md:w-80 md:h-52">
<Image
src="/assets/partners/blackrock-logo.png"
alt="Black Rock"
src="/assets/partners/blackstone-logo.png"
alt="Black Stone"
className="w-full h-full object-contain"
width={200}
height={200}
Expand Down
14 changes: 8 additions & 6 deletions src/components/about/AboutAcmCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ export const AboutAcmCard = () => {
/>
</div>
<p className="text-lg md:text-xl leading-relaxed mb-6 font-medium">
The Association for Computing Machinery (ACM) is the world’s
largest computer science/engineering focused organization.
The Association for Computing Machinery (ACM) is the world's largest
and most influential organization for computing professionals.
Our UTA chapter extends this legacy, providing a platform for students
of all majors and skill levels to immerse themselves in technology.
</p>
<p className="text-lg md:text-xl leading-relaxed font-medium">
The ACM chapter at UTA welcomes students of all backgrounds,
majors, interests, and skill levels to join our community and
share in our love for technology. ACM is currently comprised of
four committees, each serving a different topic and mission.
Through six dedicated committees, we offer resources, networking opportunities,
and hands-on experiences in areas like research, software development, and project management.
Whether you're building your first app or leading a team project,
ACM at UTA gives you the tools and community to grow and connect with fellow tech enthusiasts.
</p>
</div>

Expand Down

0 comments on commit cd79315

Please sign in to comment.