Skip to content

Commit bef7652

Browse files
committed
Final Release Preview.
Signed-off-by: Someshdiwan <Someshdiwan369@gmail.com>
1 parent 87460b2 commit bef7652

File tree

1 file changed

+18
-50
lines changed

1 file changed

+18
-50
lines changed

README.md

Lines changed: 18 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,24 @@
11
<!-- ===========================
22
BANNER: Make The JAVA Great Again - Join Our Community
33
=========================== -->
4-
<!-- Font Awesome -->
5-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
6-
<div align="center" style="background: linear-gradient(45deg, #FF6B6B, #4ECDC4, #45B7D1); padding: 2.5rem; border-radius: 15px; animation: pulseBackground 6s infinite; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); position: relative; overflow: hidden;">
4+
5+
<p align="center">
76
<a href="https://someshdiwan.github.io/JavaEvolution-Learning-Growing-Mastering/" target="_blank">
8-
<strong style="font-size: 4em; text-transform: uppercase; font-family: 'Montserrat', 'Roboto', 'Arial', 'Helvetica', sans-serif; color: #FFFFFF; letter-spacing: 6px; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4); transition: transform 0.4s, color 0.4s; animation: bounce 2s infinite; font-weight: 700;">
9-
Make The JAVA Great Again
10-
</strong>
7+
<img src="https://readme-typing-svg.demolab.com?font=Fira+Code&weight=900&size=30&pause=1000&background=FFFFFF00&center=true&vCenter=true&width=435&lines=Make+The+JAVA+Great+Again" alt="Typing SVG">
118
</a>
12-
<p style="margin-top: 1.5rem; font-size: 1.5em; color: #FFFFFF; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); font-family: 'Open Sans', 'Roboto', 'Arial', 'Helvetica', sans-serif; font-weight: 600;">
13-
Join our thriving community of <strong style="color: #FFFFFF; font-weight: 800;">active contributors</strong> and help shape the future of Java learning!
14-
</p>
15-
<p style="margin-top: 1rem; font-size: 1.4em; color: #FFFFFF; font-family: 'Roboto', 'Open Sans', 'Arial', 'Helvetica', sans-serif; font-weight: 600;">
16-
<a href="https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/blob/master/site/CONTRIBUTING.md" target="_blank" style="font-weight: bold; text-decoration: none; padding: 15px 30px; border: 3px solid #FFFFFF; border-radius: 30px; background-color: #4ECDC4; color: #FFFFFF; transition: all 0.4s ease; animation: float 3s infinite; font-family: 'Montserrat', 'Roboto', 'Arial', 'Helvetica', sans-serif;">
17-
<i class="fas fa-rocket"></i> Join Us
18-
</a>
19-
<a href="https://someshdiwan.github.io/JavaEvolution-Learning-Growing-Mastering/" target="_blank" style="font-weight: bold; text-decoration: none; padding: 15px 30px; border: 3px solid #FFFFFF; border-radius: 30px; background-color: #FF6B6B; color: #FFFFFF; margin-left: 1rem; transition: all 0.4s ease; animation: float 3s infinite 1.5s; font-family: 'Montserrat', 'Roboto', 'Arial', 'Helvetica', sans-serif;">
20-
<i class="fas fa-globe"></i> Open Live Guide
21-
</a>
22-
</p>
23-
</div>
9+
</p>
10+
11+
<p align="center">
12+
<b style="font-family: sans-serif; font-size: 1.5em; color: #333;">
13+
Java isn’t just a language; it’s a movement. Join us in shaping it, growing it, and making it legendary!
14+
</b>
15+
</p>
2416

25-
<style>
26-
@keyframes pulseBackground {
27-
0% { background-position: 0% 0%; }
28-
50% { background-position: 100% 100%; }
29-
100% { background-position: 0% 0%; }
30-
}
31-
@keyframes bounce {
32-
0%, 100% { transform: translateY(0); }
33-
50% { transform: translateY(-10px); }
34-
}
35-
@keyframes float {
36-
0% { transform: translateY(0); }
37-
50% { transform: translateY(-5px); }
38-
100% { transform: translateY(0); }
39-
}
40-
strong:hover {
41-
transform: scale(1.2);
42-
color: #FFD700;
43-
text-shadow: 4px 4px 8px rgba(255, 215, 0, 0.6);
44-
}
45-
a:hover {
46-
background-color: #FFFFFF;
47-
color: #4ECDC4;
48-
transform: scale(1.1);
49-
}
50-
@media (max-width: 768px) {
51-
strong { font-size: 2.8em; }
52-
p { font-size: 1.2em; }
53-
a { padding: 10px 20px; margin-left: 0; display: block; margin-bottom: 1rem; }
54-
a:last-child { margin-bottom: 0; }
55-
}
56-
</style>
17+
<p align="center">
18+
<a href="https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/blob/master/site/CONTRIBUTING.md" target="_blank" style="text-decoration:none;">
19+
<img src="https://img.shields.io/badge/-Contribute-4ECDC4?style=for-the-badge&logo=github&logoColor=white" alt="Contribute">
20+
</a>
21+
<a href="https://someshdiwan.github.io/JavaEvolution-Learning-Growing-Mastering/" target="_blank" style="text-decoration:none;">
22+
<img src="https://img.shields.io/badge/-Open%20Live%20Guide-FF6B6B?style=for-the-badge&logo=google-chrome&logoColor=white" alt="Live Guide">
23+
</a>
24+
</p>

0 commit comments

Comments
 (0)