Skip to content

Commit 49f07c1

Browse files
committed
add december bundle
1 parent 862b3c1 commit 49f07c1

File tree

10 files changed

+3890
-696
lines changed

10 files changed

+3890
-696
lines changed

angular/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,16 +269,15 @@ <h2 class="mb-3 text-sm-nowrap">Free Angular Admin Template</h2>
269269
</div>
270270
</div>
271271
</main>
272-
<section class="cyber-monday text-white py-5">
272+
<section class="black-friday text-white py-5">
273273
<div class="container text-center">
274-
<h1 class="mb-3 text-sm-nowrap">Cyber Monday Discount</h1>
274+
<h1 class="mb-3 text-sm-nowrap">December Discount</h1>
275275
<h2 class="mb-3 text-sm-nowrap">CoreUI Pro &amp; All Premium Admin Templates <span class="text-danger"><strong>up to 90% off</strong></span>.</h2>
276276
<p class="lead pb-3">
277277
Interested in purchasing all our products? Buy the Big Bundle and <span class="text-danger"><strong>save up to $14992</strong></span>.
278278
</p>
279-
<div class="your-clock"></div>
280279
<div class="mt-3">
281-
<a href="/cyber-monday/" class="btn btn-lg btn-warning w-auto" onclick="ga('send', 'event', 'Go to Cyber Monday Bundle', 'Click', 'Under page header');">View offer</a>
280+
<a href="/bundle/" class="btn btn-lg btn-warning w-auto" onclick="ga('send', 'event', 'Go to Bundle', 'Click', 'Under page header');">View offer</a>
282281
</div>
283282
</div>
284283
</section>
@@ -1407,7 +1406,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
14071406
var currentDate = new Date();
14081407
// Set some date in the future. In this case, it's always Jan 1
14091408
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
1410-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
1409+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
14111410
// Calculate the difference in seconds between the future and current date
14121411
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
14131412

bundle/angular-bundle/index.html

Lines changed: 702 additions & 0 deletions
Large diffs are not rendered by default.

bundle/big-bundle/index.html

Lines changed: 980 additions & 0 deletions
Large diffs are not rendered by default.

bundle/bootstrap-bundle/index.html

Lines changed: 702 additions & 0 deletions
Large diffs are not rendered by default.

bundle/index.html

Lines changed: 83 additions & 673 deletions
Large diffs are not rendered by default.

bundle/react-bundle/index.html

Lines changed: 702 additions & 0 deletions
Large diffs are not rendered by default.

bundle/vue-bundle/index.html

Lines changed: 702 additions & 0 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
<meta name="twitter:card" content="summary">
2626
<meta name="twitter:title" content="🆓 Free Bootstrap Admin Template">
2727
<meta name="twitter:description" content="">
28-
<meta name="twitter:image" content="http://localhost:9001/assets/brand/coreui-social-logo.png">
28+
<meta name="twitter:image" content="https://coreui.io/assets/brand/coreui-social-logo.png">
2929

3030
<!-- Facebook -->
3131

32-
<meta property="og:url" content="http://localhost:9001/">
32+
<meta property="og:url" content="https://coreui.io/">
3333
<meta property="og:title" content="🆓 Free Bootstrap Admin Template">
3434
<meta property="og:description" content="">
3535
<meta property="og:type" content="website">
3636

37-
<meta property="og:image" content="http://localhost:9001/assets/brand/coreui-social.png">
38-
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/coreui-social.png">
37+
<meta property="og:image" content="http://coreui.io/assets/brand/coreui-social.png">
38+
<meta property="og:image:secure_url" content="https://coreui.io/assets/brand/coreui-social.png">
3939
<meta property="og:image:type" content="image/png">
4040
<meta property="og:image:width" content="1200">
4141
<meta property="og:image:height" content="630">
@@ -269,16 +269,15 @@ <h2 class="mb-3 text-sm-nowrap">Free Bootstrap Admin Template</h2>
269269
</div>
270270
</div>
271271
</main>
272-
<section class="cyber-monday text-white py-5">
272+
<section class="black-friday text-white py-5">
273273
<div class="container text-center">
274-
<h1 class="mb-3 text-sm-nowrap">Cyber Monday Discount</h1>
274+
<h1 class="mb-3 text-sm-nowrap">December Discount</h1>
275275
<h2 class="mb-3 text-sm-nowrap">CoreUI Pro &amp; All Premium Admin Templates <span class="text-danger"><strong>up to 90% off</strong></span>.</h2>
276276
<p class="lead pb-3">
277277
Interested in purchasing all our products? Buy the Big Bundle and <span class="text-danger"><strong>save up to $14992</strong></span>.
278278
</p>
279-
<div class="your-clock"></div>
280279
<div class="mt-3">
281-
<a href="/cyber-monday/" class="btn btn-lg btn-warning w-auto" onclick="ga('send', 'event', 'Go to Cyber Monday Bundle', 'Click', 'Under page header');">View offer</a>
280+
<a href="/bundle/" class="btn btn-lg btn-warning w-auto" onclick="ga('send', 'event', 'Go to Bundle', 'Click', 'Under page header');">View offer</a>
282281
</div>
283282
</div>
284283
</section>

