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

new image, update officer list, ...correct lazily copied descriptions.. #70

Merged
merged 1 commit into from
Oct 27, 2024
Merged
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
Binary file modified assets/officers/kareem.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 13 additions & 27 deletions pages/officers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,47 +33,40 @@ export default {
title: "Officers",
description: "Cyber@UCR 2024-2025 Board",
officers: [
{
name: "Justin Lee",
image: require("~/assets/officers/justin.jpeg"),
position: "President",
email: "[email protected]",
description: `Justin is the President for Cyber@UCR. His duty is to ensure that all club-related activities are ethical and conducted without malicious intent, as well as to manage any liabilities that may result from unethical activities. He will help Cyber better organize and maintain its vital documents. He is primarily focused on Unix Systems and Networks.`,
},
{
name: "Joshua Hsu",
image: require("~/assets/officers/joshua.png"),
position: "Vice President",
email: "[email protected]",
description: `Joshua serves as the Vice President for Cyber@UCR. His duty is helping maintain the club's official standing as well as organizing the club's official documents. Majoring in Computer Science, Joshua is primarily interested in game development, software engineering, cybersecurity, and the intertwining of the different fields.`,
},
{
name: "Kareem Shehada",
image: require("~/assets/officers/kareem.jpg"),
position: "Secretary",
position: "President",
email: "[email protected]",
description: `Kareem is the Secretary for Cyber@UCR. He is responsible for record keeping and maintaining documents. He also oversees and assists with administrative tasks to ensure smooth operation. Kareem primarily focuses on Unix Systems, Virtualization, and Networks.`,
description: `Kareem is the President for Cyber@UCR. He is in charge of nominating captains for cybersecurity competitions, acting as the club spokesperson, being the principal organizer for conferences and meetings, tiebreaking votes, and other administrative and ethical tasks. He is primarily focused on Unix Systems, Virtualization, and Networks.`,
},
{
name: "Anphu Dung",
image: require("~/assets/officers/anphu.jpg"),
position: "Outreach Director",
position: "Vice President",
email: "[email protected]",
description: `Anphu is the Outreach Director for Cyber@UCR. As outreach director, his role is to conduct outreach for the club, manage social media platforms for the club, and ensure that there is proper communication amongst members. Majoring in Computer Science, he is looking to further expand his knowledge for cybersecurity to use in his future careers in the software industry.`,
description: `AnPhu serves as the Vice President for Cyber@UCR. His duty is helping maintain the club's official standing, organizing the club's official documents, and assisting in administrative tasks. Majoring in Computer Science, he is looking to further expand his knowledge of cybersecurity to use in his future careers in the software industry.`,
},
{
name: "Danny Topete",
image: require("~/assets/officers/danny.png"),
position: "Secretary",
email: "[email protected]",
description: `Danny is the Secretary for Cyber@UCR. He is responsible for record keeping and maintaining documents. He also assists with administrative tasks to ensure smooth operation. He is also in charge of the clubs social media, growing the clubs online presence, and promoting events.`,
},
{
name: "Thomas Li",
image: require("~/assets/officers/thomas.jpg"),
position: "Ethics Director",
email: "[email protected]",
description: `The Ethics Director for Cyber@UCR is responsible for overseeing the overall direction and management of the club's projects and initiatives related to cybersecurity at the University of California, Riverside. They collaborate with other club leaders and members to ensure the successful execution of activities, events, and campaigns that promote cybersecurity awareness and education on campus.`,
description: `Thomas is the Ethics Director for Cyber@UCR. He verifies that the club is complying with UCR ethics and core values during all activities and events. He is also responsible for collecting Ethics Forms from new members and handling ethical violations.`,
},
{
name: "Mark Ghebrial",
image: require("~/assets/officers/mark.png"),
position: "Treasurer",
email: "[email protected]",
description: `Mark is the Treasurer for Cyber@UCR his duties involve activating a club account, creating and proposing the club budget to ASUCR, creating and proposing a match fund budget, ordering club materials, maintaining a balance sheet of club transactions, and ordering food for club meetings. He hopes to increase fundings and efficiently manage all the finance of the club to ensure none of the activities or events are limited by any matters regarding finance, giving the best experience for all of Cyber’s members. He is an alumni of FRC team 3309 and is a Computer Engineer major.`,
description: `Mark is the Treasurer for Cyber@UCR. His duties involve activating the club account, managing Cyber's ASUCR and Cyber's BCOE budget, ordering club materials, maintaining a balance sheet of club transactions, and ordering food for club meetings. Additionally, he may fundraise to ensure finances do not limit club activities and events. He is an alumni of FRC Team 3309 and majors in Computer Engineering.`,
},
{
name: "Chloe Au",
Expand All @@ -89,13 +82,6 @@ export default {
email: "[email protected]",
description: `The CTF Infra Project Lead for the club Cyber@UCR is responsible for leading the development and maintenance of the infrastructure required for the club's Capture the Flag (CTF) competitions. This includes designing and configuring servers, networks, and security systems to ensure the competitions run smoothly and securely.`,
},
{
name: "Danny Topete",
image: require("~/assets/officers/danny.png"),
position: "Social Media Project Lead",
email: "[email protected]",
description: `The Social Media Project Lead for Cyber@ucr is responsible for overseeing the club's social media presence and managing content creation and distribution across various platforms. They are also responsible for developing and implementing strategies to increase engagement, grow the club's online community, and promote events and initiatives.`,
},
// {
// name: 'TBD',
// image: require('~/assets/officers/placeholder-350x350.png'),
Expand Down
Loading