diff --git a/404.html b/404.html new file mode 100644 index 0000000..de1a8b8 --- /dev/null +++ b/404.html @@ -0,0 +1,25 @@ + + + +
+ + + + + +Page not found.
+ + + \ No newline at end of file diff --git a/css/styles.css b/css/styles.css index ce97cee..70a4bdb 100644 --- a/css/styles.css +++ b/css/styles.css @@ -6,27 +6,33 @@ textarea { margin-bottom: 10px; } -#auto-generation { +#auto-generation, +#exemptions { border-radius: 15px; padding: 20px; padding-bottom: 25px; margin-top: 20px; margin-bottom: 20px; background: lightgray; - width: 100%; - max-width: 800px; - box-sizing: border-box; + width: 100%; + max-width: 800px; + box-sizing: border-box; } -#github-url-form { +#exemptions { + max-width: 1300px; +} + +#github-url-form, +#exemptions-checklist { margin-top: 25px; width: 100%; } #repo-url { - width: 100%; - max-width: 750px; - box-sizing: border-box; + width: 100%; + max-width: 750px; + box-sizing: border-box; } #repo-url-button { @@ -50,12 +56,33 @@ textarea { padding-right: 20px; } +.step-header { + display: flex; + align-items: center; + gap: 0.5em; +} + +.step-number { + margin-top: 10px; + background-color: #005ea2; + color: white; + font-weight: bold; + width: 30px; + height: 30px; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + font-size: 20px; +} + @keyframes slideDown { - from { + from { opacity: 0; transform: translateY(-10px); } - to { + + to { opacity: 1; transform: translateY(0); } diff --git a/index.html b/index.html index 80ca1d2..8b65d8c 100644 --- a/index.html +++ b/index.html @@ -1,85 +1,191 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + - - - - - + + + + + + + - - - + }) + .catch((error) => { + console.error("Error creating components:", error); + }); + + - - -