aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorMarco Alexander Fischer2018-08-27 20:16:45 +0200
committerMarco Alexander Fischer2018-08-27 20:16:45 +0200
commit125dec1c1367c0f33fa2e8fe73d9edc0941d36b7 (patch)
treecf328422627f61c09aa7f452f99a37ad258b552f /index.html
parentc6aad8fe9f76f7872839ac886ea79db437a213ad (diff)
Added content
Diffstat (limited to 'index.html')
-rw-r--r--index.html101
1 files changed, 72 insertions, 29 deletions
diff --git a/index.html b/index.html
index 9327eab..62f8d2c 100644
--- a/index.html
+++ b/index.html
@@ -2,36 +2,79 @@
<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="BEAM-Messenger - The future of secure and instant messaging. | BEAM-Messenger 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>
+ <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>
- <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>texx will be a new and secure way to manage social interactions.</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>
-</body>
+<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> \ No newline at end of file