|
| 1 | +{{ define "title"}} {{ .Site.Title}} {{end}} |
| 2 | +{{ define "header"}} {{ partial "header" .}} {{end}} |
| 3 | +{{ define "main"}} |
| 4 | + |
| 5 | +<div id="main"> |
| 6 | + <div id="hero"> |
| 7 | + <h1>{{.Title}}</h1> |
| 8 | + <p>{{.Description}}</p> |
| 9 | + </div> |
| 10 | + <div id="action-buttons"> |
| 11 | + <a class="button primary big" href="https://github.com/data-apis/consortium-feedback">Feedback</a> <a class="button outline big" href="https://github.com/data-apis" >View on Github</a> |
| 12 | + <p>We're just getting started - tell us what you think!</p> |
| 13 | + </div> |
| 14 | + |
| 15 | + <div id="kube-features"> |
| 16 | + <div class="row gutters"> |
| 17 | + <div class="col col-4 item"> |
| 18 | + <figure> |
| 19 | + <img alt="Baseline" height="48" src="{{ "/img/kube/icon-baseline.png" | relURL }}" width="48"> |
| 20 | + </figure> |
| 21 | + <h3>Horizontal Rhythm</h3> |
| 22 | + <p>In Kube horizontal rhythm based on a 4px vertical grid is something that we are truly proud of.</p> |
| 23 | + </div> |
| 24 | + <div class="col col-4 item"> |
| 25 | + <figure> |
| 26 | + <img alt="Typography" height="48" src="{{ "/img/kube/icon-typo.png" | relURL }}" width="48"> |
| 27 | + </figure> |
| 28 | + <h3>Typography</h3> |
| 29 | + <p>We obsess over typography, and it shows throughout Kube.</p> |
| 30 | + </div> |
| 31 | + <div class="col col-4 item"> |
| 32 | + <figure> |
| 33 | + <img alt="Minimalism" height="48" src="{{ "/img/kube/icon-minimalism.png" | relURL }}" width="48"> |
| 34 | + </figure> |
| 35 | + <h3>Minimalism</h3> |
| 36 | + <p>We strongly believe in minimalism as a general concept as well as a practical approach to everyday life.</p> |
| 37 | + </div> |
| 38 | + </div> |
| 39 | + <div class="row gutters"> |
| 40 | + <div class="col col-4 item"> |
| 41 | + <h4>Mobile-first Design</h4> |
| 42 | + <p>Every element in kube is mobile-first and fully embraces latest and greatest tech.</p> |
| 43 | + </div> |
| 44 | + <div class="col col-4 item"> |
| 45 | + <h4>Cross-browser</h4> |
| 46 | + <p>Kube works in all modern browsers, both desktop and mobile, including latest Chrome, Firefox, Safari, Opera, IE and Edge.</p> |
| 47 | + </div> |
| 48 | + <div class="col col-4 item"> |
| 49 | + <h4>License</h4> |
| 50 | + <p>Kube licensed under <a href="https://opensource.org/licenses/MIT">MIT</a>.<br> |
| 51 | + Kube Framework is absolutely free for personal or commercial use.</p> |
| 52 | + </div> |
| 53 | + </div> |
| 54 | +</div> |
| 55 | +</div> |
| 56 | +{{ end }} |
| 57 | +{{ define "footer"}} {{ partial "footer" .}} {{end}} |
0 commit comments