Skip to content

Commit

Permalink
Removed emojis, blood type, SIN, and card number.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Oct 29, 2023
1 parent a62766e commit 5889343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
16 changes: 2 additions & 14 deletions src/components/AboutCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Headshot from '@components/Headshot.astro'
const {
key,
name,
emoji,
position,
description,
github,
Expand Down Expand Up @@ -33,7 +32,7 @@ const randomSIN = () => `${rand3Digits()} ${rand3Digits()} ${rand3Digits()}`
<Headshot imgFile={github} alt={name}></Headshot>
</figure>}
<div class="media-content">
<h2 class="title has-text-primary">{ name } { emoji }</h2>
<h2 class="title has-text-primary">{ name }</h2>
<h3 class="subtitle is-3 has-text-info">{ position }</h3>
<p>{ description }</p>
<div class="tag is-info"><span class="icon">
Expand All @@ -43,18 +42,7 @@ const randomSIN = () => `${rand3Digits()} ${rand3Digits()} ${rand3Digits()}`
<i class="fa-brands fa-slack"></i>
</span><span>{ slack }</span></div>
<p>
<span class="has-text-success">Blood Type: </span>
<span class="has-text-danger">{ randomBloodType() }</span>
</p>
<p>
<span class="has-text-success">SIN: </span>
<span>{ randomSIN() }</span>
</p>
<p>
<span class="has-text-success">Credit Card PIN: </span>
<span>{ rand3Digits() }</span>
</p>
</div>

{key % 2 === 0 && <figure class="media-right">
<Headshot imgFile={github} alt={name}></Headshot>
</figure>}
Expand Down
7 changes: 0 additions & 7 deletions src/data/about.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,55 +3,48 @@
"people": [
{
"name": "Paul Saunders",
"emoji": "πŸ’―",
"position": "President",
"description": "Paul Saunders is a fourth year student in a Computing Science Specialization degree. He favours the data science aspect of AI and ML rather than games, and has been working with data since grade 11. He joined UAIS in its very first year and has since been working hard on explaining that AI probably will not take over the world, and he writes the newsletters for the club. He competes in olympic weightlifting, mountain bike races, and is generally a cool guy. He also tutors two math courses, and so along with Justin he is a great resource for any math or stats troubles you may have.",
"github": "psaunderualberta",
"slack": "P.Saunders"
},
{
"name": "Giancarlo Pernudi Segura",
"emoji": "πŸ‘Œ",
"position": "Vice President",
"description": "Also known as gino, Giancarlo is a fourth year student in the Computer Science Specialization program. He's a hardcore linux and vim enthusiast. Currently enrolled in the Canadian Armed Forces Reserves as an Army Communications and Information Systems Specialist. Besides his official responsibilities, he also maintains the club website, and github organization. His focus is member learning and he enables that by creating and teaching workshops available to all members. He has also made all club graphic design objects such as logo's and posters. He likes watching sunsets and long walks on the beach.",
"github": "giancarlopernudisegura",
"slack": "gino"
},
{
"name": "Justin Valentine",
"emoji": "😎",
"position": "Treasurer",
"description": "Justin is a fourth year math and computer science student interested in robotic motion planning and differential geometry. When he is not studying he likes to run, row and rock climb. By studying AI he hopes to be spared by Roko's Basilisk.",
"github": "JustinValentine",
"slack": "Justin Valentine"
},
{
"name": "Akemi Izuko",
"emoji": "β™₯ ",
"position": "General Secretary",
"description": "Akemi is a 3rd year cs student passionate about making machines do the work for him. When he isn't bathing in the warm glow of an LCD, he's breathless on one of Edmonton's biking trails. Uses Arch btw",
"github": "Aizuko",
"slack": "Akemi Izuko"
},
{
"name": "Saakshi Joshi",
"emoji": "😏",
"position": "VP External",
"description": "Saakshi is a third-year Computing Science student who is always up for spontaneous adventures and new experiences. Harboring feelings of affection towards (baby) animals, Saakshi would like to spend her days wandering the streets feeding birds, kittens, and the like.",
"github": "cinnamonhater",
"slack": "Saakshi Joshi"
},
{
"name": "Pratham Arora",
"emoji": "πŸ¦†",
"position": "VP Internal",
"description": "Pratham is currently a 3rd year student at UofA persuing Specialization in Computing science. He really enjoys watching Football ( It's not called soccer ...) And F1.",
"github": "PrathamArora20",
"slack": "Pratham Arora"
},
{
"name": "Justin Stevens",
"emoji": "πŸ”’",
"position": "Founder",
"description": "Justin is currently doing a Master's at the University of Alberta. He founded the Undergraduate Artificial Intelligence Society in fall 2018 and but then decided to betray us. His primary interests are in reinforcement and machine learning, and he enjoys teaching other students about the magic behind AI. His areas of research are heuristic search for video games and program synthesis.",
"github": "musichead42",
Expand Down

0 comments on commit 5889343

Please sign in to comment.