rework for external portal application

This commit is contained in:
2021-07-17 18:00:22 +02:00
parent e6c85df8a3
commit d275116e8e
40 changed files with 71 additions and 1172 deletions

16
_layouts/page-portal.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<div class="screen">
<!-- effects -->
{% include screen-effects.html %}
<div class="screen-content">
<!-- page content -->
{% include header.html %}
{% include portal.html %}
{% include footer.html %}
</div>
</div>
</body>
</html>