-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathai.html
More file actions
32 lines (27 loc) · 879 Bytes
/
ai.html
File metadata and controls
32 lines (27 loc) · 879 Bytes
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
---
layout: default
title: AI Workshops - D-Lab
---
<div class="container" style="margin-top: 70px;">
<div class="row mb-4">
<div class="col-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">AI Workshops</li>
</ol>
</nav>
</div>
</div>
<div class="row mb-4">
<div class="col-12 text-center">
<div>
<i class="fas fa-robot mb-3" style="font-size: 2.5rem; color: #ff6b35;"></i>
<h1 class="mb-2">AI Workshops</h1>
<p class="text-muted mb-0">Learn about artificial intelligence and machine learning</p>
</div>
</div>
</div>
{% include workshop-list-unified.html category="ai" %}
{% include category-menu.html current_category="ai" %}
</div>