-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (112 loc) · 4.73 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
<!DOCTYPE html>
<head>
<title>Home Page | LightslicerGP</title>
<meta name="google-site-verification" content="E4cs25miWThixuUGCLAmJw0gl9P0x5-QquqQqf-u8RM" />
<meta name="description"
content="This is the Home page, go ahead and explore what I have made and what might come in the future!">
<link rel="preload" href="../Common/Navbar.js" as="script">
<link rel="preload" href="../Common/Navbar.css" as="style">
<link rel="preload" href="Main.css" as="style">
<link rel="preload" href="Main.js" as="script">
<meta name="keywords"
content="LightslicerGP, Google Site, Github Site, Netlify Site, LightslicerGP Google Site, LightslicerGP Github Site, LightslicerGP Netlify Site, Neumorphism, Glassmorphism, Main Page, LightslicerGP Main Page">
<link rel="stylesheet" href="Common/Navbar.css">
<link rel="stylesheet" href="Main.css">
<link rel="shortcut icon" type="image/png" href="Pictures/LSPGv3.png">
<meta name="theme-color" content="#00e0ff">
<meta name="apple-mobile-web-app-status-bar-style" content="#00e0ff">
</head>
<body>
<div id="loader">
<img src="Pictures/Loading.gif">
</div>
<div id="navbutton">
<img src="Pictures/plus.png">
</div>
<header>
<div id="logo">
<a href="index.html">
<img src="Pictures/LSPGv3.png">
</a>
</div>
<nav>
<ul id="navbar">
<li>
<div id="dropdown">
<a href="Creations/Creations.html">Creations</a>
<img src="Pictures/arrow.png" id="dropdownimg" onclick="clicked()">
<div id="dropdown-content" style="display: none;">
<a href="https://sites.google.com/view/lightslicergp/creations/minecraft/texture-packs">SimplyCubed</a>
<a href="https://sites.google.com/view/lightslicergp/creations/minecraft/skin-packs">SimplySkin</a>
<a href="https://sites.google.com/view/lightslicergp/creations/minecraft/maps">SimplySurvival</a>
</div>
</div>
</li>
<li>
<a href="https://github.com/LightslicerGP/Website">Github</a>
</li>
<li>
<a href="Showcase/Showcase.html">Showcase</a>
</li>
<li>
<a href="About Me/AboutMe.html">About Me</a>
</li>
<li>
<a href="Blogs/Blogs.html">Blogs </a>
</li>
</ul>
</nav>
<a id="contact" href="Contact/Contact.html">
Contact
</a>
</header>
<div id="bottom">
<div id="parallax">
<p>Hello!</p>
</div>
<div id="title">
<p>Welcome to the official homepage!</p>
<a href="https://www.youtube.com/c/LightslicerGP"><img id="logo" src="Pictures/LSPGv3.png"></a>
</div>
<div id="intro">
<div id="subsandviews">
<div id="subcount" class="counters">(subs)</div>
<div class="subtitles">Subscribers</div>
<div id="viewcount" class="counters">(views)</div>
<div class="subtitles">Views</div>
<div id="videocount" class="counters">(videos)</div>
<div class="subtitles">Videos</div>
</div>
<p id="introparagraph"> Welcome to the official webpage of LightslicerGP. Here, you will find pictures, creations,
and information about me! Take a look around, and if you have any thoughts to add to the website, message me on
discord. My username is LightslicerGP#2125. I have created many things. My most proud creation is SimplyCubed.
It is a texture pack that simplifies each block (and soon to be mob) texture for Minecraft bedrock edition. If
you need to contact me, you can find me in the contact page. I also take pictures from Forza Horizon 3.
</p>
</div>
<div id="carousel">
<div id="container">
<a class="item" id="pic1" href="https://sites.google.com/view/lightslicergp/creations/forza-horizon-3/">
<img class="carouselshowcase" src="Pictures/Hot_Wheels_Space.webp">
</a>
<a class="item" id="pic2" href="https://sites.google.com/view/lightslicergp/creations/minecraft/texture-packs">
<img class="carouselshowcase" src="Pictures/SimplyCubed_Monument.webp">
</a>
<a class="item" id="pic3" href="https://sites.google.com/view/lightslicergp/creations/minecraft/skin-packs">
<img class="carouselshowcase" src="Pictures/SimplySkin_Both.webp">
</a>
<a class="item" id="pic4" href="https://sites.google.com/view/lightslicergp/creations/minecraft/maps">
<img class="carouselshowcase" src="Pictures/SimplySurvival_Entrance.webp">
</a>
</div>
<div id="links">
<a href="#pic1"></a>
<a href="#pic2"></a>
<a href="#pic3"></a>
<a href="#pic4"></a>
</div>
</div>
</div>
<script src="Main.js"></script>
<script src="Common/Navbar.js"></script>
</body>