Skip to content

Commit

Permalink
add donation info
Browse files Browse the repository at this point in the history
  • Loading branch information
amit9838 committed Jan 30, 2024
1 parent dcae6b3 commit 1c82121
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
<div align="center">
<img src="data/icons/hicolor/scalable/apps/io.github.amit9838.weather.svg?raw=true" width="120">
<h1>Weather</h1>
<p>Beautiful lightweight weather app.</p>

<p>Beautiful lightweight weather app based on Python and Gtk</p>

<div align="center">
<h2>Support</h2>
I hope you ❤️ the weather app, if you think it is worth supporting you can do so using below methods

<a href="https://www.buymeacoffee.com/ami9838" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" >
</a>
</div>
<div align="center">
<a href="https://opencollective.com/weather"><img src="https://opencollective.com/spotube/donate/button.png?color=blue" alt="Donate to our Open Collective" height="45"></a>
</div>

---

<img src="https://img.shields.io/github/v/release/amit9838/weather?style=flat&label=Latest+Release&color=%234a92ff">
</div>
<div align="center">
Expand Down
25 changes: 24 additions & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,23 @@ <h2 class="github-btn">
</div>

<section id="features" class="features">

<div class="features-container">
<!-- <p>Beautiful lightweight weather app.</p> -->
<h2>Features</h2>
<ul>
<li>Displays real-time temperature, humidity, and wind speed,UV index,pressure and more</li>
<li>Utilizes graphical representations, such as temperature , precipitation graphs and wind-speed with direction to provide an hourly forecast for the next 24 hours</li>
<li>Utilizes graphical representations, such as temperature , precipitation graphs and wind-speed with
direction to provide an hourly forecast for the next 24 hours</li>
<li>Also shows tomorrow and 7-day forcasts</li>
<li>See conditions in metric or imperial systems</li>
</ul>
</div>
</section>


<section id="installation">

<h2>Installation</h2>
<img
src="https://img.shields.io/github/v/release/amit9838/weather?style=flat&label=Latest+Release&color=%234a92ff">
Expand Down Expand Up @@ -98,6 +102,25 @@ <h2>About</h2>
<i class="fa-brands fa-github"></i> GitHub</a></p>
</section>

<section class="donation">
<h2>Support</h2>
I hope you ❤️ the weather app, if you think it is worth supporting you can do so using below methods
<br>
<br>
<div align="center">
<a href="https://www.buymeacoffee.com/ami9838" target="_blank"><img
src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee"
style="height: 60px !important;width: 217px !important;">
</a>
</div>
<div align="center">
<a href="https://opencollective.com/weather"><img
src="https://opencollective.com/spotube/donate/button.png?color=blue"
alt="Donate to our Open Collective" height="45"></a>
</div>
<hr>
</section>

<footer>
<p>&copy; 2024 Weather App. All rights reserved.</p>
</footer>
Expand Down

0 comments on commit 1c82121

Please sign in to comment.