|
1 | 1 | <p align="center"> |
2 | | - <a href="https://someshdiwan.github.io/JavaEvolution-Learning-Growing-Mastering/" target="_blank"> |
3 | | - <img src="https://readme-typing-svg.demolab.com?font=Fira+Code&weight=900&size=30&pause=1000&background=FFFFFF00¢er=true&vCenter=true&width=435&lines=Make+JAVA+Great+Again!" alt="Typing SVG"> |
| 2 | + <a href="https://someshdiwan.github.io/JavaEvolution-Learning-Growing-Mastering/" target="_blank" rel="noopener"> |
| 3 | + <!-- Big headline --> |
| 4 | + <img |
| 5 | + src="https://readme-typing-svg.demolab.com?font=Comic+Sans+MS&weight=900&size=32&pause=1400&duration=3600¢er=true&vCenter=true&width=780&height=80&background=00000000&color=FFB300&lines=Make+JAVA+Great+Again!" |
| 6 | + alt="Make JAVA Great Again!" |
| 7 | + /> |
4 | 8 | </a> |
5 | 9 | </p> |
6 | | - |
7 | 10 | <p align="center"> |
8 | | - <img src="https://readme-typing-svg.demolab.com?font=Fira+Code&weight=700&size=22&pause=1000&color=4ECDC4¢er=true&vCenter=true&width=500&lines=Where+Java+Begins%2C+Greatness+Lives." alt="Typing Motto"> |
| 11 | + <!-- Tagline --> |
| 12 | + <img |
| 13 | + src="https://readme-typing-svg.demolab.com?font=Comic+Sans+MS&weight=700&size=22&pause=1800&duration=4200¢er=true&vCenter=true&width=860&height=44&background=00000000&color=00BFA6&lines=Great+Code+Starts+with+Java.+Master+It%2C+Shape+the+Future." |
| 14 | + alt="Great Code Starts with Java. Master It, Shape the Future." |
| 15 | + /> |
9 | 16 | </p> |
10 | | - |
11 | | -<p align="center"> |
12 | | - <a href="https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/blob/master/CONTRIBUTING.md" target="_blank" style="text-decoration:none;"> |
13 | | - <img src="https://img.shields.io/badge/-Contribute-4ECDC4?style=for-the-badge&logo=github&logoColor=white" alt="Contribute"> |
| 17 | +<!-- Subtle vertical rhythm --> |
| 18 | +<div style="height: 12px;"></div> |
| 19 | +<p align="center" style="font-family: 'Comic Sans MS', cursive, sans-serif;"> |
| 20 | + <!-- Contribute (pulse animation) --> |
| 21 | + <a href="https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/blob/master/CONTRIBUTING.md" |
| 22 | + target="_blank" rel="noopener" style="text-decoration:none;"> |
| 23 | + <img src="https://img.shields.io/badge/Contribute-FFB300?style=for-the-badge&logo=github&logoColor=ffffff&labelColor=6B4E16&cacheSeconds=60" |
| 24 | + alt="Contribute" style="animation: pulse 2s infinite; border-radius: 8px;"/> |
14 | 25 | </a> |
15 | | - |
16 | | -<a href="https://someshdiwan.github.io/JavaEvolution-Learning-Growing-Mastering/" target="_blank" style="text-decoration:none;"> |
17 | | - <img src="https://img.shields.io/badge/-Open%20Live%20Guide-007ACC?style=for-the-badge&logo=google-chrome&logoColor=white" alt="Live Guide"> |
| 26 | + <!-- Gap --> |
| 27 | +<span style="display:inline-block;width:16px;"></span> |
| 28 | + <!-- Open Live Guide (Google, glowing gradient) --> |
| 29 | +<a href="https://someshdiwan.github.io/JavaEvolution-Learning-Growing-Mastering/" |
| 30 | +target="_blank" rel="noopener" style="text-decoration:none;"> |
| 31 | +<img src="https://img.shields.io/badge/Open%20Live%20Guide-4285F4?style=for-the-badge&logo=google&logoColor=ffffff&cacheSeconds=60" |
| 32 | +alt="Open Live Guide (Google)" style="animation: glow 3s infinite alternate; border-radius: 8px;"/> |
18 | 33 | </a> |
| 34 | +</p> |
| 35 | +<!-- Divider --> |
| 36 | +<p align="center"><img src="https://img.shields.io/badge/--00000000.svg" alt="" width="1" height="8"/></p> |
| 37 | +<!-- Animations --> |
| 38 | +<style> |
| 39 | +@keyframes pulse { |
| 40 | + 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,179,0,0.6); } |
| 41 | + 50% { transform: scale(1.05); box-shadow: 0 0 14px 4px rgba(255,179,0,0.6); } |
| 42 | + 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,179,0,0.6); } |
| 43 | +} |
| 44 | +@keyframes glow { |
| 45 | + 0% { box-shadow: 0 0 6px #4285F4, 0 0 12px #EA4335; } |
| 46 | + 50% { box-shadow: 0 0 10px #FBBC05, 0 0 16px #34A853; } |
| 47 | + 100% { box-shadow: 0 0 6px #4285F4, 0 0 12px #EA4335; } |
| 48 | +} |
| 49 | +</style> |
0 commit comments