Skip to content

Commit 37e521f

Browse files
authored
Merge pull request #12 from OSU-App-Club/anthony
Anthony's bio
2 parents a11123e + 40c6dcc commit 37e521f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

public/anthony.jpg

39.9 KB
Loading

src/data/index.ts

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import type { ProjectCardItem, TeamCardItem } from "@/types";
22

33
const tomBiography = `Hey there! My name is Tom but most know me by my last name, Nyuma ("nuu-muh"). My hobbies include reading manga, mastering the clarinet, and building fun websites. I've seen a lot as president here at the App Development Club, so if I can assist you in any way with classes, your career, or even life, feel free to reach out! This club is a great place to meet new people and learn new things, so I hope to see you at our next meeting and or event : )`;
44
const sebastianBiography = `Hey! My name is Sebastian Torresola, and I am currently a sophomore majoring in CS at OSU. I'm a proud Arizonian, but I moved to Corvallis from Washington. I really enjoy basketball, practicing piano, losing at poker, and playing video games with my friends that I’ve lost touch with after moving. Please feel free to reach out to me on my socials!`;
5+
const anthonyBiography = `Hello! My name is Anthony Silva, and I am currently a double major student in computer science and mathematics at Oregon State University. Other than coding web and mobile applications, I like to study geography, go swimming, and play video games. Feel free to reach out to chat with me, whether it is about coding, academics, career prep, or whatever else that is going on!`;
56
const tazBiography = `Hi! My name is Taz Larson and I'm a sophomore at OSU studying computer science. I was born in Oregon and have pretty much lived here my whole life. In my free time I like to go mountain bike, read, and of course play video games. Always feel free to reach out and chat!`;
67
const owenBiography = `Whatsup, my name is Owen, I'm a 2027 grad majoring in CS at OSU. I've lived in Oregon all my life, but my family moved to Hawaii after I graduated from high school. Other than coding I love to hangout with friends, shop for second hand clothing, and watch anime.`;
78

@@ -15,14 +16,23 @@ const officerData: TeamCardItem[] = [
1516
1617
biography: tomBiography,
1718
},
18-
{
19+
/*{
1920
name: "Sebastian Torresola",
2021
role: "Vice President",
2122
image: "/sebpfp.png",
2223
github: "https://github.com/sebat2004",
2324
linkedin: "https://www.linkedin.com/in/sebastian-torresola-7b3b3b1b3/",
2425
email: "torresos@oregonstate.edu",
2526
biography: sebastianBiography,
27+
},*/
28+
{
29+
name: "Anthony Silva",
30+
role: "Vice President",
31+
image: "/anthony.jpg",
32+
github: "https://github.com/wreckinaj",
33+
linkedin: "https://www.linkedin.com/in/anthony-silva-613165291/",
34+
35+
biography: anthonyBiography,
2636
},
2737
{
2838
name: "Taz Larson",

0 commit comments

Comments
 (0)