Skip to content

Commit 73b7d3d

Browse files
committed
Update index to include de version
1 parent 727db9d commit 73b7d3d

File tree

1 file changed

+26
-19
lines changed

1 file changed

+26
-19
lines changed

docs/_static/index.html

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,35 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3-
4-
1+
<!DOCTYPE html>
52
<html xmlns="http://www.w3.org/1999/xhtml">
63
<head>
74
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
85
<title>Introduction to programming with Python</title>
6+
<link href='http://fonts.googleapis.com/css?family=Istok+Web:400,700' rel='stylesheet' type='text/css'>
97
<style type="text/css">
10-
.container {
11-
margin 0 auto;
12-
padding-top: 30px;
13-
width: 100%;
14-
text-align: center;
15-
font-family: sans-serif;
16-
line-height: 1.2em;
17-
}
18-
</style>
8+
body {
9+
margin: 0;
10+
padding: 0;
11+
text-align: center;
12+
}
13+
p {
14+
padding-top: 1em;
15+
}
16+
#container {
17+
margin: 0 auto;
18+
padding-top: 5%;
19+
text-align: center;
20+
font-family: 'Istok Web', sans-serif;
21+
}
22+
</style>
1923
</head>
2024
<body>
21-
<div class="container">
22-
<h1>Introduction to programming with Python</h1>
23-
<p>
24-
<a href="en/index.html">English version</a><br/>
25-
</p>
26-
</div>
25+
<div id="container">
26+
<h1>Introduction to programming with Python</h1>
27+
<p>
28+
<a href="en/index.html">English</a><br/>
29+
</p>
30+
<p>
31+
<a href="de/index.html">Deutsche</a><br/>
32+
</p>
33+
</div>
2734
</body>
2835
</html>

0 commit comments

Comments
 (0)