Skip to content

Commit

Permalink
added bio info and pic
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreo-cake committed Jan 9, 2025
1 parent 7c07d95 commit 938e0fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions views/js/evently/src/AboutUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,28 @@ function AboutUs() {
</div>
<div className="container-1">
<div className="profileImages-1">
<img src={profileImage1} alt="Person 1" />
<img src= "/views/js/evently/src/Images/headshot.JPG" alt="Person 1" />
</div>
<div className="personInfo-1">
<h2>Sara Abdulla</h2>
<h2>Juana Casey</h2>
<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>
<p> Feel free to connect with me on LinkedIn!</p>
<a href="https://www.linkedin.com/in/juana-casey/">LinkedIn</a>

</div>
</div>
<div className="container-1">
<div className="profileImages-1">
<img src= "sara.JPG" alt="Sara" />
</div>
<div className="personInfo-1">
<h2>Sara Abdulla</h2>
<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>
<p>Let's Connect on LinkedIn!</p>
<a href="https://www.linkedin.com/in/sara-abdulla-0ba97b292">LinkedIn</a>
</div>
</div>

</div>
)
};
Expand Down
Binary file added views/js/evently/src/Images/sara.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 938e0fa

Please sign in to comment.