limestone

No description
git clone git://niliara.net/limestone
Log | Files | Refs

index.html (1160B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4     <title>Fossil</title>
      5     <link rel=stylesheet href=style.css></link>
      6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
      7 </head>
      8 
      9 <body>
     10 
     11 <header>
     12 <h2>Limestone</h2>
     13 
     14 <form>
     15     <input type="text" placeholder="Search"></input>
     16     <button>
     17         <svg stroke="#000"  viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9536 14.9458L21 21M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
     18     </button>
     19 </form>
     20 
     21 <button class="normal">Log in</button>
     22 
     23 </header>
     24 
     25 <main>
     26 
     27 
     28 <!--
     29 <h1 style="font-size:4em; text-align:center;">Limestone</h1>
     30 -->
     31 <br></br>
     32 <br></br>
     33 
     34 <div class="about">
     35 <div class="text">
     36 <!--
     37 <span>Manage your projects, correctly.</span>
     38 -->
     39 <span>Version control, <i>reimagined</i></span>
     40 <div class="buttons">
     41 <button class="normal">Get started</button>
     42 <button class="normal">Don't get started</button>
     43 </div>
     44 </div>
     45 
     46 <div>
     47 <div class="image">
     48 <img src="logoc.jpg"></img>
     49 </div>
     50 </div>
     51 </div>
     52 
     53 
     54 
     55 
     56 </main>
     57 
     58 
     59 
     60 </body>
     61 </html>