commit 2ed0a16785870b2eb5aa3381591578e5c238636e Author: chromers Date: Tue Oct 31 13:59:18 2023 +0700 bludic mobile web app diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..cd413ec --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +custom: ['https://www.fiverr.com/creativitas/create-your-custom-website-and-app','https://www.fiverr.com/creativitas/design-your-modern-website-using-jekyll','https://www.fiverr.com/creativitas/create-your-website-with-new-technology'] \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f80a77a --- /dev/null +++ b/README.md @@ -0,0 +1,51 @@ +# BLUDIC PROJECT + +Built all in one website and mobile app UI with bludit ionic. + +A project present by [https://www.fiverr.com/creativitas/](https://www.fiverr.com/creativitas/) + +![Built all in one website and mobile app UI with bludit ionic.](screenshot.webp) + +A project present by [https://www.fiverr.com/creativitas/](https://www.fiverr.com/creativitas/) + +Demo : [https://axcora.my.id/bludit/bludic/](https://axcora.my.id/bludit/bludic/) + +Pro version : [https://bludit.axcora.com/bludicpro/](https://bludit.axcora.com/bludicpro/) + +Bludic Home [https://bludit.axcora.com/bludic/](https://bludit.axcora.com/bludic/) + +--- + +### Convert to android app run demo : ++ [Download android app Free version](bludic/android/bludic.apk) ++ [Download android app Pro version](bludic/android/bludicpro.apk) ++ Android phone setup : Click on Settings - App Management Special app access - Install from unknown apps - select Bludic App + +--- + +### Demo Video ++ [Installation Video](https://youtu.be/KrqWxTaQXDk) ++ [Work with mobile browser](https://www.youtube.com/watch?v=MG2rkQGc44I) ++ [Work with Android App](https://www.youtube.com/watch?v=m7_iorDBPfM) ++ [Installation PRO Video](https://www.youtube.com/watch?v=7I9vlX_OwhM) ++ [Work with mobile browser PRO Version](https://www.youtube.com/watch?v=S0rdBKYl7lM&t=64s) ++ [Work with Android App PRO Version](https://www.youtube.com/watch?v=BEEUzdrbq5M) + + +--- + +### Installation on bludit project + ++ download source code - and upload on your project/bl-themes ++ Logon on your admin panel - click on themes and activate bludic template. + + +--- + + +### Install with full package + ++ For installation complete package set you can [download in here →](creativitaz.gumroad.com/l/bludicfree) ++ Upload and extract source code file on your host ++ Visit your web and run installation + diff --git a/bludic/README.md b/bludic/README.md new file mode 100644 index 0000000..f80a77a --- /dev/null +++ b/bludic/README.md @@ -0,0 +1,51 @@ +# BLUDIC PROJECT + +Built all in one website and mobile app UI with bludit ionic. + +A project present by [https://www.fiverr.com/creativitas/](https://www.fiverr.com/creativitas/) + +![Built all in one website and mobile app UI with bludit ionic.](screenshot.webp) + +A project present by [https://www.fiverr.com/creativitas/](https://www.fiverr.com/creativitas/) + +Demo : [https://axcora.my.id/bludit/bludic/](https://axcora.my.id/bludit/bludic/) + +Pro version : [https://bludit.axcora.com/bludicpro/](https://bludit.axcora.com/bludicpro/) + +Bludic Home [https://bludit.axcora.com/bludic/](https://bludit.axcora.com/bludic/) + +--- + +### Convert to android app run demo : ++ [Download android app Free version](bludic/android/bludic.apk) ++ [Download android app Pro version](bludic/android/bludicpro.apk) ++ Android phone setup : Click on Settings - App Management Special app access - Install from unknown apps - select Bludic App + +--- + +### Demo Video ++ [Installation Video](https://youtu.be/KrqWxTaQXDk) ++ [Work with mobile browser](https://www.youtube.com/watch?v=MG2rkQGc44I) ++ [Work with Android App](https://www.youtube.com/watch?v=m7_iorDBPfM) ++ [Installation PRO Video](https://www.youtube.com/watch?v=7I9vlX_OwhM) ++ [Work with mobile browser PRO Version](https://www.youtube.com/watch?v=S0rdBKYl7lM&t=64s) ++ [Work with Android App PRO Version](https://www.youtube.com/watch?v=BEEUzdrbq5M) + + +--- + +### Installation on bludit project + ++ download source code - and upload on your project/bl-themes ++ Logon on your admin panel - click on themes and activate bludic template. + + +--- + + +### Install with full package + ++ For installation complete package set you can [download in here →](creativitaz.gumroad.com/l/bludicfree) ++ Upload and extract source code file on your host ++ Visit your web and run installation + diff --git a/bludic/android/bludic.apk b/bludic/android/bludic.apk new file mode 100644 index 0000000..8434d9b Binary files /dev/null and b/bludic/android/bludic.apk differ diff --git a/bludic/android/bludicpro.apk b/bludic/android/bludicpro.apk new file mode 100644 index 0000000..261b637 Binary files /dev/null and b/bludic/android/bludicpro.apk differ diff --git a/bludic/css/style.css b/bludic/css/style.css new file mode 100644 index 0000000..45f386a --- /dev/null +++ b/bludic/css/style.css @@ -0,0 +1,121 @@ +html { + position: relative; + min-height: 100%; +} + +body { + /* Padding top for navbar */ + padding-top: 56px; + /* Margin bottom for footer height */ + margin-bottom: 60px; +} + +section { + padding: 150px 0; +} + +img { + max-width: 100%; +} + + +pre, +code { + background: #f8f8f8; + color: #333; +} + +pre { + border-left: 2px solid #ccc; + padding: 10px; +} + +code { + display: inline-block; + padding: 0 0.5em; + line-height: 1.4em; + border-radius: 3px; +} + +table { + empty-cells: show; + border: 1px solid #cbcbcb; + width: 100%; + font-size: 0.9em; + margin-bottom: 1rem; +} + +thead { + background-color: #e0e0e0; + color: #000; + text-align: left; + vertical-align: bottom; +} + +tr { + display: table-row; + vertical-align: inherit; + border-color: inherit; +} + +th, +td { + padding: 0.5em 1em; +} + +h1.title, +h2.title { + font-size: 2.3rem; +} + +blockquote { + padding: 10px 20px; + margin: 0 0 20px 20px; + border-left: 5px solid #eee; + font-style: italic; +} + +/* Navbar */ +img.nav-svg-icon { + width: 1rem; + height: 1rem; + padding-bottom: 2px; +} + +.nav-link { + font-size: 0.8em; +} + +/* Footer */ +footer { + position: absolute; + bottom: 0; + width: 100%; + height: 60px; + line-height: 60px; + font-size: 0.8em; +} + +.mini-logo { + height: 22px; + padding-bottom: 5px; +} + +/* Plugins */ +.plugin { + margin-top: 3rem; +} + +.plugin-label { + font-size: 1em; + text-transform: uppercase; +} + +.plugin ul { + list-style: none; + padding: 0 0 0 10px; +} + +.bi { + margin-right: .5rem !important; +} diff --git a/bludic/img/codepen.svg b/bludic/img/codepen.svg new file mode 100644 index 0000000..a2e9dd0 --- /dev/null +++ b/bludic/img/codepen.svg @@ -0,0 +1,5 @@ + + + CodePen icon + + \ No newline at end of file diff --git a/bludic/img/facebook.svg b/bludic/img/facebook.svg new file mode 100644 index 0000000..aec3d78 --- /dev/null +++ b/bludic/img/facebook.svg @@ -0,0 +1,5 @@ + + + Facebook icon + + \ No newline at end of file diff --git a/bludic/img/favicon.png b/bludic/img/favicon.png new file mode 100644 index 0000000..60349a2 Binary files /dev/null and b/bludic/img/favicon.png differ diff --git a/bludic/img/github.svg b/bludic/img/github.svg new file mode 100644 index 0000000..e5c5173 --- /dev/null +++ b/bludic/img/github.svg @@ -0,0 +1,5 @@ + + + GitHub icon + + \ No newline at end of file diff --git a/bludic/img/gitlab.svg b/bludic/img/gitlab.svg new file mode 100644 index 0000000..befb8db --- /dev/null +++ b/bludic/img/gitlab.svg @@ -0,0 +1 @@ +GitLab icon \ No newline at end of file diff --git a/bludic/img/googleplus.svg b/bludic/img/googleplus.svg new file mode 100644 index 0000000..3b221b4 --- /dev/null +++ b/bludic/img/googleplus.svg @@ -0,0 +1,5 @@ + + + Google+ icon + + \ No newline at end of file diff --git a/bludic/img/instagram.svg b/bludic/img/instagram.svg new file mode 100644 index 0000000..10b83fe --- /dev/null +++ b/bludic/img/instagram.svg @@ -0,0 +1 @@ +Instagram icon diff --git a/bludic/img/linkedin.svg b/bludic/img/linkedin.svg new file mode 100644 index 0000000..144f8a8 --- /dev/null +++ b/bludic/img/linkedin.svg @@ -0,0 +1,5 @@ + + + LinkedIn icon + + \ No newline at end of file diff --git a/bludic/img/mastodon.svg b/bludic/img/mastodon.svg new file mode 100644 index 0000000..c3d117a --- /dev/null +++ b/bludic/img/mastodon.svg @@ -0,0 +1 @@ +Mastodon icon \ No newline at end of file diff --git a/bludic/img/rss.svg b/bludic/img/rss.svg new file mode 100644 index 0000000..c47a115 --- /dev/null +++ b/bludic/img/rss.svg @@ -0,0 +1 @@ +RSS icon \ No newline at end of file diff --git a/bludic/img/twitter.svg b/bludic/img/twitter.svg new file mode 100644 index 0000000..e0476a2 --- /dev/null +++ b/bludic/img/twitter.svg @@ -0,0 +1,5 @@ + + + Twitter icon + + \ No newline at end of file diff --git a/bludic/img/xing.svg b/bludic/img/xing.svg new file mode 100644 index 0000000..b7e3264 --- /dev/null +++ b/bludic/img/xing.svg @@ -0,0 +1 @@ +Xing icon diff --git a/bludic/index.php b/bludic/index.php new file mode 100644 index 0000000..9a7ab8c --- /dev/null +++ b/bludic/index.php @@ -0,0 +1 @@ + diff --git a/bludic/languages/de_CH.json b/bludic/languages/de_CH.json new file mode 100644 index 0000000..a5a784a --- /dev/null +++ b/bludic/languages/de_CH.json @@ -0,0 +1,7 @@ +{ + "theme-data": + { + "name": "Bludic", + "description": "Gebaute All-in-One-Website und mobile App mit Bludic – Bludit feat ionic von www.fiverr.com/creativitas" + } +} diff --git a/bludic/languages/de_DE.json b/bludic/languages/de_DE.json new file mode 100644 index 0000000..a5a784a --- /dev/null +++ b/bludic/languages/de_DE.json @@ -0,0 +1,7 @@ +{ + "theme-data": + { + "name": "Bludic", + "description": "Gebaute All-in-One-Website und mobile App mit Bludic – Bludit feat ionic von www.fiverr.com/creativitas" + } +} diff --git a/bludic/languages/en.json b/bludic/languages/en.json new file mode 100644 index 0000000..6bade37 --- /dev/null +++ b/bludic/languages/en.json @@ -0,0 +1,7 @@ +{ + "theme-data": + { + "name": "Bludic", + "description": "Built all in one website and mobile app with bludic - bludit feat ionic by www.fiverr.com/creativitas" + } +} \ No newline at end of file diff --git a/bludic/languages/es.json b/bludic/languages/es.json new file mode 100644 index 0000000..bf4349c --- /dev/null +++ b/bludic/languages/es.json @@ -0,0 +1,7 @@ +{ + "theme-data": + { + "name": "Bludic", + "description": "Sitio web y aplicación móvil todo en uno creado con bludic - bludit feat ionic de www.fiverr.com/creativitas" + } +} \ No newline at end of file diff --git a/bludic/languages/fa_IR.json b/bludic/languages/fa_IR.json new file mode 100644 index 0000000..610f4f4 --- /dev/null +++ b/bludic/languages/fa_IR.json @@ -0,0 +1,7 @@ +{ + "theme-data": + { + "name": "Budic", + "description": "همه در یک وب سایت و برنامه تلفن همراه با bludic ساخته شده است - bludit feat ionic توسط www.fiverr.com/creativitas" + } +} diff --git a/bludic/languages/it.json b/bludic/languages/it.json new file mode 100644 index 0000000..a2cac78 --- /dev/null +++ b/bludic/languages/it.json @@ -0,0 +1,7 @@ +{ + "theme-data": + { + "name": "Bludic", + "description": "Sito web e app mobile tutto in uno con bludic - bludit feat ionic da www.fiverr.com/creativitas" + } +} diff --git a/bludic/languages/ja_JP.json b/bludic/languages/ja_JP.json new file mode 100644 index 0000000..9dc5e91 --- /dev/null +++ b/bludic/languages/ja_JP.json @@ -0,0 +1,7 @@ +{ + "theme-data": + { + "name": "Bludic", + "description": "bludic を使用してすべてを 1 つの Web サイトとモバイル アプリに構築 - bludit feat ionic by www.fiverr.com/creativitas" + } +} \ No newline at end of file diff --git a/bludic/languages/nl_NL.json b/bludic/languages/nl_NL.json new file mode 100644 index 0000000..8d1f847 --- /dev/null +++ b/bludic/languages/nl_NL.json @@ -0,0 +1,7 @@ +{ + "theme-data": + { + "name": "Bludic", + "description": "Alles-in-één website en mobiele app gebouwd met bludic - bludit feat ionic door www.fiverr.com/creativitas" + } +} \ No newline at end of file diff --git a/bludic/languages/ru_RU.json b/bludic/languages/ru_RU.json new file mode 100644 index 0000000..2eecb05 --- /dev/null +++ b/bludic/languages/ru_RU.json @@ -0,0 +1,7 @@ +{ + "theme-data": + { + "name": "Bludic", + "description": "Создан универсальный веб-сайт и мобильное приложение с помощью bludic — bludit feat ionic от www.fiverr.com/creativitas" + } +} diff --git a/bludic/languages/tr_TR.json b/bludic/languages/tr_TR.json new file mode 100644 index 0000000..4ed093b --- /dev/null +++ b/bludic/languages/tr_TR.json @@ -0,0 +1,7 @@ +{ + "theme-data": + { + "name": "Bludic", + "description": "www.fiverr.com/creativitas tarafından hazırlanan bludic - bludit feat ionic ile hepsi bir arada web sitesi ve mobil uygulama" + } +} diff --git a/bludic/metadata.json b/bludic/metadata.json new file mode 100644 index 0000000..a787eeb --- /dev/null +++ b/bludic/metadata.json @@ -0,0 +1,10 @@ +{ + "author": "Creativitas", + "email": "", + "website": "https://bludit.axcora.com", + "version": "3.15.0", + "releaseDate": "2023-07-15", + "license": "MIT", + "compatible": "3.15.0", + "notes": "" +} diff --git a/bludic/php/controller/home.php b/bludic/php/controller/home.php new file mode 100644 index 0000000..2cb77c6 --- /dev/null +++ b/bludic/php/controller/home.php @@ -0,0 +1,17 @@ + + +
+ + + + + + + + +
+ +
+
+
+
\ No newline at end of file diff --git a/bludic/php/controller/info,php b/bludic/php/controller/info,php new file mode 100644 index 0000000..0d96400 --- /dev/null +++ b/bludic/php/controller/info,php @@ -0,0 +1,54 @@ + + +
+ + + + + + + + + + + + + + + + : + + + + : + + + + : + + + + : + + + + : + + + + : + + + + : + + + + : + + + + + +
+
\ No newline at end of file diff --git a/bludic/php/controller/main.php b/bludic/php/controller/main.php new file mode 100644 index 0000000..e835ced --- /dev/null +++ b/bludic/php/controller/main.php @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bludic/php/controller/navigation.php b/bludic/php/controller/navigation.php new file mode 100644 index 0000000..0da819d --- /dev/null +++ b/bludic/php/controller/navigation.php @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/bludic/php/controller/widget.php b/bludic/php/controller/widget.php new file mode 100644 index 0000000..f90bff8 --- /dev/null +++ b/bludic/php/controller/widget.php @@ -0,0 +1,35 @@ + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+
+
+
\ No newline at end of file diff --git a/bludic/php/data/x-data.php b/bludic/php/data/x-data.php new file mode 100644 index 0000000..111f79d --- /dev/null +++ b/bludic/php/data/x-data.php @@ -0,0 +1,18 @@ +
\ No newline at end of file diff --git a/bludic/php/footer.php b/bludic/php/footer.php new file mode 100644 index 0000000..8eeddb3 --- /dev/null +++ b/bludic/php/footer.php @@ -0,0 +1,2 @@ +
footer(); ?>
Powered by
| Ionic | Alphine | Creativitas +
\ No newline at end of file diff --git a/bludic/php/head.php b/bludic/php/head.php new file mode 100644 index 0000000..1b0c867 --- /dev/null +++ b/bludic/php/head.php @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bludic/php/home.php b/bludic/php/home.php new file mode 100644 index 0000000..c2b41ac --- /dev/null +++ b/bludic/php/home.php @@ -0,0 +1,23 @@ + + + + + + +
+ + + +

