|
6 | 6 | text: "The Ultimate Packaging Assistant" |
7 | 7 | tagline: "Analyze installers, create Intune packages, and streamline your IT workflow — all in one powerful tool." |
8 | 8 | image: |
9 | | - src: https://github.com/FaserF/SwitchCraft/raw/main/docs/public/screenshots/switchcraft_logo_with_Text.png |
| 9 | + src: /screenshots/switchcraft_logo_with_Text.png |
10 | 10 | alt: SwitchCraft Logo |
11 | 11 | actions: |
12 | 12 | - theme: brand |
@@ -57,23 +57,23 @@ features: |
57 | 57 | ## Preview |
58 | 58 |
|
59 | 59 | <div style="text-align: center; margin: 2rem 0;"> |
60 | | - <img src="https://github.com/FaserF/SwitchCraft/raw/main/docs/public/screenshots/switchcraft_ui.png" alt="SwitchCraft Modern UI" style="max-width: 100%; border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.15);" /> |
| 60 | + <img src="/screenshots/switchcraft_ui.png" alt="SwitchCraft Modern UI" style="max-width: 100%; border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.15);" /> |
61 | 61 | </div> |
62 | 62 |
|
63 | 63 | ### Screenshots |
64 | 64 |
|
65 | 65 | <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin: 2rem 0;"> |
66 | 66 | <div style="text-align: center;"> |
67 | | - <img src="https://github.com/FaserF/SwitchCraft/raw/main/docs/public/screenshots/switchcraft_ui_2.png" alt="SwitchCraft Screenshot 2" style="width: 100%; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.1);" /> |
| 67 | + <img src="/screenshots/switchcraft_ui_2.png" alt="SwitchCraft Screenshot 2" style="width: 100%; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.1);" /> |
68 | 68 | </div> |
69 | 69 | <div style="text-align: center;"> |
70 | | - <img src="https://github.com/FaserF/SwitchCraft/raw/main/docs/public/screenshots/switchcraft_ui_3.png" alt="SwitchCraft Screenshot 3" style="width: 100%; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.1);" /> |
| 70 | + <img src="/screenshots/switchcraft_ui_3.png" alt="SwitchCraft Screenshot 3" style="width: 100%; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.1);" /> |
71 | 71 | </div> |
72 | 72 | <div style="text-align: center;"> |
73 | | - <img src="https://github.com/FaserF/SwitchCraft/raw/main/docs/public/screenshots/switchcraft_ui_4.png" alt="SwitchCraft Screenshot 4" style="width: 100%; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.1);" /> |
| 73 | + <img src="/screenshots/switchcraft_ui_4.png" alt="SwitchCraft Screenshot 4" style="width: 100%; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.1);" /> |
74 | 74 | </div> |
75 | 75 | <div style="text-align: center;"> |
76 | | - <img src="https://github.com/FaserF/SwitchCraft/raw/main/docs/public/screenshots/switchcraft_ui_5.png" alt="SwitchCraft Screenshot 5" style="width: 100%; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.1);" /> |
| 76 | + <img src="/screenshots/switchcraft_ui_5.png" alt="SwitchCraft Screenshot 5" style="width: 100%; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.1);" /> |
77 | 77 | </div> |
78 | 78 | </div> |
79 | 79 |
|
|
0 commit comments