Skip to content

Commit 32bb9fd

Browse files
authored
n0 protocol services page (#12)
1 parent 5037117 commit 32bb9fd

File tree

5 files changed

+225
-40
lines changed

5 files changed

+225
-40
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
+++
2-
title = "number zero"
2+
title = "number 0"
33
description = "Less net work for networks"
44
+++

content/n0ps.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
title = "number 0 protocol services"
3+
description = "Build on the edge with the team that lives there"
4+
template="n0ps.html"
5+
+++

static/styles/style.css

Lines changed: 99 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,26 @@ img, video {
307307
margin-bottom: auto;
308308
}
309309

310+
.mt-5 {
311+
margin-top: 1.25rem;
312+
}
313+
314+
.ml-16 {
315+
margin-left: 4rem;
316+
}
317+
318+
.mb-1 {
319+
margin-bottom: .25rem;
320+
}
321+
322+
.mb-2 {
323+
margin-bottom: .5rem;
324+
}
325+
326+
.mr-10 {
327+
margin-right: 2.5rem;
328+
}
329+
310330
.mt-2 {
311331
margin-top: .5rem;
312332
}
@@ -323,18 +343,10 @@ img, video {
323343
margin-right: 1rem;
324344
}
325345

326-
.mb-2 {
327-
margin-bottom: .5rem;
328-
}
329-
330346
.mb-8 {
331347
margin-bottom: 2rem;
332348
}
333349

334-
.mt-5 {
335-
margin-top: 1.25rem;
336-
}
337-
338350
.block {
339351
display: block;
340352
}
@@ -403,10 +415,6 @@ img, video {
403415
max-width: 72rem;
404416
}
405417

406-
.max-w-2xl {
407-
max-width: 42rem;
408-
}
409-
410418
.max-w-3xl {
411419
max-width: 48rem;
412420
}
@@ -415,8 +423,8 @@ img, video {
415423
max-width: 56rem;
416424
}
417425

418-
.max-w-xl {
419-
max-width: 36rem;
426+
.max-w-2xl {
427+
max-width: 42rem;
420428
}
421429

422430
.flex-1 {
@@ -447,6 +455,10 @@ img, video {
447455
justify-content: space-between;
448456
}
449457

458+
.gap-5 {
459+
gap: 1.25rem;
460+
}
461+
450462
.gap-y-6 {
451463
row-gap: 1.5rem;
452464
}
@@ -467,10 +479,19 @@ img, video {
467479
border-radius: .375rem;
468480
}
469481

482+
.border-t {
483+
border-top-width: 1px;
484+
}
485+
470486
.border-dotted {
471487
border-style: dotted;
472488
}
473489

490+
.border-gray-700 {
491+
--tw-border-opacity: 1;
492+
border-color: rgb(55 65 81 / var(--tw-border-opacity));
493+
}
494+
474495
.border-gray-400 {
475496
--tw-border-opacity: 1;
476497
border-color: rgb(156 163 175 / var(--tw-border-opacity));
@@ -532,10 +553,6 @@ img, video {
532553
padding: .5rem;
533554
}
534555

535-
.p-4 {
536-
padding: 1rem;
537-
}
538-
539556
.p-6 {
540557
padding: 1.5rem;
541558
}
@@ -580,6 +597,11 @@ img, video {
580597
padding-right: .5rem;
581598
}
582599

600+
.py-6 {
601+
padding-top: 1.5rem;
602+
padding-bottom: 1.5rem;
603+
}
604+
583605
.pt-40 {
584606
padding-top: 10rem;
585607
}
@@ -604,6 +626,18 @@ img, video {
604626
padding-bottom: 4rem;
605627
}
606628

629+
.pt-6 {
630+
padding-top: 1.5rem;
631+
}
632+
633+
.pb-12 {
634+
padding-bottom: 3rem;
635+
}
636+
637+
.pr-24 {
638+
padding-right: 6rem;
639+
}
640+
607641
.pt-12 {
608642
padding-top: 3rem;
609643
}
@@ -654,6 +688,11 @@ img, video {
654688
line-height: 1.5rem;
655689
}
656690

691+
.text-xs {
692+
font-size: .75rem;
693+
line-height: 1rem;
694+
}
695+
657696
.text-4xl {
658697
font-size: 2.25rem;
659698
line-height: 2.5rem;
@@ -664,11 +703,6 @@ img, video {
664703
line-height: 1.75rem;
665704
}
666705

667-
.text-xs {
668-
font-size: .75rem;
669-
line-height: 1rem;
670-
}
671-
672706
.font-bold {
673707
font-weight: 700;
674708
}
@@ -693,6 +727,14 @@ img, video {
693727
line-height: 1.625;
694728
}
695729

730+
.leading-8 {
731+
line-height: 2rem;
732+
}
733+
734+
.leading-7 {
735+
line-height: 1.75rem;
736+
}
737+
696738
.text-n0pink-300 {
697739
--tw-text-opacity: 1;
698740
color: rgb(255 210 204 / var(--tw-text-opacity));
@@ -718,6 +760,21 @@ img, video {
718760
color: rgb(228 228 231 / var(--tw-text-opacity));
719761
}
720762

763+
.text-n0gray-700 {
764+
--tw-text-opacity: 1;
765+
color: rgb(63 63 70 / var(--tw-text-opacity));
766+
}
767+
768+
.text-n0gray-500 {
769+
--tw-text-opacity: 1;
770+
color: rgb(113 113 122 / var(--tw-text-opacity));
771+
}
772+
773+
.text-n0pink-500 {
774+
--tw-text-opacity: 1;
775+
color: rgb(255 172 156 / var(--tw-text-opacity));
776+
}
777+
721778
.text-gray-400 {
722779
--tw-text-opacity: 1;
723780
color: rgb(156 163 175 / var(--tw-text-opacity));
@@ -738,19 +795,17 @@ img, video {
738795
color: rgb(243 244 246 / var(--tw-text-opacity));
739796
}
740797

741-
.text-n0pink-500 {
742-
--tw-text-opacity: 1;
743-
color: rgb(255 172 156 / var(--tw-text-opacity));
744-
}
745-
746798
.text-gray-300 {
747799
--tw-text-opacity: 1;
748800
color: rgb(209 213 219 / var(--tw-text-opacity));
749801
}
750802

751-
.text-n0gray-700 {
752-
--tw-text-opacity: 1;
753-
color: rgb(63 63 70 / var(--tw-text-opacity));
803+
.underline {
804+
text-decoration-line: underline;
805+
}
806+
807+
.decoration-dotted {
808+
text-decoration-style: dotted;
754809
}
755810

756811
.shadow-inner {
@@ -899,6 +954,10 @@ img, video {
899954
display: block;
900955
}
901956

957+
.sm\:grid {
958+
display: grid;
959+
}
960+
902961
.sm\:hidden {
903962
display: none;
904963
}
@@ -935,6 +994,15 @@ img, video {
935994
width: 33.3333%;
936995
}
937996

997+
.sm\:scroll-px-6 {
998+
scroll-padding-left: 1.5rem;
999+
scroll-padding-right: 1.5rem;
1000+
}
1001+
1002+
.sm\:grid-cols-2 {
1003+
grid-template-columns: repeat(2, minmax(0, 1fr));
1004+
}
1005+
9381006
.sm\:flex-row {
9391007
flex-direction: row;
9401008
}
@@ -957,11 +1025,6 @@ img, video {
9571025
padding-bottom: 20rem;
9581026
}
9591027

960-
.sm\:px-10 {
961-
padding-left: 2.5rem;
962-
padding-right: 2.5rem;
963-
}
964-
9651028
.sm\:pr-0 {
9661029
padding-right: 0;
9671030
}

templates/layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<body class="bg-n0gray-900 text-n0gray-200 h-screen justify-between font-space">
5151
{% block navbar %}
5252
<nav id="navbar" class="fixed w-full transition-colors ease-in duration-1000">
53-
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-10">
53+
<div class="mr-auto px-4 sm:px-6 lg:px-10">
5454
<div class="relative flex items-center justify-between h-20">
5555
<div class="absolute inset-y-0 right-0 flex items-center sm:hidden">
5656
<!-- Mobile menu button-->
@@ -108,7 +108,7 @@
108108

109109
{% block footer %}
110110
<footer class="bg-n0gray-1000 pt-20 pb-16">
111-
<div class="w-full max-w-6xl mx-auto px-4 sm:px-6 lg:px-10 flex flex-col sm:flex-row">
111+
<div class="w-full px-4 sm:px-6 lg:px-10 flex flex-col sm:flex-row">
112112
<div class="w-full sm:w-3/12">
113113
<a href="/">
114114
<img class="block h-8 w-auto" src="img/logos/wordmark-small-gray.svg" alt="Number Zero">
@@ -120,7 +120,7 @@
120120
<a href="/legal" target="blank" class="mx-4">legal</a>
121121
</div>
122122
</div>
123-
<div class="w-full max-w-6xl mx-auto mt-5 p-6 md:px-10">
123+
<div class="w-full mt-5 py-6 px-4 sm:scroll-px-6 md:px-10">
124124
<p class="text-xs text-n0gray-700">Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License.<br />For details, see our Site Policies.</p>
125125
</div>
126126
</footer>

0 commit comments

Comments
 (0)