Skip to content

Commit

Permalink
#142 delete type=button
Browse files Browse the repository at this point in the history
  • Loading branch information
pr130 committed Sep 14, 2020
1 parent 7b23b40 commit dca40ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
4 changes: 2 additions & 2 deletions layouts/_default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</p>
<div class="row">
<div class="col-md-6 px-0 pt-5 text-md-right">
<a type="button" class="btn btn-ca-white btn-hero" href="{{ "projects" | absLangURL }}">{{ i18n "for-nonprofits" }}</a>
<a class="btn btn-ca-white btn-hero" href="{{ "projects" | absLangURL }}">{{ i18n "for-nonprofits" }}</a>
</div>
<div class="col-md-6 px-0 pt-5 text-md-left">
<a type="button" class="btn btn-ca-white btn-hero" href="{{ "volunteer" | absLangURL }}">{{ i18n "for-volunteers" }}</a>
<a class="btn btn-ca-white btn-hero" href="{{ "volunteer" | absLangURL }}">{{ i18n "for-volunteers" }}</a>
</div>
</div>
</div>
Expand Down
14 changes: 0 additions & 14 deletions layouts/cookies/list.html
Original file line number Diff line number Diff line change
@@ -1,14 +0,0 @@
{{ define "main" }}
<div class="container">
<div class="row my-5">
<div class="col-12 mt-5 mb-2">
<h2>Cookie Declaration</h2>
<script id="CookieDeclaration" src="https://consent.cookiebot.com/64e18dd9-5603-406a-b481-0de61f4d7434/cd.js" type="text/javascript" async></script>
<button type="button" href="javascript: Cookiebot.renew()" class="btn ca-blue" >
Renew or change your cookie consent
</button>
</div>

</div>
</div>
{{ end }}
2 changes: 1 addition & 1 deletion layouts/projects/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>{{ .Title }}</h1>
{{ .Content }}

<div class="col-md-12 my-5 text-center">
<a type="button" class="btn btn-ca-blue btn-lg" href="mailto:[email protected]">{{ i18n "contact-us" }}</a>
<a class="btn btn-ca-blue btn-lg" href="mailto:[email protected]">{{ i18n "contact-us" }}</a>
</div>

<h1>{{ i18n "projects-past" }}</h1>
Expand Down

0 comments on commit dca40ad

Please sign in to comment.