diff --git a/public/images/sce_google.jpeg b/public/images/sce_google.jpeg new file mode 100644 index 000000000..13bf2b83f Binary files /dev/null and b/public/images/sce_google.jpeg differ diff --git a/public/images/sce_intel.jpeg b/public/images/sce_intel.jpeg new file mode 100644 index 000000000..5bc49e16c Binary files /dev/null and b/public/images/sce_intel.jpeg differ diff --git a/public/images/sce_intel2.jpg b/public/images/sce_intel2.jpg new file mode 100644 index 000000000..4ad00aa4b Binary files /dev/null and b/public/images/sce_intel2.jpg differ diff --git a/public/images/sce_intern.jpg b/public/images/sce_intern.jpg new file mode 100644 index 000000000..f0a38d43e Binary files /dev/null and b/public/images/sce_intern.jpg differ diff --git a/public/images/sce_internal.jpeg b/public/images/sce_internal.jpeg new file mode 100644 index 000000000..6a3e2fe91 Binary files /dev/null and b/public/images/sce_internal.jpeg differ diff --git a/public/images/sce_winter.jpg b/public/images/sce_winter.jpg new file mode 100644 index 000000000..34fb170e4 Binary files /dev/null and b/public/images/sce_winter.jpg differ diff --git a/public/images/sce_winter2.jpg b/public/images/sce_winter2.jpg new file mode 100644 index 000000000..b1305f3e2 Binary files /dev/null and b/public/images/sce_winter2.jpg differ diff --git a/src/Pages/About/About.js b/src/Pages/About/About.js index d5726121a..469413370 100644 --- a/src/Pages/About/About.js +++ b/src/Pages/About/About.js @@ -2,308 +2,104 @@ import React from 'react'; export default function AboutPage() { return ( -
-
-
-
-
- sce collage -
- -
-
-

- The Next Frontier of Innovation at San José State. -

-

- The Software and Computer Engineering Society aims - to provide students with sense of community, industry-relevant - experience and mentorship. -

-
+
+
+
+
+ + {/* Title Section */} +
+ {/*
*/} +

What Happens at SCE

+
-
-
-
-
-
-
-

- Learn while having fun, making friends and eating pancakes -

-
-
-

- Come visit us in ENGR 294 or on Discord at: {' '} - - - https://sce.sjsu.edu/s/discord - - -

-
-
-
- COMPANIES WITH SCE ALUMNI INCLUDE -
- - {/* fb */} - - - - - - - - - - - - - - - - - - - - - - - - - - - {/* amazon */} - - - - - - - - - - - - - {/* netflix */} - - - - - - - - - - - {/* google */} - - - - - - - - - - - - - - {/* salesforce */} - - - - - - - - - - - - - {/* tesla */} - - - - - - - - -
-
-
- -
-

- Join Our Development Team!

- - - Get exposed to industry standards in Web Development, API design, Code Reviews and more! For more info, - - join our Discord server. + + {/* Sections */} +
+ {/* Introduction */} +
+

About SCE

+

+ Since 1992, the Software and Computer Engineering Society (SCE) at San José State University has + empowered students with learning opportunities beyond the classroom. We strive to + develop a community that supports each member's educational journey and career aspirations. +

+
+ + {/* Alumni */} +
+

Companies with SCE Alumni

+
+ google photo +

+ SCE alumni have gone on to pioneer innovations at leading tech giants and startups. + Notable companies include Google, Apple, Facebook, Tesla, and many more across Silicon Valley and beyond. +

+
+
+ + {/* Internships */} +
+

Internship Opportunities

+
+ Internal Group Image +

+ Since 2020, SCE has hosted a summer internship program, exposing students to projects + ranging from full stack development to site reliability and developer tooling. These opportunities + equip our youth with real-world experience and industry contacts. +

+
+
+ + {/* Projects */} +
+

Our Projects

+

-
-
-
- - {/* node */} - - - - - - - - - - - - - - - {/* react */} - - - - - - - - - - - - - - {/* python */} - - - - - - - - - - - {/* raspberry pi */} - - - - - - - - - - - - - {/* github */} - - - - - - - - - - - - - - - - - - - - - - - - - {/* aws */} - - - - - - - - - {/* grafana */} - - - - - - - - - - - - - - - - - - - - - - - {/* google cloud */} - - - - - - - - - - - - - - +

+
+
+ + {/* Community */} +
+

Community and Engagement

+
+ + People Eating +

+ SCE isn't just about learning, it's about growing within a vibrant community. Join us for + regular meetups, social events, gatherings, and our always-open + + Discord Server + to connect, share, and build together. +

+
+
+ + {/* Join Us */} +
+

Join Us!

+
+ Group Photo +

+ Get hands-on with industry standards in web development, API design, and code reviews. For more information, + + join our discord! + +

+
+
- - - - - {/* discord */} - - - - -
- - - ); -} + + + ); + }; \ No newline at end of file