Skip to content

Commit e6a3b83

Browse files
Merge pull request #25 from creativetimofficial/master
merge repos
2 parents b8109e3 + b0f3b93 commit e6a3b83

File tree

10 files changed

+585
-78
lines changed

10 files changed

+585
-78
lines changed

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

Lines changed: 1 addition & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,6 @@
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" />
99
<!-- 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" />
4410
<title>
4511
Now UI Dashboard by Creative Tim
4612
</title>
@@ -53,52 +19,9 @@
5319
<link href="{{ asset('assets') }}/css/now-ui-dashboard.css?v=1.3.0" rel="stylesheet" />
5420
<!-- CSS Just for demo purpose, don't include it in your project -->
5521
<link href="{{ asset('assets') }}/demo/demo.css" rel="stylesheet" />
56-
<!-- Google Tag Manager -->
57-
<script>
58-
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
59-
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
60-
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
61-
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
62-
})(window,document,'script','dataLayer','GTM-NKDMSK6');
63-
</script>
64-
<!-- End Google Tag Manager -->
65-
<script>
66-
// Facebook Pixel Code Don't Delete
67-
! function(f, b, e, v, n, t, s) {
68-
if (f.fbq) return;
69-
n = f.fbq = function() {
70-
n.callMethod ?
71-
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
72-
};
73-
if (!f._fbq) f._fbq = n;
74-
n.push = n;
75-
n.loaded = !0;
76-
n.version = '2.0';
77-
n.queue = [];
78-
t = b.createElement(e);
79-
t.async = !0;
80-
t.src = v;
81-
s = b.getElementsByTagName(e)[0];
82-
s.parentNode.insertBefore(t, s)
83-
}(window,
84-
document, 'script', '//connect.facebook.net/en_US/fbevents.js');
85-
try {
86-
fbq('init', '111649226022273');
87-
fbq('track', "PageView");
88-
} catch (err) {
89-
console.log('Facebook Track Error:', err);
90-
}
91-
</script>
9222
</head>
9323

9424
<body class="{{ $class ?? '' }}">
95-
<noscript>
96-
<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=111649226022273&ev=PageView&noscript=1" />
97-
</noscript>
98-
<!-- Google Tag Manager (noscript) -->
99-
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NKDMSK6"
100-
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
101-
<!-- End Google Tag Manager (noscript) -->
10225
<div class="wrapper">
10326
@auth
10427
@include('layouts.page_template.auth')
@@ -125,4 +48,4 @@
12548
@stack('js')
12649
</body>
12750

128-
</html>
51+
</html>

vendor/autoload.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
require_once __DIR__ . '/composer/autoload_real.php';
6+
7+
return ComposerAutoloaderInitde94500d1297e7b33d31101562712d08::getLoader();

0 commit comments

Comments
 (0)