Skip to content

Commit 081539b

Browse files
committed
Intro entfernt
1 parent 75b3c73 commit 081539b

File tree

2 files changed

+33
-43
lines changed

2 files changed

+33
-43
lines changed

css/material.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ hr {
1010
margin: 100px 0;
1111
}
1212

13+
.margin100top{
14+
margin-top: 100px;
15+
}
16+
1317
table.markdown {
1418
margin: 0 auto;
1519
border: solid 1px #ddd;
1620
table-layout: auto;
1721
margin-bottom: 5em;
22+
width: 100%;
1823
}
1924

2025
table.markdown thead tr th,
@@ -24,7 +29,6 @@ table.markdown tbody tr th,
2429
table.markdown tbody tr td,
2530
table.markdown tr td {
2631
display: table-cell;
27-
line-height: 1.5rem;
2832
}
2933

3034
table.markdown tbody tr:nth-child(odd) {
@@ -37,6 +41,7 @@ table.markdown tr td {
3741
text-align: left;
3842
padding: .5em 5px;
3943
line-height: 1.5;
44+
border: 1px solid lightgray;
4045
}
4146

4247
#lang_chooser {

material.html

Lines changed: 27 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -101,40 +101,14 @@
101101
</div>
102102
<!-- /.container -->
103103
</nav>
104-
<!-- Intro Header -->
105-
<header class="intro">
106-
<div class="intro-body">
107-
<div class="container">
108-
<div class="row">
109-
<div class="col-md-8 col-md-offset-2">
110-
111-
<h1 class="brand-heading">CoderDojo</h1>
112-
113-
<h2 class="brand-heading">Karlsruhe</h2>
114-
115-
<p class="intro-text">Hier sind Materialien, wie Aufgaben, Tutorials und Beispielprogramme zu den im
116-
CoderDojo verwendeten Sprachen zu finden.</p>
117-
118-
<p>
119-
<b style="color: darkred; font-size: 24pt">Diese Seite ist noch im Aufbau</b>
120-
</p>
121-
<a href="#general" class="btn btn-circle page-scroll">
122-
<i class="fa fa-angle-double-down animated"></i>
123-
</a>
124-
125-
</div>
126-
</div>
127-
</div>
128-
</div>
129-
</header>
130104

131105
<section id="general" class="content-section text-center">
132106
<div class="container">
133107
<div class="row">
134108

135109
<div class="col-lg-8 col-lg-offset-2">
136110

137-
<h2>Allgemeine Links</h2>
111+
<h2>Für Einsteiger</h2>
138112

139113
<ul>
140114
<li>Online Einsteiger-Kurse auf Code.org:
@@ -225,6 +199,10 @@ <h3>Nützliche links</h3>
225199
<li>Das deutsche Scratch Wiki:
226200
<a href="http://scratch-dach.info/wiki/Hauptseite">http://scratch-dach.info/wiki/Hauptseite</a>
227201
</li>
202+
<li>
203+
Viele Beispiele mit Erkläurung des <a
204+
href="http://coderdojo-linz.github.io/infos/uebungsbeispiele.html">CoderDojo Linz</a>
205+
</li>
228206
<li>
229207
Eine Scratch Übersicht auf Englisch:
230208
<a href="http://scratched.gse.harvard.edu/guide/files/CreativeComputing20141015.pdf">englische
@@ -311,25 +289,21 @@ <h3>Nützliche Links</h3>
311289
<a href="http://www.python-kurs.eu/python3_kurs.php">Python 3 Einführung (Menü links
312290
beachten)</a>
313291
</li>
314-
<li>Tkinter Tutorial
315-
<a href="http://www.python-kurs.eu/python_tkinter.php">Tkinter Tutorial (Menü links
316-
beachten)</a>
317-
</li>
318292
</ul>
319293
</p>
320294

321295
<h3>Befehlsübersicht:</h3>
322296

323297
<p>
324298
Wir sind dabei eine <a
325-
href="https://raw.githubusercontent.com/coderdojoka/Materialien/master/Python/Befehlsübersicht/Übersicht.pdf">Befehlsreferenz</a>
299+
href="https://raw.githubusercontent.com/coderdojoka/Materialien/master/Python/Befehlsreferenz/referenz.pdf">Befehlsreferenz</a>
326300
zu erstellen, diese soll als Nachschlagwerk dienen, in der die wichtigsten
327301
Begriffe und Konstrukte aufgeführt sind.
328302
</p>
329303

330304
</div>
331305

332-
<div class="col-lg-8 col-lg-offset-2">
306+
<div class="col-lg-8 col-lg-offset-2 margin100top">
333307
<h2>Python Tutorials und Aufgaben</h2>
334308
<ul class="nav nav-tabs">
335309
<li class="active"><a data-toggle="tab" href="#basics">Grundlagen</a></li>
@@ -345,7 +319,16 @@ <h2>Python Tutorials und Aufgaben</h2>
345319
<div class="tab-content belt_container">
346320
<div id="basics" class="tab-pane fade in active"></div>
347321
<div id="progress" class="tab-pane fade"></div>
348-
<div id="py2cd" class="tab-pane fade"></div>
322+
<div id="py2cd" class="tab-pane fade">
323+
324+
<h3>Tutorials</h3>
325+
326+
<div id="py2cd_tutorials"></div>
327+
328+
<h3>Beispiele</h3>
329+
330+
<div id="py2cd_examples"></div>
331+
</div>
349332
<!--
350333
<div id="purple" class="tab-pane fade">
351334
Insert content...
@@ -357,19 +340,16 @@ <h2>Python Tutorials und Aufgaben</h2>
357340
</div>
358341
</div>
359342

360-
<p></p>
343+
<div class="col-lg-8 col-lg-offset-2 margin100top">
361344

345+
<h3>Beispielprogramme:</h3>
362346

363-
<h3>Beispielprogramme:</h3>
364-
365-
<div id="python_examples"></div>
366-
367-
<p></p>
347+
<div id="python_examples"></div>
368348

349+
</div>
369350

370351
</div>
371352
</div>
372-
</div>
373353
</section>
374354

375355

@@ -402,6 +382,10 @@ <h3>Einsteiger Tutorials:</h3>
402382

403383
<p>
404384
<ul>
385+
<li>
386+
Viele Beispiele mit Erkläurung des <a
387+
href="http://coderdojo-linz.github.io/infos/uebungsbeispiele.html">CoderDojo Linz</a>
388+
</li>
405389
<li>
406390
<a href="http://de.html.net/tutorials/">http://de.html.net/tutorials/</a>
407391
</li>
@@ -490,7 +474,8 @@ <h2>Java</h2>
490474
});
491475

492476
MarkdownLoader.load_md('#python_examples', "https://raw.githubusercontent.com/coderdojoka/Materialien/master/Python/Beispiele/README.md");
493-
MarkdownLoader.load_md('#py2cd', "https://raw.githubusercontent.com/coderdojoka/py2cd/master/README.md");
477+
MarkdownLoader.load_md('#py2cd_tutorials', "https://raw.githubusercontent.com/coderdojoka/Materialien/master/Python/Fortschritte/Tutorials/py2cd/README.md");
478+
MarkdownLoader.load_md('#py2cd_examples', "https://raw.githubusercontent.com/coderdojoka/py2cd/master/beispiele/README.md");
494479
MarkdownLoader.load_md('#basics', "https://raw.githubusercontent.com/coderdojoka/Materialien/master/Python/Grundlagen/README.md");
495480
MarkdownLoader.load_md('#progress', "https://raw.githubusercontent.com/coderdojoka/Materialien/master/Python/Fortschritte/README.md");
496481

0 commit comments

Comments
 (0)