|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en-us"> |
3 | 3 |
|
4 | | -<head> |
| 4 | +<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> |
5 | 5 | <meta charset="utf-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 | <title>Categories - PowerShell.org - Welcome Automaters!</title> |
|
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 | | - <link rel="alternate" type="application/rss+xml" href="https://powershell.org/categories/index.xml" title="PowerShell.org - Welcome Automaters!" /> |
| 19 | + <link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml" title="PowerShell.org - Welcome Automaters!" /> |
20 | 20 |
|
21 | 21 | <meta property="og:type" content="website"> |
22 | | - <meta property="og:url" content="https://powershell.org/categories/"> |
| 22 | + <meta property="og:url" content="http://localhost:1313/categories/"> |
23 | 23 | <meta property="og:title" content="Categories"> |
24 | 24 | <meta property="og:description" |
25 | 25 | content=""> |
26 | 26 | <meta property="og:site_name" content="PowerShell.org - Welcome Automaters!"> |
27 | 27 |
|
28 | 28 |
|
29 | 29 | <meta property="twitter:card" content="summary_large_image"> |
30 | | - <meta property="twitter:url" content="https://powershell.org/categories/"> |
| 30 | + <meta property="twitter:url" content="http://localhost:1313/categories/"> |
31 | 31 | <meta property="twitter:title" content="Categories"> |
32 | 32 | <meta property="twitter:description" |
33 | 33 | content=""> |
|
178 | 178 | <div class="flex justify-between items-center py-4"> |
179 | 179 |
|
180 | 180 | <div class="flex items-center"> |
181 | | - <a href="https://powershell.org/" class="flex items-center space-x-3"> |
| 181 | + <a href="http://localhost:1313/" class="flex items-center space-x-3"> |
182 | 182 | <div class="w-10 h-10 powershell-blue rounded-lg flex items-center justify-center"> |
183 | 183 | <i class="fas fa-terminal text-white text-lg"></i> |
184 | 184 | </div> |
@@ -242,7 +242,7 @@ <h1 class="text-xl font-bold text-gray-900">PowerShell.org</h1> |
242 | 242 | class="summit-gradient text-white px-4 py-2 rounded-lg text-sm font-medium hover:opacity-90 transition-opacity duration-200"> |
243 | 243 | Summit 2025 |
244 | 244 | </a> |
245 | | - <a href="https://aka.ms/psslack" |
| 245 | + <a href="" |
246 | 246 | target="_blank" rel="noopener" |
247 | 247 | class="text-gray-500 hover:text-blue-600 transition-colors duration-200"> |
248 | 248 | <i class="fab fa-slack text-xl"></i> |
@@ -387,15 +387,15 @@ <h3 class="text-lg font-semibold text-white">PowerShell.org</h3> |
387 | 387 | class="text-gray-400 hover:text-blue-400 transition-colors duration-200"> |
388 | 388 | <i class="fab fa-twitter text-lg"></i> |
389 | 389 | </a> |
390 | | - <a href="https://youtube.com/PowerScriptingLive" target="_blank" rel="noopener" |
| 390 | + <a href="https://youtube.com/PowerShellOrg" target="_blank" rel="noopener" |
391 | 391 | class="text-gray-400 hover:text-red-400 transition-colors duration-200"> |
392 | 392 | <i class="fab fa-youtube text-lg"></i> |
393 | 393 | </a> |
394 | | - <a href="https://github.com/powershell" target="_blank" rel="noopener" |
| 394 | + <a href="https://github.com/powershellOrg" target="_blank" rel="noopener" |
395 | 395 | class="text-gray-400 hover:text-gray-200 transition-colors duration-200"> |
396 | 396 | <i class="fab fa-github text-lg"></i> |
397 | 397 | </a> |
398 | | - <a href="https://aka.ms/psslack" target="_blank" rel="noopener" |
| 398 | + <a href="" target="_blank" rel="noopener" |
399 | 399 | class="text-gray-400 hover:text-purple-400 transition-colors duration-200"> |
400 | 400 | <i class="fab fa-slack text-lg"></i> |
401 | 401 | </a> |
@@ -432,7 +432,7 @@ <h3 class="text-lg font-semibold text-white mb-4">Upcoming Events</h3> |
432 | 432 | <div class="space-y-4"> |
433 | 433 | <div class="bg-gray-800 p-4 rounded-lg"> |
434 | 434 | <h4 class="font-medium text-white mb-1">PowerShell + DevOps Global Summit</h4> |
435 | | - <p class="text-sm text-gray-400 mb-2">April 28 - May 1, 2025</p> |
| 435 | + <p class="text-sm text-gray-400 mb-2">April 16-16, 2026 </p> |
436 | 436 | <a href="https://powershellsummit.org" |
437 | 437 | class="text-blue-400 hover:text-blue-300 text-sm font-medium transition-colors duration-200"> |
438 | 438 | Learn More → |
|
0 commit comments