From 76f5d15d933494dca7ca78b5bddb3670d2f7ddcd Mon Sep 17 00:00:00 2001 From: Zi Xing Date: Fri, 11 Feb 2022 14:08:50 -0500 Subject: [PATCH] Added frontend assets --- src/package.json | 8 + src/pages/dashboard/contents.dyn | 36 ++ src/pages/index/contents.dyn | 631 +++++++++++++++++++++- src/sections/frontend_footer.dyn | 8 + src/sections/frontend_footer_scrollup.dyn | 13 + src/sections/frontend_header.dyn | 14 + src/sections/frontend_javascript.dyn | 13 + src/sections/frontend_main_menu.dyn | 14 + src/sections/frontend_mobile_menu.dyn | 8 + src/sections/frontend_navbar.dyn | 9 + 10 files changed, 729 insertions(+), 25 deletions(-) create mode 100644 src/pages/dashboard/contents.dyn create mode 100644 src/sections/frontend_footer.dyn create mode 100644 src/sections/frontend_footer_scrollup.dyn create mode 100644 src/sections/frontend_header.dyn create mode 100644 src/sections/frontend_javascript.dyn create mode 100644 src/sections/frontend_main_menu.dyn create mode 100644 src/sections/frontend_mobile_menu.dyn create mode 100644 src/sections/frontend_navbar.dyn diff --git a/src/package.json b/src/package.json index 1555ce4..788e8eb 100644 --- a/src/package.json +++ b/src/package.json @@ -31,13 +31,21 @@ "components": [], "files": [ "sections/menu.dyn", + "sections/frontend_navbar.dyn", "sections/footer.dyn", + "sections/frontend_footer_scrollup.dyn", + "sections/frontend_main_menu.dyn", "sections/header.dyn", + "sections/frontend_header.dyn", "sections/javascript.dyn", "sections/navbar.dyn", + "sections/frontend_footer.dyn", + "sections/frontend_mobile_menu.dyn", + "sections/frontend_javascript.dyn", "package.json", "languages/en.json", "pages/index/contents.dyn", + "pages/dashboard/contents.dyn", "runtime_scripts/template_settings.dyn", "configuration.json" ] diff --git a/src/pages/dashboard/contents.dyn b/src/pages/dashboard/contents.dyn new file mode 100644 index 0000000..580f826 --- /dev/null +++ b/src/pages/dashboard/contents.dyn @@ -0,0 +1,36 @@ + + + + + Intellivoid Service Dashboard + + + + + + +
+
+
+
+

Blank Page

+ +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/src/pages/index/contents.dyn b/src/pages/index/contents.dyn index 0e0184c..da26b86 100644 --- a/src/pages/index/contents.dyn +++ b/src/pages/index/contents.dyn @@ -2,35 +2,616 @@ - Dore jQuery - + + Intellivoid Services - - - -
-
-
-
-

Blank Page

- -
+ +
+ +
+ + +
+
+
+
+
+ + mobile hero + +
+ +
+
+
MAGIC IS IN
THE DETAILS
+

+ Dore is the combination of good design, quality code and attention for details.
+ +
+ We used same design language for components, layouts, apps + and other parts of the template.
+
+ Hope you enjoy it! +

+ VIEW NOW + +
+
+
+ + hero + +
+
+ +
+
+
+ +
+
+
+ +
+ +
+ +
+
+
+
+

Structures & Layouts

+

+ We did our best to create layouts for various needs that developers might have and best experience + for users. +
+ They are clean and slick. They function well and look good at the same time. + +

+
+
+ +
+ +
+ +

Menu Default

+
+ +
+ +

Menu Subhidden

+
+ +
+ +

Menu Hidden

+
+ +
+ +

Image List

+
+ +
+ +

Thumb List

+
+ +
+ +

Data List

+
+ +
+ +

Details

+
+ +
+ +

Authentication

+
+ +
+ +

Search Results

+
+ +
+ +

Single Page Application

+
+ +
+ +

Data List App Menu Hidden

+
+ +
+ +

Tabs

+
+ +
+
+
+ +
+
+ +
+
+

Components

+

+ We used most popular and well managed open source components with bootstrap components. Combined them + into even more useful ones. Themed them with same design principles and created a design harmony + between components and layouts. +
+
+ From carousels to charts, switches to list we tried to provide components that we like to use on our + development processes. +

+
+
+
+ +
+ + +
+
+
+
+

Applications

+ +

+ With the help of components and layouts, we created four different applications. + They + are a good way to get you started + if you want to build something similar. +
+ +

+
+
+ +
+
+ +
+
+ + app image + +
+
+ + app image + +
+
+ + app image + +
+
+ + app image + +
+
+
+
+
+
+ + + +
+
+ +
+
+

Themes

+

+ We carefully choosed colors and created 10 different themes with dark and light versions. You may also + create your own themes easily since all the theme related styling is managed by Sass variables. +

+
+
+ +
+ +
+

Navy Blue

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

Olympic Blue

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

Yale Blue

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

Moss Green

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

Lime Green

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

Carrot Orange

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

Ruby Red

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

Monster Purple

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

Steel Grey

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

Granola Yellow

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+
+
+ + +
+
+
+
+

Enjoying so Far?

+

+ Purchase Dore to get a fresh start with your new project. +

+
+ + +
+
+
+ +
-
- - + + \ No newline at end of file diff --git a/src/sections/frontend_footer.dyn b/src/sections/frontend_footer.dyn new file mode 100644 index 0000000..5accc6c --- /dev/null +++ b/src/sections/frontend_footer.dyn @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/src/sections/frontend_footer_scrollup.dyn b/src/sections/frontend_footer_scrollup.dyn new file mode 100644 index 0000000..bfa858d --- /dev/null +++ b/src/sections/frontend_footer_scrollup.dyn @@ -0,0 +1,13 @@ +
+ +
\ No newline at end of file diff --git a/src/sections/frontend_header.dyn b/src/sections/frontend_header.dyn new file mode 100644 index 0000000..a77902a --- /dev/null +++ b/src/sections/frontend_header.dyn @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/src/sections/frontend_javascript.dyn b/src/sections/frontend_javascript.dyn new file mode 100644 index 0000000..e48f494 --- /dev/null +++ b/src/sections/frontend_javascript.dyn @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/sections/frontend_main_menu.dyn b/src/sections/frontend_main_menu.dyn new file mode 100644 index 0000000..0cf22fe --- /dev/null +++ b/src/sections/frontend_main_menu.dyn @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/src/sections/frontend_mobile_menu.dyn b/src/sections/frontend_mobile_menu.dyn new file mode 100644 index 0000000..7289ff4 --- /dev/null +++ b/src/sections/frontend_mobile_menu.dyn @@ -0,0 +1,8 @@ +
+ + + + +
\ No newline at end of file diff --git a/src/sections/frontend_navbar.dyn b/src/sections/frontend_navbar.dyn new file mode 100644 index 0000000..d63dbd3 --- /dev/null +++ b/src/sections/frontend_navbar.dyn @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file