-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
370 lines (346 loc) · 11.7 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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<!DOCTYPE html>
<html lang="en">
<!-- Head Section Start -->
<head>
<!-- Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Title -->
<title>Team XenoX - Home of Open Source Heroes</title>
<!-- Fav Icon -->
<link rel="icon" href="img/xenoxlogo.png" />
<!-- Core Stylesheet -->
<link href="css/style.css" rel="stylesheet" />
<link href="css/res.css" rel="stylesheet" />
<!-- Font Style -->
<link
href="https://fonts.googleapis.com/css2?family=Nunito&display=swap"
rel="stylesheet"
/>
<!-- Font Awesome CDN -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- fullPage.js minimal CDN -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.8/fullpage.min.css"
/>
<!-- fullPage.js jquery CDN -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.4/jquery.fullpage.css"
/>
<!-- jQuery CDN -->
<script src="https://code.jquery.com/jquery-3.5.0.js"></script>
</head>
<!-- Head Section End -->
<!-- Body Start -->
<body>
<!-- Navigation Section Start -->
<div class="navbar">
<ul>
<li>
<!-- Logo Section -->
<a href="" class="logo-div">
<img class="headerLogo" src="img/xenox.gif" />
<!-- Logo Text -->
<p class="logo-text">XenoX</p>
</a>
</li>
</ul>
<!-- Navigation Menu Start -->
<ul id="menu" class="nav-item">
<li>
<a data-menuanchor="projects" href="#projects" class="navLink"
>Projects</a
>
</li>
<li>
<a data-menuanchor="blog" href="#blog" class="navLink altlink"
>Blog</a
>
</li>
</ul>
<!-- Navigation Menu End -->
</div>
<!-- Mobile Navigation Section Start -->
<div class="mobile">
<!-- Mobile Logo -->
<a href="" class="logo-div">
<img class="headerLogo" src="img/xenox.gif" />
<!-- Mobile Logo Text -->
<p class="logo-text">XenoX</p>
</a>
<!-- Mobile Navigation Menu Start -->
<div id="myLinks" class="mobile-link">
<a data-menuanchor="projects" href="#projects" class="a-link"
>Projects</a
>
<a data-menuanchor="blog" href="#blog" class="a-link">Blog</a>
<a data-menuanchor="community" href="#community" class="a-link"
>Join Us</a
>
</div>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
<!-- Mobile Navigation Menu End -->
</div>
<!-- Mobile Navigation Section End -->
<!-- fullPage Sections Start -->
<div id="fullPage">
<!-- Section 1 Start -->
<div id="section0" class="section s1">
<div class="container">
<div class="s11">
<div class="captionSection">
<div class="vert-move-title">
<p class="captionTitle glow">Team XenoX</p>
</div>
<p class="captionWord">Home of Open Source Heroes</p>
<p class="captionParagraph">Come change the world with us</p>
</div>
<!-- Scroll Arrow -->
<a data-menuanchor="projects" href="#projects">
<img id="menu" class="arrow vert-move" src="img/Arrowtrans.png" />
</a>
</div>
</div>
</div>
<!-- Section 1 End -->
<!-- Section 2 Start -->
<div id="section1" class="section s2">
<div class="container">
<div class="s11">
<div class="blog-section-1">
<!-- Section 2 Illustration -->
<div class="imgSection vert-move-img">
<img class="hero project" src="/img/flame-remote-working.png" />
</div>
<div class="captionBlock">
<!-- Section 2 Caption Start-->
<p class="captionPara">
Are you passionate about open-source development and looking
to contribute? Team XenoX might just be your calling. We take
the open-source development to the next level. We'd love for
you to join us! Check out our work.
</p>
<!-- Secttion 2 Caption End -->
<!-- Section 2 Button Start-->
<a target="_blank" href="https://github.com/teamxenox">
<button class="blogButton">Explore Projects</button>
</a>
<!-- Section 2 Button End -->
</div>
</div>
</div>
</div>
</div>
<!-- Section 2 End -->
<!-- Section 3 Start -->
<div id="section3" class="section s2">
<div class="container">
<div class="s11">
<div class="blog-section-1 BeforeScroll" id="divToShowHide">
<!-- Section 3 Illustration -->
<div class="imgSection vert-move-img">
<img class="hero altmobimg" src="img/flame-upgradetrans.png" />
</div>
<div class="captionBlock">
<!-- Section 3 Caption Start -->
<p class="captionPara">
We started out as a small team of devs working on open-source
projects for the fun of it, grown bigger and stronger steadily
and is now Team XenoX. If you like our work, join our team.
Let's unleash the power of open-source development.
</p>
<!-- Section 3 Caption End -->
<!-- Section 3 Button Start -->
<a target="_blank" href="https://bit.ly/joinxenox">
<button class="blogButton">
Join our Community of Heroes
</button>
</a>
<!-- Section 3 Button End -->
</div>
</div>
</div>
</div>
</div>
<!-- Section 3 End -->
<!-- Section 4 Start -->
<div id="section4" class="section s3">
<div class="s11">
<div class="blog-section">
<!-- Section 4 Caption Start -->
<p class="captionParaalt">
Team XenoX is also looking to add more authors to our publication.
If you like writing and have some creative ideas you'd like to
share, we'd love to have you!
</p>
<!-- Section 4 Caption End -->
<!-- Section 4 'Read Blogs' Button Start -->
<div class="altbtn">
<a
target="_blank"
href="https://xenox.dev/"
rel="noopener noreferrer"
>
<button class="blogButton">Read our Blogs</button>
</a>
</div>
<!-- Section 4 'Read Blogs' Button End -->
<!-- Section 4 'Become an Authour' Button Start -->
<div class="altbtn btnmob">
<a
target="_blank"
href="https://forms.clickup.com/f/1rz92-3351/VMFE0Q81LI7E0A92Z0"
>
<button class="blogButton">Become an Author</button>
</a>
<!-- Section 4 'Become an Author' Button End -->
</div>
</div>
<div class="blog">
<!-- Left Illustion of Desktop Mode -->
<div class="png">
<img src="img/Group 1.svg" />
</div>
<!-- 'Become an Author' Button in Mobile Mode -->
<div class="altbtn">
<a
target="_blank"
href="https://forms.clickup.com/f/1rz92-3351/VMFE0Q81LI7E0A92Z0"
>
<button class="blogButton devmob">Become an Author</button>
</a>
</div>
<!-- Right Illustration of Desktop Mode -->
<div class="png">
<img src="img/Group 2.svg" />
</div>
</div>
<!-- Illustration for Mobile Mode -->
<div class="blog-section-mobile">
<img src="img/blogsMobile.svg" />
</div>
</div>
</div>
<!-- Section 4 End -->
</div>
<!-- fullPage Sections End -->
<!-- Footer Section Start -->
<div class="footer">
<!-- Footer Text -->
Sponsored by
<!-- Footer Link -->
<a class="contact" target="_blank" href="http://skynox.tech">
Skynox Tech</a
>
</div>
<!-- Footer Section End -->
<!-- fullPage Minimal CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.8/fullpage.min.js"></script>
<script>
//Mobile Navigation Function Start
function myFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
//Mobile Navigation Funtion End
//fullPage.js Configuration Start
new fullpage("#fullPage", {
autoScrolling: true,
navigation: true,
scrollingSpeed: 700,
scrollBar: false,
keyboardScrolling: true,
verticalCentered: true,
navigationTooltips: ["Home", "Projects", "Community", "Blog"],
anchors: ["home", "projects", "community", "blog"],
menu: "#menu",
css3: true,
fitToSection: true,
recordHistory: true,
});
//fullPage.js configuration End
//Page Scroll Fade Effect
$(window).load(function () {
// start up after 2sec no matter what
window.setTimeout(function () {
$("blog-section-1").removeClass("loading").addClass("loaded");
}, 2000);
});
</script>
<style type="text/css">
.fullpage-wrapper {
width: 100% !important;
transform: none !important;
}
.fp-section {
width: 100% !important;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.fp-section.active {
visibility: visible;
opacity: 1;
}
.fp-slidesContainer {
width: 100% !important;
transform: none !important;
}
.fp-slide {
width: 100% !important;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
transition: all 0.7s ease-in-out;
}
.fp-slide.active {
visibility: visible;
opacity: 1;
}
</style>
<!--include these script in head section or wherever you want-->
<!-- JQuery Minimal CDN -->
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);
(function () {
var u = "//matomo.skynox.tech/";
_paq.push(["setTrackerUrl", u + "matomo.php"]);
_paq.push(["setSiteId", "2"]);
var d = document,
g = d.createElement("script"),
s = d.getElementsByTagName("script")[0];
g.type = "text/javascript";
g.async = true;
g.defer = true;
g.src = u + "matomo.js";
s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
<script
src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js"
type="text/javascript"
></script>
</body>
<!-- Body End -->
</html>