Skip to content

Commit 0d2b69b

Browse files
Merge pull request #172 from untrobotics/URW-0-add-myself-to-the-web-team-page
Urw 0 add myself to the web team page
2 parents 1c4aa97 + e0e5bcf commit 0d2b69b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

about/our-web-team.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
require('../template/top.php');
3-
require('../template/functions/card.php');
3+
require('card.php');
44
head('Our Team', true);
55
$members = array();
66
$members[] = [
@@ -105,6 +105,14 @@
105105
'github_url'=>'https://www.github.com/kenneth-w-chen',
106106
// 'twitter_url'=>''
107107
];
108+
$members[] = [
109+
'name'=>'Truitt Crozier',
110+
'title'=>'Team Member',
111+
'description'=>"Truitt Crozier is a sophomore Computer Science student at UNT. His passions are learning about video game console architecture, collecting music, and playing Tetris. As a part of UNT Robotics, he is involved with programming and electronics.",
112+
'picture_uri'=>'/images/bio-pics/truitt-crozier.jpg',
113+
'linkedin_url'=>'https://www.linkedin.com/in/truitt-crozier-719355293',
114+
'github_url'=>'https://github.com/tjcrozier',
115+
];
108116

109117
$members[] = [
110118
'name'=>'Willow Houchin',
@@ -114,14 +122,6 @@
114122
'linkedin_url'=>'https://www.linkedin.com/in/willow-houchin-127147252',
115123
'github_url'=>'https://www.github.com/WillowHouchin',
116124
];
117-
$members[] = [
118-
'name'=>'Truitt Crozier',
119-
'title'=>'Team Member',
120-
'description'=>"Truitt Crozier is a sophomore Computer Science student at UNT. His passions are learning about video game console architecture, collecting music, and playing Tetris. As a part of UNT Robotics, he is involved with programming and electronics.",
121-
'picture_uri'=>'/images/bio-pics/truitt-crozier.jpg',
122-
'linkedin_url'=>'https://www.linkedin.com/in/truitt-crozier-719355293',
123-
'github_url'=>'https://github.com/tjcrozier',
124-
];
125125
?>
126126
<main class="page-content">
127127
<!-- Classic Breadcrumbs-->

0 commit comments

Comments
 (0)