-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (111 loc) · 5.83 KB
/
index.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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!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=Mukta">
<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/favicon.png">
<title>texx</title>
</head>
<body class="pageWrapper" oncontextmenu="return false">
<section class="full">
<div class="slide">
<div class="ContentWrapper">
<div class="Logo">
<img src="assets/images/logo.png" alt="texx" class="logo-img">
</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">
<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>Texx is 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! Texx 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>
<div class="slide">
<div class="ContentWrapper">
<h1>Team</h1>
<div class="Social">
<div class="marvin">
<p class="name">Marvin Borner, Developer & Inventor</p>
<div class="social-buttons">
<a href="https://marvinborner.me/" target="_blank"><img src="https://avatars3.githubusercontent.com/u/32108934" alt="Marvin Borner"></a>
<a href="https://instagram.com/marvinborner.me/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://t.me/marvinborner" target="_blank"><i class="fab fa-telegram-plane"></i></a>
<a href="https://wa.me/+4915755219293" target="_blank"><i class="fab fa-whatsapp"></i></a>
<a href="mailto:marvin@borners.de?subject=Texx-Website"><i class="far fa-envelope"></i></a>
<a href="https://github.com/marvinborner" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
<hr>
<div class="marco">
<p class="name">Marco Alexander Fischer, Web Developer</p>
<div class="social-buttons">
<a href="https://www.marcoalexanderfischer.de/" target="_blank"><img src="https://avatars0.githubusercontent.com/u/33265753" alt="Marco Alexander Fischer"></a>
<a href="https://instagram.com/hyteyt_marco/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://t.me/hyteyt" target="_blank"><i class="fab fa-telegram-plane"></i></a>
<a href="https://wa.me/+491704887928" target="_blank"><i class="fab fa-whatsapp"></i></a>
<a href="mailto:mail@marcoalexanderfischer.de?subject=Texx-Website"><i class="far fa-envelope"></i></a>
<a href="https://github.com/hyteyt" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
<hr>
<div class="aakash">
<p class="name">Aakash Pawar, Designer</p>
<div class="social-buttons">
<a href="https://icarusap.site/" target="_blank"><img src="./assets/images/aakashnp.jpg" alt="Aakash Pawar"></a>
<a href="https://instagram.com/ic.a.r.us/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://t.me/IcarusAP" target="_blank"><i class="fab fa-telegram-plane"></i></a>
<a href="mailto:aakash19.98pawar@gmail.com?subject=Texx-Website"><i class="far fa-envelope"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="./assets/js/jquery.js"></script>
<script src="./assets/js/fullpage.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>