Skip to content

Commit 6617268

Browse files
Added further examples
1 parent 517aa6b commit 6617268

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

src/examples.html

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,36 +44,70 @@
4444
logo: 'https://raw.githubusercontent.com/LiaScript/LiveEditor/main/assets/twitter.png',
4545
link: 'https://raw.githubusercontent.com/LiaScript/docs/master/README.md',
4646
},
47+
{
48+
title: 'Why Open Education Needs a Common Language!?',
49+
info: "Whether it's a quiz, a data visualization, or embedded videos in a course – OER enthusiasts often start with big ideas that frequently fail due to a lack of technical skills and underestimated effort. So how can even those without extensive programming knowledge easily create interactive educational materials?",
50+
logo: 'https://raw.githubusercontent.com/LiaPlayground/Warum-offene-Bildung-eine-Sprache-braucht/refs/heads/main/img/babel.jpg',
51+
link: 'https://raw.githubusercontent.com/LiaPlayground/Warum-offene-Bildung-eine-Sprache-braucht/refs/heads/main/English.md',
52+
},
53+
54+
{
55+
title:
56+
'Transforming Education - A Journey from Interactive Markdown to Remote-Labs',
57+
info: 'Explores innovative approaches to digital education using open-source technologies, by addressing the challenges of creating interactive and collaborative OER while demonstrating how tools like LiaScript, WebRTC, and CRDTs enhance learning experiences...',
58+
logo: 'https://raw.githubusercontent.com/LiaPlayground/Transforming-Education/refs/heads/main/img/logo.webp',
59+
link: 'https://raw.githubusercontent.com/LiaPlayground/Transforming-Education/main/README.md',
60+
},
61+
4762
{
4863
title: 'Interactive Markdown for Education & Documentation',
4964
info: 'Presentation and interactive demonstration of LiaScript at the "We Are Developers 2022" conference in Berlin',
5065
logo: 'https://assets-global.website-files.com/5e9996a6531fea7d1003b18e/62247118d91be13aa5de577f_Group%201919-min.png',
5166
link: 'https://raw.githubusercontent.com/LiaPlayground/LiaScript_WeAreDevelopers2022/main/README.md',
5267
},
68+
5369
{
5470
title: 'Full day workshop at eLearning Africa 2022',
5571
info: 'This is an complete and interactive tutorial for teaching and learning LiaScript.',
56-
logo: 'https://www.elearning-africa.com/conference2022/ressources/banner/2022/social_1200_630.png',
72+
logo: 'https://raw.githubusercontent.com/LiaPlayground/LiaScript_Tutorial_Kigali/main/images/nokia.jpeg',
5773
link: 'https://raw.githubusercontent.com/LiaPlayground/LiaScript_Tutorial_Kigali/main/README.md',
5874
},
75+
5976
{
6077
title: 'Fonts',
6178
info: 'This is a demonstration on how to the font macro can be used to integrate various different fonts for any kind of language (dead or alive). In this example we make use of the Noto fonts, as stated by their website - a "typeface" for the world.',
6279
logo: 'https://raw.githubusercontent.com/LiaPlayground/Fonts/main/logo.png',
6380
link: 'https://raw.githubusercontent.com/LiaPlayground/Fonts/main/README.md',
6481
},
82+
6583
{
6684
title: 'LiaScript - Tutorial (German)',
6785
info: 'Es wird gezeigt, wie typische bekannte Präsentationselemente auch mithilfe von LiaScript genutzt werden können.',
6886
logo: 'https://raw.githubusercontent.com/LiaBooks/LiaScript-Tutorial/main/pic/logo.jpg',
6987
link: 'https://raw.githubusercontent.com/LiaBooks/LiaScript-Tutorial/main/README.md',
7088
},
89+
90+
{
91+
title: 'Physics - From Stargazers to Starships',
92+
info: 'Flexbook: An introduction to astronomy written with a historical perspective.',
93+
logo: 'https://raw.githubusercontent.com/LiaBooks/Flexbook-Physics-From-Stargazers-to-Starships/refs/heads/main/cover.jpg',
94+
link: 'https://raw.githubusercontent.com/LiaBooks/flexbook-physics-from-stargazers-to-starships/main/English/README.md',
95+
},
96+
7197
{
7298
title: 'Lua-Programming',
7399
info: 'This is a transcript of the open WikiBook Lua Programming to LiaScript.',
74100
logo: 'https://www.lua.org/images/luaa.gif',
75101
link: 'https://raw.githubusercontent.com/LiaBooks/Lua-Programming/master/README.md',
76102
},
103+
104+
{
105+
title:
106+
'Open-courSe development with LiaScript - (... or Markdown on steroids, featuring Elm)',
107+
info: 'First presentation of LiaScript at elmeurope-2019 conference.',
108+
logo: 'https://upload.wikimedia.org/wikipedia/commons/d/d9/Markdown.png',
109+
link: 'https://raw.githubusercontent.com/LiaPlayground/elmeurope-2019/refs/heads/master/README.md',
110+
},
77111
]
78112

79113
const app = createApp(App).mount(document.body)

0 commit comments

Comments
 (0)