diff --git a/resources/views/settings/accessibility.blade.php b/resources/views/settings/accessibility.blade.php new file mode 100644 index 000000000..6c63b68a8 --- /dev/null +++ b/resources/views/settings/accessibility.blade.php @@ -0,0 +1,61 @@ +@extends('settings.template') + +@section('section') + +
+

Accessibility

+
+
+
+ @csrf + {{--
+ compose_media_descriptions ? 'checked=""':''}} disabled> + +

Requires you to describe images for the visually impaired. Learn more.

+
+
+ + +

LiteUI is a lightweight, non-js design for low bandwidth devices. Learn more.

+
--}} +
+ reduce_motion ? 'checked=""':''}}> + +

Prevent animation effects.

+
+ {{--
+ optimize_screen_reader ? 'checked=""':''}}> + +

Optimizes the experience for screen readers.

+
--}} +
+ high_contrast_mode ? 'checked=""':''}}> + +

High contrast mode for the visually impaired.

+
+
+ video_autoplay ? 'checked=""':''}}> + +

Prevent videos from autoplaying. Learn more.

+
+
+
+
+ +
+
+
+ +@endsection \ No newline at end of file