-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (101 loc) · 5.71 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
<!--
Ya found an easter egg, nice.
I worked on building this website because I was a bit bored and needed a new challenge.
I'll definitely update this website to be better and fuller one day, especially wanna work on mobile optimization.
Honored ones:
*Golden
*Mare
*Knight
*Ukisha
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The official website of WazzaP, also known as ItsWazzaP.">
<meta name="keywords" content="WazzaP, ItsWazzaP, Roblox, gaming, YouTube, horror games, challenges, Pressure, personal website">
<meta name="author" content="WazzaP">
<!---->
<meta property="og:type" content="website">
<meta property="og:title" content="WazzaP - Content Creator">
<meta property="og:description" content="Hey there, I’m WazzaP, a dedicated content creator from Serbia who loves everything about gaming, especially Roblox.">
<meta property="og:url" content="https://wazzap.org">
<meta property="og:image" content="https://wazzap.org/assets/WazzaP.png">
<meta property="og:image:alt" content="Logo">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="WazzaP">
<!---->
<title>Home</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
<link rel="icon" href="assets/favicon.png" type="image/png">
<script src="assets/script.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9G5W4YSQGD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9G5W4YSQGD');
</script>
</head>
<body>
<!--=============NAVIGATION BAR============================================-->
<nav class="navbar">
<div class="logo" id="LogoDiv">
<a href="https://www.youtube.com/@ItsWazzaP/" target="_blank">
<img src="assets/WazzaP.png" alt="Logo" id="LogoImg">
</a>
</div>
<div class="nav-links">
<a href="index.html" class="nav-button-viewing">Home</a>
<span></span>
<a href="content.html" class="nav-button">Content</a>
<span></span>
<a href="announcements.html" class="nav-button">Announcements</a>
<span></span>
<a href="socialmedia.html" class="nav-button">Social Media</a>
<span></span>
<a href="contact.html" class="nav-button">Contact</a>
</div>
</nav>
<!--=============PAGE CONTENTS 1============================================-->
<div class="mobile-navbar-separation"></div>
<section class="titles" id="Welcome">
<b>Welcome to my website!</b>
</section>
<section class="titles" id="IndexTitles" data-delay="1">
<b>Who am I</b>
</section>
<section class="texts" id="IndexFirstText" data-delay="1">
Hey there, I’m <a href="https://www.youtube.com/@ItsWazzaP/" target="_blank" id="GenericHyperlink">WazzaP</a>, a dedicated content
creator from <span class="more-info" data-tooltip="Serbia, a landlocked country at the crossroads of Southeast and Central Europe, located in the Balkans and the Pannonian Plain.">Serbia</span>
who loves everything about gaming, especially <a href="https://www.roblox.com/home" target="_blank" id="GenericHyperlink">Roblox</a>.
Here, you’ll discover insights into my <a href="https://www.youtube.com" target="_blank" id="GenericHyperlink">YouTube</a> journey, the content that inspires me, and a community space focused
on growth, creativity, and enjoying what you love. This site will keep you updated on my latest videos, upcoming plans,
and all the exciting projects I’m working on.
</section>
<section class="titles" id="IndexTitles" data-delay="2">
<b>What is content creation for me</b>
</section>
<section class="texts" id="IndexSecondText" data-delay="2">
Creating content has always been my way of capturing moments, having fun, and sharing unforgettable experiences with you.
Whether it’s a deep dive into <a href="https://www.roblox.com/games/12411473842/Pressure" target="_blank" id="GenericHyperlink">Roblox Pressure</a>, a challenging gameplay series, or just something new and interesting I’ve
come across, I hope you’ll find something here that <span class="more-info" data-tooltip="To arouse interest or curiosity">piques</span> your interest.
</section>
<section class="titles" id="IndexTitles" data-delay="3">
<b>Why I started this journey</b>
</section>
<section class="texts" id="IndexThirdText" data-delay="3">
It all began a while ago as a fun way to capture moments I wanted to remember and build a small community. Since then,
it has evolved into a hobby with goals and milestones to achieve <i>(I’m aiming for 10,000 subscribers on YouTube
someday!)</i>. And the best part? Building an incredible community that shares my interests.
</section>
<div class="footer-separation-padding"></div>
<!--=============FOOTER============================================-->
<footer id="IndexFooter">
<p>Copyright © 2025 <a href="https://wazzap.org" target="_blank" id="FooterHyperlink">wazzap.org</a><!-- | Powered by <a href="https://www.youtube.com/@ItsWazzaP/" id="FooterHyperlink" target="_blank">WazzaP</a></p>-->
</footer>
</body>
</html>