diff --git a/resources/views/components/weather.blade.php b/resources/views/components/weather.blade.php index e5aff7f..2aa2ebb 100644 --- a/resources/views/components/weather.blade.php +++ b/resources/views/components/weather.blade.php @@ -13,8 +13,8 @@ function degreesToCompassDirection($degrees) { @endphp

Local Weather (Last Update: {{ $updated }})

- Wind Speed: {{ $data->wind_speed_last }} mph
- Wind Direction: {{ $data->wind_dir_last }}°, {{ degreesToCompassDirection($data->wind_dir_last) }}
- Temperature: {{ round(($data->temp-32)*(5/9), 1) }}°C
- Rain Rate: {{ round($data->rain_rate_last*0.2, 2) }} mm/hr
- Humidity: {{ round($data->hum) }}%
+ Wind Speed:     {{ $data->wind_speed_last }} mph
+ Wind Direction: {{ $data->wind_dir_last }}°, {{ degreesToCompassDirection($data->wind_dir_last) }}
+ Temperature:    {{ round(($data->temp-32)*(5/9), 1) }}°C
+ Rain Rate:      {{ round($data->rain_rate_last*0.2, 2) }} mm/hr
+ Humidity:       {{ round($data->hum) }}%
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index 4b43a4d..d8839f3 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -12,15 +12,15 @@ @include('components.weather')

Contact

-

Mail: contact@diskfloppy.me
- IRC: floppydisk @ r-type
+

Mailcontact@diskfloppy.me
+ IRC:  floppydisk @ r-type

Elsewhere

-

Mastodon: @floppydisk_@mastodon.sdf.org
- Matrix: @floppydisk:arcticfoxes.net
- Twitter: @floppydisk__
- GitHub: floppydisk05
- SDF: ~floppydisk +

Mastodon: @floppydisk_@mastodon.sdf.org
+ Matrix:   @floppydisk:arcticfoxes.net
+ Twitter:  @floppydisk__
+ GitHub:   floppydisk05
+ SDF:      ~floppydisk

@stop