-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md.template
73 lines (39 loc) · 3.08 KB
/
README.md.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# **Hey there! 👋 I'm _Meharab_**
<!--script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script>
<div class="badge-base LI-profile-badge" data-locale="en_US" data-size="medium" data-theme="dark" data-type="VERTICAL" data-vanity="meharab124" data-version="v1">
<a class="badge-base__link LI-simple-link" href="https://bd.linkedin.com/in/meharab124?trk=profile-badge">Meharab L.</a>
</div>
<br-->
## 🛠 [CLICK HERE TO VIEW ALL OF MY PROJECTS IN DETAILS](https://meharab.github.io)
### 🤝🏻 Connect with Me
<p>
<a href="https://www.meharab.github.io"><img src="https://img.shields.io/badge/-Meharab-3423A6?style=flat&logo=Google-Chrome&logoColor=white"/></a>
<a href="https://linkedin.com/in/meharab124"><img src="https://img.shields.io/badge/-Meharab-0077B5?style=flat&logo=Linkedin&logoColor=white"/></a>
<!--a href="mailto:[email protected]"><img src="https://img.shields.io/badge/[email protected]?style=flat&logo=Gmail&logoColor=white"/></a-->
<a href="https://twitter.com/LatifMeharab"><img src="https://img.shields.io/badge/-Meharab-0077B5?style=flat&logo=Twitter&logoColor=white"/></a>
</p>
### ⚙️ GitHub Analytics
<p align="center">
<a href="https://github.com/meharab">
<img height="180em" src="https://github-readme-stats-eight-theta.vercel.app/api?username=meharab&show_icons=true&theme=algolia&include_all_commits=true&count_private=true"/>
<img height="180em" src="https://github-readme-stats-eight-theta.vercel.app/api/top-langs/?username=meharab&layout=compact&langs_count=8&theme=algolia"/>
</a>
</p>
### ❤ Support Me
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I2I3GTC5K)
<a href="https://www.buymeacoffee.com/meharablatQ"><img height="43px" src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=meharablatQ&button_colour=FFDD00&font_colour=000000&font_family=Comic&outline_colour=000000&coffee_colour=ffffff" /></a>
### 🎭 Check out my badges
[![An image of @meharab's Holopin badges, which is a link to view their full Holopin profile](https://holopin.me/meharab)](https://holopin.io/@meharab)
<a href="#"><img onclick=logBadgeClick() id="badge-button" style="width:240px;height:53px" src="https://static.alchemyapi.io/images/marketing/badge.png" alt="Alchemy Supercharged" /></a>
<a href="#"><img onclick=logBadgeClick() id="badge-button" style="width:240px;height:53px" src="https://static.alchemyapi.io/images/marketing/badgeLight.png" alt="Alchemy Supercharged" /></a>
{{ template "hourly-table" $todayWeather.HourlyWeathers }}
## Today's Weather Forecast in My Hometown
{{ with $todayWeather := index .Weathers 0 }}
`{{ $todayWeather.City }}, {{$todayWeather.Country }} - {{ formatDate $todayWeather.StartTime $todayWeather.Timezone }}`
<img src="{{ $todayWeather.Icon}}"/>
{{ $todayWeather.Condition }}
{{template "hourly-table" $todayWeather.HourlyWeathers}}
{{- end }}
<div align="right">
*Updated at: {{formatTime .UpdatedAt}} - by **[huantt/weather-forecast](https://github.com/huantt/weather-forecast)***
</div>