summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWindowsAddict2024-04-12 20:28:53 +0000
committerWindowsAddict2024-04-12 20:28:53 +0000
commit44cc0cc1bddd158b8eca25840d8fc7cb3813ff15 (patch)
tree9efa7130e212ebdb003f1a5f0ac13627e52de008
parent0a9fb8d2326fafd4cba64c93656384a8376ad7ca (diff)
downloadmassgrave.dev-44cc0cc1bddd158b8eca25840d8fc7cb3813ff15.zip
Update css to reduce table padding and update images
-rw-r--r--docs/credits.md2
-rw-r--r--src/css/custom.css1
-rw-r--r--static/img/MAS_AIO.pngbin20695 -> 16362 bytes
-rw-r--r--static/img/MAS_HWID.pngbin36305 -> 27984 bytes
-rw-r--r--static/img/MAS_Ohook.pngbin31707 -> 29057 bytes
-rw-r--r--static/img/MAS_Troubleshoot.pngbin14556 -> 11500 bytes
6 files changed, 2 insertions, 1 deletions
diff --git a/docs/credits.md b/docs/credits.md
index fab6da3..e200b54 100644
--- a/docs/credits.md
+++ b/docs/credits.md
@@ -4,7 +4,7 @@ The MAS project wouldn't be possible without the kind help and use of other hono
| Entity | Contribution |
|-|-|
-| [asdcorp](https://github.com/asdcorp) | [Original HWID/KMS38 methods](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/29/#comment-1497887), Reinvented HWID after [free upgrade block](https://devicepartner.microsoft.com/en-us/communications/comm-windows-ends-installation-path-for-free-windows-7-8-upgrade), [GamersOsState](https://github.com/asdcorp/GamersOsState), [Integrated_Patcher](https://github.com/asdcorp/Integrated_Patcher_3), [Ohook](https://github.com/asdcorp/ohook), [Rearm](https://github.com/asdcorp/rearm), [Set-WindowsCbsEdition](https://github.com/asdcorp/Set-WindowsCbsEdition), [hwid-stuff](https://github.com/massgravel/hwid-stuff), [licensing-stuff](https://github.com/awuctl/licensing-stuff), [info](https://github.com/massgravel/activation), [clic](https://github.com/asdcorp/clic) branding materials and great help |
+| [asdcorp](https://github.com/asdcorp) | [Original HWID/KMS38 methods](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/29/#comment-1497887), Reinvented HWID after [free upgrade block](https://devicepartner.microsoft.com/en-us/communications/comm-windows-ends-installation-path-for-free-windows-7-8-upgrade), [GamersOsState](https://github.com/asdcorp/GamersOsState), [Integrated_Patcher](https://github.com/asdcorp/Integrated_Patcher_3), [Ohook](https://github.com/asdcorp/ohook), [Rearm](https://github.com/asdcorp/rearm), [Set-WindowsCbsEdition](https://github.com/asdcorp/Set-WindowsCbsEdition), [hwid-stuff](https://github.com/massgravel/hwid-stuff), [licensing-stuff](https://github.com/awuctl/licensing-stuff), [info](https://github.com/massgravel/activation), [clic](https://github.com/asdcorp/clic), branding materials and great help |
| [vyvojar](https://github.com/vyvojar) | [slshim](https://app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d) |
| sponpa, leitek8 | [slc.dll Improvements](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/21/?tab=comments#comment-1431257) |
| AveYo | [Compressed2TXT](https://github.com/AveYo/Compressed2TXT), [LeanAndMean](https://github.com/AveYo/LeanAndMean), and great help |
diff --git a/src/css/custom.css b/src/css/custom.css
index 680f568..639d5fc 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -6,6 +6,7 @@
--ifm-color-primary-light: #b4419b;
--ifm-color-primary-lighter: #bc45a2;
--ifm-color-primary-lightest: #c55dae;
+ --ifm-table-cell-padding: 0.5rem;
}
[data-theme='dark'] {
diff --git a/static/img/MAS_AIO.png b/static/img/MAS_AIO.png
index dfb0eed..6899935 100644
--- a/static/img/MAS_AIO.png
+++ b/static/img/MAS_AIO.png
Binary files differ
diff --git a/static/img/MAS_HWID.png b/static/img/MAS_HWID.png
index 1807df0..d7b70e0 100644
--- a/static/img/MAS_HWID.png
+++ b/static/img/MAS_HWID.png
Binary files differ
diff --git a/static/img/MAS_Ohook.png b/static/img/MAS_Ohook.png
index f72c370..9f2aa09 100644
--- a/static/img/MAS_Ohook.png
+++ b/static/img/MAS_Ohook.png
Binary files differ
diff --git a/static/img/MAS_Troubleshoot.png b/static/img/MAS_Troubleshoot.png
index 0979bc1..979d971 100644
--- a/static/img/MAS_Troubleshoot.png
+++ b/static/img/MAS_Troubleshoot.png
Binary files differ