-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkshops.html
More file actions
44 lines (37 loc) · 1.44 KB
/
workshops.html
File metadata and controls
44 lines (37 loc) · 1.44 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
---
layout: default
title: Workshops
permalink: /workshops/
---
{% assign workshops = site.data.workshops %}
{% if workshops %}
<div class="callout">
<h3>Upcoming Workshops</h3>
{% for u in workshops %}
<h3>{{ u[1].title }}</h3>
<p><em>{{ u[1].date }}</em><br />
{% if u[1].url %}
<a href="{{ u[1].url }}" target="_blank">Join us!</a>
{% else %}
Stay tuned for more info!
{% endif %}
</p>
{% endfor %}
</div>
{% endif %}
<h3>Cognimates is all about helping families lead a meaningful life with AI so let's team up!</h3>
<p>Want to participate in our future families workshop?<br />
Have an idea for a project you’d like to work on?<br />
Implemented one of our projects and want to share your experience or give feedback?</p>
<!-- change form -->
<p><a class="hover-underline" href="mailto:cognimates@gmail.com">Let us know!</a></p>
<div class="community">
<h3>Some of our past workshops</h3>
<div class="image-container">
<img src="https://mitmedialab.github.io/cognimates-website/images/home/workshop-images/somerville.jpg"/>
<img src="https://mitmedialab.github.io/cognimates-website/images/home/workshop-images/selfie.jpg"/>
<img src="https://mitmedialab.github.io/cognimates-website/images/home/workshop-images/funky_faces.jpg"/>
<img src="https://mitmedialab.github.io/cognimates-website/images/home/workshop-images/second session_cozmo collab.jpg"/>
<img src="https://imgur.com/Apglxmq.png"/>
</div>
</div>