Fixed button a tags
This commit is contained in:
		| @ -10,7 +10,7 @@ | ||||
|       </div> | ||||
|       <div class="column is-half-widescreen is-two-thirds-tablet is-offset-1 is-desktop"> | ||||
|         <p class="is-size-4 block">{{ site.Data.who_is_involved.text }}</p> | ||||
|         <button class="button is-autonomic has-text-white is-large"><a href="{{ site.Params.links.autonomicSite }}">visit: autonomic.zone</a></button> | ||||
|         <a href="{{ site.Params.links.autonomicSite }}"></a><button class="button is-autonomic has-text-white is-large">visit: autonomic.zone</button></a> | ||||
|       </div> | ||||
|     </div> | ||||
|   </div> | ||||
|  | ||||
| @ -7,7 +7,7 @@ | ||||
|         This is a community project. | ||||
|     </p> | ||||
|     <div> | ||||
|       <button id="get-involved" class="button grey-button is-uppercase is-medium has-text-weight-bold"><a href="{{ site.Params.links.getinvolved}}">Get involved</a></button> | ||||
|       <a href="{{ site.Params.links.getinvolved}}"></a><button id="get-involved" class="button grey-button is-uppercase is-medium has-text-weight-bold">Get involved</button></a> | ||||
|     </div> | ||||
|   </div> | ||||
| </section> | ||||
| @ -20,9 +20,11 @@ | ||||
|             <p class="block has-text-weight-light">{{ $item.right }}</p> | ||||
|           </div> | ||||
|           {{ if and (eq $amount (add $index 1)) (eq $title "faq") }} | ||||
|           <a href="{{ site.Params.links.docsfaq }}"> | ||||
|             <button id="faq-button" class="button grey-button is-medium"> | ||||
|               <a href="{{ site.Params.links.docsfaq }}">Read all Frequently Asked Questions</a> | ||||
|               Read all Frequently Asked Questions | ||||
|             </button> | ||||
|           </a> | ||||
|           {{ end }} | ||||
|         </div> | ||||
|       </div> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user