react/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,16 +269,15 @@ <h2 class="mb-3 text-sm-nowrap">Free React.js Admin Template</h2>
269269
</div>
270270
</div>
271271
</main>
272-
<section class="cyber-monday text-white py-5">
272+
<section class="black-friday text-white py-5">
273273
<div class="container text-center">
274-
<h1 class="mb-3 text-sm-nowrap">Cyber Monday Discount</h1>
274+
<h1 class="mb-3 text-sm-nowrap">December Discount</h1>
275275
<h2 class="mb-3 text-sm-nowrap">CoreUI Pro &amp; All Premium Admin Templates <span class="text-danger"><strong>up to 90% off</strong></span>.</h2>
276276
<p class="lead pb-3">
277277
Interested in purchasing all our products? Buy the Big Bundle and <span class="text-danger"><strong>save up to $14992</strong></span>.
278278
</p>
279-
<div class="your-clock"></div>
280279
<div class="mt-3">
281-
<a href="/cyber-monday/" class="btn btn-lg btn-warning w-auto" onclick="ga('send', 'event', 'Go to Cyber Monday Bundle', 'Click', 'Under page header');">View offer</a>
280+
<a href="/bundle/" class="btn btn-lg btn-warning w-auto" onclick="ga('send', 'event', 'Go to Bundle', 'Click', 'Under page header');">View offer</a>
282281
</div>
283282
</div>
284283
</section>
@@ -1407,7 +1406,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
14071406
var currentDate = new Date();
14081407
// Set some date in the future. In this case, it's always Jan 1
14091408
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
1410-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
1409+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
14111410
// Calculate the difference in seconds between the future and current date
14121411
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
14131412

vue/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,16 +269,15 @@ <h2 class="mb-3 text-sm-nowrap">Free Vue.js Admin Template</h2>
269269
</div>
270270
</div>
271271
</main>
272-
<section class="cyber-monday text-white py-5">
272+
<section class="black-friday text-white py-5">
273273
<div class="container text-center">
274-
<h1 class="mb-3 text-sm-nowrap">Cyber Monday Discount</h1>
274+
<h1 class="mb-3 text-sm-nowrap">December Discount</h1>
275275
<h2 class="mb-3 text-sm-nowrap">CoreUI Pro &amp; All Premium Admin Templates <span class="text-danger"><strong>up to 90% off</strong></span>.</h2>
276276
<p class="lead pb-3">
277277
Interested in purchasing all our products? Buy the Big Bundle and <span class="text-danger"><strong>save up to $14992</strong></span>.
278278
</p>
279-
<div class="your-clock"></div>
280279
<div class="mt-3">
281-
<a href="/cyber-monday/" class="btn btn-lg btn-warning w-auto" onclick="ga('send', 'event', 'Go to Cyber Monday Bundle', 'Click', 'Under page header');">View offer</a>
280+
<a href="/bundle/" class="btn btn-lg btn-warning w-auto" onclick="ga('send', 'event', 'Go to Bundle', 'Click', 'Under page header');">View offer</a>
282281
</div>
283282
</div>
284283
</section>
@@ -1392,7 +1391,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
13921391
var currentDate = new Date();
13931392
// Set some date in the future. In this case, it's always Jan 1
13941393
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
1395-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
1394+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
13961395
// Calculate the difference in seconds between the future and current date
13971396
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
13981397

0 commit comments

Comments
 (0)