-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
190 lines (190 loc) · 7.49 KB
/
index.html
File metadata and controls
190 lines (190 loc) · 7.49 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AilliA</title>
<style>
:root {
--gradient: linear-gradient(45deg, #ff4500, #ffa500, #ff8c00);
--glow-rgba: rgba(255, 165, 0, 0.5);
--dark-grad: linear-gradient(135deg, #222, #333);
--shadow: 0 0 10px rgba(0, 0, 0, 0.5), inset 0 0 5px rgba(255, 165, 0, 0.2);
}
body {
background: #111;
color: #ddd;
font-family: Arial, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin: 0;
padding: 2rem;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
line-height: 1.3em;
min-height: 100vh;
}
header {
margin-bottom: 2rem;
position: relative;
}
.profile-container {
width: 100px;
height: 100px;
position: relative;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 0 20px var(--glow-rgba);
animation: gentle-glow 18s ease-in-out infinite;
}
.profile-img {
width: 100%;
height: 100%;
object-fit: cover;
mix-blend-mode: screen;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.flame-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, #ff4500 0%, #ffa500 30%, #ff8c00 60%, transparent 100%);
filter: blur(2rem);
opacity: 0.5;
z-index: 1;
animation: flame-flicker 18s ease-in-out infinite;
}
@keyframes gentle-glow {
0%, 100% { box-shadow: 0 0 10px rgba(255, 165, 0, 0.3), 0 0 20px rgba(255, 140, 0, 0.2); }
50% { box-shadow: 0 0 30px rgba(255, 165, 0, 0.75), 0 0 50px rgba(255, 140, 0, 0.5); }
}
@keyframes flame-flicker {
0%, 100% { transform: scale(1); opacity: 0.8; }
50% { transform: scale(1.1); opacity: 1; }
}
h1 {
font-size: 1.8rem;
margin: 1rem 0 0;
letter-spacing: 0.1em;
color: #eee;
text-shadow: 0 0 5px var(--glow-rgba);
}
ul {
list-style: none;
padding: 0;
margin: 0 0 2rem;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
li {
margin: 0.75rem 0;
font-size: 1rem;
width: 100%;
max-width: 800px;
}
a {
color: transparent;
background: var(--gradient);
-webkit-background-clip: text;
background-clip: text;
text-decoration: none;
position: relative;
transition: all 0.3s ease;
}
a::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
left: 50%;
background: var(--gradient);
box-shadow: 0 0 5px var(--glow-rgba);
transition: width 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
}
a:hover::after {
width: 100%;
left: 0;
box-shadow: 0 0 15px rgba(255, 165, 0, 1);
}
a:hover {
text-shadow: 0 0 10px rgba(255, 165, 0, 0.8);
}
.info-box {
background: var(--dark-grad);
padding: 1.5rem;
border-radius: 8px;
overflow-x: auto;
max-width: 40em;
width: 92%;
text-align: left;
margin: 1rem auto 0;
font-size: 0.85rem;
box-shadow: var(--shadow);
white-space: pre-wrap;
word-wrap: break-word;
}
.label {
background: var(--gradient);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-weight: bold;
}
@media (max-width: 600px) {
body { padding: 1rem; }
h1 { font-size: 1.4rem; }
li { font-size: 0.9rem; }
.info-box { font-size: 0.75rem; padding: 1rem; }
}
</style>
</head>
<body>
<header>
<div class="profile-container">
<div class="flame-bg"></div>
<img src="https://avatars.githubusercontent.com/u/168949579?v=4" alt="AilliA" class="profile-img">
</div>
<h1>AilliA</h1>
</header>
<ul>
<li><a href="https://aillia.link">aillia.link</a> <br>(ailliaxmrelqrf32emzn7cy3jafideh7vh25j4fm4hhnlrvm5nipt5id.onion //WIP)</li>
<li>XmrBazaar Admin: <a href="https://xmrbazaar.com/user/AilliA/">xmrbazaar.com/user/AilliA/</a></li>
<li>XmrChat: <a href="https://xmrchat.com/aillia">xmrchat.com/aillia</a></li>
<li>Substack: <a href="https://substack.com/@aillia">substack.com/@aillia</a></li>
<li>Twitter: <a href="https://x.com/AilliaLink">x.com/AilliaLink</a>, <a href="https://x.com/themerit0crat">x.com/TheMerit0crat</a></li>
<li>Odysee: <a href="https://odysee.com/@AilliA:6">odysee.com/@AilliA:6</a></li>
<li>GitHub: <a href="https://github.com/AilliaLink">github.com/AilliaLink</a></li>
<li>Monero.town: <a href="https://monero.town/u/AilliA">monero.town/u/AilliA</a></li>
<li>Pitch: <a href="https://pitchprash4aqilfr7sbmuwve3pnkpylqwxjbj2q5o4szcfeea6d27yd.onion/@aillia">pitchprash4aqilfr7sbmuwve3pnkpylqwxjbj2q5o4szcfeea6d27yd.onion/@aillia</a></li>
<li>Matrix: @aillia:matrix.org</li>
<li><a href="https://coracle.social/people/nprofile1qy2hwumn8ghj7un9d3shjtnyv9kh2uewd9hj7qgkwaehxw309ahx7um5wgh8smtj9eex7cmtwvhsz9mhwden5te0wfjkccte9ec8y6tdv9kzumn9wshsqg8vhluhtpqhv4dd3wsj8k0q34sdwecytk3zguhdapk0a28f5tx30sdwvpmq">NOSTR profile</a>
<div class="info-box"><span class="label">npub</span>: npub1ajlljavyzaj44k96zg7euzxkp4m8q3w6yfrjah5xel4gax3v697qc5d9u3<br><span class="label">Public Key:</span> ecbff9758417655ad8ba123d9e08d60d767045da22472ede86cfea8e9a2cd17c</div>
</li>
<li><a href="https://keys.openpgp.org/search?q=aillia.link%40protonmail.com">PGP:</a>
<div class="info-box">-----BEGIN PGP PUBLIC KEY BLOCK-----
Comment: 0852 4886 0923 76C8 1D9F 8919 EDF2 74DD 9E5B B82C
Comment: AilliA <aillia.link@protonmail.com>
xjMEZbGJbxYJKwYBBAHaRw8BAQdAB7QSE+Alr2TR4gqBUTI0SFY0pIdHh2r2/s/n
XMtcPWXNI0FpbGxpQSA8YWlsbGlhLmxpbmtAcHJvdG9ubWFpbC5jb20+wpMEExYK
ADsWIQQIUkiGCSN2yB2fiRnt8nTdnlu4LAUCZbGJbwIbAwULCQgHAgIiAgYVCgkI
CwIEFgIDAQIeBwIXgAAKCRDt8nTdnlu4LLnRAQCyJVT4fD/oQZyeVHHl3294Co80
IfjwsMPpwB0JU87PVQD/UswzApqS0RHMT0mfOi4VOBu+QT2z4wQnT5Z1Q5XvzgbO
OARlsYlvEgorBgEEAZdVAQUBAQdAza5AUjuNwhtbrIIrqG4QbTlNIEFA+kAsHLiA
NJE2enQDAQgHwngEGBYKACAWIQQIUkiGCSN2yB2fiRnt8nTdnlu4LAUCZbGJbwIb
DAAKCRDt8nTdnlu4LHLRAP9Z2JvRzuPfhVCsPsv/aPMiDQ4duCTEkeV7XTpn0OCS
3AD+KxE1I2WpaBrMa8ElFfI2h55iZWnpAE+Yd3hPFjk5twk=
=pXDE
-----END PGP PUBLIC KEY BLOCK-----</div>
</li>
</ul>
<div class="info-box"><span class="label">Monero:</span> 86VSR7QowFkiqxsvZrW9w6B1WLtCBpQEgjFVWW1sCyHE14ivHXfZoAeQWpGn5EKbcs4Z3sV5T2Vfie5bY5pSykg97vJXpRA</div>
</body>
</html>