From 600858e63a2f019ad3acb8508557eeb08d40ca43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Sat, 1 Jan 2022 20:02:11 +0100 Subject: [PATCH] . --- config.json | 51 +++++++++++++++++- content/contents/default.blade.php | 85 +++++++++++++++++++----------- content/includes/css.blade.php | 47 +++++++++++++---- content/includes/footer.blade.php | 4 +- content/index.blade.php | 8 +-- content/master.blade.php | 4 +- 6 files changed, 147 insertions(+), 52 deletions(-) diff --git a/config.json b/config.json index 3203b00..a6ed023 100644 --- a/config.json +++ b/config.json @@ -7,6 +7,55 @@ "name": "Areya Webservices", "link": "https://www.areya.de/" }, - "lumino-version": {"min": "2.4", "max": "2.4"} + "lumino-version": {"min": "2.4", "max": "2.4"}, + + "content-types": [ + { + "name":"Themes", + "description":"Themes to display on the Web", + "icon":"suitcase", + "status":"1", + "fields": [ + + { + "name": "Short Description", + "type": "text", + "required": "1" + }, + + { + "name": "Extensive Description", + "type": "textfield", + "required": "0" + }, + + + { + "name": "Licence", + "type": "select", + "options": ["Public Domain","LGPL","Permissive","Copyleft","Proprietary"], + "required": "1" + }, + + { + "name": "Git Location", + "type": "url", + "required": "1" + }, + + { + "name": "Features", + "type": "select-multiple", + "options": ["Dashboard","Multiuser","Payment", "Subscriptions", "Calendar", "Lead Collector"], + "required": "0" + }, + { + "name": "Demo Link", + "type": "url", + "required": "0" + } + ] + } + ] } \ No newline at end of file diff --git a/content/contents/default.blade.php b/content/contents/default.blade.php index bc47a7c..373cc65 100644 --- a/content/contents/default.blade.php +++ b/content/contents/default.blade.php @@ -11,8 +11,15 @@

{{$content->title}}

+ + +
+
+ +
+ @if ($content->image) @@ -31,42 +38,49 @@

- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad, dicta ea exercitationem explicabo itaque nobis perferendis quibusdam repellendus vero voluptates? Ab autem consectetur consequuntur culpa dicta natus repellat veritatis vero? + {!! isset($content->data_fields['short_description'])?$content->data_fields['short_description']:'keine Angaben' !!}

-

Features

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aliquam aspernatur consectetur, consequatur debitis, dignissimos eligendi enim facere iste iusto laboriosam natus necessitatibus neque optio quia quis reprehenderit soluta, vitae? + @isset($content->data_fields['extensive_description']) +

Features

-

+

+ {{$content->data_fields['extensive_description']}} +

+ @endisset -

Screenshots

-
-
- +
+

Screenshots

-
-
- +
+
+ -
-
- +
+
+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
-
- - -
- -
- - -
- -
@@ -75,13 +89,16 @@
@@ -165,13 +182,17 @@
-
- -
-
- Use this link to install the chosen theme into your own Lumino installation. Make sure the Theme is compatible with your Lumino Version. + @isset($content->data_fields['git_location']) +
+ +
+
+ Use this link to install the chosen theme into your own Lumino installation. Make sure the Theme is compatible with your Lumino Version. +
-
+ @endisset + + diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index 7566af2..6e3000b 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -6,10 +6,6 @@ } - a, a:hover{ - color: #24052f; - } - .card{ background-color: #caacd536; @@ -22,7 +18,7 @@ section{ padding-top: 45px; - padding-bottom: 60px; + padding-bottom: 45px; margin-bottom: 90px; padding-left: 1rem; padding-right: 1rem; @@ -34,12 +30,39 @@ } + + .bg-ci-animated{ + background: linear-gradient(318deg, #24052f, #81329d); + background-size: 400% 400%; + + -webkit-animation: bg-ci-animated 30s ease infinite; + -moz-animation: bg-ci-animated 30s ease infinite; + animation: bg-ci-animated 30s ease infinite; + } + + + @-webkit-keyframes bg-ci-animated { + 0%{background-position:0% 50%} + 50%{background-position:100% 50%} + 100%{background-position:0% 50%} + } + @-moz-keyframes bg-ci-animated { + 0%{background-position:0% 50%} + 50%{background-position:100% 50%} + 100%{background-position:0% 50%} + } + @keyframes bg-ci-animated { + 0%{background-position:0% 50%} + 50%{background-position:100% 50%} + 100%{background-position:0% 50%} + } + + .border-ci{ border: 1px solid #24052f; } footer{ - background-color: #24052f; padding-top: 35px; padding-bottom: 40px; margin-top: 120px; @@ -53,18 +76,20 @@ .btn-primary:hover{ background-color: #1c0625; } - footer a{ - color: white; - } nav{ - background-color: #24052f; padding-top: 30px; padding-bottom: 30px; color: white; margin-bottom: 80px; } - nav a { + nav a, nav a:hover, footer a, footer a:hover { color: white; } + + + a, a:hover{ + color: #24052f; + } + \ No newline at end of file diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php index e20896b..3930370 100644 --- a/content/includes/footer.blade.php +++ b/content/includes/footer.blade.php @@ -1,4 +1,4 @@ -