|
1 | 1 | <?php
|
2 | 2 | require('../template/top.php');
|
| 3 | +require_once('card.php'); |
3 | 4 | head('Our Alumni', true);
|
| 5 | +$members = array(); |
| 6 | +$members[] = [ |
| 7 | + 'name'=>'Nick Tindle', |
| 8 | + 'title'=>'1st President', |
| 9 | + 'description'=>"I am a Computer Engineering Student, The first president, and still an active member of the group", |
| 10 | + 'picture_uri'=>'/images/bio-pics/nick-tindle.jpg', |
| 11 | +]; |
| 12 | +$members[] = [ |
| 13 | + 'name'=>'Juan Ruiz', |
| 14 | + 'title'=>'2nd President', |
| 15 | + 'description'=>"I am a Computer Engineering Student, I.T. Support Technician, and Undergrad Research Assistant at The University of North Texas. I am an active member of The Alpha Tau Omega Fraternity, Society of Hispanic Professional Engineers, Engineers without Borders, IEEE, and National Society of Professional Engineers. I have also interned at NASA, U.S. Department of Energy, and iOLAP. My focus is Embedded Systems but I have a strong passion for robotics, automation, machine learning, and artificial intelligence.", |
| 16 | + 'picture_uri'=>'/images/bio-pics/juan-ruiz.jpg', |
| 17 | +]; |
| 18 | +$members[] = [ |
| 19 | + 'name'=>'Katie Lee', |
| 20 | + 'title'=>'Former Secretary', |
| 21 | + 'description'=>"I’m a transfer student from UH. I’m studying Computer Engineering because I want to be on the front of the newest technology development, and I’m the secretary for UNT Robotics.", |
| 22 | + 'picture_uri'=>'/images/bio-pics/katie-lee.jpg', |
| 23 | +]; |
| 24 | +$members[] = [ |
| 25 | + 'name'=>'Michelle Rosal Vargas', |
| 26 | + 'title'=>'Former Event Coordinator', |
| 27 | + 'description'=>"Mechanical Engineer | Event Coordinator at UNT Robotics", |
| 28 | + 'picture_uri'=>'/images/bio-pics/michelle-vargas.jpg', |
| 29 | +]; |
| 30 | +$members[] = [ |
| 31 | + 'name'=>'Andrew Jarrett', |
| 32 | + 'title'=>'Former Public Relations', |
| 33 | + 'description'=>"Mechanical Engineer | Public Relations at UNT Robotics", |
| 34 | + 'picture_uri'=>'/images/bio-pics/andrew-jarrett.jpg', |
| 35 | +]; |
| 36 | +$members[] = [ |
| 37 | + 'name'=>'Nicole Kohm', |
| 38 | + 'title'=>'Former Project Manager', |
| 39 | + 'description'=>"I am an adaptive problem-solver with a lifetime of scientific passion. I enjoy applying what I learn to make new ideas and possibilities come to fruition. I have a strong track record of careful attention to detail and thinking outside the box. I frequently invent new technologies and methods to quickly solve multidisciplinary problems.", |
| 40 | + 'picture_uri'=>'/images/bio-pics/nicole-kohm.jpg', |
| 41 | +]; |
| 42 | +$members[] = [ |
| 43 | + 'name'=>'Jesse Sullivan', |
| 44 | + 'title'=>'Former Aerospace Division Lead', |
| 45 | + 'description'=>"Jesse is a senior mechanical engineering student interested in all things that fly and go fast. He has 4 years of experience in amateur high-power rocketry and currently holds an L1 certification with the National Association of Rocketry. He founded the Aerospace Division with UNT Robotics in order to foster interest in the hobby and provide a learning experience for anyone to become a part of.", |
| 46 | + 'picture_uri'=>'/images/bio-pics/jesse-sullivan.jpg', |
| 47 | +]; |
4 | 48 | ?>
|
5 |
| - <style> |
6 |
| - .bio-area { |
7 |
| - border-top: 2px solid #ececec; |
8 |
| - margin-top: 10px; |
9 |
| - padding-top: 10px; |
10 |
| - } |
11 |
| - </style> |
12 | 49 | <main class="page-content">
|
13 | 50 | <!-- Classic Breadcrumbs-->
|
14 | 51 | <section class="breadcrumb-classic">
|
|
33 | 70 | <h6>These people are the ones responsible for building our organisation and getting us to where we are today.</h6>
|
34 | 71 | </div>
|
35 | 72 | </div>
|
36 |
| - <!-- 1st President --> |
37 |
| - <div class="cell-lg-12 bio-area"> |
38 |
| - <div class="range range-sm-middle"> |
39 |
| - <div class="cell-md-3"><img src="/images/bio-pics/nick-tindle.jpg" alt="" width="360" height="404" class="img-responsive" /> |
40 |
| - </div> |
41 |
| - <div class="cell-md-6"> |
42 |
| - <div class="inset-xl-right-70 inset-xl-left-70 inset-left-15 inset-right-15"> |
43 |
| - <h6 class="h6-with-small"><a href="#"> Nick Tindle</a><span class="small text-silver-chalice">1st President</span></h6> |
44 |
| - <p>I am a Computer Engineering Student, The first president, and still an active member of the group</p> |
45 |
| - </div> |
46 |
| - </div> |
47 |
| - </div> |
48 |
| - </div> |
49 |
| - <!-- 2nd President --> |
50 |
| - <div class="cell-lg-12 bio-area"> |
51 |
| - <div class="range range-sm-middle"> |
52 |
| - <div class="cell-md-3"><img src="/images/bio-pics/juan-ruiz.jpg" alt="" width="360" height="404" class="img-responsive" /> |
53 |
| - </div> |
54 |
| - <div class="cell-md-6"> |
55 |
| - <div class="inset-xl-right-70 inset-xl-left-70 inset-left-15 inset-right-15"> |
56 |
| - <h6 class="h6-with-small"><a href="#"> Juan Ruiz</a><span class="small text-silver-chalice">2nd President</span></h6> |
57 |
| - <p>I am a Computer Engineering Student, I.T. Support Technician, and Undergrad Research Assistant at The University of North Texas. I am an active member of The Alpha Tau Omega Fraternity, Society of Hispanic Professional Engineers, Engineers without Borders, IEEE, and National Society of Professional Engineers. I have also interned at NASA, U.S. Department of Energy, and iOLAP. My focus is Embedded Systems but I have a strong passion for robotics, automation, machine learning, and artificial intelligence.</p> |
58 |
| - </div> |
59 |
| - </div> |
60 |
| - </div> |
61 |
| - </div> |
62 |
| - |
63 |
| - <!-- Former Secretary --> |
64 |
| - <div class="cell-lg-12 bio-area"> |
65 |
| - <div class="range range-sm-middle"> |
66 |
| - <div class="cell-md-3"><img src="/images/bio-pics/katie-lee.jpg" alt="" width="360" height="404" class="img-responsive" /> |
67 |
| - </div> |
68 |
| - <div class="cell-md-6"> |
69 |
| - <div class="inset-xl-right-70 inset-xl-left-70 inset-left-15 inset-right-15"> |
70 |
| - <h6 class="h6-with-small"><a href="#"> Katie Lee</a><span class="small text-silver-chalice">Former Secretary</span></h6> |
71 |
| - <p>I’m a transfer student from UH. I’m studying Computer Engineering because I want to be on the front of the newest technology development, and I’m the secretary for UNT Robotics.</p> |
72 |
| - </div> |
73 |
| - </div> |
74 |
| - </div> |
75 |
| - </div> |
76 |
| - <!-- Former Event Coordinator --> |
77 |
| - <div class="cell-lg-12 bio-area"> |
78 |
| - <div class="range range-sm-middle"> |
79 |
| - <div class="cell-md-3"><img src="/images/bio-pics/michelle-vargas.jpg" alt="" width="360" height="404" class="img-responsive" /> |
80 |
| - </div> |
81 |
| - <div class="cell-md-6"> |
82 |
| - <div class="inset-xl-right-70 inset-xl-left-70 inset-left-15 inset-right-15"> |
83 |
| - <h6 class="h6-with-small"><a href="#"> Michelle Rosal Vargas</a><span class="small text-silver-chalice">Former Event Coordinator</span></h6> |
84 |
| - <p>Mechanical Engineer | Event Coordinator at UNT Robotics</p> |
85 |
| - </div> |
86 |
| - </div> |
87 |
| - </div> |
88 |
| - </div> |
89 |
| - <!-- Former Public Relations --> |
90 |
| - <div class="cell-lg-12 bio-area"> |
91 |
| - <div class="range range-sm-middle"> |
92 |
| - <div class="cell-md-3"><img src="/images/bio-pics/andrew-jarrett.jpg" alt="" width="360" height="404" class="img-responsive" /> |
93 |
| - </div> |
94 |
| - <div class="cell-md-6"> |
95 |
| - <div class="inset-xl-right-70 inset-xl-left-70 inset-left-15 inset-right-15"> |
96 |
| - <h6 class="h6-with-small"><a href="#"> Andy Jarrett</a><span class="small text-silver-chalice">Former Public Relations</span></h6> |
97 |
| - <p>Mechanical Engineer | Public Relations at UNT Robotics</p> |
98 |
| - </div> |
99 |
| - </div> |
100 |
| - </div> |
101 |
| - </div> |
102 |
| - <!-- Former Project Manager --> |
103 |
| - <div class="cell-lg-12 bio-area"> |
104 |
| - <div class="range range-sm-middle"> |
105 |
| - <div class="cell-md-3"><img src="/images/bio-pics/nicole-kohm.jpg" alt="" width="360" height="404" class="img-responsive" /> |
106 |
| - </div> |
107 |
| - <div class="cell-md-6"> |
108 |
| - <div class="inset-xl-right-70 inset-xl-left-70 inset-left-15 inset-right-15"> |
109 |
| - <h6 class="h6-with-small"><a href="#">Nicole Kohm</a><span class="small text-silver-chalice">Former Project Manager</span></h6> |
110 |
| - <p>I am an adaptive problem-solver with a lifetime of scientific passion. I enjoy applying what I learn to make new ideas and possibilities come to fruition. I have a strong track record of careful attention to detail and thinking outside the box. I frequently invent new technologies and methods to quickly solve multidisciplinary problems.</p> |
111 |
| - </div> |
112 |
| - </div> |
113 |
| - </div> |
114 |
| - </div> |
115 |
| - <!-- Former Aerospace Division Lead --> |
116 |
| - <div class="cell-lg-12 bio-area"> |
117 |
| - <div class="range range-sm-middle"> |
118 |
| - <div class="cell-md-3"><img src="/images/bio-pics/jesse-sullivan.jpg" alt="" width="360" height="404" class="img-responsive" /> |
119 |
| - </div> |
120 |
| - <div class="cell-md-6"> |
121 |
| - <div class="inset-xl-right-70 inset-xl-left-70 inset-left-15 inset-right-15"> |
122 |
| - <h6 class="h6-with-small"><a href="#"> Jesse Sullivan</a><span class="small text-silver-chalice">Former Aerospace Division Lead</span></h6> |
123 |
| - <p>Jesse is a senior mechanical engineering student interested in all things that fly and go fast. He has 4 years of experience in amateur high-power rocketry and currently holds an L1 certification with the National Association of Rocketry. He founded the Aerospace Division with UNT Robotics in order to foster interest in the hobby and provide a learning experience for anyone to become a part of. </p> |
124 |
| - <ul class="list-inline-lg"> |
125 |
| - </ul> |
126 |
| - </div> |
127 |
| - </div> |
128 |
| - </div> |
129 |
| - </div> |
130 |
| - |
| 73 | + <?php |
| 74 | + foreach ($members as $member) { |
| 75 | + get_member_card($member['name'], $member['title'], $member['description'], $member['picture_uri'], $member['email']??null, $member['linkedin_url'] ?? null, $member['github_url'] ?? null, $member['twitter_url'] ?? null); |
| 76 | + } |
| 77 | + ?> |
131 | 78 | </div>
|
132 | 79 | </section>
|
133 | 80 | </main>
|
|
0 commit comments