You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In `VIZ SITE CODE` the folder `public html` contains a fully developed static site build through JavaScript, HTML and css designed to view the days forecast. This can be hosted on a web server or simply viewed via a light weight python web server.
4
+
5
+
* css - custom style files
6
+
* fonts - custom fonts
7
+
* images - banners, icons, etc
8
+
*_includes - common html code to multiple pages e.g. naviation bar etc.
9
+
* index.html - Landing page.
10
+
* js - Javascript library for animating, loading in the days images etc
11
+
* UNRESP_VIZ - folder containing image archive,
12
+
13
+
This code will work out of the box with `Run.sh` or can be adapted for other purposes.
0 commit comments