-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
98 lines (83 loc) · 3.6 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="style.css" rel="stylesheet">
<title>Nixxo's Website</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Nixxo's Website" property="og:title">
<meta content="Personal website with information about me" property="og:description">
<meta content="#3A3A3A" data-react-helmet="true" name="theme-color">
<style>
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,500;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,100..700&family=Rubik:ital,wght@0,500;1,500&display=swap');
</style>
</head>
<body>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="https://ddrv.nixxoq.xyz/">DDRV</a></li>
<li><a href="http://data.nixxoq.xyz/">Data (main page soon)</a></li>
</ul>
<h4 class="title">About me</h4>
<br />
<p class="about-me">
Sup, I am a Python, C# and C++ (newbie) developer with 2 years of experience. CEO of The Rebuild.
<br>
<br>
Currently developing <a style="color: white; text-decoration: none;"
href="https://github.com/nixxoq/xp-apps">xp-apps</a> and
<a style="color: white; text-decoration: none;" href="https://github.com/TheRebuild">The Rebuild</a>,
also helping with the One-Core-API (with localization only).
</p>
<br />
<h4 class="title">Socials</h4>
<h5 class="description">Here are all my social networks</h5>
<div class="box">
<a class="element-single-row" href="https://github.com/nixxoq">
<p>Github</p>
<img src="link.svg" alt="Link">
</a>
</div>
<h4 class="title">Contacts</h4>
<h5 class="description">Here are several ways to reach me out</h5>
<div class="box">
<a class="row" href="discord://discord.com/users/999682446675161148">
<p>Discord</p>
<img src="link.svg" alt="Link">
</a>
<a class="row" href="mailto:[email protected]">
<p>Email</p>
<img src="link.svg" alt="Link">
</a>
</div>
<h5 class="description">Credits</h5>
<footer class="box">
<p style="color: #929292; font-size: 12px;">
Used fonts:
</p>
<div style="display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; gap: 10px;">
<a class="element-single-row" href="https://www.jetbrains.com/lp/mono/"
style="width: auto; margin-bottom: 0;">
<p>JetBrains Mono</p>
<img src="link.svg" alt="Link" style="margin-left: 5px;">
</a>
<a class="element-single-row" href="https://fonts.google.com/specimen/Rubik"
style="width: auto; margin-bottom: 0;">
<p>Rubik Font</p>
<img src="link.svg" alt="Link" style="margin-left: 5px;">
</a>
<a class="element-single-row" href="https://fonts.google.com/specimen/Josefin+Sans"
style="width: auto; margin-bottom: 0;">
<p>Josefin Sans</p>
<img src="link.svg" alt="Link" style="margin-left: 5px;">
</a>
</div>
<p style="color: #929292; font-size: 12px;">Original source code</p>
<a class="element-single-row" href="https://git.octobanon.com/OctoBanon/MyWebsite" style="width: auto;">
<p>Original source code - OctoBanon</p>
<img src="link.svg" alt="Link" style="margin-left: 5px;">
</a>
</footer>
</body>
</html>