-
{{ $emoji['emoji'] ?? '' }}
-
-
{{ $emoji['name'] ?? '' }}
-
{{ $emoji['category'] ?? '' }} / {{ $emoji['subcategory'] ?? '' }}
-
{{ $emoji['description'] ?? '' }}
+
+
+
Home
+
+
{{ $category }}
+
+
{{ $name }}
+
+
+
+
+
+
+
{{ $symbol }}
+
+
+
+
+
+ @if(count($related) > 0)
+
+
Related
+
+ @foreach($related as $item)
+
+ @endforeach
+
+
+ @endif
+
+
+
+
+
+ {{ $subcategory }}
+
+
{{ $name }}
+
{{ $description }}
+
+
+
+
+
+
+
+ @if($shortcode !== '')
+
+ @endif
+
+ @if($unified !== '')
+
+ @endif
+
+ @if($htmlHex !== '')
+
+ @endif
+
+ @if($cssCode !== '')
+
+ @endif
+
+
+ @if(count($keywords) > 0)
+
+
+
+
Semantic Tags
+
+
+ @foreach($keywords as $tag)
+
{{ $tag }}
+ @endforeach
+
+
+ @endif
-
+
+
+
-
- Slug: {{ $emoji['slug'] ?? '' }}
- @if(!empty($emoji['unified']))
- Unified: {{ $emoji['unified'] }}
- @endif
-
-
+
- @if(!empty($emoji['keywords_en']) && is_array($emoji['keywords_en']))
-
Keywords (EN)
-
- @foreach($emoji['keywords_en'] as $kw)
- {{ $kw }}
- @endforeach
-
- @endif
-
+
@endsection
@push('scripts')
@endpush
-
diff --git a/app/resources/views/site/home.blade.php b/app/resources/views/site/home.blade.php
index b692135..87561e4 100644
--- a/app/resources/views/site/home.blade.php
+++ b/app/resources/views/site/home.blade.php
@@ -1,65 +1,213 @@
@extends('site.layout')
-@section('title', 'Dewemoji - Emoji Browser')
+@section('title', 'Dewemoji - Discover')
+
+@push('head')
+
+@endpush
@section('content')
-
- Emoji Browser
- Rebuilt website powered by /v1 APIs.
-
-
-
-
-
+
+