-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
43 lines (34 loc) · 2.04 KB
/
index.php
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
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="da">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title data-l10n="TITLE_INDEX">Grammateket</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald:300,700|Open+Sans:400,300">
<link rel="stylesheet" href="static/login.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="static/l10n.js"></script>
</head>
<body>
<div id="pitch" class="welcome">
<div class="logo"><img src="static/login_grafik_02.png" data-l10n-alt="ALT_GRAMMAR_LOGO" alt="Grammateket's logo"></div>
<div><span data-l10n="TXT_INDEX_WHATIS">…</span>
<br><br>
<div class="table">
<div class="column"><a href="https://chrome.google.com/webstore/detail/grammateket/eabngcnhgmfiiojbblmnomjdpplajagl" class="badge"><img src="static/chrome-web-store.png" data-l10n-alt="ALT_LINK_GAS" alt="…"></a><div><a href="https://chrome.google.com/webstore/detail/grammateket/eabngcnhgmfiiojbblmnomjdpplajagl" data-l10n="LBL_LINK_GAS">…</a></div></div>
<div class="column"><a href="https://docs.google.com/" class="badge"><img src="static/google-drive.png" data-l10n-alt="ALT_LINK_GDOCS" alt="…"></a><div><a href="https://docs.google.com/" data-l10n="LBL_LINK_GDOCS">…</a></div></div>
</div>
<br><br>
<div class="table">
<div class="column"><a href="https://appsource.microsoft.com/product/office/wa104381760" class="badge"><img src="static/office.png" data-l10n-alt="ALT_LINK_MSO" alt="…"></a><div><a href="https://appsource.microsoft.com/product/office/wa104381760" data-l10n="LBL_LINK_MSO">…</a></div></div>
</div>
</div>
<div id="pitch" class="spaced">
<a href="https://vitec-mv.com/" data-l10n="TXT_PITCH_MVNORDIC">…</a><br><br>
<a href="https://retmig.dk/" data-l10n="TXT_PITCH_GRAMMARSOFT">…</a><br><br>
<a href="https://vitec-mv.com/"><img src="static/login_grafik_03.png" data-l10n-alt="ALT_LINK_MVNORDIC" alt="…"></a>
</div>
</div>
</body>
</html>