-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrobotics.html
More file actions
23 lines (21 loc) · 857 Bytes
/
Copy pathrobotics.html
File metadata and controls
23 lines (21 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title> Iris Li
</title>
<link rel="stylesheet" href="indexx.css">
<link href="https://fonts.googleapis.com/css?family=Exo+2|Noticia+Text|PT+Sans+Caption&display=swap" rel="stylesheet">
<script src= "jabruh.js"> </script>
</head>
<body id="robotics">
<div class="main">
<div class="parallax">
<a class="home" href="index.html"> Back </a>
<h1> Robotics </h1>
<p> I have been a member of Newport Robotics Group for 4 years. I have helped organize and lead meetings, teach members how to build electrical and pneumatics systems, trained drive team for competition. This year, I played a vital role in getting my team to the World Championship by driving and fixing the robot in competition.
</p>
<h2>2019</h2>
</div>
</div>
</body>
</html>