-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (53 loc) · 1.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>
IRON LIONS FTC
</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<a href="https://github.com/ironlionsftc">
<button class="header_button">
GITHUB
</button>
</a>
</div>
<div class="image_and_text_container">
<img style="width:250px" src="logo.png">
<div class="text_column">
We are a small Australian FTC team.
</div>
<img style="width:250px" src="logo.png">
</div>
<div class="image_and_text_container">
<img src="harrison.png">
<div class="text_column">
<p class="paragraph_heading">Harrison C - Programming Main</p>
<p>Harrison writes the manually controlled opmodes and switches primarily to autonomous when the competition rolls around. He enjoys snowboarding, programming and gaming. He created this website with HTML / CSS.</p>
</div>
</div>
<div class="image_and_text_container">
<div class="text_column">
<p class="paragraph_heading">Marley R - Programming & Build</p>
<p>Marley switches between building the robot to coding the robot, anything from cable management to tuning roadrunner for future autonomous endeavours. He loves rock climbing and programming.</p>
</div>
<img src="marley.png">
</div>
<div class="image_and_text_container">
<img src="taha.png">
<div class="text_column">
<p class="paragraph_heading">Taha S - Coordination & Build</p>
<p>Taha coordiantes the team and works on building the robot alongside Marley. He loves coffee and anything mechanical. </p>
</div>
</div>
<div class="image_and_text_container">
<div class="text_column">
<p class="paragraph_heading">Rowan F - Outreach & Documentation</p>
<p>Rowan is an integral member of the team - he manages the portfolio for outreach, and, as an aspiring lawyer, does an excellent job of maintaining the rules & ensuring our robot complies.</p>
</div>
<img src="rowan.png">
</div>
</body>
</html>