-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
218 lines (208 loc) ยท 10.9 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yixboost | Where Innovation Meets Entertainment</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/fontawesome.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link rel="icon" href="https://yixboost.github.io/assets/images/yixboost-logo.png" type="image/x-icon">
<meta property="og:title" content="Yixboost, Where Innovation Meets Entertainment">
<meta property="og:description" content="Explore various projects by Yixboost including games and tools!">
<meta property="og:image" content="https://yixboost.github.io/assets/images/yixboost-logo-banner.jpg">
<meta property="og:url" content="http://yixboost.github.io">
<meta property="og:type" content="website">
<meta name="description" content="Discover various projects and information related to Yixboost.">
<meta name="keywords"
content="Yixboost, Projects, Tools, Games, Information, WinGPT, Minecraft, Ursina, Yixboost Games">
<meta name="author" content="Yixboost NL">
<meta name="robots" content="index, follow">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Explore Yixboost Projects and Tools">
<meta name="twitter:description" content="Discover the various projects developed by Yixboost.">
<meta name="twitter:image" content="https://yixboost.github.io/assets/images/yixboost-logo.png">
<!-- Additional SEO meta tags -->
<meta name="theme-color" content="#0341fc"> <!-- Browser theme color -->
<meta name="apple-mobile-web-app-title" content="Yixboost Info"> <!-- Title for iOS devices -->
<meta name="application-name" content="Yixboost Info"> <!-- Title for Windows devices -->
<meta name="msapplication-TileColor" content="#0341fc"> <!-- Color for Windows tiles -->
<meta name="msapplication-TileImage" content="https://yixboost.github.io/assets/images/yixboost-logo.png">
<!-- Image for Windows tiles -->
<link rel="apple-touch-icon" href="https://yixboost.github.io/assets/images/yixboost-logo.png">
<!-- iOS app icon -->
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://yixboost.github.io",
"name": "Yixboost, Where Innovation Meets Entertainment",
"description": "Explore various projects by Yixboost including games and tools.",
"publisher": {
"@type": "Organization",
"name": "Yixboost NL"
},
"potentialAction": {
"@type": "SearchAction",
"target": "http://yixboost.nl.eu.org/info/search.php?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<header class="header">
<h1 class="logo"><img src="assets/images/yixboost-logo-text.png"></h1>
<p class="tagline">Where Innovation Meets Entertainment</p>
<div class="social-links">
<a href="https://github.com/yixboost" target="_blank">๐บ GitHub</a>
<a href="https://discord.gg/tFSzDwGwZM" target="_blank">๐ฌ Discord</a>
<a href="https://instagram.com/yixboost" target="_blank">โจ Instagram</a>
<a href="https://youtube.com/@yixboost-official" target="_blank">๐บ YouTube</a>
</div>
</header>
<section class="games-section">
<div class="games-content">
<img src="https://yixboost.github.io/assets/images/yixboost-games-mockup.jpg" alt="Yixboost Games" class="games-image">
<div class="games-text">
<h2 class="section-title">Yixboost Games</h2>
<p class="section-description">
Step into worlds of endless possibility. Our games blend cutting-edge
technology with immersive storytelling to create experiences that push
the boundaries of what's possible in gaming.
</p>
<a href="http://yixboost.nl.eu.org/yixboost" target="_blank" class="cta-button">Explore Our Games</a>
</div>
</div>
</section>
<section class="wingpt-section">
<div class="wingpt-content">
<img src="https://yixboost.github.io/assets/images/wingpt-mockup-1.jpg" alt="WinGPT"
class="wingpt-image">
<div class="wingpt-text">
<h2 class="section-title">WinGPT</h2>
<p class="section-description">
WinGPT is a powerful application that leverages AI technology to provide users with an intuitive and
efficient experience on Windows platforms. With a wide range of features, WinGPT is designed to
streamline your daily tasks.
</p>
<a href="https://yixboost.github.io/wingpt/" target="_blank" class="cta-button">Get WinGPT</a>
</div>
</div>
</section>
<section class="pycraft-section">
<div class="pycraft-content">
<img src="https://yixboost.github.io/minecraft-python/assets/images/screenshot.png" alt="PyCraft Ursina"
class="pycraft-image">
<div class="pycraft-text">
<h2 class="section-title">PyCraft Ursina</h2>
<p class="section-description">
Craft your own adventure in this Python-powered voxel world. Built with
the Ursina Engine, PyCraft combines the freedom of creation with the
power of modern game development.
</p>
<a href="https://yixboost.github.io/minecraft-python" target="_blank" class="cta-button">Start
Creating</a>
</div>
</div>
</section>
<section class="authors-section">
<div class="authors-content">
<h2 class="section-title">Meet Our Authors</h2>
<p class="section-description">
Our talented team of creators and developers is dedicated to pushing the boundaries of gaming and AI.
Get to know the minds behind our innovative projects!
</p>
<div class="authors-list">
<div class="author">
<img src="https://jonasvanleeuwen19.github.io/jonasvanleeuwen19.jpg" alt="Jonsvanleeuwen19"
class="author-image">
<h3 class="author-name">Jonasvanleeuwen19</h3>
<p class="author-bio">Iโm a 14-year-old programmer from the Netherlands, skilled in HTML, CSS, Node
JS, Python and PHP, and a Linux user.</p>
<div class="author-links">
<a href="https://jonasvanleeuwen19.nl.eu.org" target="_blank" class="cta-button">๐ Website</a>
<a href="https://github.com/Jonasvanleeuwen19" target="_blank" class="cta-button">๐บ GitHub</a>
</div>
</div>
<div class="author valdtaniem">
<img src="https://valdtaniem.github.io/assets/images/valdtaniem.jpg" alt="Valdtaniem" class="author-image">
<h3 class="author-name">Valdtaniem</h3>
<p class="author-bio">Hi! I'm Valdtaniem, a programmer from the Netherlands. I love coding and
playing with technology. </p>
<div class="author-links">
<a href="https://valdtaniem.github.io" target="_blank" class="cta-button">๐ Website</a>
<a href="https://github.com/Valdtaniem" target="_blank" class="cta-button">๐บ GitHub</a>
</div>
</div>
</div>
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1584333903259393"
crossorigin="anonymous"></script>
<!-- Horizontale Ad 1 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-1584333903259393"
data-ad-slot="2488539951"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</section>
<footer class="footer">
<div class="footer-content">
<div class="footer-grid">
<div class="social-info">
<h3 class="social-title">Social Media</h3>
<ul class="social-list">
<li><a href="https://discord.gg/tFSzDwGwZM" target="_blank" class="social-link">๐ฌ Discord</a>
</li>
<li><a href="https://instagram.com/yixboost" target="_blank" class="social-link">๐ธ
Instagram</a></li>
<li><a href="https://youtube.com/@yixboost-official" target="_blank" class="social-link">๐บ
YouTube</a></li>
<li><a href="https://github.com/yixboost" target="_blank" class="social-link">๐ฑ GitHub</a></li>
</ul>
</div>
<div class="projects-info">
<h3 class="projects-title">Our Projects</h3>
<ul class="projects-list">
<li><a href="https://yixboost.github.io/wingpt/" target="_blank">๐ WinGPT</a></li>
<li><a href="https://yixboost.github.io/minecraft-python" target="_blank">๐ ๏ธ PyCraft Ursina</a>
</li>
<li><a href="http://yixboost.nl.eu.org/yixboost" target="_blank">๐ฎ Yixboost Games</a></li>
</ul>
</div>
<div class="contact-info">
<h3 class="contact-title">Contact Information</h3>
<ul class="contact-list">
<li><a href="mailto:[email protected]" class="contact-link">โ๏ธ [email protected]</a></li>
<li><a href="https://discord.gg/tFSzDwGwZM" target="_blank" class="contact-link">๐ฌ Discord</a>
</li>
</ul>
</div>
</div>
<div class="copyright">
<p>© 2024 Yixboost. All rights reserved.</p>
</div>
</div>
</footer>
<div id="jsScroll" class="scroll" onclick="scrollToTop();">
<i class="fa fa-angle-up"></i>
</div>
<script src="assets/js/script.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8ZCHEPRBMX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8ZCHEPRBMX');
</script>
</body>
</html>