Skip to content

Commit 761a485

Browse files
authored
Update index.md
1 parent 8621963 commit 761a485

1 file changed

Lines changed: 11 additions & 24 deletions

File tree

tools/index.md

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,36 +16,23 @@ Our work wouldn't be possible without the contributions of hundreds of other lab
1616
## iTELL
1717

1818
{% capture itell-description %}
19-
What if students could interact with their textbooks? We are building an open source digital textbook framework powered by AI.
20-
{%
21-
include button.html
22-
type="source"
23-
text="Frontend"
24-
# link="https://github.com/learlab/itell-strapi-demo"
25-
%}
26-
{%
27-
include button.html
28-
type="source"
29-
text="Scoring API"
30-
# link="https://github.com/learlab/itell-api"
31-
%}
32-
{%
33-
include button.html
34-
type="source"
35-
text="Textbook Demo"
36-
# link="https://demo.itell.ai/"
37-
%}
19+
What if students could interact with their textbooks? We are building an open source digital textbook framework powered by AI
20+
21+
{% include button.html type='source' text='Frontend' link='https://github.com/learlab/itell-strapi-demo' %}
22+
{% include button.html type='source' text='Scoring API' link='https://github.com/learlab/itell-api' %}
23+
{% include button.html type='source' text='Textbook Demo' link='https://demo.itell.ai/' %}
24+
3825
{% endcapture %}
3926

4027
{% capture col1 %}![iTELL Demonstration](https://www.youtube.com/watch?v=_q-d9_jjpMk){% endcapture %}
4128
{% capture col2 %}{%
4229
include card.html
43-
image="images/itell-logo.png"
44-
link="https://www.youtube.com/watch?v=_q-d9_jjpMk"
45-
title="iTELL"
46-
subtitle= "Intelligent Texts for Enhanced Lifelong Learning"
30+
image='images/itell-logo.png'
31+
link='https://www.youtube.com/watch?v=_q-d9_jjpMk'
32+
title='iTELL'
33+
subtitle='Intelligent Texts for Enhanced Lifelong Learning'
4734
description=itell-description
48-
tooltip="iTELL"
35+
tooltip='iTELL'
4936
%}{% endcapture %}
5037

5138
{%

0 commit comments

Comments
 (0)