-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
36 lines (33 loc) · 1.5 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>eGolem About Us</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="favicon.ico">
<script src="bodylightweb.bundle.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BQLQED00TM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BQLQED00TM');
</script>
</head>
<body aurelia-app="main">
<bd-header1 indexlink="index.html" aboutlink="about.html"></bd-header1>
<bd-infopanel href="" icon="img/Kostra.png" t="[title]about">
<p class="w3-justify" t="welcome-text"></p>
<span t="[html]about-text"></span>
</bd-infopanel>
<iframe src='https://docs.google.com/forms/d/e/1FAIpQLSctSVdtK35tInut1ieH1SFCIsLFSYmzJqybdbg0bt329MD7BQ/viewform?embedded=true'
width='100%' height='810' frameborder='0' marginheight='0' marginwidth='0'>Loading contact form</iframe>
<bd-infopanel href="" icon="img/simulatordevices.jpg" t="[title]egolem-version-title">
<span t="egolem-text"></span><a href="https://egolem.online" class="w3-button w3-theme-l1 w3-large w3-margin-right">egolem.online</a><br/>
<span t="android-text"></span><a href="https://play.google.com/apps/internaltest/4701297074243151561" class="w3-button w3-theme-l1 w3-large w3-margin-right">play.google.com</a><br/>
<span t="ios-text"></span><br/>
</bd-infopanel>
<bd-footer1></bd-footer1>
</body>
</html>