-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcatalog.html
More file actions
32 lines (27 loc) · 871 Bytes
/
catalog.html
File metadata and controls
32 lines (27 loc) · 871 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: All Workshops - Catalog
permalink: /catalog
---
<div class="container mt-5 pt-5">
<div class="row mb-3">
<div class="col-12">
<a href="index.html" class="btn btn-secondary">
<i class="fas fa-arrow-left"></i> Back to Home
</a>
</div>
</div>
<div class="row">
<div class="col-12 text-center">
<h1 class="display-5 mb-4">All D-Lab Workshops</h1>
<a href="https://dlab.my.salesforce-sites.com/events" class="btn btn-info btn-lg mb-4">Book a Workshop</a>
<div class="mb-4">
<span class="badge badge-success">Introductory</span>
<span class="badge badge-warning">Intermediate</span>
<span class="badge badge-danger">Advanced</span>
</div>
</div>
</div>
{% include workshop-list-unified.html %}
{% include category-menu.html %}
</div>