-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworkshops.html
More file actions
135 lines (122 loc) · 7.06 KB
/
workshops.html
File metadata and controls
135 lines (122 loc) · 7.06 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Workshops | RAS@Pitt</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="icon" href="images/favicon/favicon.png">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J2ZF7B2FY9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J2ZF7B2FY9');
</script>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="/">Home</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="/">Home</a></li>
<li><a href="aboutus">About Us</a></li>
<li><a href="projects">Projects</a></li>
<!-- <li><a href="mprw">MIT-PITT-RW</a></li> -->
<li><a href="workshops">Workshops</a></li>
<li><a href="sponsors">Sponsors</a></li>
<li><a href="contact">Contact</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>Workshops</h2>
<p>Learn advanced robotics topics from our experienced upperclassmen and alumni</p>
</header>
<section class="wrapper style5">
<div class="inner" style="text-align: center;" id="workshop-body">
<h3>Workshops with RAS</h3>
<p>Recently, we've wanted to share more with you, our members, and help you propel your understanding in key robotics concepts so that you may hit the ground
running in your projects. Join us for our workshops series, where we host upperclassmen and alumni as they cover imperative robotics topis! Upcoming and
past workshops can be found below!
</p>
<br>
<br>
<h3>Upcoming Workshops</h3>
<P>To be determined. Stay tuned! </P>
<!-- <div id= "sponsors-ras-logo">
<img class= "image fit" src="images/ras-logos/ras-black.png"/>
</div> -->
<br>
<br>
<!-- <hr style="width:60%; margin-left:auto; margin-right:auto"> -->
<h3>Past Workshops</h3>
<P>See the topics that we have covered in the past below!</P>
<!-- USE ONLY THE DIV DIRECTLY BELOW THIS COMMENT IF THERE IS AN EVEN NUMBER OF WORKSHOPS (so comment the div underneath (the div class="row"))
IF THERE IS AN ODD NUMBER OF WORKSHOPS, USE BOTH DIVs BELOW. -->
<div class="row">
<div class="col-6 col-12-medium" style= "display:flex; flex-direction:column;vertical-align: top; align-content: top; justify-content: top;">
<img class="image fit" src="images/workshops/intromotors/motors.jpg">
<h5 style="margin-top:-1em"><a href="workshops/intromotors">Introduction to Motors</a></h5>
<br>
</div>
<div class="col-6 col-12-medium" style= "display:flex; flex-direction:column;vertical-align: top; align-content: top; justify-content: top;">
<img class="image fit" src="images/workshops/kalmanfilters/kalmanCover.png">
<h5 style="margin-top:-1em"><a href="workshops/kalmanfilters">Kalman Filters</a></h5>
<br>
</div>
<!-- <div class="col-6 col-12-medium" style= "display:flex; flex-direction:column;vertical-align: top; align-content: top; justify-content: top;">
<img class="image fit" src="images/workshops/introros/ROS_cat2.png">
<h5 style="margin-top:-1em"><a href="workshops/introros">Introduction to Motors</a></h5>
<br>
</div>
<div class="col-6 col-12-medium" style= "display:flex; flex-direction:column;vertical-align: top; align-content: top; justify-content: top;">
<img class="image fit" src="images/workshops/introros/ROS_cat2.png">
<h5 style="margin-top:-1em"><a href="workshops/introros">Introduction to Motors</a></h5>
<br>
</div> -->
</div>
<!-- IF ODD NUMBER OF WORKSHOPS USE THE DIV BELOW -->
<div>
<div class="workshops">
<img class="image fit" src="images/workshops/introros/ROS_cat2.png">
<h5 style="margin-top:-1em"><a href="workshops/introros">Introduction to Robot Operating System (ROS) [2020]</a></h5>
<h5 style="margin-top:-1em"><a href="workshops/introros2024.html">Introduction to Robot Operating System (ROS) [2024]</a></h5>
</div>
</div>
</div>
</section>
</article>
<!-- FOOTER IS DYNAMICALLY INJECTED BY "loadCommonFooter.js", to modify the footer, modify the file "commonHTML/commonFooter.html" -->
<div id="footer"></div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.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/loadCommonFooter.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>