title(); ?>

+date(); ?>get('Reading time') . ': ' . $page->readingTime(); ?> +
+coverImage()) : ?> +description(); ?> +
+
+ + +
+
+ + \ No newline at end of file diff --git a/bludic/php/navbar.php b/bludic/php/navbar.php new file mode 100644 index 0000000..a20c661 --- /dev/null +++ b/bludic/php/navbar.php @@ -0,0 +1,26 @@ + +
+ + + + + + + + + +title() ?> + + + + + + +$label): ?> + + + + + +
+
\ No newline at end of file diff --git a/bludic/php/page.php b/bludic/php/page.php new file mode 100644 index 0000000..ddc30fe --- /dev/null +++ b/bludic/php/page.php @@ -0,0 +1,13 @@ + + + + + + +coverImage()): ?> + +isStatic() && !$url->notFound()): ?>
- get('Reading time') . ': ' . $page->readingTime() ?>
+content(); ?> +
+
+ \ No newline at end of file diff --git a/bludic/php/sidebar.php b/bludic/php/sidebar.php new file mode 100644 index 0000000..3407d6f --- /dev/null +++ b/bludic/php/sidebar.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/bludic/php/start.php b/bludic/php/start.php new file mode 100644 index 0000000..aa3b105 --- /dev/null +++ b/bludic/php/start.php @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/bludic/php/welcome.php b/bludic/php/welcome.php new file mode 100644 index 0000000..9f9e8bf --- /dev/null +++ b/bludic/php/welcome.php @@ -0,0 +1,62 @@ + + + + + + +
+ + + + + + + + + + + + + + + + : + + + + : + + + + : + + + + : + + + + : + + + + : + + + + : + + + + : + + + + : + + + + + +
+
\ No newline at end of file diff --git a/bludic/php/widget/404.php b/bludic/php/widget/404.php new file mode 100644 index 0000000..b32b43c --- /dev/null +++ b/bludic/php/widget/404.php @@ -0,0 +1,7 @@ + + + +p('No pages found') ?> + + + \ No newline at end of file diff --git a/bludic/php/widget/pagination.php b/bludic/php/widget/pagination.php new file mode 100644 index 0000000..876f880 --- /dev/null +++ b/bludic/php/widget/pagination.php @@ -0,0 +1,13 @@ + 1) : ?> + + + Prevoius + + + + + +Next + + + \ No newline at end of file diff --git a/bludic/php/widget/spirit.php b/bludic/php/widget/spirit.php new file mode 100644 index 0000000..04ff245 --- /dev/null +++ b/bludic/php/widget/spirit.php @@ -0,0 +1,17 @@ +
+ + + \ No newline at end of file diff --git a/bludic/screenshot.webp b/bludic/screenshot.webp new file mode 100644 index 0000000..3080361 Binary files /dev/null and b/bludic/screenshot.webp differ diff --git a/screenshot.webp b/screenshot.webp new file mode 100644 index 0000000..3080361 Binary files /dev/null and b/screenshot.webp differ