Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added my name #16

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# sprinterns2025
Sprinternship 2025 Challenge Project

- sara abdulla

### Setup Your Local Go & SQL Environments
Go to https://github.com/bitly/sprinterns2025

Expand Down
13 changes: 13 additions & 0 deletions views/js/evently/src/AboutUs.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react'
import './AboutUs.css'
import profileImage1 from './Images/headshot.JPG'; // Import your profile images
import profileImageSara from './Images/sara.jpg'; // Import your profile images


function AboutUs() {
Expand All @@ -25,6 +26,18 @@ function AboutUs() {
<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={profileImageSara} 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