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

add star repo badge and message #152

Merged
merged 1 commit into from
Mar 8, 2022
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -981,8 +981,12 @@ to render the hits on the homepage in realtime,
please see: https://github.com/dwyl/hits/pull/80/files




## Research & Background Reading

If you found this repository useful, please ⭐️ it so we (and others) know you liked it!

We found the following links/articles/posts _useful_
when learning how to build this mini-project:

Expand Down
5 changes: 2 additions & 3 deletions lib/hits_web/templates/page/index.html.eex
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<h2 class="bg-teal white h-25 tc ttu f1 lh-title lh-solid mt0 pa2 pb3 mb0 pb0">
Hits!
<a href="https://hits.dwyl.com/" >
<img src="https://hits.dwyl.com/hits/homepage.svg" alt="Hit Count" class="pa0 ba bw1 b--white">
</a>
<a href="https://hits.dwyl.com/"><img src="https://hits.dwyl.com/hits/homepage.svg" alt="Hit Count" class="pa0 ba bw1 b--white"></a>
<iframe src="https://ghbtns.com/github-btn.html?user=dwyl&repo=hits&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
</h2>
<h4 class="mt0 tc fw5 f5 teal pa2 mb0">
The <em>easy</em> way to know how many people are
Expand Down