-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (104 loc) · 4.65 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
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>VoidSystems</title>
<meta name="description" content="VoidSystems is here to revolutionize your experience in the internet with advanced technology.">
<meta name="keywords" content="VoidSystems, Discord Bots Amazing Tools">
<meta name="author" content="Flux">
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://VoidSystems.sytes.net">
<meta property="og:title" content="VoidSystems">
<meta property="og:description" content="VoidSystems is here to revolutionize your experience in the internet with advanced technology.">
<meta property="og:image" content="https://i.imgur.com/nYrrfpJ.gif"> <!-- Add your social media image URL here -->
<!-- Twitter Meta Tags -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://VoidSystems.sytes.net">
<meta property="twitter:title" content="VoidSystems">
<meta property="twitter:description" content="VoidSystems is here to revolutionize your experience in the internet with advanced technology.">
<meta property="twitter:image" content="https://i.imgur.com/nYrrfpJ.gif"> <!-- Add your social media image URL here -->
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="Logo.png">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navbar -->
<nav class="navbar">
<div class="container">
<a href="#" class="logo">
<img src="Logo.png" alt="Voidwalker Logo" class="logo-img">
VoidSystems
</a>
<div class="nav-links">
<a href="projects.html">
<i class="fas fa-code"></i> <!-- Icon for About -->
Projects
</a>
<div class="nav-links">
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero">
<video autoplay muted loop class="hero-video">
<source src="https://i.imgur.com/hpSbOK5.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="container">
<div class="hero-content">
<h1>Your Ultimate Tech Companion</h1>
<p>VoidSystems is here to revolutionize your Discord experience and Devolopmening capabilities easy.</p>
<a href="https://discord.com/oauth2/authorize?client_id=1291250100613419019&permissions=8&integration_type=0&scope=bot" class="cta-button">Invite Voidwalker Our First Project</a>
<a href="projects.html" class="cta-button cta-button-secondary">See More our Projects</a>
</div>
<div class="hero-image">
<img src="https://i.imgur.com/kngxDYl.png" alt="Voidwalker Bot">
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="features">
<div class="container">
<h2>Features</h2>
<div class="feature-grid">
<div class="feature-item">
<h3>moderation</h3>
<p>Experince advanced moderation commands like no other.</p>
</div>
<div class="feature-item">
<h3>utility</h3>
<p>Get a verity of Advanced feature packed utility Commands for all you're needs.</p>
</div>
<div class="feature-item">
<h3>Speed</h3>
<p>Voidwalker is Always making sure of the best speeds possible ensuring that everything is running smooth.</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="container">
<h2>About VoidSystems</h2>
<p>Empowering innovation with cutting-edge Discord bots and advanced development tools. VoidSystems is your go-to solution for streamlined automation, seamless integration, and powerful tools designed to elevate your projects to the next level. Experience the future of development with us by your side.</p>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<p>© 2023 VoidSystems. All rights reserved.</p>
<div class="footer-links">
<a href="https://fantastical-optimizations.gitbook.io/fos/privacy-policy-voidwalker">Privacy Policy</a>
<a href="https://fantastical-optimizations.gitbook.io/fos/terms-of-service-voidwalker">Terms of Service</a>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>