diff --git a/views/js/evently/src/AboutUs.css b/views/js/evently/src/AboutUs.css index c71a654..4648ea8 100644 --- a/views/js/evently/src/AboutUs.css +++ b/views/js/evently/src/AboutUs.css @@ -6,7 +6,6 @@ text-align: center; color: #FF6116; font-size: 25px; - } .missionStatement { text-align: center; @@ -57,3 +56,60 @@ text-align: justify; padding: 15px; } + + + +.missionStatement { + text-align: center; + font-size: 20px; + padding: 10px; + margin-bottom: 20px; +} + + .profileImages-1 { + margin-bottom: 20px; + float: left; + margin-right: 10px; + padding:10px; + padding-left: 15px; +} + +.profileImages-1 img { + width: 200px; /* Adjust the width of the profile images */ + height: 200px; /* Adjust the height of the profile images */ + object-fit: cover; /* Maintain aspect ratio */ +} +.personInfo-1{ + text-align: left; + text-align: justify; + padding: 15px; +} +.container-1, .container-2 { + border-style: outset; + height: 200px; + padding:20px; + border-color: #FF6116; +} + + +.socialMediaLinks { + margin-top: 5px; /* Adjust spacing between person info and social media links */ + + } + +.profileImages-2{ + float: right; + margin-left: 10px; + padding:10px; + padding-right: 15px; +} +.profileImages-2 img { + width: 200px; /* Adjust the width of the profile images */ + height: 200px; /* Adjust the height of the profile images */ + object-fit: cover; /* Maintain aspect ratio */ +} +.personInfo-2{ + text-align: right; + text-align: justify; + padding: 15px; +} diff --git a/views/js/evently/src/AboutUs.jsx b/views/js/evently/src/AboutUs.jsx index 29b8be8..111f3e9 100644 --- a/views/js/evently/src/AboutUs.jsx +++ b/views/js/evently/src/AboutUs.jsx @@ -1,10 +1,9 @@ import React from 'react' import './AboutUs.css' import profileImage1 from './profile_img.jpg'; // Import your profile images -import profileImage2 from './Lameya.jpg'; -import profileImage3 from './sanjida.jpeg'; -import IdenAmoako from './Images/IdenAmoako.jpeg' -import profileImage4 from './VidiyaDawah.jpg'; +import profileImage2 from './profile_img.jpg'; +import profileImage3 from './profile_img.jpg'; +import profileImage4 from './profile_img.jpg'; function AboutUs() { @@ -26,55 +25,53 @@ function AboutUs() {

Safiya Jones

-

Lorem ipsum dolor sit amet consectetur adipisicing elit. Aspernatur quas, sapiente, dignissimos eveniet provident non error, beatae dolorum cum doloremque molestias? Repudiandae sint saepe suscipit! Magnam saepe accusantium ullam aliquid labore debitis. Nulla culpa dicta repellat ex temporibus soluta magnam. Nostrum adipisci optio pariatur omnis dolorum voluptate! Tempore, aut. Veritatis?

+

Hi! My name is Safiya Jones. I am currently in my junior year of undergrad studying Communication Design at the New York City College of Technology. I enjoy traveling, design, trying new food and Pilates.

Connect with me on LinkedIn!

- LinkedIn + LinkedIn
- Person 1 + Person 1

Lameya Mostafa

-

Hi! I am Lameya. I'm currently a sophomore at Hunter College, pursuing a degree in Computer Science. Outside of academics, I enjoy watching sunsets and rocket launches. Photography and video editing are also among my favorite hobbies, allowing me to capture and create moments. I'm always eager to expand my knowledge and explore new interests.

-

Connect with me on LinkedIn!

- LinkedIn +

Lorem ipsum dolor sit amet consectetur adipisicing elit. Aspernatur quas, sapiente, dignissimos eveniet provident non error, beatae dolorum cum doloremque molestias? Repudiandae sint saepe suscipit! Magnam saepe accusantium ullam aliquid labore debitis. Nulla culpa dicta repellat ex temporibus soluta magnam.

+

Let's link up on LinkedIn!

+ LinkedIn
- Person 1 + Person 1

Sanjida Kazi

-

Hello! I'm currently a freshman at Hunter College majoring in computer science. I am Bengali-American and live in the Bronx. In my free time, I like to watch shows, cook, and play guitar. I am glad to be apart of the sprinternship at Bitly this year, it was a great learning experience and I got to meet so many talented people.

-

Add me on LinkedIn!

- LinkedIn +

Lorem ipsum dolor sit amet consectetur adipisicing elit. Aspernatur quas, sapiente, dignissimos eveniet provident non error, beatae dolorum cum doloremque molestias? Repudiandae sint saepe suscipit! Magnam saepe accusantium ullam aliquid labore debitis. Nulla culpa dicta repellat ex temporibus soluta magnam. Nostrum adipisci optio pariatur omnis dolorum voluptate! Tempore, aut. Veritatis?

+

Connect with me on LinkedIn!

+ LinkedIn
- Person 1 + Person 1

Vidiya Dawah

-

Hello! I'm Vid, a junior at Baruch majoring in CIS who has interned here at Bitly! I like learning new things and this experience has taught me a lot of technical skills and a lot of things about myself. And I got to meet a lot of cool people here at Bitly.

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Aspernatur quas, sapiente, dignissimos eveniet provident non error, beatae dolorum cum doloremque molestias? Repudiandae sint saepe suscipit! Magnam saepe accusantium ullam aliquid labore debitis. Nulla culpa dicta repellat ex temporibus soluta magnam.

Let's link up on LinkedIn

- LinkedIn + LinkedIn
- Picture of Iden Amoako + Person 1

Iden Amoako

-

Hi, I'm Iden. I am a third year undergraduate student pursuing a Bachelor of Business Administration in Computer Information Systems at Baruch College, with a minor in Interdisciplinary Studies at The Macaulay Honors College. - I am an aspriring Software Engineer/Full Stack Developer & Technical Product Manager. -

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Aspernatur quas, sapiente, dignissimos eveniet provident non error, beatae dolorum cum doloremque molestias? Repudiandae sint saepe suscipit! Magnam saepe accusantium ullam aliquid labore debitis. Nulla culpa dicta repellat ex temporibus soluta magnam. Nostrum adipisci optio pariatur omnis dolorum voluptate! Tempore, aut. Veritatis?

Connect with me on LinkedIn!

- LinkedIn + LinkedIn
diff --git a/views/js/evently/src/SafiyaJ_ProfilePicture.png b/views/js/evently/src/SafiyaJ_ProfilePicture.png new file mode 100644 index 0000000..75ec9c2 Binary files /dev/null and b/views/js/evently/src/SafiyaJ_ProfilePicture.png differ