|
1 | 1 | <?php
|
2 | 2 | require('../template/top.php');
|
3 |
| -require('../template/functions/card.php'); |
| 3 | +require('card.php'); |
4 | 4 | head('Our Team', true);
|
5 | 5 | $members = array();
|
6 | 6 | $members[] = [
|
|
105 | 105 | 'github_url'=>'https://www.github.com/kenneth-w-chen',
|
106 | 106 | // 'twitter_url'=>''
|
107 | 107 | ];
|
| 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 | +]; |
108 | 116 |
|
109 | 117 | $members[] = [
|
110 | 118 | 'name'=>'Willow Houchin',
|
|
114 | 122 | 'linkedin_url'=>'https://www.linkedin.com/in/willow-houchin-127147252',
|
115 | 123 | 'github_url'=>'https://www.github.com/WillowHouchin',
|
116 | 124 | ];
|
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 |
| -]; |
125 | 125 | ?>
|
126 | 126 | <main class="page-content">
|
127 | 127 | <!-- Classic Breadcrumbs-->
|
|
0 commit comments