summaryrefslogtreecommitdiffstats
path: root/dist/login.html
blob: 542b15714073ef8fe604846ccf1c0b9240699fb2 (plain) (blame)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <meta name="google" content="notranslate">
    <title>Login &laquo; BežiApp</title>

    <!-- Materialize -->
    <link type="text/css" href="/css/materialize.min.css" rel="stylesheet">
    <link href="/css/materialicons.css" rel="stylesheet">
    <script type="text/javascript" src="/js/lib/materialize.min.js"></script>

    <script src="/js/lib/jquery.min.js"></script>
    <script type="text/javascript" src="/js/lib/localforage.min.js"></script>

    <link type="text/css" href="/css/styles.css" rel="stylesheet">
    <script type="text/javascript" src="/js/gsec.js"></script> <!-- gimsisextclient -->
    <script type="text/javascript" src="/js/login.js"></script>

    <link rel="manifest" href="/manifest.json">
    <script src="/js/app.js"></script>
    <script src="/js/lib/themes.js"></script>
    <script src="/js/lang/bundle.js"></script>
    <link rel="shortcut icon" type="image/png" href="/favicon.png" />

    <!-- iOS support -->
    <link rel="apple-touch-icon" href="/img/icons/icon_96.png">
    <link rel="apple-touch-icon" href="/img/icons/icon_512.png">
    <meta name="apple-mobile-web-app-status-bar" content="#004d32">
</head>

<body>
    <div class="container">
        <div class="row center-align">
            <div class="row">
                <div class="col s12">
                    <h3 class="center-align"><b class="title-secondary">Beži</b><span class="title-primary">App</span>
                    </h3>
                </div>
            </div>
            <div class="row">
                <div class="input-field col s12">
                    <input id="username" type="text" class="validate">
                    <label for="username">GimSIS <x-sl>username</x-sl></label>
                </div>
            </div>
            <div class="row">
                <div class="input-field col s12">
                    <input autocomplete="new-password" id="password" type="password" class="validate">
                    <label for="password"><x-su>password</x-su></label>
                </div>
            </div>
            <div class="row">
                <button id="login-button" class="btn waves-effect waves-light"><x-sl>signIn</x-sl></button>
            </div>
            <div class="row">
                <p class="grey-text text-darken-2"><x-su>bySigningInYouAgreeTo</x-su> <a href="/pages/tos.html"><x-sl>theToS</x-sl></a> <x-sl>and</x-sl>
									<a href="/pages/privacypolicy.html"><x-dl>thePrivacyPolicy</x-dl></a>
								</p>
            </div>
        </div>
    </div>
</body>

</html>