focus on demo
- sorted files to demo folder - try to focus more on the creation of demo example files
This commit is contained in:
parent
c781f5c6c5
commit
1bb57b109b
7 changed files with 19 additions and 10 deletions
|
|
@ -11,14 +11,21 @@
|
||||||
|
|
||||||
{% block body_content %}
|
{% block body_content %}
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<ul class="list__link hello">
|
<div class="hello">
|
||||||
<li><a href="intro.html">Intro</a></li>
|
<h2>Demo Pages</h2>
|
||||||
<li><a href="elements.html">Elements</a></li>
|
<ul class="list__link">
|
||||||
<li><a href="os.html">OS</a></li>
|
<li><a href="demo/intro.html">Intro</a></li>
|
||||||
<li><a href="blank.html">Blank</a></li>
|
<li><a href="demo/os.html">OS</a></li>
|
||||||
<li><a href="404.html">404</a></li>
|
<li><a href="demo/blank.html">Blank</a></li>
|
||||||
<li><a href="500.html">500</a></li>
|
<li><a href="demo/error/404.html">404</a></li>
|
||||||
</ul>
|
<li><a href="demo/error/500.html">500</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2>Overview about all the styles</h2>
|
||||||
|
<ul class="list__link">
|
||||||
|
<li><a href="elements.html">Elements</a></li>
|
||||||
|
<li><a href="tests.html">Tests</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -201,6 +201,8 @@
|
||||||
|
|
||||||
.hello {
|
.hello {
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
padding: 1em 5em;
|
ul {
|
||||||
background-color: rgba(black, 0.25);
|
padding: 1em 5em;
|
||||||
|
background-color: rgba(black, 0.25);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue