Deployed new layout, Added second page, Added meta information, Compressed images and cleaned folders, Added imprint and privacy links, Changed screenshot and README

This commit is contained in:
2021-05-18 17:24:11 +02:00
parent c6aa110b19
commit e81d6c98c9
41 changed files with 243 additions and 75 deletions

View File

@@ -1,21 +1,50 @@
<!doctype html>
<!-- Icons taken from https://remixicon.com -->
<html lang="en">
<head>
<title>ECG portal</title>
<link rel="stylesheet" href="ecogood.css"/>
<link rel="icon" href="favicon-cropped.webp" sizes="32x32" />
<link rel="icon" href="favicon.webp" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="favicon.png" />
<meta name="msapplication-TileImage" content="favicon.webp" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- META -->
<title>ECG portal</title>
<meta name="title" content="ECG portal">
<meta name="description" content="Overview of all ECG tools managed by the IT hub">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://my.ecogood.org/">
<meta property="og:title" content="ECG portal">
<meta property="og:description" content="Overview of all ECG tools managed by the IT hub">
<meta property="og:image" content="">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://my.ecogood.org/">
<meta property="twitter:title" content="ECG portal">
<meta property="twitter:description" content="Overview of all ECG tools managed by the IT hub">
<meta property="twitter:image" content="">
<!-- FAVICON -->
<link rel="stylesheet" href="ecogood.css"/>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</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 class="nav-container">
$nav
</div>
</div>
<div class="footer">
<p class="center"><a href="https://www.ecogood.org/imprint/" target="_blank">Imprint</a> &middot; <a href="https://www.ecogood.org/privacy/" target="_blank">Privacy</a></p>
</div>
</body>
</html>