-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (90 loc) · 4.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>vtii</title>
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<link rel="stylesheet" href="static/bootstrap.min.css">
<link rel="stylesheet" href="static/mdb.min.css">
<link rel="stylesheet" href="static/style.css">
</head>
<body>
<canvas class="background"></canvas>
<div id="mainDiv" class="container-fluid animated fadeIn text-warning border border-warning flex-column flex-center py-5" style="min-height: 100vh;">
<div class="container">
<div class="test_container">
<div class="logo1 flex-column flex-center">
<i class="fas fa-gem fa-3x animated flip delay-2s slow"></i>
</div>
<div class="title1 flex-center">
<p>Welcome to vtii.github.io</p>
</div>
<div class="plustext flex-center">
<p>
<span class="lineText">This is my open source GitHub page.</span> <span class="lineText">Feel free to use everything you find here.</span>
</p>
</div>
<div id="nav_home" class="navSelector nav1 flex-column bubble bubble-warning">
<i class="fas fa-home"></i><span class="navSelectorText">Home</span>
</div>
<div id="nav_tools" class="navSelector nav2 flex-column bubble bubble-info">
<i class="fas fa-tools"></i><span class="navSelectorText">Tools</span>
</div>
<div id="nav_howTo" class="navSelector nav3 flex-column bubble bubble-success">
<i class="fas fa-brain"></i><span class="navSelectorText">How-To</span>
</div>
<div id="nav_projects" class="navSelector nav4 flex-column bubble bubble-danger">
<i class="fas fa-network-wired"></i><span class="navSelectorText">Projects</span>
</div>
<div id="nav_other" class="navSelector nav5 flex-column bubble bubble-primary">
<i class="fas fa-box-open"></i><span class="navSelectorText">Other</span>
</div>
<div id="nav_about" class="navSelector nav6 flex-column bubble bubble-default">
<i class="fas fa-user"></i><span class="navSelectorText">About</span>
</div>
<div id="nav_faq" class="navSelector nav7 flex-column bubble bubble-secondary">
<i class="fas fa-question"></i><span class="navSelectorText">FAQ</span>
</div>
<a id="nav_git" class="navSelector nav8 flex-column bubble bubble-white text-warning"href="https://github.com/vtii">
<i class="fab fa-github"></i><span class="navSelectorText">GitHub</span>
</a>
<div class="label">
<div>
<p class="innerLabel">Latest Uploads</p>
<p class="innerText">Links for the five latest things I've uploaded.
</div>
</div>
<a href="#" class="link link1 slide-right slideColor-warning text-warning">
<p>I'm the link1 (newest)</p>
<i class="fas fa-arrow-right"></i>
</a>
<a href="#" class="link link2 slide-right slideColor-warning text-warning">
<p>- nothing here yet.. -</p>
<i class="fas fa-arrow-right"></i>
</a>
<a href="#" class="link link3 slide-right slideColor-warning text-warning">
<p>- nothing here yet.. -</p>
<i class="fas fa-arrow-right"></i>
</a>
<a href="#" class="link link4 slide-right slideColor-warning text-warning">
<p>- nothing here yet.. -</p>
<i class="fas fa-arrow-right"></i>
</a>
<a href="#" class="link link5 slide-right slideColor-warning text-warning">
<p>- nothing here yet.. -</p>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
</div>
<script type="text/javascript" src="static/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="static/popper.min.js"></script>
<script type="text/javascript" src="static/bootstrap.min.js"></script>
<script type="text/javascript" src="static/mdb.min.js"></script>
<script type="text/javascript" src="static/particles.min.js"></script>
<script type="text/javascript" src="static/script.js"></script>
</body>
</html>