-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (88 loc) · 3.94 KB
/
Copy pathindex.html
File metadata and controls
98 lines (88 loc) · 3.94 KB
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 lang="en_GB">
<head>
<!-- Main Metadata -->
<meta charset="utf-8">
<meta property="og:locale" content="en_GB">
<meta name="applicable-device" content="pc,mobile">
<link rel="canonical" href="https://www.citory.net">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/de_icon/favicon.ico">
<meta name="keywords" content="nionim, citory_, citory, deltacion, carde2">
<!-- Title -->
<title>Citory (DeltaCion)</title>
<meta property="og:title" content="Citory_">
<meta name="twitter:title" content="Citory_">
<meta property="og:site_name" content="Citory_">
<!-- Description -->
<meta name="description" content="Hi! Im DeltaCion (Citory). Im 19y.o programmer, music artist and just an internet idiot">
<meta property="og:description" content="Hi! Im DeltaCion (Citory). Im 19y.o programmer, music artist and just an internet idiot">
<meta name="twitter:description" content="Hi! Im DeltaCion (Citory). Im 19y.o programmer, music artist and just an internet idiot">
<!-- OG Imgage -->
<meta property="og:image" content="https://raw.githubusercontent.com/vaYO-GG/.github/refs/heads/main/profile/img/Project_Void.png">
<meta property="og:image:alt" content="Delta Project">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1920">
<meta property="og:image:height" content="540">
<!-- Other -->
<meta property="og:url" content="https://www.citory.net">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://www.citory.net/assets/images/Project_Void.png">
<!-- Links -->
<link rel="stylesheet" href="styles/ButtonStyles.css" type="text/css">
<link rel="stylesheet" href="styles/MainStyles.css" type="text/css">
<link rel="stylesheet" href="styles/root.css" type="text/css">
<!-- Themes -->
<script type="module" src="js/theme.js"></script>
<link id="theme_dc" type="text/css" rel="stylesheet" media="all" href="styles/root.css"/>
<!-- JSON‑LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfilePage",
"mainEntity": {
"@type": "Person",
"name": "DeltaCion (Citory)",
"url": "https://www.citory.net",
"sameAs": [
"https://github.com/Nionim",
"https://soundcloud.com/citory_owo",
"https://t.me/citory_owo",
"https://discord.gg/MEBkvJbe4P"
],
"jobTitle": "Programmer / Music Artist",
"image": "https://www.citory.net/assets/screens/avatar.png"
}
}
</script>
<!-- Theme color -->
<meta name="theme-color" content="#ffe4c4" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#060606" media="(prefers-color-scheme: dark)" />
</head>
<body class="main-div">
<header style="padding-bottom: 15vh;"></header>
<section class="profile-block">
<img id="theme-button" class="profile-avatar" src="assets/screens/avatar.png" alt="avatar">
<div class="profile-text">
<h1>$ DeltaCion 🍷</h1>
<p>19 y.o programmer.. Bruh</p>
</div>
</section>
<section class="url-block">
<h1>COOL URLS 100%</h1>
<a target="_blank"
href="https://www.youtube.com/watch?v=Di-FQELJ3gk">Cool youtube video</a>
<a target="_blank"
href="https://soundcloud.com/citory_owo">Cool SC profile</a>
<br>
<a target="_blank"
href="https://github.com/Nionim">Nionim's GitHub</a>
<a target="_blank"
href="https://discord.gg/MEBkvJbe4P">Nionim's Discord</a>
<a target="_blank"
href="https://t.me/citory_owo">Nionim's Telegram</a>
</section>
<footer style="padding-top: 15vh;display: flex;justify-content: center;">[ Project Violette | 2026 ]</footer>
</body>
</html>