Skip to content

Commit 938e0fa

Browse files
committed
added bio info and pic
1 parent 7c07d95 commit 938e0fa

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

views/js/evently/src/AboutUs.jsx

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,28 @@ function AboutUs() {
1818
</div>
1919
<div className="container-1">
2020
<div className="profileImages-1">
21-
<img src={profileImage1} alt="Person 1" />
21+
<img src= "/views/js/evently/src/Images/headshot.JPG" alt="Person 1" />
2222
</div>
2323
<div className="personInfo-1">
24-
<h2>Sara Abdulla</h2>
24+
<h2>Juana Casey</h2>
25+
<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>
26+
<p> Feel free to connect with me on LinkedIn!</p>
27+
<a href="https://www.linkedin.com/in/juana-casey/">LinkedIn</a>
28+
29+
</div>
30+
</div>
31+
<div className="container-1">
32+
<div className="profileImages-1">
33+
<img src= "sara.JPG" alt="Sara" />
34+
</div>
35+
<div className="personInfo-1">
36+
<h2>Sara Abdulla</h2>
2537
<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>
2638
<p>Let's Connect on LinkedIn!</p>
2739
<a href="https://www.linkedin.com/in/sara-abdulla-0ba97b292">LinkedIn</a>
2840
</div>
2941
</div>
42+
3043
</div>
3144
)
3245
};
173 KB
Loading

0 commit comments

Comments
 (0)