From 185a492ae6604477c4d32d4b6fac35beacf3ab82 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 22 Feb 2019 11:49:52 -0700 Subject: [PATCH] Update settings view --- .../views/settings/accessibility.blade.php | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 resources/views/settings/accessibility.blade.php 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