Advanced Components
+Select 2
+Select2 for custom search and select
+Bootstrap Select
+Just add class .selectpicker
to select
From 695c3d84817ce7f21e86927f5c45fc2ca04cd32a Mon Sep 17 00:00:00 2001 From: Ankit Hingarajiya <38377336+dropways@users.noreply.github.com> Date: Wed, 29 Jul 2020 00:03:00 +0530 Subject: [PATCH] convert files PHP to HTML --- 400.html | 52 ++ 400.php | 21 - 403.html | 52 ++ 403.php | 21 - 404.html | 52 ++ 404.php | 21 - 500.html | 52 ++ 500.php | 21 - 503.html | 52 ++ 503.php | 21 - advanced-components.html | 812 +++++++++++++++++ advanced-components.php | 365 -------- apexcharts.html | 536 ++++++++++++ apexcharts.php | 89 -- basic-table.html | 917 ++++++++++++++++++++ basic-table.php | 469 ---------- blank.html | 495 +++++++++++ blank.php | 47 - blog-detail.html | 582 +++++++++++++ blog-detail.php | 134 --- blog.html | 634 ++++++++++++++ blog.php | 187 ---- calendar.html | 550 ++++++++++++ calendar.php | 103 --- chat.html | 741 ++++++++++++++++ chat.php | 292 ------- color-settings.html | 586 +++++++++++++ color-settings.php | 139 --- contact-directory.html | 738 ++++++++++++++++ contact-directory.php | 290 ------- custom-icon.php => custom-icon.html | 459 +++++++++- datatable.php => datatable.html | 459 +++++++++- faq.html | 636 ++++++++++++++ faq.php | 189 ---- font-awesome.php => font-awesome.html | 459 +++++++++- forgot-password.php => forgot-password.html | 42 +- form-basic.php => form-basic.html | 460 +++++++++- form-pickers.html | 608 +++++++++++++ form-pickers.php | 160 ---- form-wizard.html | 803 +++++++++++++++++ form-wizard.php | 355 -------- foundation.php => foundation.html | 459 +++++++++- gallery.html | 632 ++++++++++++++ gallery.php | 185 ---- getting-started.html | 568 ++++++++++++ getting-started.php | 121 --- gulpfile.js | 4 +- highchart.html | 520 +++++++++++ highchart.php | 73 -- html5-editor.html | 498 +++++++++++ html5-editor.php | 51 -- image-cropper.php => image-cropper.html | 459 +++++++++- image-dropzone.html | 519 +++++++++++ image-dropzone.php | 72 -- include/footer.php | 3 - include/head.php | 28 - include/header.php | 214 ----- include/script.php | 6 - include/sidebar.php | 200 ----- index.html | 695 +++++++++++++++ index.php | 249 ------ index2.html | 591 +++++++++++++ index2.php | 144 --- introduction.html | 514 +++++++++++ introduction.php | 67 -- invoice.html | 573 ++++++++++++ invoice.php | 125 --- ionicons.php => ionicons.html | 459 +++++++++- jvectormap.html | 504 +++++++++++ jvectormap.php | 57 -- knob-chart.html | 564 ++++++++++++ knob-chart.php | 117 --- login.php => login.html | 47 +- pricing-table.html | 640 ++++++++++++++ pricing-table.php | 193 ---- product-detail.html | 616 +++++++++++++ product-detail.php | 169 ---- product.html | 645 ++++++++++++++ product.php | 198 ----- profile.php => profile.html | 458 +++++++++- register.php => register.html | 41 +- reset-password.php => reset-password.html | 41 +- sitemap.html | 626 +++++++++++++ sitemap.php | 179 ---- src/styles/media.css | 2 + src/styles/style.css | 22 +- themify.php => themify.html | 459 +++++++++- third-party-plugins.html | 646 ++++++++++++++ third-party-plugins.php | 199 ----- ui-buttons.html | 723 +++++++++++++++ ui-buttons.php | 276 ------ ui-cards-hover.html | 910 +++++++++++++++++++ ui-cards-hover.php | 463 ---------- ui-cards.html | 852 ++++++++++++++++++ ui-cards.php | 405 --------- ui-carousel.html | 770 ++++++++++++++++ ui-carousel.php | 323 ------- ui-list-group.html | 615 +++++++++++++ ui-list-group.php | 168 ---- ui-modals.html | 741 ++++++++++++++++ ui-modals.php | 294 ------- ui-notification.html | 615 +++++++++++++ ui-notification.php | 168 ---- ui-progressbar.html | 610 +++++++++++++ ui-progressbar.php | 163 ---- ui-range-slider.html | 540 ++++++++++++ ui-range-slider.php | 93 -- ui-sweet-alert.html | 601 +++++++++++++ ui-sweet-alert.php | 154 ---- ui-tabs.php => ui-tabs.html | 459 +++++++++- ui-timeline.html | 541 ++++++++++++ ui-timeline.php | 94 -- ui-tooltip-popover.html | 516 +++++++++++ ui-tooltip-popover.php | 69 -- ui-typography.html | 587 +++++++++++++ ui-typography.php | 140 --- vendors/styles/style.css | 4 +- vendors/styles/style.min.css | 2 +- video-player.html | 546 ++++++++++++ video-player.php | 99 --- 120 files changed, 32121 insertions(+), 8573 deletions(-) create mode 100644 400.html delete mode 100644 400.php create mode 100644 403.html delete mode 100644 403.php create mode 100644 404.html delete mode 100644 404.php create mode 100644 500.html delete mode 100644 500.php create mode 100644 503.html delete mode 100644 503.php create mode 100644 advanced-components.html delete mode 100644 advanced-components.php create mode 100644 apexcharts.html delete mode 100644 apexcharts.php create mode 100644 basic-table.html delete mode 100644 basic-table.php create mode 100644 blank.html delete mode 100644 blank.php create mode 100644 blog-detail.html delete mode 100644 blog-detail.php create mode 100644 blog.html delete mode 100644 blog.php create mode 100644 calendar.html delete mode 100644 calendar.php create mode 100644 chat.html delete mode 100644 chat.php create mode 100644 color-settings.html delete mode 100644 color-settings.php create mode 100644 contact-directory.html delete mode 100644 contact-directory.php rename custom-icon.php => custom-icon.html (94%) rename datatable.php => datatable.html (55%) create mode 100644 faq.html delete mode 100644 faq.php rename font-awesome.php => font-awesome.html (92%) rename forgot-password.php => forgot-password.html (56%) rename form-basic.php => form-basic.html (63%) create mode 100644 form-pickers.html delete mode 100644 form-pickers.php create mode 100644 form-wizard.html delete mode 100644 form-wizard.php rename foundation.php => foundation.html (76%) create mode 100644 gallery.html delete mode 100644 gallery.php create mode 100644 getting-started.html delete mode 100644 getting-started.php create mode 100644 highchart.html delete mode 100644 highchart.php create mode 100644 html5-editor.html delete mode 100644 html5-editor.php rename image-cropper.php => image-cropper.html (56%) create mode 100644 image-dropzone.html delete mode 100644 image-dropzone.php delete mode 100644 include/footer.php delete mode 100644 include/head.php delete mode 100644 include/header.php delete mode 100644 include/script.php delete mode 100644 include/sidebar.php create mode 100644 index.html delete mode 100644 index.php create mode 100644 index2.html delete mode 100644 index2.php create mode 100644 introduction.html delete mode 100644 introduction.php create mode 100644 invoice.html delete mode 100644 invoice.php rename ionicons.php => ionicons.html (87%) create mode 100644 jvectormap.html delete mode 100644 jvectormap.php create mode 100644 knob-chart.html delete mode 100644 knob-chart.php rename login.php => login.html (63%) create mode 100644 pricing-table.html delete mode 100644 pricing-table.php create mode 100644 product-detail.html delete mode 100644 product-detail.php create mode 100644 product.html delete mode 100644 product.php rename profile.php => profile.html (58%) rename register.php => register.html (84%) rename reset-password.php => reset-password.html (55%) create mode 100644 sitemap.html delete mode 100644 sitemap.php rename themify.php => themify.html (81%) create mode 100644 third-party-plugins.html delete mode 100644 third-party-plugins.php create mode 100644 ui-buttons.html delete mode 100644 ui-buttons.php create mode 100644 ui-cards-hover.html delete mode 100644 ui-cards-hover.php create mode 100644 ui-cards.html delete mode 100644 ui-cards.php create mode 100644 ui-carousel.html delete mode 100644 ui-carousel.php create mode 100644 ui-list-group.html delete mode 100644 ui-list-group.php create mode 100644 ui-modals.html delete mode 100644 ui-modals.php create mode 100644 ui-notification.html delete mode 100644 ui-notification.php create mode 100644 ui-progressbar.html delete mode 100644 ui-progressbar.php create mode 100644 ui-range-slider.html delete mode 100644 ui-range-slider.php create mode 100644 ui-sweet-alert.html delete mode 100644 ui-sweet-alert.php rename ui-tabs.php => ui-tabs.html (53%) create mode 100644 ui-timeline.html delete mode 100644 ui-timeline.php create mode 100644 ui-tooltip-popover.html delete mode 100644 ui-tooltip-popover.php create mode 100644 ui-typography.html delete mode 100644 ui-typography.php create mode 100644 video-player.html delete mode 100644 video-player.php diff --git a/400.html b/400.html new file mode 100644 index 00000000..4708c8b2 --- /dev/null +++ b/400.html @@ -0,0 +1,52 @@ + + +
+ + +You Seem To Be Trying To Find His Way Home
+You Seem To Be Trying To Find His Way Home
-Sorry, access to this resource on the server is denied.
Either check the URL
Sorry, access to this resource on the server is denied.
Either check the URL
Sorry, the page you’re looking for cannot be accessed.
Either check the URL
Sorry, the page you’re looking for cannot be accessed.
Either check the URL
An error ocurred and your request couldn’t be completed..
Either check the URL
An error ocurred and your request couldn’t be completed..
Either check the URL
Select2 for custom search and select
+Just add class .selectpicker
to select
Select2 for custom search and select
-Just add class .selectpicker
to select
Add class .table
# | +First | +Last | +Handle | +Tag | +
---|---|---|---|---|
1 | +Mark | +Otto | +@mdo | +Primary | +
2 | +Jacob | +Thornton | +@fat | +Secondary | +
3 | +Larry | +the Bird | +Success | +
Add .table .table-bordered
for borders on all sides of the table and cells.
# | +First | +Last | +Handle | +Tag | +
---|---|---|---|---|
1 | +Mark | +Otto | +@mdo | +Primary | +
2 | +Jacob | +Thornton | +@fat | +Secondary | +
3 | +Larry | +the Bird | +Success | +
Add .table .table-striped
to add zebra-striping to any table row within the <tbody>
.
# | +First | +Last | +Handle | +Tag | +
---|---|---|---|---|
1 | +Mark | +Otto | +@mdo | +Primary | +
2 | +Jacob | +Thornton | +@fat | +Secondary | +
3 | +Larry | +the Bird | +Success | +|
2 | +Jacob | +Thornton | +@fat | +Secondary | +
3 | +Larry | +the Bird | +Success | +
Responsive tables allow tables to be scrolled horizontally with ease. Make any table responsive across all viewports by wrapping a .table .table-responsive
Or, pick a maximum breakpoint with which to have a responsive table up to by using.table-responsive{-sm|-md|-lg|-xl}
.
# | +First | +Last | +Handle | +Tag | +
---|---|---|---|---|
1 | +Mark | +Otto | +@mdo | +Primary | +
2 | +Jacob | +Thornton | +@fat | +Secondary | +
3 | +Larry | +the Bird | +Success | +|
2 | +Jacob | +Thornton | +@fat | +Secondary | +
3 | +Larry | +the Bird | +Success | +
Use classes ( .table-active, .table-success, .table-info, .table-warning, .table-danger )
to color table rows or individual cells
# | +First | +Last | +Handle | +Tag | +
---|---|---|---|---|
1 | +Mark | +Otto | +@mdo | +Primary | +
2 | +Jacob | +Thornton | +@fat | +Secondary | +
3 | +Larry | +the Bird | +Success | +|
2 | +Jacob | +Thornton | +@fat | +Secondary | +
3 | +Larry | +the Bird | +Success | +|
3 | +Larry | +the Bird | +Success | +|
3 | +Larry | +the Bird | +Success | +|
3 | +Larry | +the Bird | +Success | +|
3 | +Larry | +the Bird | +Success | +
Add class .table
# | -First | -Last | -Handle | -Tag | -
---|---|---|---|---|
1 | -Mark | -Otto | -@mdo | -Primary | -
2 | -Jacob | -Thornton | -@fat | -Secondary | -
3 | -Larry | -the Bird | -Success | -
Add .table .table-bordered
for borders on all sides of the table and cells.
# | -First | -Last | -Handle | -Tag | -
---|---|---|---|---|
1 | -Mark | -Otto | -@mdo | -Primary | -
2 | -Jacob | -Thornton | -@fat | -Secondary | -
3 | -Larry | -the Bird | -Success | -
Add .table .table-striped
to add zebra-striping to any table row within the <tbody>
.
# | -First | -Last | -Handle | -Tag | -
---|---|---|---|---|
1 | -Mark | -Otto | -@mdo | -Primary | -
2 | -Jacob | -Thornton | -@fat | -Secondary | -
3 | -Larry | -the Bird | -Success | -|
2 | -Jacob | -Thornton | -@fat | -Secondary | -
3 | -Larry | -the Bird | -Success | -
Responsive tables allow tables to be scrolled horizontally with ease. Make any table responsive across all viewports by wrapping a .table .table-responsive
Or, pick a maximum breakpoint with which to have a responsive table up to by using.table-responsive{-sm|-md|-lg|-xl}
.
# | -First | -Last | -Handle | -Tag | -
---|---|---|---|---|
1 | -Mark | -Otto | -@mdo | -Primary | -
2 | -Jacob | -Thornton | -@fat | -Secondary | -
3 | -Larry | -the Bird | -Success | -|
2 | -Jacob | -Thornton | -@fat | -Secondary | -
3 | -Larry | -the Bird | -Success | -
Use classes ( .table-active, .table-success, .table-info, .table-warning, .table-danger )
to color table rows or individual cells
# | -First | -Last | -Handle | -Tag | -
---|---|---|---|---|
1 | -Mark | -Otto | -@mdo | -Primary | -
2 | -Jacob | -Thornton | -@fat | -Secondary | -
3 | -Larry | -the Bird | -Success | -|
2 | -Jacob | -Thornton | -@fat | -Secondary | -
3 | -Larry | -the Bird | -Success | -|
3 | -Larry | -the Bird | -Success | -|
3 | -Larry | -the Bird | -Success | -|
3 | -Larry | -the Bird | -Success | -|
3 | -Larry | -the Bird | -Success | -
online
+ +online
+ +online
+ +active 5 min
+ +active 4 min
+ +active 3 min
+ +offline
+ +offline
+ +offline
+ +offline
+ +offline
+ +offline
+ +Maybe you already have additional info?
+It is to early to provide some kind of estimation here. We need user stories.
+We are just writing up the user stories now so will have requirements for you next week. We are just writing up the user stories now so will have requirements for you next week.
+Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have requirements prepared. Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have.
+Maybe you already have additional info?
+It is to early to provide some kind of estimation here. We need user stories.
+We are just writing up the user stories now so will have requirements for you next week. We are just writing up the user stories now so will have requirements for you next week.
+Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have requirements prepared. Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have.
+online
- -online
- -online
- -active 5 min
- -active 4 min
- -active 3 min
- -offline
- -offline
- -offline
- -offline
- -offline
- -offline
- -Maybe you already have additional info?
-It is to early to provide some kind of estimation here. We need user stories.
-We are just writing up the user stories now so will have requirements for you next week. We are just writing up the user stories now so will have requirements for you next week.
-Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have requirements prepared. Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have.
-Maybe you already have additional info?
-It is to early to provide some kind of estimation here. We need user stories.
-We are just writing up the user stories now so will have requirements for you next week. We are just writing up the user stories now so will have requirements for you next week.
-Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have requirements prepared. Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have.
-Default sidebar color is dark
+ +Change sidebar color for white add class in body class="sidebar-light"
Default header color is white
+ +Change headedr color for dark add class in body class="header-dark"
add class in sidebar-menu
for change icon
icon-style-1
icon-style-2
icon-style-3
add class in sidebar-menu
for change icon
icon-list-style-1
icon-list-style-2
icon-list-style-3
icon-list-style-4
icon-list-style-5
icon-list-style-6
Default sidebar color is dark
- -Change sidebar color for white add class in body class="sidebar-light"
Default header color is white
- -Change headedr color for dark add class in body class="header-dark"
add class in sidebar-menu
for change icon
icon-style-1
icon-style-2
icon-style-3
add class in sidebar-menu
for change icon
icon-list-style-1
icon-list-style-2
icon-list-style-3
icon-list-style-4
icon-list-style-5
icon-list-style-6
UI/UX designer
+UI/UX designer
+UI/UX designer
+UI/UX designer
+UI/UX designer
+UI/UX designer
+UI/UX designer
+UI/UX designer
+UI/UX designer
+UI/UX designer
-UI/UX designer
-UI/UX designer
-UI/UX designer
-UI/UX designer
-UI/UX designer
-UI/UX designer
-UI/UX designer
-UI/UX designer
-Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
+Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
+Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
+Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
+Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
+Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
+Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
+Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
+Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
-Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
-Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
-Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
-Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
-Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
-Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
-Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
-jQuery Step wizard
+jQuery Step wizard
+jQuery Step wizard
-jQuery Step wizard
-npm install --global npm@latest
+To check weather is node succesfully install or not.
+npm --version
+npm install --global gulp-cli
+If you have previously installed gulp then remove it.
+npm rm --global gulp
+To check weather is gulp succesfully install or not.
+gulp --version
+gulp
+npm install --global npm@latest
-To check weather is node succesfully install or not.
-npm --version
-npm install --global gulp-cli
-If you have previously installed gulp then remove it.
-npm rm --global gulp
-To check weather is gulp succesfully install or not.
-gulp --version
-gulp
-Simple, beautiful wysiwyg editors
+ +Simple, beautiful wysiwyg editors
- -Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde hic non repellendus debitis iure, doloremque assumenda. Autem modi, corrupti, nobis ea iure fugiat, veniam non quaerat mollitia animi error corporis.
+Product | +Name | +Color | +Size | +Price | +Oty | +Action | +
---|---|---|---|---|---|---|
+ + | +
+ Shirt+ by John Doe + |
+ Black | +M | +$1000 | +1 | +
+
+
+
+
+
+
+ |
+
+ + | +
+ Boots+ by Lea R. Frith + |
+ brown | +9UK | +$900 | +1 | +
+
+
+
+
+
+
+ |
+
+ + | +
+ Hat+ by Erik L. Richards + |
+ Orange | +M | +$100 | +4 | +
+
+
+
+
+
+
+ |
+
+ + | +
+ Long Dress+ by Renee I. Hansen + |
+ Gray | +L | +$1000 | +1 | +
+
+
+
+
+
+
+ |
+
+ + | +
+ Blazer+ by Vicki M. Coleman + |
+ Blue | +M | +$1000 | +1 | +
+
+
+
+
+
+
+ |
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde hic non repellendus debitis iure, doloremque assumenda. Autem modi, corrupti, nobis ea iure fugiat, veniam non quaerat mollitia animi error corporis.
-Product | -Name | -Color | -Size | -Price | -Oty | -Action | -
---|---|---|---|---|---|---|
- - | -
- Shirt- by John Doe - |
- Black | -M | -$1000 | -1 | -
-
-
-
-
-
-
- |
-
- - | -
- Boots- by Lea R. Frith - |
- brown | -9UK | -$900 | -1 | -
-
-
-
-
-
-
- |
-
- - | -
- Hat- by Erik L. Richards - |
- Orange | -M | -$100 | -4 | -
-
-
-
-
-
-
- |
-
- - | -
- Long Dress- by Renee I. Hansen - |
- Gray | -L | -$1000 | -1 | -
-
-
-
-
-
-
- |
-
- - | -
- Blazer- by Vicki M. Coleman - |
- Blue | -M | -$1000 | -1 | -
-
-
-
-
-
-
- |
-
DeskApp admin is a popular open source WebApp template for admin dashboards and control panels. DeskApp is fully responsive HTML template, which is based on the CSS framework Bootstrap 4. It utilizes all of the Bootstrap components in its design and re-styles many commonly used plugins to create a consistent design that can be used as a user interface for backend applications. DeskApp is based on a modular design, which allows it to be easily customized and built upon. This documentation will guide you through installing the template and exploring the various components that are bundled with the template.
+We put a lot of love and effort to make DeskApp Admin a useful template for everyone and now It comes with New Ui. We are keen to release continuous long term updates and lots of new features will be coming soon in the future releases
+For others, you can explore the component pages in the template, and you can get the code structure of the component.
+Also, you can make component requests or new features and we will consider them.
+If you find a bug or think of something cool to make Stisa better, please create an issue.
+DeskApp admin is a popular open source WebApp template for admin dashboards and control panels. DeskApp is fully responsive HTML template, which is based on the CSS framework Bootstrap 4. It utilizes all of the Bootstrap components in its design and re-styles many commonly used plugins to create a consistent design that can be used as a user interface for backend applications. DeskApp is based on a modular design, which allows it to be easily customized and built upon. This documentation will guide you through installing the template and exploring the various components that are bundled with the template.
-We put a lot of love and effort to make DeskApp Admin a useful template for everyone and now It comes with New Ui. We are keen to release continuous long term updates and lots of new features will be coming soon in the future releases
-For others, you can explore the component pages in the template, and you can get the code structure of the component.
-Also, you can make component requests or new features and we will consider them.
-If you find a bug or think of something cool to make Stisa better, please create an issue.
-Date Issued: 10 Jan 2018
+Invoice No: 4556
+Your Name
+Your Address
+City
+Postcode
+Date Issued: 10 Jan 2018
-Invoice No: 4556
-Your Name
-Your Address
-City
-Postcode
-For small businesses
+For big businesses
+For enterprises
+For small businesses
-For big businesses
-For enterprises
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
-We have used some third party plugins which are has include:
+We have used some third party plugins which are has include:
-Bootstrap includes several predefined button styles, each serving its own semantic purpose.
+In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-outline-*
ones to remove all background images and colors on any button.
The .btn
classes are designed to be used with the <button>
element. However, you can also use these classes on <a>
or <input>
elements (though some browsers may apply a slightly different rendering).
Fancy larger or smaller buttons? Add .btn-lg
or .btn-sm
for additional sizes.
Make buttons look inactive by adding the disabled boolean attribute to any <button>
element.
<a>
s don’t support the disabled attribute, so you must add the .disabled
class to make it visually appear disabled.
Create block level buttons—those that span the full width of a parent—by adding .btn-block
.
Add data-toggle="button"
to toggle a button’s active
state. If you’re pre-toggling a button, you must manually add the .active
class and aria-pressed="true"
to the <button>
.
Bootstrap’s .button
styles can be applied to other elements, such as <label>
s, to provide checkbox or radio style button toggling. Add data-toggle="buttons"
to a .btn-group
containing those modified buttons to enable toggling in their respective styles.
Bootstrap’s .button
styles can be applied to other elements, such as <label>
s, to provide checkbox or radio style button toggling. Add data-toggle="buttons"
to a .btn-group
containing those modified buttons to enable toggling in their respective styles.
Feel free to mix input groups with button groups in your toolbars. Similar to the example above, you’ll likely need some utilities though to space things properly..
+ +Place a .btn-group
within another .btn-group
when you want dropdown menus mixed with a series of buttons.Make a set of buttons appear vertically stacked rather than horizontally.
button using icon with label.
+button using icon.
+Bootstrap includes several predefined button styles, each serving its own semantic purpose.
-In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-outline-*
ones to remove all background images and colors on any button.
The .btn
classes are designed to be used with the <button>
element. However, you can also use these classes on <a>
or <input>
elements (though some browsers may apply a slightly different rendering).
Fancy larger or smaller buttons? Add .btn-lg
or .btn-sm
for additional sizes.
Make buttons look inactive by adding the disabled boolean attribute to any <button>
element.
<a>
s don’t support the disabled attribute, so you must add the .disabled
class to make it visually appear disabled.
Create block level buttons—those that span the full width of a parent—by adding .btn-block
.
Add data-toggle="button"
to toggle a button’s active
state. If you’re pre-toggling a button, you must manually add the .active
class and aria-pressed="true"
to the <button>
.
Bootstrap’s .button
styles can be applied to other elements, such as <label>
s, to provide checkbox or radio style button toggling. Add data-toggle="buttons"
to a .btn-group
containing those modified buttons to enable toggling in their respective styles.
Bootstrap’s .button
styles can be applied to other elements, such as <label>
s, to provide checkbox or radio style button toggling. Add data-toggle="buttons"
to a .btn-group
containing those modified buttons to enable toggling in their respective styles.
Feel free to mix input groups with button groups in your toolbars. Similar to the example above, you’ll likely need some utilities though to space things properly..
- -Place a .btn-group
within another .btn-group
when you want dropdown menus mixed with a series of buttons.Make a set of buttons appear vertically stacked rather than horizontally.
button using icon with label.
-button using icon.
-You can use by default .da-overlay
Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+You can use by default .da-overlay .da-slide-left
Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+You can use by default .da-overlay .da-slide-right
Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+You can use by default .da-overlay .da-slide-top
Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+You can use by default .da-overlay .da-slide-bottom
Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+Lorem ipsum dolor sit amet
+You can use by default .da-overlay
Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-You can use by default .da-overlay .da-slide-left
Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-You can use by default .da-overlay .da-slide-right
Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-You can use by default .da-overlay .da-slide-top
Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-You can use by default .da-overlay .da-slide-bottom
Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-Lorem ipsum dolor sit amet
-Some quick example text to build on the card title and make up the bulk of the card's content.
+ Go somewhere +Some quick example text to build on the card title and make up the bulk of the card's content.
+Some quick example text to build on the card title and make up the bulk of the card's content.
+Some quick example text to build on the card title and make up the bulk of the card's content.
+ Card link + Another link +Some quick example text to build on the card title and make up the bulk of the card's content. Some quick example text to build on the card title and make up the bulk of the card's content.
+With supporting text below as a natural lead-in to additional content.
+ Go somewhere +++Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
+ +
With supporting text below as a natural lead-in to additional content.
+ Go somewhere +This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+Last updated 3 mins ago
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+Last updated 3 mins ago
+With supporting text below as a natural lead-in to additional content.
+ Go somewhere +With supporting text below as a natural lead-in to additional content.
+ Go somewhere +With supporting text below as a natural lead-in to additional content.
+ Go somewhere +With supporting text below as a natural lead-in to additional content.
+ Go somewhere +With supporting text below as a natural lead-in to additional content.
+ Go somewhere +Some quick example text to build on the card title and make up the bulk of the card's content.
+Some quick example text to build on the card title and make up the bulk of the card's content.
+Some quick example text to build on the card title and make up the bulk of the card's content.
+Some quick example text to build on the card title and make up the bulk of the card's content.
+Some quick example text to build on the card title and make up the bulk of the card's content.
+Some quick example text to build on the card title and make up the bulk of the card's content.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+Last updated 3 mins ago
+This card has supporting text below as a natural lead-in to additional content.
+Last updated 3 mins ago
+This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.
+Last updated 3 mins ago
+This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+Last updated 3 mins ago
+This card has supporting text below as a natural lead-in to additional content.
+Last updated 3 mins ago
+This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.
+Last updated 3 mins ago
+This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+++Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
+ +
This card has supporting text below as a natural lead-in to additional content.
+Last updated 3 mins ago
+++Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.
+ +
This card has supporting text below as a natural lead-in to additional content.
+Last updated 3 mins ago
+++Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
+ +
This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.
+Last updated 3 mins ago
+Some quick example text to build on the card title and make up the bulk of the card's content.
- Go somewhere -Some quick example text to build on the card title and make up the bulk of the card's content.
-Some quick example text to build on the card title and make up the bulk of the card's content.
-Some quick example text to build on the card title and make up the bulk of the card's content.
- Card link - Another link -Some quick example text to build on the card title and make up the bulk of the card's content. Some quick example text to build on the card title and make up the bulk of the card's content.
-With supporting text below as a natural lead-in to additional content.
- Go somewhere ---Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
- -
With supporting text below as a natural lead-in to additional content.
- Go somewhere -This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-Last updated 3 mins ago
-This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-Last updated 3 mins ago
-With supporting text below as a natural lead-in to additional content.
- Go somewhere -With supporting text below as a natural lead-in to additional content.
- Go somewhere -With supporting text below as a natural lead-in to additional content.
- Go somewhere -With supporting text below as a natural lead-in to additional content.
- Go somewhere -With supporting text below as a natural lead-in to additional content.
- Go somewhere -Some quick example text to build on the card title and make up the bulk of the card's content.
-Some quick example text to build on the card title and make up the bulk of the card's content.
-Some quick example text to build on the card title and make up the bulk of the card's content.
-Some quick example text to build on the card title and make up the bulk of the card's content.
-Some quick example text to build on the card title and make up the bulk of the card's content.
-Some quick example text to build on the card title and make up the bulk of the card's content.
-This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-Last updated 3 mins ago
-This card has supporting text below as a natural lead-in to additional content.
-Last updated 3 mins ago
-This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.
-Last updated 3 mins ago
-This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-Last updated 3 mins ago
-This card has supporting text below as a natural lead-in to additional content.
-Last updated 3 mins ago
-This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.
-Last updated 3 mins ago
-This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
---Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
- -
This card has supporting text below as a natural lead-in to additional content.
-Last updated 3 mins ago
---Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.
- -
This card has supporting text below as a natural lead-in to additional content.
-Last updated 3 mins ago
---Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
- -
This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.
-Last updated 3 mins ago
-Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
+ Donec id elit non mi porta. + + +Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
+ Donec id elit non mi porta. + + +Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
+ Donec id elit non mi porta. + +Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
- Donec id elit non mi porta. - - -Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
- Donec id elit non mi porta. - - -Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.
- Donec id elit non mi porta. - -Alerts are available for any length of text, as well as an optional dismiss button. For proper styling, use one of the eight required contextual classes (e.g., .alert-success)
. For inline dismissal, use the alerts jQuery plugin.
Use the .alert-link
utility class to quickly provide matching colored links within any alert.
You can see this in action with a live demo:
+Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.
+Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
+Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.
+Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
+Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.
+Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
+Alerts are available for any length of text, as well as an optional dismiss button. For proper styling, use one of the eight required contextual classes (e.g., .alert-success)
. For inline dismissal, use the alerts jQuery plugin.
Use the .alert-link
utility class to quickly provide matching colored links within any alert.
You can see this in action with a live demo:
-Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.
-Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
-Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.
-Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
-Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.
-Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+Some quick example text to build on the card title and make up the bulk of the card's content.
+ Go somewhere +++Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ +
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-Some quick example text to build on the card title and make up the bulk of the card's content.
- Go somewhere ---Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- -
you can use data-toggle="tooltip" title="Tooltip on top"
you can use data-container="body" data-toggle="popover" data-content=""
you can use data-toggle="tooltip" title="Tooltip on top"
you can use data-container="body" data-toggle="popover" data-content=""
You can use the mark tag to highlight text.
+This line of text is meant to be treated as deleted text.
This line of text is meant to be treated as no longer accurate.
This line of text is meant to be treated as an addition to the document.
+This line of text will render as underlined
+This line of text is meant to be treated as fine print.
+This line rendered as bold text.
+This line rendered as italicized text.
+++Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
+ +
++Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
+ +
Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
+Donec id elit non mi porta gravida at eget metus.
+You can use the mark tag to highlight text.
-This line of text is meant to be treated as deleted text.
This line of text is meant to be treated as no longer accurate.
This line of text is meant to be treated as an addition to the document.
-This line of text will render as underlined
-This line of text is meant to be treated as fine print.
-This line rendered as bold text.
-This line rendered as italicized text.
---Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
- -
--Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
- -
Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
-Donec id elit non mi porta gravida at eget metus.
-A simple, accessible HTML5 media player Click Here
+A simple, accessible HTML5 media player Click Here
+A simple, accessible HTML5 media player Click Here
+A simple, accessible HTML5 media player Click Here
+A simple, accessible HTML5 media player Click Here
-A simple, accessible HTML5 media player Click Here
-A simple, accessible HTML5 media player Click Here
-A simple, accessible HTML5 media player Click Here
-