Skip to content

Commit cb84c30

Browse files
committed
added my bio
1 parent 9191de3 commit cb84c30

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

views/js/evently/src/AboutUs.jsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react'
22
import './AboutUs.css'
33
import profileImage1 from './Images/headshot.JPG'; // Import your profile images
4+
import profileImageSara from './Images/sara.jpg'; // Import your profile images
45

56

67
function AboutUs() {
@@ -25,6 +26,18 @@ function AboutUs() {
2526
<p>Hello, my name is Juana Casey! I am a second-year student at CUNY John Jay College of Criminal Justice, where I am majoring in Computer Science with a focus on Information Security. When I am not in school, you can usually find me at my computer working on video editing projects. I also enjoy creating floral arrangements and reading in my free time. I aspire to build a career in Front-End Development and Digital Forensics. </p>
2627
<p> Feel free to connect with me on LinkedIn!</p>
2728
<a href="https://www.linkedin.com/in/juana-casey/">LinkedIn</a>
29+
30+
</div>
31+
</div>
32+
<div className="container-1">
33+
<div className="profileImages-1">
34+
<img src={profileImageSara} alt="Sara" />
35+
</div>
36+
<div className="personInfo-1">
37+
<h2>Sara Abdulla</h2>
38+
<p>I'm a sophomore at CUNY Lehman College and Macaulay Honors College studying Computer Graphics and Imaging with a minor in Media Communications Systems. I aspire to work in a space where I can leverage my creativity to craft designs and campaigns that deliver impactful experiences, connecting with and inspiring diverse audiences.</p>
39+
<p>Connect with me on LinkedIn!</p>
40+
<a href="https://www.linkedin.com/in/sara-abdulla-0ba97b292">LinkedIn</a>
2841
</div>
2942
</div>
3043
</div>

0 commit comments

Comments
 (0)