-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkshops.html
More file actions
65 lines (50 loc) · 2.75 KB
/
Copy pathworkshops.html
File metadata and controls
65 lines (50 loc) · 2.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Workshops | CEDIM</title>
<meta name="description" content="CEDIM technical workshops on ROS 2, CAD design, STM32 microcontrollers, and computer vision, open to students from any speciality in the faculty." />
<link rel="canonical" href="https://cedimunifim.github.io/cedim-web/workshops.html" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="CEDIM" />
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="Workshops | CEDIM" />
<meta property="og:description" content="Technical workshops on ROS 2, CAD design, STM32 microcontrollers, and computer vision, open to students from any speciality." />
<meta property="og:url" content="https://cedimunifim.github.io/cedim-web/workshops.html" />
<meta property="og:image" content="https://cedimunifim.github.io/cedim-web/assets/img/social/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="CEDIM — Building the Future of Mechatronics" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Workshops | CEDIM" />
<meta name="twitter:description" content="Technical workshops on ROS 2, CAD design, STM32 microcontrollers, and computer vision, open to students from any speciality." />
<meta name="twitter:image" content="https://cedimunifim.github.io/cedim-web/assets/img/social/og-image.png" />
<link rel="icon" href="assets/img/logos/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="assets/img/logos/apple-touch-icon.png" />
<link rel="stylesheet" href="assets/css/styles.css" />
</head>
<body>
<div id="site-navbar"></div>
<main class="page" id="main-content">
<div class="container">
<h1 class="page-title">Workshops</h1>
<p class="page-intro">
A space for technical training and continuing education. Workshops are
taught by centre members and open to students from any speciality in
the faculty.
</p>
<!-- Rendered by components/cards/cards.js -->
<div id="workshops-grid" class="cards-grid"></div>
</div>
</main>
<div id="site-footer"></div>
<script src="components/site-chrome/site-chrome.js"></script>
<script src="components/navbar/navbar.js"></script>
<script src="components/footer/footer.js"></script>
<!-- Data goes before the renderer that consumes it -->
<script src="assets/js/data/workshops.js"></script>
<script src="components/cards/cards.js"></script>
<script src="components/reveal/reveal.js"></script>
</body>
</html>