1
0
Fork 0

Correct indentation

This commit is contained in:
Ethanell 2019-04-28 14:02:08 +02:00
parent b3d68828b4
commit bdc901d518
3 changed files with 437 additions and 437 deletions

View file

@ -1,7 +1,7 @@
{% extends "template.html" %} {% extends "template.html" %}
{% block content %} {% block content %}
<!-- Main --> <!-- Main -->
<article id="main"> <article id="main">
<header> <header>
<h2>Elements</h2> <h2>Elements</h2>
@ -39,9 +39,9 @@
<pre><code>i = 0; <pre><code>i = 0;
while (!deck.isInOrder()) { while (!deck.isInOrder()) {
print 'Iteration ' + i; print 'Iteration ' + i;
deck.shuffle(); deck.shuffle();
i++; i++;
} }
print 'It took ' + i + ' iterations to sort the deck.';</code></pre> print 'It took ' + i + ' iterations to sort the deck.';</code></pre>

View file

@ -1,7 +1,7 @@
{% extends "template.html" %} {% extends "template.html" %}
{% block content %} {% block content %}
<!-- Banner --> <!-- Banner -->
<section id="banner"> <section id="banner">
<div class="inner"> <div class="inner">
<h2>Cyberplanificateur</h2> <h2>Cyberplanificateur</h2>
@ -17,7 +17,7 @@
<a href="#one" class="more scrolly">Learn More</a> <a href="#one" class="more scrolly">Learn More</a>
</section> </section>
<!-- One --> <!-- One -->
<section id="one" class="wrapper style1 special"> <section id="one" class="wrapper style1 special">
<div class="inner"> <div class="inner">
<header class="major"> <header class="major">
@ -34,7 +34,7 @@
</div> </div>
</section> </section>
<!-- Two --> <!-- Two -->
<section id="two" class="wrapper alt style2"> <section id="two" class="wrapper alt style2">
<section class="spotlight"> <section class="spotlight">
<div class="image"><img src="{{ url_for('static', filename='images/pic01.jpg') }}" alt="" /></div><div class="content"> <div class="image"><img src="{{ url_for('static', filename='images/pic01.jpg') }}" alt="" /></div><div class="content">
@ -59,7 +59,7 @@
</section> </section>
</section> </section>
<!-- Three --> <!-- Three -->
<section id="three" class="wrapper style3 special"> <section id="three" class="wrapper style3 special">
<div class="inner"> <div class="inner">
<header class="major"> <header class="major">
@ -96,7 +96,7 @@
</div> </div>
</section> </section>
<!-- CTA --> <!-- CTA -->
<section id="cta" class="wrapper style4"> <section id="cta" class="wrapper style4">
<div class="inner"> <div class="inner">
<header> <header>

View file

@ -1,7 +1,7 @@
{% extends "template.html" %} {% extends "template.html" %}
{% block content %} {% block content %}
<!-- Main --> <!-- Main -->
<article id="main"> <article id="main">
<header> <header>
<h2>Settings</h2> <h2>Settings</h2>