site

scripts to generate personal blog and git repositories

git clone https://9o.is/git/site.git

nav.html

(1928B)


      1 <nav aria-label="Main">
      2 	<div class="nav-inner">
      3 		<ul>
      4 			<li>
      5 				<a href="/">
      6 					<svg aria-hidden="true" focusable="false" viewBox="60 140 395 235" width="1.65em" height="1em">
      7 						<path fill="#89B4F9" d="M64.835068,227.999908 C64.835060,201.044281 64.835060,174.588654 64.835060,147.827759 C119.952759,147.827759 174.637543,147.827759 229.576569,147.827759 C229.576569,221.044449 229.576569,293.936920 229.576569,367.162964 C211.413635,367.162964 193.487869,367.162964 174.971115,367.162964 C174.971115,349.200623 174.971115,331.143860 174.971115,312.670959 C138.115814,312.670959 101.845200,312.670959 64.835068,312.670959 C64.835068,284.334381 64.835068,256.417145 64.835068,227.999908 M119.817665,228.499924 C119.817665,237.981033 119.817665,247.462143 119.817665,257.209167 C138.278030,257.209167 156.353180,257.209167 174.638031,257.209167 C174.638031,238.965073 174.638031,221.035233 174.638031,202.790985 C156.353516,202.790985 138.278290,202.790985 119.817665,202.790985 C119.817665,211.203720 119.817665,219.351807 119.817665,228.499924 z"/>
      8 						<path fill="#89B4F9" d="M430.999786,202.503693 C437.444763,202.503662 443.389832,202.503662 449.575439,202.503662 C449.575439,257.714081 449.575439,312.279022 449.575439,367.170105 C394.745087,367.170105 340.163940,367.170105 285.208710,367.170105 C285.208710,312.545074 285.208710,257.842651 285.208710,202.503723 C333.674988,202.503723 382.087433,202.503723 430.999786,202.503693 M380.489105,257.476349 C367.047089,257.476349 353.605072,257.476349 340.041931,257.476349 C340.041931,276.088287 340.041931,294.037903 340.041931,312.185791 C358.345459,312.185791 376.423187,312.185791 394.602081,312.185791 C394.602081,293.916534 394.602081,275.986145 394.602081,257.476410 C390.074432,257.476410 385.778351,257.476410 380.489105,257.476349 z"/>
      9 					</svg>
     10 					Blog
     11 				</a>
     12 			</li>
     13 			<li>
     14 				<a href="/git">
     15 					Git
     16 				</a>
     17 			</li>
     18 		</ul>
     19 	</div>
     20 </nav>