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

View file

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

View file

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