-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (52 loc) · 3.32 KB
/
index.html
File metadata and controls
61 lines (52 loc) · 3.32 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NotNT77 | Social Page</title>
<meta property="og:title" content="NotReal003 Social">
<meta property="og:description" content="NotReal003 Social site, find out my projects, links and more.">
<meta property="og:image" content="https://media.discordapp.net/attachments/1137814643432247407/1225487994211930252/IMG_3275.jpeg?ex=66214fa2&is=660edaa2&hm=f62a641634423ae6a43691e8e121570f2cb41ca72079284351d915a610ed28c1&">
<meta property="og:url" content="https://notreal003.github.io/">
<link rel="stylesheet" href="assets/style.css">
<link rel="website icon" type="jpeg" href="assets/imgs/IMG_3275.jpeg">
<meta name="google-adsense-account" content="ca-pub-5985950331779239">
<script src="src/main-script.js" defer></script>
</head>
<body>
<div id="loading-screen">
<div class="pulse-container">
<div class="pulse-bubble pulse-bubble-1"></div>
<div class="pulse-bubble pulse-bubble-2"></div>
<div class="pulse-bubble pulse-bubble-3"></div>
</div>
</div>
<header>
<h1>NotNT aka NotReal</h1>
<ppp>Hello There, Thanks for visiting my social site. You can find here some links, like Guild Application, Github, and my Discord Server link, and info about data collection.</ppp>
</header>
<button id="mode-toggle">Night Mode</button>
<section class="bio-section">
<h2>About me</h2>
<pp>I'm NotNT, and now I'm known as NotReal003, a gamer, content creator, and beginner developer, Mostly i use Html, Css and JavaScript for webs.<a target="_blank" href="discord:/users/1131271104590270606"><qq> Contact Me </qq></a> for any inquiries.</pp>
</section>
<section class="cta-section">
<a href="submissions/guild-application" class="cta-button"><p>Guild Application</p><pr>Apply now for joining our HAXTIME guild.</pr></a>
<a href="player" class="cta-button"><p>Player Profile</p><pr>Click here to check your NetherGames player stats!</pr></a>
<a href="https://github.com/NotReal003" class="cta-button"><p>GitHub</p><pr>Check out my GitHub profile, projects, and Source codes.</pr></a>
<a href="https://youtube.com/@NotNT77?si=j7kgkkCkrha0aNNc" class="cta-button"><p>YouTube</p><pr>Visit my YouTube channel and enjoy all moments with me :)</pr></a>
<a href="https://discord.gg/sqVBrMVQmp" class="cta-button"><p>Join Discord Server</p><pr>Safe Environment And Friendly Discord Server with alot futures!</pr></a>
</section>
<section class="data-section">
<h3>Data collection</h3>
<pp>No data is collected from users on this website or on guild application website. Your privacy is important to us, and we do not store or process any personal information. Feel free to explore our content without concerns about your data being collected. Read more about github privacy policy by <a href="https://notreal003.xyz/support/privacy"><gpp>clicking here!</gpp></a></pp>
</section>
<section class="cta-section">
<a href="support" class="cta-button"><p>HelpDesk</p><pr>Click here to visit My (SkyLine) Helpdesk!</pr></a>
<a href="invite" class="cta-button"><p>Discord Bot</p><pr>Click here to Invite our Discord Bot to manage NG guilds.</pr></a>
</section>
<footer>
<p><oo>©</oo> 2024 NotReal. All Rights Reserved.</p>
</footer>
</body>
</html>