Skip to content

Commit

Permalink
Merge pull request #51 from dailybruin/bryson/update/about23-24
Browse files Browse the repository at this point in the history
May need ask about updating photos or signatures in the future.
  • Loading branch information
BrysonXiao authored Sep 4, 2023
2 parents 6e0690b + 8c72505 commit 551dd00
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 41 deletions.
Binary file added src/images/Kate_Green_Photo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/Kate_Green_Signature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/Martin_Sevcik_Photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/Martin_Sevcik_Signature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/Maya_O_Kelly_Photo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/Maya_O_Kelly_Signature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 42 additions & 41 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ import CustomHead from '../components/CustomHead'
import CustomHeader from '../components/CustomHeader'
import { Footer } from '../components/Footer'

import AbiPhoto from '../images/AbiSiatkowskiPhoto.jpg'
import MeganTagamiPhoto from '../images/MeganTagamiPhoto.jpg'
import MeganFuPhoto from '../images/MeganFuPhoto.jpg'

import AbiSig from '../images/AbiSig.png'
import MeganTagamiSig from '../images/MeganTagamiSig.png'
import MeganFuSig from '../images/MeganFuSig.png'
import KatePhoto from '../images/Kate_Green_Photo.png'
import MartinPhoto from '../images/Martin_Sevcik_Photo.jpg'
import MayaPhoto from '../images/Maya_O_Kelly_Photo.png'

import KateSign from '../images/Kate_Green_Signature.png'
import MartinSign from '../images/Martin_Sevcik_Signature.png'
import MayaSign from '../images/Maya_O_Kelly_Signature.png'

interface AboutInfo {
headshot?: string
Expand Down Expand Up @@ -157,35 +156,35 @@ const About = ({ data }) => (
<p>
Here at PRIME, we strive to shine a light on issues affecting the UCLA
community and give them a human voice. As a magazine, we aim to uplift
narratives that might otherwise be overlooked at a big, ever buzzing
narratives that might otherwise be overlooked at a big, ever-buzzing
institution like UCLA.
</p>

<p>
When lecturers protested against unfair labor practices, PRIME reported
on the daily struggles they endure as faculty. We also spoke to a
student peforming digital sex work to make ends meet during the COVID-19
pandemic. PRIME investigates the questions that matter most, from the
ethics of animal experimentation to predatory landlords in Westwood.
When lecturers protested against unfair labor practices, PRIME covered
the daily struggles they endure as faculty. We also reported on the
evolution of COVID-19 testing technology as our community returned to
campus. PRIME investigates the questions that matter most, from
transgender inclusion in student life to the ethics of animal
experimentation.
</p>

<p>
Personal columns also have a home in PRIME. One of our reporters has
written about her experience losing a grandparent during the pandemic,
and other writers have explored their identities as children of
immigrants.
PRIME writers delve into every element of the Bruin experience. Even
while investigating predatory landlords in Westwood, we make time for
exploring the history of Bruins' love for boba. Personal columns also
have a home in PRIME. From discussing the imposter syndrome of being a
nontraditional student to reflecting on identity as a child of
immigrants, PRIME platforms reporters to honestly share their diverse
stories.
</p>

<p>
Our quarterly magazine exists at the intersection of reporting, writing,
design and art and is made possible by the Daily Bruin staff and our
very own PRIME reporters.
</p>

<p>
As UCLA students navigate the highs and lows of the transition back to
in-person learning, PRIME will be here, continuing to tell the stories
that need to be told.
very own PRIME reporters. As PRIME pushes the boundaries of narrative
journalism, embracing multimedia formats and immersive first-person
reporting, we will continue to tell the stories that need to be told.
</p>

<p>Thank you for reading PRIME. We hope you enjoy it.</p>
Expand Down Expand Up @@ -219,34 +218,36 @@ const About = ({ data }) => (
`}
>
<AboutFrame
headshot={AbiPhoto}
headshot={KatePhoto}
title={'PRIME director'}
name={'Abigail Siatkowski'}
name={'Kate Green'}
text={
"Siatkowski is the 2022-2023 PRIME director. She was previously the 2021-2022 PRIME content editor and a contributor for the Arts, News, Sports and Outreach sections. She is also a third-year communication student at UCLA."
'Green is the 2023-2024 PRIME director. She was previously a PRIME and Outreach staff member. \
She is also a fourth-year English student minoring in community engagement and social change.'
}
signature={AbiSig}
email={'asiatkowski@dailybruin.com'}
signature={KateSign}
email={'kgreen@dailybruin.com'}
/>
<AboutFrame
headshot={MeganTagamiPhoto}
headshot={MartinPhoto}
title={'PRIME content editor'}
name={'Megan Tagami'}
name={'Martin Sevcik'}
text={
"Tagami is the 2022-2023 PRIME content editor. She was previously a News and PRIME staff member. She is a political science and public affairs student from Honolulu."
'Sevcik is the 2023-2024 PRIME content editor. He was previously a PRIME staff member. \
He is a third-year double majoring in economics and labor studies.'
}
signature={MeganTagamiSig}
email={'mtagami@dailybruin.com'}
signature={MartinSign}
email={'msevcik@dailybruin.com'}
/>
<AboutFrame
headshot={MeganFuPhoto}
headshot={MayaPhoto}
title={'PRIME art director'}
name={'Megan Fu'}
text={
"Fu is the 2022-2023 PRIME art director. Previously, she was a PRIME staff writer and a contributor for Arts and Illustrations. She is also a fourth-year English student minoring in linguistics and cognitive science."
}
signature={MeganFuSig}
email={'mfu2@dailybruin.com'}
name={`Maya O'Kelly`}
text={`O'Kelly is the 2023-2024 PRIME art director. She was previously the 2022-2023 Design director \
and one of the 2021-2022 Assistant Design directors. She is also a fourth-year human biology \
and society student minoring in applied developmental psychology.`}
signature={MayaSign}
email={'mokelly@dailybruin.com'}
/>
</div>
<Footer />
Expand Down

0 comments on commit 551dd00

Please sign in to comment.