aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
blob: 62f8d2cadff3da386c94d6aad7231b39325c492c (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
68
69
70
71
72
73
74
75
76
77
78
79
80
<!doctype html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <meta name="description"
          content="Texx -  The future of secure and instant messaging. | Texx features highly secure AES256 encryption, instant messaging, status/story, file sharing and more!">
    <link rel="stylesheet" href="./assets/css/style.css">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa">
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
          integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
          crossorigin="anonymous">
    <link rel="shortcut icon" type="image/x-icon" href="./assets/images/logo.png">
    <title>Texx</title>
</head>

<body class="pageWrapper">
<section class="full">

    <div class="slide">
        <div class="ContentWrapper">
            <div class="Logo">
                <img src="assets/images/logo.png">
            </div>
            <div class="Main-Content">
                <h1>texx</h1>
                <p>texx isn't born yet.</p>
                <p>It's okay, we're excited too. If you want, you can support us here:</p>
            </div>
            <div class="Social">
                <a href="https://spectrocoin.com/en/integration/buttons/47657-VfniCDsqms.html" target="_blank">
                    <i class="fab fa-bitcoin"></i>
                </a>
                <a href="https://www.paypal.me/marvinborner/5eur" target="_blank">
                    <i class="fab fa-paypal"></i>
                </a>
            </div>
        </div>
        <div class="ScrollDown">
            <a><i class="fas fa-angle-double-down"></i></a>
        </div>
    </div>

    <div class="slide" id="1">
        <div class="ContentWrapper">
            <div class="About">
                <div class="AboutBox">
                    <i class="fas fa-check-circle"></i>
                    <h2>What is Texx?</h2>
                    <p>Texx is an advanced network for social interactions.</p>
                </div>
                <br>
                <div class="AboutBox">
                    <i class="fas fa-external-link-alt"></i>
                    <h2>How does it work?</h2>
                    <p>It's a laravel-based network accessible via web & Android.</p>
                </div>
                <br>
                <div class="AboutBox">
                    <i class="fas fa-lock"></i>
                    <h2>Is it secure?</h2>
                    <p>Yes! It features AES256-Encryption. If you're lucky, it'll only take 77,000,000,000,000,000,000,000,000 years to hack.</p>
                </div>
            </div>
        </div>
    </div>

</section>

<!> -#-    SCRIPT SECTION FOR SCROLLING     -#- <!>
<script src="./assets/js/jquery.js"></script>
<script src="./assets/js/fullpage.js"></script>
<script src="./assets/js/main.js"></script>
<!> -#- END OF SCRIPT SECTION FOR SCROLLING -#- <!>

</body>
</html>