mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-07-09 12:47:12 -06:00
init sub teams
This commit is contained in:
9
src/Teams/Leadership.json
Normal file
9
src/Teams/Leadership.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"Team Captain": "Aidan Schroeder",
|
||||
"Nole Tabelon": "Chassis Lead",
|
||||
"Hewitt Yee": "Drivetrain Lead",
|
||||
"Alex Buzdugan": "Electrical Lead",
|
||||
"Brock Tomlinson": "Business and Softawre Lead",
|
||||
"Ghaith Abu-Rub": "Suspension Lead",
|
||||
"Anjali Patadia": "Steering Lead"
|
||||
}
|
0
src/Teams/SubTeams.css
Normal file
0
src/Teams/SubTeams.css
Normal file
34
src/Teams/SubTeams.js
Normal file
34
src/Teams/SubTeams.js
Normal file
@ -0,0 +1,34 @@
|
||||
const SubTeams = () => {
|
||||
// const jsonImport = (filePath) => {
|
||||
// data = import(filePath);
|
||||
// return data;
|
||||
// };
|
||||
// leadership_json = jsonImport("./Leadership.json");
|
||||
// console.log(leadership_json);
|
||||
return (
|
||||
<div>
|
||||
<div>
|
||||
<h2>Leadership</h2>
|
||||
<p>gallery</p>
|
||||
</div>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Aidan Schroeder</td>
|
||||
<td>Team Captain</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hewitt Yee</td>
|
||||
<td>Drivetrain Lead</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Nole Tabelon</td>
|
||||
<td>Chassis Lead</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default SubTeams;
|
@ -1,5 +0,0 @@
|
||||
export default function Teams() {
|
||||
return (
|
||||
<p>Teams</p>
|
||||
);
|
||||
};
|
Reference in New Issue
Block a user