sgg-go

sgg-go is a static gallery generator, a golang implementation of sgg.
git clone http://git.hanabi.in/repos/sgg-go.git
Log | Files | Refs | LICENSE

_header.html (1367B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3   <head>
      4     <meta charset="UTF-8" />
      5     <meta name="generator" content="sgg-go">
      6     <title>___WEBSITE-TITLE___</title>
      7     <link rel="stylesheet" href="/style.css" />
      8     <link rel="icon" href="favicon.png" type="image/png" sizes="16x16">
      9   </head>
     10   <body>
     11     <div id="main">
     12       <div id="banner">
     13         <div id="text">
     14           <h1 id="title">___WEBSITE-HEADING___</h1>
     15           <div id="subtitle">___WEBSITE-SUBHEADING___</div>
     16         </div>
     17         <div id="avtaar">
     18           <svg style="height: 100px; width: 100px" viewBox="0 0 200 200">
     19             <defs>
     20               <pattern
     21                 id="squircle"
     22                 patternUnits="userSpaceOnUse"
     23                 width="200"
     24                 height="200"
     25               >
     26                 <image
     27                   xlink:href="/avtaar.jpg"
     28                   x="0"
     29                   y="0"
     30                   width="200"
     31                   height="200"
     32                 ></image>
     33               </pattern>
     34             </defs>
     35             <path
     36               d="M100,200c43.8,0,68.2,0,84.1-15.9C200,168.2,200,143.8,200,100s0-68.2-15.9-84.1C168.2,0,143.8,0,100,0S31.8,0,15.9,15.9C0,31.8,0,56.2,0,100s0,68.2,15.9,84.1C31.8,200,56.2,200,100,200z"
     37               fill="url(#squircle)"
     38             ></path>
     39           </svg>
     40         </div>
     41       </div>
     42       <div id="list">