-
Notifications
You must be signed in to change notification settings - Fork 5
/
robotics.html
97 lines (83 loc) · 5.24 KB
/
robotics.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
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Memphis Hack Club is a coding and engineering club open to any student at any skill level!" />
<meta name="keywords"
content="memphis robotics, memphis student coding, memphis stem, memphis hacking, memphis hackothons, memphis student clubs, whitestation coding, midtown memphis coding, west memphis student clubs, student coding groups memphis, student programming groups memphis, memphis computer science, memphis hackclub, memphis hack club, memphis student engineering, memphis student coding groups" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Memphis Hack Club</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="/274413.svg" />
<link rel="icon" type="image/png" href="https://www.flaticon.com/svg/static/icons/svg/274/274413.svg" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="howtojoin.html">Join MHC</a>
<a href="https://bank.hackclub.com/donations/start/memphis-hackclub">Donate</a>
<a href="contact.html">Contact</a>
<a href="projects.html">Projects</a>
<a href="https://memphis-hackclub.square.site/s/shop">Merch</a>
<a href="">Robotics</a>
<a href="CS_Class.html"> CS Course</a>
</div>
<div id="robotics">
<br />
<br />
<div class="content join">
<center><h1 class="welcome">Join The MHC Robotics Team!</h1>
<div class="contact">
<h3>If you're interested in robotics, join the MHC Robotics Team!</h3></center>
<br>
<br>
<center><img src= images/smallerMHCPoster.png width="500em"></center>
<br><br>
<p class="welcome">Robotics is one of the most fun, interactive, and educational activities to be a part of! You will learn the basics in mechanical, electrical, and computer engineering, as well as how to work as a team</p>
<br>
<br>
<center><h1 class="welcome">Sign Up</h1>
<p>Email Sophia or fill out our google form, and we will get back to you!</p>
<br>
<div class="card">
<h1 class="card-title">Sophia</h1>
<p>Hello, I am Sophia! I haven’t been coding for very long, but the Memphis Hack Club has made it a very fun experience! I love animals, in fact, I love them so much that I own a pet Madagascar Hissing Cockroach named Jack, two dogs, three fish, and a cat! Among coding, I like to crochet, draw, sew, play video games, ride horses, and hang out with fellow Hack Club members! I’d love to get to know you, or answer your questions to the best of my ability, so please feel free to text or email me anytime!
<br>[email protected]<br>
901-338-7629
<br /><br /><a href="#" class="fa fa-envelope email" data-name="Sophia"></a><a href="#" class="fa fa-phone phone" data-name="Sophia"></a></p>
</div>
<a href="https://forms.gle/Cko1BMD5JqoAK85r8" class="button">Information Request</a>
<a href="images/RobotAppForm.pdf" class="button">Student Application Form </a>
<br></center>
<br><br><br><br>
<h1 class="welcome">What Does it Mean to Join The Team?</h1>
<p>Memphis Hack Club has started a robotics team! If you're interested in robotics, we'd love to have you on the team. In partnership with <b>Memphis Robotics League</b>, MHC Teams will be participating in a Robot Sumo Wrestling tournament! <br> Students will work in teams of 1-3 to design, build, and test their own robot. Multiple dates will be setup to meet in-person leading up to the tournament on <i>April 16th</i>. You will learn how to program and use the robots together with your team!
</p>
<h1 class="welcome">Supplies</h1>
<p>MHC will be supplying the teams with their <a href="https://vimeo.com/192722493"><i>Rokit Smart</i></a> Robotics Kit to use.</p>
<p>The kits will be provided by MHC and participation will be cost free.</p>
<br>
<h1 class="welcome">Donations</h1>
<p>While joining and participating is free to all members, donations are always appreciated.</p>
<br>
<a href="https://bank.hackclub.com/donations/start/memphis-hackclub" class="button">Donate</a>
<br>
<br>
<h1 class="welcome">Follow Memphis Hack Club</h1>
<a href="https://www.instagram.com/memphishackclub/" target="_blank" class="fa fa-instagram"></a>
<a href="https://twitter.com/MHackclub" target="_blank" class="fa fa-twitter"></a>
<a href="https://www.facebook.com/groups/656997425191729" target="_blank" class="fa fa-facebook"></a>
<a href="https://www.linkedin.com/company/memphis-hack-club/?viewAsMember=true" class="fa fa-linkedin" target="_blank"></a>
<a href="https://www.youtube.com/channel/UCQEw733Z4ID3AVLtFpQ5hyw" class="fa fa-youtube" target="_blank"></a>
<a href="https://github.com/Memphis-Hackclub" class="fa fa-github" target="_blank"></a>
<br />
<br />
</div>
</div>
</body>
<script src="contact.js"></script>
<script src="mode.js">
</script>
</html>