github.com/rabbouni145/gg@v0.47.1/docs/themes/gohugoioTheme/layouts/partials/home-page-sections/open-source-involvement.html (about) 1 <div class="w-100 center pt5"> 2 <div class="w-100 w-40-l tc center"> 3 <img src="/images/GitHub-Mark-64px.png" alt="Github Logo" class="tc center"> 4 </div> 5 </div> 6 7 <div class="flex-ns flex-wrap center pb4 center mw9"> 8 <!-- LEFT --> 9 <div class="w-100 tc w-third-l"> 10 <h3 class="f3 mv3 accent-color-light">We welcome all contributions</h3> 11 <ul class="list ma0 pa0"> 12 <li class="mb3 f4"> 13 14 <a href="https://github.com/gohugoio/hugo/blob/master/CONTRIBUTING.md" class="link mid-gray dim"> 15 Fork the repo and work on an issue {{ partial "svg/link-ext.svg" (dict "fill" "#333" "size" "14") }} 16 </a> 17 </li> 18 <li class="mb3 f4"> 19 <a href="http://themes.gohugo.io" class="link mid-gray dim"> 20 Design a theme {{ partial "svg/link-ext.svg" (dict "fill" "#333" "size" "14") }} 21 </a> 22 </li> 23 </ul> 24 25 </div> 26 27 28 <div class="w-100 w-third-l tc"> 29 <div class="w-60-l center"> 30 31 <p class="f4">Hugo is open-source and completely free.</p> 32 <p class="f4">Our hundreds of contributors make Hugo great.</p> 33 </div> 34 </div> 35 36 37 <div class="w-100 tc w-third-l"> 38 <h3 class="f3 mv3 accent-color-light">More ways to contribute</h3> 39 <ul class="list ma0 pa0"> 40 <li class="mb3 f4"> 41 <a href="https://gohugo.io/overview/introduction/" class="link mid-gray dim"> 42 Help improve the docs {{ partial "svg/link-ext.svg" (dict "fill" "#333" "size" "14") }} 43 </a> 44 </li> 45 46 <li class="mb3 f4"> 47 48 <a href="https://discourse.gohugo.io/" class="link mid-gray dim"> 49 Help others in the forums {{ partial "svg/link-ext.svg" (dict "fill" "#333" "size" "14") }} 50 </a> 51 </li> 52 </ul> 53 </div> 54 55 56 <!-- RIGHT --> 57 58 59 </div>