diff --git a/OSW-frontend/src/components/About.js b/OSW-frontend/src/components/About.js
index c431de7..ea4b9d4 100644
--- a/OSW-frontend/src/components/About.js
+++ b/OSW-frontend/src/components/About.js
@@ -5,267 +5,71 @@ import Footer from './Footer';
import "./About.css";
import facebook from "../img/facebook.png";
import communityguidlinessImg from "../img/communityguidlinessImg.png";
+
export default function About() {
-
const navigate = useNavigate();
-const handleClickMember = () => {
- navigate('/login')
-
-};
+ const handleClickMember = () => {
+ navigate('/login');
+ };
return (
-
<>
-
- OSW brings together developers, enthusiasts, and open-source advocates to engage in discussions, workshops, and presentations focused on different open-source technologies. We believe in the power of open-source software to drive innovation, foster collaboration, and build a stronger tech community. -
- - -+ OSW brings together developers, enthusiasts, and open-source advocates to engage in discussions, workshops, and presentations focused on different open-source technologies. We believe in the power of open-source software to drive innovation, foster collaboration, and build a stronger tech community. +
+ + +- When you join our programs, you're joining a community. And like any - growing community, a few ground rules about expected behavior are - good for everyone. These guidelines cover both online (e.g. mailing - lists, social channels) and offline (e.g. in-person meetups) - behavior. Violations of this code of conduct can result in members - being removed from the program. Use your best judgment, and if you'd - like more clarity or have questions feel free to reach out. -
+- The above is not an exhaustive list -- we do not tolerate - harassment of event spanarticipants in any form. -
-- Sexual language and imagery is not appropriate for any event - venue, including talks. Event participants violating these rules - may be expelled from the event, and event banned from future - events at the discretion of the event organizers/management. -
-Harassment includes (but is not limited to):
-- Participants asked to stop any harassing behavior are expected to - comply immediately. -
-- Exhibiting partners and guests are also subject to the - anti-harassment policy. In particular, exhibitors and speakers - should not use sexualized images, activities, or other material, or - otherwise create a sexualized environment in their slide decks, - exhibit material, exhibit staffing, promotional items or demo - material. -
-- If you are being harassed, notice that someone else is being - harassed, or have any other concerns, please contact an organizer or - event volunteer immediately. Organizers and event volunteers may be - identified by t-shirts or special badges/lanyards. Organizers will - investigate the issue and take appropriate action. This may include - helping participants contact venue security or local law - enforcement, provide escorts, or otherwise assist these experiencing - harassment to fell safe for the duration of the event. -
-- Though we hope that we never have to invoke this policy, we believe - that having this document helps everyone think a little more about - how their actions and words affect the whole community, as well as - individuals in the community. -
+ {/* ... (anti-harassment policy code) */}