Skip to content

Commit

Permalink
David's about us + linting
Browse files Browse the repository at this point in the history
  • Loading branch information
baronhsieh2005 committed Sep 29, 2024
1 parent 9e25c86 commit ad22b90
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,16 @@ class AboutFragment : Fragment() {
binding.ourTeamRv.layoutManager = GridLayoutManager(context, 3)
binding.alumniRv.layoutManager = GridLayoutManager(context, 3)
val members =
arrayListOf("Rohan Chhaya", "Julius Snipes", "Aaron Mei", "Trini Feng", "Vedha Avali",
"Joe MacDougall", "Baron Ping-Yeh Hsieh", "David Fu")
arrayListOf(
"Rohan Chhaya",
"Julius Snipes",
"Aaron Mei",
"Trini Feng",
"Vedha Avali",
"Joe MacDougall",
"Baron Ping-Yeh Hsieh",
"David Fu",
)
val alumni =
arrayListOf(
"Marta García Ferreiro",
Expand Down

0 comments on commit ad22b90

Please sign in to comment.