-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (178 loc) · 6.06 KB
/
index.html
File metadata and controls
187 lines (178 loc) · 6.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cielecon Team</title>
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" />
<!-- Animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"/>
<style>
:root {
--gradient-2025: linear-gradient(135deg, #00f5d4, #7b2ff7, #f72585);
--glass-bg: rgba(255, 255, 255, 0.08);
--glass-border: rgba(255, 255, 255, 0.25);
}
body {
font-family: 'Segoe UI', sans-serif;
background: radial-gradient(circle at 10% 20%, #0f0f1a, #1a1a2e);
color: #fff;
padding-top: 70px;
overflow-x: hidden;
}
.navbar {
backdrop-filter: blur(15px);
background-color: var(--glass-bg) !important;
border-bottom: 1px solid var(--glass-border);
}
.glass {
background: var(--glass-bg);
border: 1px solid var(--glass-border);
border-radius: 20px;
backdrop-filter: blur(20px);
box-shadow: inset 0 0 15px rgba(255,255,255,0.1), 0 0 20px rgba(0,0,0,0.6);
transition: transform 0.6s ease, box-shadow 0.6s ease;
position: relative;
overflow: hidden;
}
.glass:hover {
transform: translateY(-8px) scale(1.03) rotateX(3deg);
box-shadow: 0 0 40px rgba(247,37,133,0.7), 0 0 80px rgba(123,47,247,0.5);
}
/* Light sweep effect */
.glass::after {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
transform: rotate(25deg);
animation: sweep 5s linear infinite;
}
@keyframes sweep {
from { transform: translateX(-100%) rotate(25deg); }
to { transform: translateX(100%) rotate(25deg); }
}
/* Particle background */
#particles-js {
position: fixed;
width: 100%;
height: 100%;
z-index: -1;
top: 0;
left: 0;
}
/* Hero logo */
.flip-in {
animation: flipIn 1.2s ease forwards;
}
@keyframes flipIn {
from { transform: rotateY(90deg); opacity: 0; }
to { transform: rotateY(0deg); opacity: 1; }
}
/* Discord button */
.discord-btn {
background: var(--gradient-2025);
background-size: 300% 300%;
animation: gradientShift 6s ease infinite;
border: none;
border-radius: 50px;
padding: 0.8rem 1.5rem;
font-size: 1.1rem;
color: white;
box-shadow: 0 8px 20px rgba(0,0,0,0.5);
transition: transform 0.3s ease;
}
.discord-btn:hover { transform: scale(1.08) rotate(-2deg); }
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
footer { padding: 1rem; text-align: center; opacity: 0.7; }
</style>
</head>
<body>
<!-- Particle Background -->
<div id="particles-js"></div>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark">
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="#">
<img src="https://raw.githubusercontent.com/Cielecon/logo/main/logo%20cielecon.png"
alt="Cielecon Logo" style="height:40px; margin-right:10px;">
Cielecon
</a>
<button class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navMenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navMenu">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#team">Team</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Hero -->
<header class="text-center py-5">
<img src="https://raw.githubusercontent.com/Cielecon/logo/main/logo%20cielecon.png"
style="max-width: 200px; border-radius:12px;" class="flip-in" alt="Cielecon Logo">
<h1 class="fw-bold mt-3 animate__animated animate__fadeInDown">Welcome to Cielecon</h1>
</header>
<!-- About -->
<section id="about" class="container py-5">
<div class="glass p-4">
<h2 class="fw-bold text-center mb-3">About Us</h2>
<p class="lead text-center">
We fuse **code** + **design** into unforgettable digital experiences.
Glass layers, neon gradients, and high‑performance builds define the Cielecon vibe.
</p>
<div class="text-center mt-4">
<a class="discord-btn" href="https://discord.gg/TKk5QBZjKS" target="_blank">
<i class="fab fa-discord"></i> Join Our Discord
</a>
</div>
</div>
</section>
<!-- Team -->
<section id="team" class="container py-5">
<h2 class="fw-bold text-center mb-4 animate__animated animate__fadeInUp">Meet the Team</h2>
<div class="row g-4 justify-content-center">
<div class="col-md-4">
<div class="glass p-4 text-center">
<img src="https://avatars.githubusercontent.com/u/218278400?v=4" width="100" height="100" alt="Team Lead">
<h4 class="mt-3">Team Lead</h4>
<p>Visionary builder & design perfectionist</p>
</div>
</div>
</div>
</section>
<footer>
© 2025 Cielecon. All rights reserved.
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<!-- Particles.js -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script>
particlesJS("particles-js", {
"particles": {
"number": {"value": 60},
"color": {"value": ["#00f5d4","#7b2ff7","#f72585"]},
"shape": {"type": "circle"},
"opacity": {"value": 0.5},
"size": {"value": 3},
"line_linked": {"enable": true, "color":"#ffffff"},
"move": {"speed": 1}
}
});
</script>
</body>
</html>