-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
39 lines (32 loc) · 1.29 KB
/
index.html
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
---
layout: default
---
{% include hero-section.html %}
{% include about-section.html %}
{% include portfolio-section.html %}
<section class="section">
<div class="container">
<div class="row justify-content-around">
<div class="col-lg-12 text-center">
<h3 class="section-title">Learning Goals</h3>
</div>
<img src="{{ site.baseurl }}/assets/images/dancing-with-ai/learning-goals.png" alt="portfolio-image" class="img-fluid rounded w-100 d-block">
</div>
</div>
</section>
<!--<section class="section">-->
<!-- <div class="container">-->
<!-- <div class="row justify-content-around">-->
<!-- <div class="col-lg-12 text-center">-->
<!-- <h3 class="section-title">Learning Approach</h3>-->
<!-- </div>-->
<!-- {% for work in site.data.settings.work-process %}-->
<!-- <div class="col-lg-3 col-md-4 text-center hover-shadow pt-3">-->
<!-- <img src="{{ site.baseurl }}/{{ work.icon }}" class="mb-4" alt="icon">-->
<!-- <h4 class="mb-4">{{ work.title }}</h4>-->
<!-- <p>{{ work.content | markdownify }}</p>-->
<!-- </div>-->
<!-- {% endfor %}-->
<!-- </div>-->
<!-- </div>-->
<!--</section>-->