-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (75 loc) · 4.4 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
<html>
<head>
<title>XaetaCore</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<!-- Meta Data -->
<meta name="theme-color" content="#2196F3">
<meta content="https://xaetacore.pro/assets/images/profile.jpg" property="og:image" />
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<meta content="XaetaCore" property="og:title" />
<meta content="Its just a hompage of someone who breaks stuff" property="og:description" />
<meta content="Its just a hompage of someone who breaks stuff" name="description" />
<meta name="revisit-after" content="2 days">
<meta property="og:locale" content="en_GB" />
<link rel="canonical" href="https://xaetacore.pro/" />
<meta property="og:url" content="https://xaetacore.pro/" />
<meta property="og:site_name" content="XaetaCore" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@xaetacore" />
<!-- CSS -->
<link href="https://modesta.alexflipnote.xyz/css/modesta.min.css" type="text/css" rel="stylesheet">
<link href="https://modesta.alexflipnote.xyz/css/blobcat.min.css" type="text/css" rel="stylesheet">
<!-- JavaScript -->
<script src="assets/js/smoothscroll.min.js" type="text/javascript" charset="utf-8"></script>
<script src="assets/js/jarallax.min.js" type="text/javascript" charset="utf-8"></script>
<script src="assets/js/main.js" type="text/javascript" charset="utf-8"></script>
<!-- Custom CSS -->
<style>.one-full.column p, .one-full.column h1 { margin: 0; }</style>
</head>
<body>
<div class="fullscreen">
<div data-jarallax data-speed="0.25" class="jarallax background" style="background-image: url('assets/images/background-image.jpg');"></div>
<div class="center-object">
<section class="me">
<img draggable="false" src="assets/images/profile.jpg" class="image-title">
<h1 class="title">XaetaCore</h1>
</section>
<div class="buttons">
<a href="https://discord.gg/hSyDXKS" class="btn discord animation hover" target="_blank">Discord</a>
<a href="https://twitter.com/xaetacore" class="btn twitter animation hover" target="_blank">Twitter</a>
<a href='https://github.com/xaetacore' class='btn github animation hover' target='_blank'>GitHub</a>
<a href="https://steamcommunity.com/id/MagixNL/" class="btn animation black hover" target="_blank">Steam</a>
</div>
</div>
<a href="#information"><div id="fade" class="arrow bounce"></div></a>
</div>
<section class='container' id='information'>
<div class='box-container primary row no-border-radius'>
<div class='one-full column'><h1><i class='emoji blobcatnomcookie'></i> About myself</h1></div>
<div class='one-full column'>
<p>
Oh Helluw! I'm known as <span class='peach-text'>XaetaCore</span> on this weird place called the internet, and I'm that person who spends time coding and
building stuff for around <span class='sun-flower-text'>4 years</span>.<br>
The current languages I know well are <span class='peach-text'>HTML, PHP, CSS, JavaScript & NodeJS, Python</span>
I'm currently learning <span class='peach-text'>Kotlin, Electron</span> Lets hope i won't break stuff in the process learning this :#
</p>
</div>
</div>
<div class='box-container primary row no-border-radius'>
<div class='one-full column'><h1><i class='emoji blobcatbusiness'></i> Some random projects</h1></div>
<div class='one-full column'>
<p><a href="https://elitesec.xaetacore.pro/" target="_blank">EliteSec Webpage</a>, EliteSec is a programming and pentesting community which is full of skids hehe</p>
</div>
</div>
</section>
<footer class="center box-container primary no-border-radius">
<p class="no-margin">
<a href="https://github.com/xaetacore/Personal-Website/blob/master/LICENSE" target="_blank">LICENSE</a>
| XaetaCore |
<a href="https://github.com/xaetacore/Personal-Website/" target="_blank">Source</a><br>
Original website by <a href='https://github.com/AlexFlipnote/alexflipnote.github.io' target='_blank'>AlexFlipnote</a>
</p>
</footer>
</body>
</html>