|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
8 | 8 | <link href="/img/logo.svg" rel="shortcut icon">
|
9 | 9 | <link rel="stylesheet" href="/css/index.scss">
|
| 10 | + <link rel="stylesheet" media="(prefers-color-scheme: dark)" href="/css/dark-scheme.scss"> |
| 11 | + <link rel="stylesheet" media="not (prefers-color-scheme: dark)" href="/css/light-scheme.scss"> |
10 | 12 | </head>
|
11 | 13 |
|
12 | 14 | <body class="scp-homepage lay-page-center">
|
13 | 15 | <header class="clr-alternate +alt">
|
14 | 16 | <hgroup>
|
15 |
| - <p><img src="/img/logo.svg" alt="logo"></p> |
| 17 | + <p> |
| 18 | + <svg width="128" height="128" version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"> |
| 19 | + <path d="m64 24-40 12.5 40 6.5 40-6.5z" style="fill: var(--color-primary-500); fill-opacity: .3;" /> |
| 20 | + <path d="m64 0v24l40 12.5v-16.5z" style="fill: var(--color-primary-500);" /> |
| 21 | + <path d="m64 0-40 20v16.5l40-12.5z" style="fill: var(--color-primary-700);" /> |
| 22 | + <path d="m24 91.5 40 12.5 40-12.5-40-6.5z" style="fill: var(--color-secondary-500); fill-opacity: .3;" /> |
| 23 | + <path d="m64 104v24l40-20v-16.5z" style="fill: var(--color-secondary-500);" /> |
| 24 | + <path d="m24 91.5 40 12.5v24l-40-20z" style="fill: var(--color-secondary-700);" /> |
| 25 | + <path d="m67.712 52.567-7.127 22.953 39.631 8.336 4.879-15.713z" style="fill: var(--color-tertiary-500);" /> |
| 26 | + <path d="m27.801 44.16 39.911 8.4063-7.1272 22.953-37.653-15.678z" style="fill: var(--color-tertiary-700);" /> |
| 27 | + </svg> |
| 28 | + </p> |
16 | 29 | <h1>Sample Layout</h1>
|
17 | 30 | <p>Centered page. With cover, menu, feature, and several sections in columns.</p>
|
18 | 31 | </hgroup>
|
@@ -65,7 +78,7 @@ <h2 class="lay-wrap-reset">Section Five</h2>
|
65 | 78 | <h3>Subsection</h3>
|
66 | 79 | <ul>
|
67 | 80 | <li>Listitem ipsum dolor</li>
|
68 |
| - <li>Listitem cumque perferendis</li> |
| 81 | + <li>Listitem cumque perferendis</li> |
69 | 82 | <li>Listitem sed,</li>
|
70 | 83 | <li>Listitem sequi sunt</li>
|
71 | 84 | <li>Listitem cum animi</li>
|
|
0 commit comments