|
4 | 4 | <main class="main-content"> |
5 | 5 | <div class="content-wrapper"> |
6 | 6 | <div class="content-card"> |
7 | | - <h1 class="home-title">A Wide-Open Window to the Internet</h1> |
8 | | - <div class="main-subtitle">Internet Measurements — Open, Ethical, and for Everyone</div> |
| 7 | + <div class="title-glow-wrapper"> |
| 8 | + <h1 class="home-title">nxthdr</h1> |
| 9 | + </div> |
| 10 | + <div class="main-subtitle">A Wide-Open Window to the Internet</div> |
9 | 11 | <div class="content-section"> |
10 | 12 | <div class="intro-highlight"> |
11 | 13 | <p class="intro-main"> |
12 | | - <strong>nxthdr</strong> operates a global network infrastructure designed specifically for Internet research and education. |
13 | | - Our platform offers flexible worldwide active measurements from our own autonomous system and peering capabilities through multiple Internet exchanges. |
| 14 | + <strong>nxthdr</strong> is a non-profit platform for Internet research and education. |
| 15 | + We operate a global network infrastructure that offers flexible worldwide active measurements from our own autonomous system and peering capabilities through multiple Internet exchanges. |
14 | 16 | </p> |
15 | 17 | <p class="intro-secondary"> |
16 | 18 | All datasets are shared in the public domain, every tool and systems are open source, and the entire infrastructure is designed rapid experimentation and reproducibility. |
@@ -142,6 +144,47 @@ onMounted(async () => { |
142 | 144 | </script> |
143 | 145 |
|
144 | 146 | <style scoped> |
| 147 | +.title-glow-wrapper { |
| 148 | + text-align: center; |
| 149 | + padding: 1rem 0; |
| 150 | + margin-bottom: 0.5rem; |
| 151 | + position: relative; |
| 152 | + animation: title-glow 3s ease-in-out infinite; |
| 153 | +} |
| 154 | +
|
| 155 | +.home-title { |
| 156 | + font-size: 3.5rem !important; |
| 157 | + text-align: center; |
| 158 | + display: block !important; |
| 159 | + margin-bottom: 0 !important; |
| 160 | + filter: drop-shadow(0 0 20px rgba(45, 212, 191, 0.5)) drop-shadow(0 0 40px rgba(59, 130, 246, 0.4)); |
| 161 | +} |
| 162 | +
|
| 163 | +@keyframes title-glow { |
| 164 | + 0%, 100% { |
| 165 | + filter: drop-shadow(0 0 20px rgba(45, 212, 191, 0.5)) drop-shadow(0 0 40px rgba(59, 130, 246, 0.4)); |
| 166 | + } |
| 167 | + 50% { |
| 168 | + filter: drop-shadow(0 0 35px rgba(45, 212, 191, 0.7)) drop-shadow(0 0 60px rgba(59, 130, 246, 0.6)); |
| 169 | + } |
| 170 | +} |
| 171 | +
|
| 172 | +.main-subtitle { |
| 173 | + text-align: center; |
| 174 | + font-size: 1.3rem; |
| 175 | + margin-bottom: 2.5rem; |
| 176 | +} |
| 177 | +
|
| 178 | +@media (max-width: 768px) { |
| 179 | + .home-title { |
| 180 | + font-size: 2.5rem !important; |
| 181 | + } |
| 182 | + |
| 183 | + .main-subtitle { |
| 184 | + font-size: 1.1rem; |
| 185 | + } |
| 186 | +} |
| 187 | +
|
145 | 188 | .intro-highlight { |
146 | 189 | background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(16, 185, 129, 0.05)); |
147 | 190 | border: 1px solid rgba(59, 130, 246, 0.1); |
|
0 commit comments