-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
240 lines (215 loc) · 13.8 KB
/
Copy pathindex.html
File metadata and controls
240 lines (215 loc) · 13.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cx48's Frost Link</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body class="relative">
<!-- Animated background elements -->
<div class="fixed top-0 left-0 w-full h-full overflow-hidden pointer-events-none">
<div class="absolute top-20 left-10 w-8 h-8 rounded-full bg-indigo-500 opacity-20 floating" style="animation-delay: 0s;"></div>
<div class="absolute top-1/3 right-20 w-12 h-12 rounded-full bg-pink-500 opacity-20 floating" style="animation-delay: 1s;"></div>
<div class="absolute bottom-1/4 left-1/4 w-10 h-10 rounded-full bg-blue-500 opacity-20 floating" style="animation-delay: 2s;"></div>
<div class="absolute bottom-20 right-1/3 w-6 h-6 rounded-full bg-purple-500 opacity-20 floating" style="animation-delay: 3s;"></div>
</div>
<div class="container mx-auto px-4 py-12 relative z-10">
<!-- Header -->
<div class="flex flex-col items-center mb-12">
<div class="w-24 h-24 rounded-full overflow-hidden border-2 border-white/20 mb-4 frost-card pulse">
<img src="img.png"
alt="Profile" class="w-full h-full object-cover">
</div>
<h1 class="text-3xl md:text-4xl font-bold text-center mb-2 bg-clip-text text-transparent bg-gradient-to-r from-indigo-300 to-pink-300">
@cx48
</h1>
<p class="text-white/70 text-center max-w-md">
Digital creator | Web developer | Tech enthusiast
</p>
</div>
<!-- Main Links Container -->
<div class="max-w-2xl mx-auto">
<!-- Social Links -->
<div class="frost-card p-6 mb-8">
<h2 class="text-xl font-semibold mb-4 flex items-center">
<i class="fas fa-globe mr-2 text-indigo-300"></i> Connect With Me
</h2>
<div class="space-y-3">
<!-- Link Template - Copy this to add more links -->
<!--
<a href="YOUR_LINK_HERE" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-indigo-500 to-purple-600 flex items-center justify-center mr-3">
<i class="fab fa-PLATFORM text-white text-sm"></i>
</div>
<span>PLATFORM NAME</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
-->
<a href="https://twitter.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-blue-400 to-blue-600 flex items-center justify-center mr-3">
<i class="fab fa-twitter text-white text-sm"></i>
</div>
<span>Twitter</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
<a href="https://instagram.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-pink-400 to-purple-600 flex items-center justify-center mr-3">
<i class="fab fa-instagram text-white text-sm"></i>
</div>
<span>Instagram</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
<a href="https://linkedin.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-blue-500 to-blue-700 flex items-center justify-center mr-3">
<i class="fab fa-linkedin-in text-white text-sm"></i>
</div>
<span>LinkedIn</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
<a href="https://github.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-gray-700 to-gray-900 flex items-center justify-center mr-3">
<i class="fab fa-github text-white text-sm"></i>
</div>
<span>GitHub</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
<a href="https://youtube.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-red-500 to-red-700 flex items-center justify-center mr-3">
<i class="fab fa-youtube text-white text-sm"></i>
</div>
<span>YouTube</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
<a href="https://tiktok.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-gray-800 to-black flex items-center justify-center mr-3">
<i class="fab fa-tiktok text-white text-sm"></i>
</div>
<span>TikTok</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
<a href="https://discord.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-indigo-500 to-indigo-700 flex items-center justify-center mr-3">
<i class="fab fa-discord text-white text-sm"></i>
</div>
<span>Discord</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
</div>
</div>
<!-- Content Links -->
<div class="frost-card p-6 mb-8">
<h2 class="text-xl font-semibold mb-4 flex items-center">
<i class="fas fa-star mr-2 text-yellow-300"></i> My Content
</h2>
<div class="space-y-3">
<a href="https://patreon.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-orange-500 to-pink-600 flex items-center justify-center mr-3">
<i class="fab fa-patreon text-white text-sm"></i>
</div>
<span>Patreon</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
<a href="https://medium.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-gray-700 to-black flex items-center justify-center mr-3">
<i class="fab fa-medium text-white text-sm"></i>
</div>
<span>Medium Blog</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
<a href="https://substack.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-orange-600 to-orange-800 flex items-center justify-center mr-3">
<i class="fas fa-envelope-open-text text-white text-sm"></i>
</div>
<span>Newsletter</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
<a href="https://spotify.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-green-500 to-green-700 flex items-center justify-center mr-3">
<i class="fab fa-spotify text-white text-sm"></i>
</div>
<span>Podcast</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
</div>
</div>
<!-- Other Links -->
<div class="frost-card p-6">
<h2 class="text-xl font-semibold mb-4 flex items-center">
<i class="fas fa-link mr-2 text-blue-300"></i> Quick Links
</h2>
<div class="space-y-3">
<a href="https://paypal.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-blue-400 to-blue-600 flex items-center justify-center mr-3">
<i class="fab fa-paypal text-white text-sm"></i>
</div>
<span>Support Me</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
<a href="https://calendly.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-green-400 to-blue-600 flex items-center justify-center mr-3">
<i class="fas fa-calendar-alt text-white text-sm"></i>
</div>
<span>Book a Call</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
<a href="https://buymeacoffee.com" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-yellow-500 to-orange-600 flex items-center justify-center mr-3">
<i class="fas fa-coffee text-white text-sm"></i>
</div>
<span>Buy Me a Coffee</span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
</div>
</div>
</div>
<!-- How to Add More Links Section -->
<div class="frost-card max-w-2xl mx-auto mt-8 p-6">
<h2 class="text-xl font-semibold mb-4 flex items-center">
<i class="fas fa-code mr-2 text-purple-300"></i> How to Add More Links
</h2>
<div class="bg-gray-800/50 rounded-lg p-4 overflow-x-auto">
<pre class="text-sm text-gray-300">
<span class="text-green-400">// To add more links, copy this template and paste it inside any of the link sections</span>
<a href="<span class="text-yellow-300">YOUR_LINK_HERE</span>" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
<div class="w-8 h-8 rounded-full bg-gradient-to-br <span class="text-yellow-300">from-COLOR-500 to-COLOR-600</span> flex items-center justify-center mr-3">
<i class="<span class="text-yellow-300">fab fa-PLATFORM-ICON</span> text-white text-sm"></i>
</div>
<span><span class="text-yellow-300">LINK TITLE</span></span>
<i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>
<span class="text-green-400">// For custom icons, use Font Awesome classes (fab for brands, fas for solid)</span>
<span class="text-green-400">// Example: fab fa-twitter, fab fa-instagram, fas fa-globe, etc.</span>
<span class="text-green-400">// Available icons: https://fontawesome.com/icons</span></pre>
</div>
</div>
<!-- Footer -->
<div class="text-center mt-12 text-white/50 text-sm">
<p>© 2025 FrostLink. All rights reserved.</p>
<p class="mt-1">Made with <i class="fas fa-heart text-red-400"></i> and <i class="fas fa-code text-indigo-400"></i></p>
</div>
</div>
<script>
// Simple animation on page load
document.addEventListener('DOMContentLoaded', () => {
const links = document.querySelectorAll('.link-item');
links.forEach((link, index) => {
link.style.opacity = '0';
link.style.transform = 'translateY(20px)';
link.style.animation = `fadeInUp 0.5s ease-out forwards ${index * 0.1 + 0.3}s`;
});
// Add CSS for fadeInUp animation
const style = document.createElement('style');
style.textContent = `
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
`;
document.head.appendChild(style);
});
</script>
</body>
</html>