Skip to content

Commit 57e8c9d

Browse files
Docs
1 parent 7afb28e commit 57e8c9d

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

src/now-ui-stubs/resources/views/layouts/app.blade.php

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,41 @@
66
<link rel="apple-touch-icon" sizes="76x76" href="{{ asset('assets') }}/img/apple-icon.png">
77
<link rel="icon" type="image/png" href="{{ asset('assets') }}/img/favicon.png">
88
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
9+
<!-- Extra details for Live View on GitHub Pages -->
10+
<!-- Canonical SEO -->
11+
<link rel="canonical" href="https://www.creative-tim.com/product/now-ui-dashboard-pro" />
12+
13+
14+
<!-- Social tags -->
15+
<meta name="keywords" content="creative tim, html dashboard, html css dashboard, web dashboard, bootstrap 4 dashboard, bootstrap 4, css3 dashboard, bootstrap 4 admin, now ui dashboard bootstrap 4 dashboard, frontend, responsive bootstrap 4 dashboard, now ui design, now ui dashboard bootstrap 4 dashboard">
16+
<meta name="description" content="Now UI Dashboard PRO is a beautiful Bootstrap 4 admin dashboard with a large number of components, designed to look beautiful, clean and organized. If you are looking for a tool to manage dates about your business, this dashboard is the thing for you.">
17+
18+
19+
<!-- Schema.org markup for Google+ -->
20+
<meta itemprop="name" content="Now Ui Dashboard PRO by Creative Tim">
21+
<meta itemprop="description" content="Now UI Dashboard PRO is a beautiful Bootstrap 4 admin dashboard with a large number of components, designed to look beautiful, clean and organized. If you are looking for a tool to manage dates about your business, this dashboard is the thing for you.">
22+
23+
<meta itemprop="image" content="https://s3.amazonaws.com/creativetim_bucket/products/72/opt_nudp_thumbnail.jpg">
24+
25+
26+
<!-- Twitter Card data -->
27+
<meta name="twitter:card" content="product">
28+
<meta name="twitter:site" content="@creativetim">
29+
<meta name="twitter:title" content="[Now Ui Dashboard PRO] by Creative Tim">
30+
31+
<meta name="twitter:description" content="Now UI Dashboard PRO is a beautiful Bootstrap 4 admin dashboard with a large number of components, designed to look beautiful, clean and organized. If you are looking for a tool to manage dates about your business, this dashboard is the thing for you.">
32+
<meta name="twitter:creator" content="@creativetim">
33+
<meta name="twitter:image" content="https://s3.amazonaws.com/creativetim_bucket/products/72/opt_nudp_thumbnail.jpg">
34+
35+
36+
<!-- Open Graph data -->
37+
<meta property="fb:app_id" content="655968634437471">
38+
<meta property="og:title" content="Now Ui Dashboard PRO by Creative Tim" />
39+
<meta property="og:type" content="article" />
40+
<meta property="og:url" content="http://demos.creative-tim.com/now-ui-dashboard-pro/examples/dashboard.html" />
41+
<meta property="og:image" content="https://s3.amazonaws.com/creativetim_bucket/products/72/opt_nudp_thumbnail.jpg"/>
42+
<meta property="og:description" content="Now UI Dashboard PRO is a beautiful Bootstrap 4 admin dashboard with a large number of components, designed to look beautiful, clean and organized. If you are looking for a tool to manage dates about your business, this dashboard is the thing for you." />
43+
<meta property="og:site_name" content="Creative Tim" />
944
<title>
1045
Now UI Dashboard by Creative Tim
1146
</title>

src/now-ui-stubs/resources/views/welcome.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<div class="col-lg-12 col-md-9">
1717
<h3 class="text-white">{{ __('Welcome to Now Ui Dashboard Free Laravel Live Preview.') }}</h3>
1818
<p class="text-lead text-light mt-3 mb-0">
19-
{{ __('Log in and see how you can save more than 90 hours of work with CRUDs for managing: #users, #roles, #items, #categories, #tags and more.') }}
2019
@include('alerts.migrations_check')
2120
</p>
2221
</div>

0 commit comments

Comments
 (0)