diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..a9902c1 --- /dev/null +++ b/css/style.css @@ -0,0 +1,91 @@ +html { + height: 100%; +} + +body { + margin: 0; + min-height: 100%; + + background-color: #000; + background-image: url('../img/bg.png'); + background-repeat: no-repeat; + background-size: cover; + background-attachment: fixed; + background-position: center; + + color: #fff; + font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; + text-shadow: 1px 1px 2px #0004; + font-size: 11pt; + + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; +} + +main { + text-align: center; + max-width: 800px; + padding: 16px; + margin: auto; + background-color: #fff2; + border-radius: 8px; + box-shadow: 5px 5px 20px #0002; + border: 1px solid #fff3; +} + +code { + font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; +} + +a { + color: #fff; +} + +a:hover, +.github-links a:hover > img { + opacity: 80%; +} + +a:active, +.github-links a:active > img { + opacity: 70%; +} + +hr { + border: none; + border-top: 1px solid #fff5; + width: 100%; +} + +.logo { + height: 160px; + margin: 0 0 -24px 0; +} + +.github-links { + width: 100%; + display: flex; + align-items: center; + justify-content: space-around; + margin: 2em 0 16px 0; +} + +.github-links a { + display: block; + text-decoration: none; +} + +.github-links img { + filter: drop-shadow(1px 1px 2px #0004); + height: 64px; +} + +@media (max-width: 832px) { + main { + border-radius: 0; + border-left: none; + border-right: none; + } +} diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..4aff90f Binary files /dev/null and b/favicon.ico differ diff --git a/img/bg.png b/img/bg.png new file mode 100644 index 0000000..a3722ca Binary files /dev/null and b/img/bg.png differ diff --git a/img/github.svg b/img/github.svg new file mode 100644 index 0000000..0da8a90 --- /dev/null +++ b/img/github.svg @@ -0,0 +1 @@ + diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..0c7adf9 Binary files /dev/null and b/img/logo.png differ diff --git a/index.html b/index.html index 9443599..353298f 100644 --- a/index.html +++ b/index.html @@ -1,56 +1,39 @@ - - - - activated.win - - - -

The website activated.win is a backup site for massgrave.dev. The subdomain get.activated.win is currently being used to launch MAS through the Powershell method on massgrave.dev.

-

All content on our website is open source and can be found on GitHub.

-
- - - - - - - - - - - - - - - - - - - - - -
URLGitHub Repo
https://activated.win/https://github.com/massgravel/activated.win
https://get.activated.win/https://github.com/massgravel/get.activated.win
https://massgrave.dev/https://github.com/massgravel/massgrave.dev
-
- + + + + activated.win + + + +
+ +

activated.win

+ +
+ +

This domain is a backup domain owned by authors of Microsoft Activation Scripts.

+

Currently, the purpose of this domain is to provide the PowerShell method of running the script with aid of the get.activated.win subdomain.

+ +
+ +

To learn more, please see respective GitHub repositories found below.

+ + +
+