Hi all, I am very new to coding and I am trying to get by with my current skillset. However I have hit a snag. My client has asked for a very simple, text only weather feature to appear on their footer of their site much in the same style as seen on this site:
https://thecalilehotel.com/
Using the search function I came across the one that weather widget io offers, and unfortunately is still is too busy for what I am after and it does not suit the landing page design on the site. https://www.theisla.com.au/
This is the code I used below:
<a class="weatherwidget-io" href="https://forecast7.com/en/n35d71150d18/batemans-bay/" data-font="GT-Pressura-Regular" data-icons="Climacons Animated" data-days="3" >Batemans Bay NSW, Australia</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://weatherwidget.io/js/widget.min.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weatherwidget-io-js');
</script>
Has anyone come across something very simple and stripped back that looks like something similar to the calile hotel where it is just using text with no icons etc?
Thank you.
Liam