├── LICENSE ├── README.md ├── css ├── bootstrap.min.css └── my-app.css ├── images ├── other │ ├── github.svg │ └── love.svg └── svg │ ├── a_1_sunny.svg │ ├── a_2_little_sunny.svg │ ├── a_3_very_sunny.svg │ ├── a_4_night.svg │ ├── b_1_partly_cloudy.svg │ ├── b_2_cloudy.svg │ ├── b_3_very_cloudy.svg │ ├── b_4_cloudy_night.svg │ ├── c_1_rainy.svg │ ├── c_2_heavy_rain.svg │ ├── c_3_thunderstorm.svg │ ├── c_4_lightning.svg │ ├── d_1_snow.svg │ ├── d_2_heavy_snow.svg │ ├── d_3_sleet.svg │ ├── d_4_fog.svg │ ├── e_1_temperature.svg │ ├── e_2_high_temp.svg │ ├── e_3_low_temp.svg │ ├── e_4_tornado.svg │ ├── f_1_sunrise.svg │ ├── f_2_sunset.svg │ ├── f_3_windy.svg │ ├── f_4_very_windy.svg │ ├── g_1_stormy.svg │ ├── g_2_very_stormy.svg │ ├── g_3_snowflake.svg │ ├── g_4_waterdrop.svg │ └── weather_cover.svg ├── index.html └── js └── bootstrap.bundle.min.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/README.md -------------------------------------------------------------------------------- /css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/css/bootstrap.min.css -------------------------------------------------------------------------------- /css/my-app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/css/my-app.css -------------------------------------------------------------------------------- /images/other/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/other/github.svg -------------------------------------------------------------------------------- /images/other/love.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/other/love.svg -------------------------------------------------------------------------------- /images/svg/a_1_sunny.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/a_1_sunny.svg -------------------------------------------------------------------------------- /images/svg/a_2_little_sunny.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/a_2_little_sunny.svg -------------------------------------------------------------------------------- /images/svg/a_3_very_sunny.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/a_3_very_sunny.svg -------------------------------------------------------------------------------- /images/svg/a_4_night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/a_4_night.svg -------------------------------------------------------------------------------- /images/svg/b_1_partly_cloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/b_1_partly_cloudy.svg -------------------------------------------------------------------------------- /images/svg/b_2_cloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/b_2_cloudy.svg -------------------------------------------------------------------------------- /images/svg/b_3_very_cloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/b_3_very_cloudy.svg -------------------------------------------------------------------------------- /images/svg/b_4_cloudy_night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/b_4_cloudy_night.svg -------------------------------------------------------------------------------- /images/svg/c_1_rainy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/c_1_rainy.svg -------------------------------------------------------------------------------- /images/svg/c_2_heavy_rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/c_2_heavy_rain.svg -------------------------------------------------------------------------------- /images/svg/c_3_thunderstorm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/c_3_thunderstorm.svg -------------------------------------------------------------------------------- /images/svg/c_4_lightning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/c_4_lightning.svg -------------------------------------------------------------------------------- /images/svg/d_1_snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/d_1_snow.svg -------------------------------------------------------------------------------- /images/svg/d_2_heavy_snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/d_2_heavy_snow.svg -------------------------------------------------------------------------------- /images/svg/d_3_sleet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/d_3_sleet.svg -------------------------------------------------------------------------------- /images/svg/d_4_fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/d_4_fog.svg -------------------------------------------------------------------------------- /images/svg/e_1_temperature.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/e_1_temperature.svg -------------------------------------------------------------------------------- /images/svg/e_2_high_temp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/e_2_high_temp.svg -------------------------------------------------------------------------------- /images/svg/e_3_low_temp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/e_3_low_temp.svg -------------------------------------------------------------------------------- /images/svg/e_4_tornado.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/e_4_tornado.svg -------------------------------------------------------------------------------- /images/svg/f_1_sunrise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/f_1_sunrise.svg -------------------------------------------------------------------------------- /images/svg/f_2_sunset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/f_2_sunset.svg -------------------------------------------------------------------------------- /images/svg/f_3_windy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/f_3_windy.svg -------------------------------------------------------------------------------- /images/svg/f_4_very_windy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/f_4_very_windy.svg -------------------------------------------------------------------------------- /images/svg/g_1_stormy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/g_1_stormy.svg -------------------------------------------------------------------------------- /images/svg/g_2_very_stormy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/g_2_very_stormy.svg -------------------------------------------------------------------------------- /images/svg/g_3_snowflake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/g_3_snowflake.svg -------------------------------------------------------------------------------- /images/svg/g_4_waterdrop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/g_4_waterdrop.svg -------------------------------------------------------------------------------- /images/svg/weather_cover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/images/svg/weather_cover.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/index.html -------------------------------------------------------------------------------- /js/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philanri/weather-icons/HEAD/js/bootstrap.bundle.min.js --------------------------------------------------------------------------------