-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (87 loc) · 3.47 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
<!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://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" integrity="sha512-c42qTSw/wPZ3/5LBzD+Bw5f7bSF2oxou6wEb+I/lqeaKV5FDIfMvvRp772y4jcJLKuGUOpbJMdg/BTl50fJYAw==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<title>Unsimp</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="js/smoothscrolling.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-md bg-dark navbar-dark animate__animated animate__slideInDown animate__fast fixed-top">
<a class="navbar-brand anim-on-hover" href="/">Un!</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navLinks">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navLinks">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://un-simp.github.io/marsbarsthegamewebedition/">Mars Bars Game</a>
</li>
<li class="nav-item">
<a class="nav-link" href="onlinegames">gaem</a>
</li>
<li class="nav-item">
<a class="nav-link" href="fnfweek7">fnf</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Blog">Dont work</a>
</li>
</ul>
</div>
</nav>
<div id="background" class="full-size"></div>
<div class="center text-center animate__animated animate__fadeIn">
<h1 class="title-text on-top">Un!</h1>
<br>
<a href="#_part2" class="btn btn-info btn-lg fa med-icon"></a>
</div>
<script src="three.min.js"></script>
<script src="vanta.net.min.js"></script>
<script>
VANTA.NET({
el: "#background",
mouseControls: true,
touchControls: true,
gyroControls: false,
scale: 1.00,
scaleMobile: 1.00,
backgroundColor: '#f5f5f5'
});
</script>
<div class="container-fluid top-100 p-5 pt-5 animate__animated animate__fadeIn" id="_part2">
<div class="row pt-3">
<div class="col">
<h1>About</h1>
<p>
<a href="#">I AM MR UN</a>
<br>
I am from the uk,Bi-sexual,And just a regular dumbass
</p>
</div>
</div>
<div class="row mt-3 p-5 bg-light animate__animated animate__bounceInUp">
<div class="col-sm-3 m-1 mb-3">
<h3>Links</h3>
<a href="/" class="text-black-50">Home</a>
<br>
<a href="onlinegames" class="text-black-50">gaem</a>
<br>
<a href="fnfweek7" class="text-black-50">fnf</a>
<br>
<a href="phpbbb" class="text-black-50">Dontwork</a>
<br>
<a href="Blog" class="text-black-50">Dontwork</a>
</div>
</div>
</div>
</div>
</body>
</html>