|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <title>Page not found</title> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
| 7 | + <link rel="icon" type="image/svg+xml" href="https://opensource.adobe.com/spectrum-css/favicon.svg"> |
| 8 | + <!-- This preconnect opens the connection for typekit to more quickly load fonts --> |
| 9 | + <link rel="preconnect" href="https://use.typekit.net" crossorigin /> |
| 10 | + <!-- This is the script that attempts to pre-load the typekit fonts --> |
| 11 | + <script src="https://use.typekit.net/rok6rmo.js" id="typekit" type="text/javascript" async></script> |
| 12 | + |
| 13 | + <style> |
| 14 | + body { |
| 15 | + margin: 0; |
| 16 | + padding: 0; |
| 17 | + block-size: 100vh; |
| 18 | + background-color: rgb(253, 253, 253); |
| 19 | + } |
| 20 | + |
| 21 | + header { |
| 22 | + max-width: 1000px; |
| 23 | + margin: auto; |
| 24 | + padding-block-start: 4rem; |
| 25 | + } |
| 26 | + |
| 27 | + main { |
| 28 | + color: rgb(34, 34, 34); |
| 29 | + display: flex; |
| 30 | + padding-inline: 20px; |
| 31 | + padding-block: 1rem 4rem; |
| 32 | + flex-direction: column; |
| 33 | + align-items: flex-start; |
| 34 | + gap: 60px; |
| 35 | + max-width: 1000px; |
| 36 | + margin: auto; |
| 37 | + } |
| 38 | + |
| 39 | + img { |
| 40 | + max-inline-size: 100%; |
| 41 | + margin-block: -20px 20px; |
| 42 | + } |
| 43 | + |
| 44 | + h1, h2, p { |
| 45 | + --spectrum-sans-font-family-stack: "Adobe Clean", adobe-clean, "Nunito Sans",-apple-system,".SFNSText-Regular","San Francisco",BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif; |
| 46 | + |
| 47 | + -webkit-font-smoothing: antialiased; |
| 48 | + font-family: var(--spectrum-sans-font-family-stack); |
| 49 | + } |
| 50 | + |
| 51 | + h1 { |
| 52 | + font-weight: 400; |
| 53 | + font-size: 24px; |
| 54 | + margin-block-end: 8px; |
| 55 | + } |
| 56 | + |
| 57 | + h2 { |
| 58 | + font-size: 48px; |
| 59 | + margin-block-end: 8px; |
| 60 | + padding-block-end: 4px; |
| 61 | + } |
| 62 | + |
| 63 | + p { |
| 64 | + font-size: 18px; |
| 65 | + line-height: 24px; |
| 66 | + margin-block: 16px; |
| 67 | + } |
| 68 | + |
| 69 | + .spectrum-logo { |
| 70 | + display: block; |
| 71 | + } |
| 72 | + |
| 73 | + svg { |
| 74 | + block-size: auto; |
| 75 | + inline-size: 100%; |
| 76 | + max-inline-size: 170px; |
| 77 | + max-block-size: 100px; |
| 78 | + } |
| 79 | + |
| 80 | + </style> |
| 81 | + </head> |
| 82 | + <body> |
| 83 | + <header> |
| 84 | + <a class="spectrum-logo" href="https://opensource.adobe.com/spectrum-css/" aria-label="Spectrum CSS"> |
| 85 | + <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="spectrum-Site-logo spectrum-Icon spectrum-Icon--sizeXL" version="1.1" id="Layer_1" x="0" y="0" viewBox="0 0 190 26" focusable="false" aria-hidden="true" aria-label="Adobe logo" xml:space="preserve"> |
| 86 | + <g style="fill:#FA0F00"> |
| 87 | + <polygon points="19,0 30,0 30,26"/> |
| 88 | + <polygon points="11.1,0 0,0 0,26"/> |
| 89 | + <polygon points="15,9.6 22.1,26 17.5,26 15.4,20.8 10.2,20.8"/> |
| 90 | + </g> |
| 91 | + <text x="38" y="20" style="color: rgb(0,0,0);font-size: 22px;font-family: adobe-clean,'Source Sans Pro',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Ubuntu,'Trebuchet MS','Lucida Grande',sans-serif; font-weight: 700; height: 28px; line-height: 28.6px;">Spectrum CSS</text> |
| 92 | + </svg> |
| 93 | + </a> |
| 94 | + </header> |
| 95 | + <main> |
| 96 | + <h1>404: Page not found</h1> |
| 97 | + <section> |
| 98 | + <img src="https://opensource.adobe.com/spectrum-css/spectrum_illustration_2x.png" alt="An abstract illustrated image with a whimsical color palette"> |
| 99 | + <h2>It's not you. It's us.</h2> |
| 100 | + <p>We've made a lot of improvements to the Spectrum CSS documentation site, including consolidating all of the documentation and moving it to a single location within Storybook.</p> |
| 101 | + <p>If you're looking for information on Spectrum CSS components, let's get you back to <a href="https://opensource.adobe.com/spectrum-css/">our landing page</a>. From there, experiment with all of our components to your heart's content! |
| 102 | + </p> |
| 103 | + </section> |
| 104 | + </main> |
| 105 | + </body> |
| 106 | +</html> |
0 commit comments