-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path20190122.html
42 lines (36 loc) · 1.68 KB
/
20190122.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
<!--
.
\|/
____ __ __ ________ _____ __ _____________-_--*- - -
/ __ )/ / / / / / ____/ / ___// / / / _/ ____/_ __|\
/ __ / / / / / / __/ \__ \/ /_/ // // /_ / / .
/ /_/ / /___/ /_/ / /___ ___/ / __ // // __/ / / .
/_____/_____/\____/_____/ /____/_/ /_/___/_/ /_/
-->
<!DOCTYPE HTML>
<html lang="en">
<body style="background: black;>
<head>
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css?family=Audiowide|Ubuntu|Ubuntu+Mono|Share+Tech+Mono" rel="stylesheet">
<!-- My stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<center>
<div class="banner">
<a href="index.html"><img src="images/lambda.png" class="bannerpic" style="width:20vw"></a>
<a href="index.html" class="bannername">BL<span class="offset">U</span>E SHIFT</a>
</div>
</center>
</head>
<div class="mainbody">
<p>2019/01/22 - BUCKET LINEAR SLIDE AND FLIP MECHANISM</p>
<a>
The building team worked on a few crucial elements regarding the robot today. They worked on the flip mechanism and the linear slide/lift mechanism for the bucket, which will grant the bucket great mobility.
</a>
</div>
</body>
</html>