diff --git a/content/_index.md b/content/_index.md index e979b7d..cb5bc3a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,4 @@ +++ -title = "number zero" +title = "number 0" description = "Less net work for networks" +++ diff --git a/content/n0ps.md b/content/n0ps.md new file mode 100644 index 0000000..d345a7c --- /dev/null +++ b/content/n0ps.md @@ -0,0 +1,5 @@ ++++ +title = "number 0 protocol services" +description = "Build on the edge with the team that lives there" +template="n0ps.html" ++++ diff --git a/static/styles/style.css b/static/styles/style.css index d195f09..7272e1e 100644 --- a/static/styles/style.css +++ b/static/styles/style.css @@ -307,6 +307,26 @@ img, video { margin-bottom: auto; } +.mt-5 { + margin-top: 1.25rem; +} + +.ml-16 { + margin-left: 4rem; +} + +.mb-1 { + margin-bottom: .25rem; +} + +.mb-2 { + margin-bottom: .5rem; +} + +.mr-10 { + margin-right: 2.5rem; +} + .mt-2 { margin-top: .5rem; } @@ -323,18 +343,10 @@ img, video { margin-right: 1rem; } -.mb-2 { - margin-bottom: .5rem; -} - .mb-8 { margin-bottom: 2rem; } -.mt-5 { - margin-top: 1.25rem; -} - .block { display: block; } @@ -403,10 +415,6 @@ img, video { max-width: 72rem; } -.max-w-2xl { - max-width: 42rem; -} - .max-w-3xl { max-width: 48rem; } @@ -415,8 +423,8 @@ img, video { max-width: 56rem; } -.max-w-xl { - max-width: 36rem; +.max-w-2xl { + max-width: 42rem; } .flex-1 { @@ -447,6 +455,10 @@ img, video { justify-content: space-between; } +.gap-5 { + gap: 1.25rem; +} + .gap-y-6 { row-gap: 1.5rem; } @@ -467,10 +479,19 @@ img, video { border-radius: .375rem; } +.border-t { + border-top-width: 1px; +} + .border-dotted { border-style: dotted; } +.border-gray-700 { + --tw-border-opacity: 1; + border-color: rgb(55 65 81 / var(--tw-border-opacity)); +} + .border-gray-400 { --tw-border-opacity: 1; border-color: rgb(156 163 175 / var(--tw-border-opacity)); @@ -532,10 +553,6 @@ img, video { padding: .5rem; } -.p-4 { - padding: 1rem; -} - .p-6 { padding: 1.5rem; } @@ -580,6 +597,11 @@ img, video { padding-right: .5rem; } +.py-6 { + padding-top: 1.5rem; + padding-bottom: 1.5rem; +} + .pt-40 { padding-top: 10rem; } @@ -604,6 +626,18 @@ img, video { padding-bottom: 4rem; } +.pt-6 { + padding-top: 1.5rem; +} + +.pb-12 { + padding-bottom: 3rem; +} + +.pr-24 { + padding-right: 6rem; +} + .pt-12 { padding-top: 3rem; } @@ -654,6 +688,11 @@ img, video { line-height: 1.5rem; } +.text-xs { + font-size: .75rem; + line-height: 1rem; +} + .text-4xl { font-size: 2.25rem; line-height: 2.5rem; @@ -664,11 +703,6 @@ img, video { line-height: 1.75rem; } -.text-xs { - font-size: .75rem; - line-height: 1rem; -} - .font-bold { font-weight: 700; } @@ -693,6 +727,14 @@ img, video { line-height: 1.625; } +.leading-8 { + line-height: 2rem; +} + +.leading-7 { + line-height: 1.75rem; +} + .text-n0pink-300 { --tw-text-opacity: 1; color: rgb(255 210 204 / var(--tw-text-opacity)); @@ -718,6 +760,21 @@ img, video { color: rgb(228 228 231 / var(--tw-text-opacity)); } +.text-n0gray-700 { + --tw-text-opacity: 1; + color: rgb(63 63 70 / var(--tw-text-opacity)); +} + +.text-n0gray-500 { + --tw-text-opacity: 1; + color: rgb(113 113 122 / var(--tw-text-opacity)); +} + +.text-n0pink-500 { + --tw-text-opacity: 1; + color: rgb(255 172 156 / var(--tw-text-opacity)); +} + .text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity)); @@ -738,19 +795,17 @@ img, video { color: rgb(243 244 246 / var(--tw-text-opacity)); } -.text-n0pink-500 { - --tw-text-opacity: 1; - color: rgb(255 172 156 / var(--tw-text-opacity)); -} - .text-gray-300 { --tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity)); } -.text-n0gray-700 { - --tw-text-opacity: 1; - color: rgb(63 63 70 / var(--tw-text-opacity)); +.underline { + text-decoration-line: underline; +} + +.decoration-dotted { + text-decoration-style: dotted; } .shadow-inner { @@ -899,6 +954,10 @@ img, video { display: block; } + .sm\:grid { + display: grid; + } + .sm\:hidden { display: none; } @@ -935,6 +994,15 @@ img, video { width: 33.3333%; } + .sm\:scroll-px-6 { + scroll-padding-left: 1.5rem; + scroll-padding-right: 1.5rem; + } + + .sm\:grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + .sm\:flex-row { flex-direction: row; } @@ -957,11 +1025,6 @@ img, video { padding-bottom: 20rem; } - .sm\:px-10 { - padding-left: 2.5rem; - padding-right: 2.5rem; - } - .sm\:pr-0 { padding-right: 0; } diff --git a/templates/layout.html b/templates/layout.html index 9ed9238..7151045 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -50,7 +50,7 @@ {% block navbar %}