-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject-Mu.html
104 lines (89 loc) · 3.68 KB
/
Project-Mu.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Project Mu</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/.css" />
<link rel="stylesheet" href="assets/css/scrollbar.css" />
<link rel="stylesheet" href="assets/css/writeup.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="shortcut icon" href="images\icons\carshooter.png">
<script type="module" src="https://md-block.verou.me/md-block.js"></script>
</head>
<body class="is-preload landing">
<div id="page-wrapper">
<!-- Header -->
<section id="one" class="spotlight style1 right">
<span class="image fit main"> <img src="images/μ.png"> </span>
<div class="content">
<header>
<h2>Project Mu 2.0</h2>
<p> (4/2021 - Present)</p>
<p>A custom Nerf Rival Shooting Robot Featuring:
<li>Fire rate: 8 Balls/sec | Capacity: ~ 50 Balls</li>
<li>Mecanum Drivetrain</li>
<li>7 brushles Motors & 5 Servos</li>
<li>Deployable Intake</li>
<li>Ball Indexer with Anti Jam detection</li>
<li>Adjustable Turret in X & Y Direction</li>
<li>4 Custom PCBs</li>
</p>
</header>
</div>
<a href="#two" class="goto-next scrolly">Next</a>
</section>
<!-- One -->
<div id="two" class="flexformatting">
<div class = left-side></div>
<div class = writeup>
<h2> Demo Videos </h2>
<video controls style = "max-width:100%; ">
<source src="images\Robot Mu\MuDemovideo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<h3> Intake </h3>
<img style = "max-width:100%;" src = "images\Robot Mu\Intake.gif">
<h3> Shooter (1/4 speed) </h3>
<video controls style = "max-width:50%; ">
<source src="images\Robot Mu\Shooter.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class = right-side> </div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/mingwei-yeoh-78216119a/" target = "_blank" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.instagram.com/the.real.mingwei/" target = "_blank" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/Mew463" target = "_blank" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" target = "_blank" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<div> MingWei Yeoh </div>
<div> [email protected] </div>
<div> 760-607-6622 </div>
<div> La Jolla, California</div>
<ul class="copyright">
<li>© All rights reserved.</li><li>Designed with: <a href="http://html5up.net" target = "_blank">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>