-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (68 loc) · 3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<title>grapheneX</title>
</head>
<body>
<div class="mt-5 mt-sm-0 content">
<div class="overlay text-center">
<img class="img-responsive align-middle loading-img" src="images/graphenex_logo.png" alt="logo" height="200" width="200">
</div>
<div class="text-center mt-2" data-aos="zoom-in">
<h1 style="color: #CCCCCC; font-size: 24px" class="consolas">~ grapheneX ~</h1>
</div>
<div class="text-center mt-3 mt-sm-3 mr-4 ml-4">
<img class="img-fluid rounded deep-like" src="images/banner.gif" alt="banner" data-aos="zoom-in">
</div>
<div id="countdown" class="text-center consolas"></div>
<footer class="p-1">
<div class="d-flex justify-content-center mt-3" data-aos="fade-up">
<a href="https://github.com/grapheneX">
<div class="btn btn-ghost-dark ghico">
<i class="fab fa-github"></i> GitHub
</div>
</a>
<a href="https://pypi.org/project/graphenex/">
<div class="btn btn-ghost-dark pyico">
<i class="fab fa-python"></i> PyPI
</div>
</a>
<a href="https://twitter.com/grapheneX_">
<div class="btn btn-ghost-dark twico">
<i class="fab fa-twitter"></i> Twitter
</div>
</a>
</div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="js/index.js"></script>
<!--
+ho:`
`:ohh. /dddy/.
./ydddddd/ -hddddho: | grapheneX.github.io |
`:ohdddddddddds``sddddds- :. ~ Official website of the grapheneX project
+ddddddddddddddh. /dds- /hdd > https://github.com/grapheneX
+dddddddddddddddd/ .. /hdddd - Copyright (C) 2019
+ddddddddddddddddo``/hdddddd
+ddddddddddddddo.`+ddddddddd
`-/+oyhddddd+``+dddddddddddd
:o+/-.` `-` .syddddddddddddd
+dddddddyso+:-. `.-/+oyhdddd
-+yddddddddddddhyso/:-` `-`
`/sddddddddddddddy+-
-+hddddddds:`
`/sy+-
-->
</body>
</html>