Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Buttons on Sitemap and Events Pages - #2159 #2789

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>