-
Notifications
You must be signed in to change notification settings - Fork 0
/
outreach.html
90 lines (88 loc) · 4.89 KB
/
outreach.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
<!DOCTYPE html>
<html lang = "en">
<head>
<title>LHS Robotics|About</title>
<link rel = "icon" href="media/cards.png" type="image/png" sizes="16x16">
<link href = "css/stylesheet.css" type = "text/css" rel = "stylesheet">
<link href = "css/stylesheet_outreach.css" type = "text/css" rel = "stylesheet">
<meta charset = "UTF-8">
<!--Website made by Will McCormick & Jonathan Zhao-->
</head>
<body>
<!--Start of navigation bar, this won't change from page to page-->
<div id = "nav_bar">
<a href = "index.html" class = "nav_bar" id = "home"> <div class = "nav_bar_div" id = "Home_nav">Home</div> </a>
<a href = "teams.html" class = "nav_bar"> <div class = "nav_bar_div" id = "Teams_nav">Teams</div> </a>
<a href = "mentors.html" class = "nav_bar"> <div class = "nav_bar_div" id = "Mentors_nav">Mentors</div> </a>
<a href = "donate.html" class = "nav_bar"> <div class = "nav_bar_div" id = "Donors_nav">Donate</div> </a>
<a href = "outreach.html" class = "nav_bar"><div class = "nav_bar_div" id = "About_nav">Outreach</div> </a>
</div>
<!--End of navigation bar-->
<div id = "site_body">
<div id = "container">
<div id = "ThreeD_files" class = "box animated" style = "animation-delay: 0.3s;">
<h1>3D Files<h1>
<div class = "text">
<p> Linked below are the files for our most commonly needed print items. They are downloadable and the full folder is linked as well.
<br>
<a href="3D/S5 Case V2 P1.stl" download>
<div class = "button">S5 Case</div></a>
<a href="3D/Mechanum Wheel Adapter V3.stl" download>
<div class = "button">Mechanum Wheel Adapter</div></a>
<a href="3D/Battery Case 7604.stl" download>
<div class = "button">Battery Case</div></a>
<a href="3D/Wheel Mount V5.stl" download>
<div class = "button">Wheel Mount</div></a>
<a href="https://github.com/FTC7604/ftc-lincoln-api" target="_blank" download>
<div class = "button">Lincoln FTC API Github</div></a>
<a href="https://github.com/LincolnRoboticsWebsite/LincolnRoboticsWebsite.github.io" target="_blank" download>
<div class = "button">Website Code Github</div></a>
<p> If you need anything else, you can find it
<a href = "https://drive.google.com/drive/folders/1-X5ITu4vyFJFuccWAP2uy5JJCHaecI2f?usp=sharing" target="_blank" > here </a></p>
</div>
</div>
<div id = "Scout_files" class = "box animated" style = "animation-delay: 0.5s;">
<h1>Scout Files</h1>
<h1>
<div class = "text">
<p>We have also developed curriculum for several different groups of scouts. The files are linked below. Each of the folders contains all material needed to run the lesson, with notes for extra physical materials.
<br>
<a href="https://drive.google.com/open?id=1Qq4ONJ09v5Rgzm00OsdtzjpToDPjMukJ" target="_blank">
<div class = "button">Cub and Bear Scouts</div></a>
<a href="https://drive.google.com/drive/folders/1g1TBB2Mtu-0r5Kkl6nrhK1MmL2Pj4P35?usp=sharing" target="_blank">
<div class = "button">Brownie and Junior Scouts</div></a>
<a href="https://drive.google.com/drive/folders/101U89wYYWJEfDTR8Abh6OjAzibq2ac43?usp=sharing" target="_blank">
<div class = "button">Daisy Scouts</div></a>
<p> All of the files, as well as the reference material can be found
<a href = "https://drive.google.com/drive/folders/1wyQP4uQF8c-uzYO3IhbkN_fQpT9sNKjG?usp=sharing" target="_blank" > here </a></p>
</p>
</div>
</h1>
</div>
</div>
<div id = "Events" class = "box animated" style = "animation-delay: 0.7s;">
<h1>Events</h1>
<div class = "text">
<h1>2017</h1>
<p>
<br>Getting the robot an ID (9/29)
<li> We reached out to the yearbook photo team on the ID printing day and got an LHS Student ID, complete with Trimet Bus Pass. </li>
<br>Pacific University Sponsorship (10/26)
<li>David's dad works at Pacfic University and agreed to sponsor our team. This money went towards buying a new 3d printer and upgrading our 3d production capabilities.</li>
<br>Helping Culinary Arts with 3d printed part (11/1)
<li>The culinary arts teacher came to us with a broken mixer part. We used our new 3d printer to design and print a replacement part.</li>
<br>David helping at FLL Tourney (12/3)
<li>David volunteered as headref at an FLL tournament, spreading the good word about FTC and making sure a fun, safe and fair time was had by all present.</li>
<h1>2018</h1>
<br>Cub Scouts Pack 685 Den 1 (4/17)
<li> We helped 12 kids get their robotics badge during an afterschool event at LHS.</li>
<br>Cub Scouts Pack 685 Den 7 (5/15)
<li> We helped 3 more scouts achieve their badge requirements at an event during class.</li>
</p>
<!--<li> The li tag means a list </li>-->
<!--<li> This is what the google calendar is for </li>-->
</div
</div>
</div>
</body>
</html>