Skip to content

Commit

Permalink
update about page f2023 (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchhaya authored and meiron03 committed Oct 16, 2023
1 parent 88b8098 commit 7127e1a
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,15 @@ class AboutAdapter(private var members: ArrayList<String>)
"Davies Lumumba" -> R.drawable.davies
"Sophia Ye" -> R.drawable.sophia
"Sahit Penmatcha" -> R.drawable.sahit
"Vishesh Patel" -> R.drawable.vishesh
"Awad Irfan" -> R.drawable.awad
"Liz Powell" -> R.drawable.liz
"Anna Jiang" -> R.drawable.anna_jiang
"Rohan Chhaya" -> R.drawable.rohan
"Belinda Xi" -> R.drawable.belinda
"Julius Snipes" -> R.drawable.julius
"Ansh Nagwekar" -> R.drawable.ansh
"Zhiyan Lu" -> R.drawable.zhiyan
"Ali Krema" -> R.drawable.ali
"Jenny Li" -> R.drawable.jenny
"Sruthi Kurada" -> R.drawable.sruthi
"Charis Gao" -> R.drawable.charis
"Trini Feng" -> R.drawable.trini
"Vedha Avali" -> R.drawable.vedha
"Aaron Mei" -> R.drawable.aaron
else -> null
}
if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.M){
Expand Down
Binary file added PennMobile/src/main/res/drawable/aaron.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 removed PennMobile/src/main/res/drawable/ansh.jpg
Binary file not shown.
Binary file removed PennMobile/src/main/res/drawable/belinda.jpg
Binary file not shown.
Binary file removed PennMobile/src/main/res/drawable/jenny.jpg
Binary file not shown.
Binary file removed PennMobile/src/main/res/drawable/sruthi.jpg
Binary file not shown.
Binary file removed PennMobile/src/main/res/drawable/vishesh.jpg
Binary file not shown.
Binary file removed PennMobile/src/main/res/drawable/zhiyan.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions PennMobile/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
<string name="feedback_txt">Click below to give us feedback!</string>
<string name="request_feature">REQUEST A FEATURE</string>
<string name="our_team">Our Team</string>
<string name="alumni">Alumni</string>
<string name="penn_labs_copyright">\u00A9 2021 Penn Labs</string>
<string name="alumni">Alumni (2020-2023) </string>
<string name="penn_labs_copyright">\u00A9 2023 Penn Labs</string>
<string name="pref_courses_title">Courses</string>
<string name="pref_recitations">Show recitations</string>

Expand Down

0 comments on commit 7127e1a

Please sign in to comment.