Skip to content

Commit dd5d03d

Browse files
committed
try
1 parent ebbaec8 commit dd5d03d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

docs/_analysis/Analysis-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Data was collected using Riot's API, fetching my match history specifically. Her
2525
## Data Collection
2626
Here is the .ipynb file where i fetch my match history data using Riot's API.
2727

28-
[View Notebook](https://nbviewer.org/github/meng-kiat/My-jupyter-notebooks/blob/main/TFT_Data2.ipynb){: .btn .btn--info .btn--small}
28+
[View Notebook](https://github.com/meng-kiat/My-jupyter-notebooks/blob/main/Parsing%20TFT%20data%20copy.ipynb){: .btn .btn--info .btn--small}
2929

3030
> **Note**: code is outdated as server names have changed
3131
{: .notice--info}
161 KB
Loading

docs/index.markdown

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ author_profile: true
77

88
I keep track of various projects, dashboards and videos I've done here.
99

10+
gallery:
11+
- url: /dashboards/Watershed%20Dashboard/
12+
image_path: /assets/images/gallery/radashboard.png
13+
alt: "placeholder image 1"
14+
title: "Image 1 title caption"
15+
- url: # could be bigger image instead, to show off dashboards nicer
16+
image_path: /assets/images/gallery/.png
17+
alt: "placeholder image 2"
18+
title: "Image 2 title caption"
19+
- url: /assets/images/gallery/radashboard.png
20+
image_path: /assets/images/gallery/radashboard.png
21+
alt: "placeholder image 3"
22+
title: "Image 3 title caption"
23+
24+
1025
## Projects
1126
<ul>
1227
{% assign reversed_analysis = site.analysis | reverse %}
@@ -44,4 +59,4 @@ I keep track of various projects, dashboards and videos I've done here.
4459
</span>
4560
</li>
4661
{% endfor %}
47-
</ul>
62+
</ul>

0 commit comments

Comments
 (0)