First draft of new layout

This commit is contained in:
2021-05-06 23:23:00 +02:00
parent 6947ee23b9
commit c6aa110b19
14 changed files with 80 additions and 33 deletions

View File

@@ -11,6 +11,9 @@
</head>
<body>
<img class="heading-img" src="ecg-portal-logo.png" />
<div class="heading-summary">
<p>This is your ECG start page where you find shortcuts to all tools you can access inside ECG.</p>
</div>
<div class="epframe">
$items
</div>

View File

@@ -1,5 +1,5 @@
<a href="$url" target="_blank">
<div class="epsquare epcol$cssClass">
<div class="eptextfunc">$title</div>
<div class="eptexttool">$solution</div>
<div class="eptextdescription">$description</div>
</div></a>