github.com/grailbio/bigslice@v0.0.0-20230519005545-30c4c12152ad/docs/_layouts/default.html (about) 1 <meta charset="utf-8"> 2 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 3 <!-- TODO: favicon --> 4 5 <head> 6 <title>{{page.title}}</title> 7 8 <!-- Global site tag (gtag.js) - Google Analytics --> 9 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-149281062-1"></script> 10 <script> 11 window.dataLayer = window.dataLayer || []; 12 function gtag(){dataLayer.push(arguments);} 13 gtag('js', new Date()); 14 15 gtag('config', 'UA-149281062-1'); 16 </script> 17 18 <style> 19 @import url('https://rsms.me/inter/inter.css'); 20 html { 21 font-family: -apple-system, 'Inter', sans-serif; 22 } 23 @supports (font-variation-settings: normal) { 24 html { font-family: -apple-system, 'Inter var', sans-serif; } 25 } 26 27 *, 28 :before, 29 :after { 30 box-sizing: border-box; 31 } 32 html, 33 body { 34 height: 100%; 35 } 36 body { 37 display: flex; 38 flex-direction: column; 39 line-height: 1.45; 40 margin: 0; 41 padding: 0; 42 } 43 .links, 44 footer { 45 color: #666; 46 font-size: .9em; 47 padding: 1em 1em 2em; 48 text-align: center; 49 } 50 main { 51 flex: 1; 52 padding: 0 1em; 53 } 54 55 h1 { 56 font-size: 24px; 57 } 58 59 h2 { 60 font-size: 20px; 61 } 62 63 h3 { 64 font-size: 16px; 65 } 66 67 .container { 68 margin: 0 auto; 69 max-width: 50em; 70 } 71 .homeLink:link, 72 .homeLink:visited { 73 color: #000; 74 text-decoration: none; 75 } 76 pre { 77 background: #eee; 78 padding: 1em; 79 border-radius: 1em; 80 } 81 82 pre, code { 83 font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace; 84 font-size: 90%; 85 } 86 87 blockquote { 88 background: #ddd; 89 padding: 0.1em 1em; 90 border-radius: 1em; 91 } 92 93 span.small { 94 font-variant: small-caps; 95 font-feature-settings: 'case' 1; 96 } 97 98 </style> 99 100 </head> 101 102 <main><div class="container">{{content}}</div></main>