Skip to content

Commit

Permalink
Refactor Buttons on Sitemap and Events Pages - #2159 (#2789)
Browse files Browse the repository at this point in the history
* Refactor buttons on line 43 of website/pages/sitemap.html, line 65 of website/pages/sitemap.html, and line 19 of website/_includes/events-page/left-col-content.html
  • Loading branch information
tamara-snyder authored Feb 23, 2022
1 parent 8ba65e1 commit 14d83d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions _includes/events-page/left-col-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ <h4 class="title-meetup title5">{{event.name}}</h4>
{% endfor %}

<div class="class-btn">
<a href="https://www.meetup.com/hackforla/events" target="_blank">
<button class="btn btn-primary btn-lg btn--events">View on Meetup</button></a>
<a href="https://www.meetup.com/hackforla/events" target="_blank" class="btn btn-primary btn-lg btn--events btn--default" title="Hack for LA Meetup Events">View on Meetup</a>
</div>

</div>
9 changes: 2 additions & 7 deletions pages/sitemap.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ <h2 class="title4 page-card--large-icon-header">Suggest Site Content</h2>
a GitHub account to open an issue. If you don’t have one,
you can always use the buttons on our Join page.
</p>
<a href="https://github.com/hackforla/website/issues/new?assignees=&labels=&template=blank-issue-.md&title="
target="_blank">
<button class="btn btn-primary btn--site-map-suggest">Suggest Content</button>
</a>
<a href="https://github.com/hackforla/website/issues/new?assignees=&labels=&template=blank-issue-.md&title=" target="_blank" class="btn btn-primary btn--site-map-suggest btn--default" title="Create New issue and Suggest New Content">Suggest Content</a>
</div>
</div>

Expand All @@ -63,9 +60,7 @@ <h2 class="title4 page-card--large-icon-header">Help Us Add Sections to the Webs
our team.
</p>

<a href="https://github.com/hackforla/website/wiki" target="_blank"><button
class="btn btn-primary btn-md-long-2">Check out
our Wiki</button></a>
<a href="https://github.com/hackforla/website/wiki" target="_blank" class="btn btn-primary btn-md-long-2 btn--default" title="Hack for LA Wiki">Check out our Wiki</a>
</div>
</div>
</div>

0 comments on commit 14d83d2

Please sign in to comment.