-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 877 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 877 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
type: home
slug: home
url: index.html
title: Python in Education
---
<div class="illustration-block language-select">
<div class="wrap">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col">
<ul>
<li><a href="/en/">
Python in Education (English)</a></li>
<li><a href="/de/">
Python in der Bildung (Deutsche)</a></li>
<li>???</li>
</ul>
</div>
<div class="col-md-6 col">
<div class="image-holder">
<img src="/images/world.jpg"
alt="A Pythonic World">
</div>
</div>
</div>
</div>
</div>
</div>