Skip to content

Commit 7a4da3a

Browse files
committed
extend cyber monday discount
1 parent 2dfecdc commit 7a4da3a

File tree

13 files changed

+65
-65
lines changed

13 files changed

+65
-65
lines changed

black-friday/angular-bundle/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<meta name="twitter:card" content="summary">
1818
<meta name="twitter:title" content="Black Friday Angular Bundle">
1919
<meta name="twitter:description" content="">
20-
<meta name="twitter:image" content="https://coreui.io/assets/brand/coreui-social-logo.png">
20+
<meta name="twitter:image" content="http://localhost:9001/assets/brand/coreui-social-logo.png">
2121

2222
<!-- Facebook -->
2323

24-
<meta property="og:url" content="https://coreui.io/black-friday/angular-bundle/">
24+
<meta property="og:url" content="http://localhost:9001/black-friday/angular-bundle/">
2525
<meta property="og:title" content="Black Friday Angular Bundle">
2626
<meta property="og:description" content="">
2727
<meta property="og:type" content="website">
2828

29-
<meta property="og:image" content="http://coreui.io/assets/brand/coreui-social.png">
30-
<meta property="og:image:secure_url" content="https://coreui.io/assets/brand/coreui-social.png">
29+
<meta property="og:image" content="http://localhost:9001/assets/brand/coreui-social.png">
30+
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/coreui-social.png">
3131
<meta property="og:image:type" content="image/png">
3232
<meta property="og:image:width" content="1200">
3333
<meta property="og:image:height" content="630">
@@ -709,7 +709,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
709709
var currentDate = new Date();
710710
// Set some date in the future. In this case, it's always Jan 1
711711
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
712-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
712+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
713713
// Calculate the difference in seconds between the future and current date
714714
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
715715

black-friday/big-bundle/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<meta name="twitter:card" content="summary">
1818
<meta name="twitter:title" content="Black Friday Big Bundle">
1919
<meta name="twitter:description" content="">
20-
<meta name="twitter:image" content="https://coreui.io/assets/brand/coreui-social-logo.png">
20+
<meta name="twitter:image" content="http://localhost:9001/assets/brand/coreui-social-logo.png">
2121

2222
<!-- Facebook -->
2323

24-
<meta property="og:url" content="https://coreui.io/black-friday/big-bundle/">
24+
<meta property="og:url" content="http://localhost:9001/black-friday/big-bundle/">
2525
<meta property="og:title" content="Black Friday Big Bundle">
2626
<meta property="og:description" content="">
2727
<meta property="og:type" content="website">
2828

29-
<meta property="og:image" content="http://coreui.io/assets/brand/coreui-social.png">
30-
<meta property="og:image:secure_url" content="https://coreui.io/assets/brand/coreui-social.png">
29+
<meta property="og:image" content="http://localhost:9001/assets/brand/coreui-social.png">
30+
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/coreui-social.png">
3131
<meta property="og:image:type" content="image/png">
3232
<meta property="og:image:width" content="1200">
3333
<meta property="og:image:height" content="630">
@@ -987,7 +987,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
987987
var currentDate = new Date();
988988
// Set some date in the future. In this case, it's always Jan 1
989989
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
990-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
990+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
991991
// Calculate the difference in seconds between the future and current date
992992
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
993993

black-friday/bootstrap-bundle/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<meta name="twitter:card" content="summary">
1818
<meta name="twitter:title" content="Black Friday Bootstrap Bundle">
1919
<meta name="twitter:description" content="">
20-
<meta name="twitter:image" content="https://coreui.io/assets/brand/coreui-social-logo.png">
20+
<meta name="twitter:image" content="http://localhost:9001/assets/brand/coreui-social-logo.png">
2121

2222
<!-- Facebook -->
2323

24-
<meta property="og:url" content="https://coreui.io/black-friday/bootstrap-bundle/">
24+
<meta property="og:url" content="http://localhost:9001/black-friday/bootstrap-bundle/">
2525
<meta property="og:title" content="Black Friday Bootstrap Bundle">
2626
<meta property="og:description" content="">
2727
<meta property="og:type" content="website">
2828

29-
<meta property="og:image" content="http://coreui.io/assets/brand/coreui-social.png">
30-
<meta property="og:image:secure_url" content="https://coreui.io/assets/brand/coreui-social.png">
29+
<meta property="og:image" content="http://localhost:9001/assets/brand/coreui-social.png">
30+
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/coreui-social.png">
3131
<meta property="og:image:type" content="image/png">
3232
<meta property="og:image:width" content="1200">
3333
<meta property="og:image:height" content="630">
@@ -709,7 +709,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
709709
var currentDate = new Date();
710710
// Set some date in the future. In this case, it's always Jan 1
711711
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
712-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
712+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
713713
// Calculate the difference in seconds between the future and current date
714714
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
715715

black-friday/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<meta name="twitter:card" content="summary">
1818
<meta name="twitter:title" content="Black Friday Discount">
1919
<meta name="twitter:description" content="">
20-
<meta name="twitter:image" content="https://coreui.io/assets/brand/coreui-social-logo.png">
20+
<meta name="twitter:image" content="http://localhost:9001/assets/brand/coreui-social-logo.png">
2121

2222
<!-- Facebook -->
2323

24-
<meta property="og:url" content="https://coreui.io/black-friday/">
24+
<meta property="og:url" content="http://localhost:9001/black-friday/">
2525
<meta property="og:title" content="Black Friday Discount">
2626
<meta property="og:description" content="">
2727
<meta property="og:type" content="website">
2828

29-
<meta property="og:image" content="http://coreui.io/assets/brand/coreui-social.png">
30-
<meta property="og:image:secure_url" content="https://coreui.io/assets/brand/coreui-social.png">
29+
<meta property="og:image" content="http://localhost:9001/assets/brand/coreui-social.png">
30+
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/coreui-social.png">
3131
<meta property="og:image:type" content="image/png">
3232
<meta property="og:image:width" content="1200">
3333
<meta property="og:image:height" content="630">
@@ -483,7 +483,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
483483
var currentDate = new Date();
484484
// Set some date in the future. In this case, it's always Jan 1
485485
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
486-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
486+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
487487
// Calculate the difference in seconds between the future and current date
488488
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
489489

black-friday/react-bundle/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<meta name="twitter:card" content="summary">
1818
<meta name="twitter:title" content="Black Friday React.js Bundle">
1919
<meta name="twitter:description" content="">
20-
<meta name="twitter:image" content="https://coreui.io/assets/brand/coreui-social-logo.png">
20+
<meta name="twitter:image" content="http://localhost:9001/assets/brand/coreui-social-logo.png">
2121

2222
<!-- Facebook -->
2323

24-
<meta property="og:url" content="https://coreui.io/black-friday/react-bundle/">
24+
<meta property="og:url" content="http://localhost:9001/black-friday/react-bundle/">
2525
<meta property="og:title" content="Black Friday React.js Bundle">
2626
<meta property="og:description" content="">
2727
<meta property="og:type" content="website">
2828

29-
<meta property="og:image" content="http://coreui.io/assets/brand/coreui-social.png">
30-
<meta property="og:image:secure_url" content="https://coreui.io/assets/brand/coreui-social.png">
29+
<meta property="og:image" content="http://localhost:9001/assets/brand/coreui-social.png">
30+
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/coreui-social.png">
3131
<meta property="og:image:type" content="image/png">
3232
<meta property="og:image:width" content="1200">
3333
<meta property="og:image:height" content="630">
@@ -709,7 +709,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
709709
var currentDate = new Date();
710710
// Set some date in the future. In this case, it's always Jan 1
711711
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
712-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
712+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
713713
// Calculate the difference in seconds between the future and current date
714714
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
715715

black-friday/vue-bundle/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<meta name="twitter:card" content="summary">
1818
<meta name="twitter:title" content="Black Friday Vue.js Bundle">
1919
<meta name="twitter:description" content="">
20-
<meta name="twitter:image" content="https://coreui.io/assets/brand/coreui-social-logo.png">
20+
<meta name="twitter:image" content="http://localhost:9001/assets/brand/coreui-social-logo.png">
2121

2222
<!-- Facebook -->
2323

24-
<meta property="og:url" content="https://coreui.io/black-friday/vue-bundle/">
24+
<meta property="og:url" content="http://localhost:9001/black-friday/vue-bundle/">
2525
<meta property="og:title" content="Black Friday Vue.js Bundle">
2626
<meta property="og:description" content="">
2727
<meta property="og:type" content="website">
2828

29-
<meta property="og:image" content="http://coreui.io/assets/brand/coreui-social.png">
30-
<meta property="og:image:secure_url" content="https://coreui.io/assets/brand/coreui-social.png">
29+
<meta property="og:image" content="http://localhost:9001/assets/brand/coreui-social.png">
30+
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/coreui-social.png">
3131
<meta property="og:image:type" content="image/png">
3232
<meta property="og:image:width" content="1200">
3333
<meta property="og:image:height" content="630">
@@ -709,7 +709,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
709709
var currentDate = new Date();
710710
// Set some date in the future. In this case, it's always Jan 1
711711
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
712-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
712+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
713713
// Calculate the difference in seconds between the future and current date
714714
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
715715

cyber-monday/angular-bundle/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<meta name="twitter:card" content="summary">
1818
<meta name="twitter:title" content="Cyber Monday Angular Bundle">
1919
<meta name="twitter:description" content="">
20-
<meta name="twitter:image" content="https://coreui.io/assets/brand/coreui-social-logo.png">
20+
<meta name="twitter:image" content="http://localhost:9001/assets/brand/coreui-social-logo.png">
2121

2222
<!-- Facebook -->
2323

24-
<meta property="og:url" content="https://coreui.io/cyber-monday/angular-bundle/">
24+
<meta property="og:url" content="http://localhost:9001/cyber-monday/angular-bundle/">
2525
<meta property="og:title" content="Cyber Monday Angular Bundle">
2626
<meta property="og:description" content="">
2727
<meta property="og:type" content="website">
2828

29-
<meta property="og:image" content="http://coreui.io/assets/brand/coreui-social.png">
30-
<meta property="og:image:secure_url" content="https://coreui.io/assets/brand/coreui-social.png">
29+
<meta property="og:image" content="http://localhost:9001/assets/brand/coreui-social.png">
30+
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/coreui-social.png">
3131
<meta property="og:image:type" content="image/png">
3232
<meta property="og:image:width" content="1200">
3333
<meta property="og:image:height" content="630">
@@ -709,7 +709,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
709709
var currentDate = new Date();
710710
// Set some date in the future. In this case, it's always Jan 1
711711
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
712-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
712+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
713713
// Calculate the difference in seconds between the future and current date
714714
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
715715

cyber-monday/big-bundle/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<meta name="twitter:card" content="summary">
1818
<meta name="twitter:title" content="Cyber Monday Big Bundle">
1919
<meta name="twitter:description" content="">
20-
<meta name="twitter:image" content="https://coreui.io/assets/brand/coreui-social-logo.png">
20+
<meta name="twitter:image" content="http://localhost:9001/assets/brand/coreui-social-logo.png">
2121

2222
<!-- Facebook -->
2323

24-
<meta property="og:url" content="https://coreui.io/cyber-monday/big-bundle/">
24+
<meta property="og:url" content="http://localhost:9001/cyber-monday/big-bundle/">
2525
<meta property="og:title" content="Cyber Monday Big Bundle">
2626
<meta property="og:description" content="">
2727
<meta property="og:type" content="website">
2828

29-
<meta property="og:image" content="http://coreui.io/assets/brand/coreui-social.png">
30-
<meta property="og:image:secure_url" content="https://coreui.io/assets/brand/coreui-social.png">
29+
<meta property="og:image" content="http://localhost:9001/assets/brand/coreui-social.png">
30+
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/coreui-social.png">
3131
<meta property="og:image:type" content="image/png">
3232
<meta property="og:image:width" content="1200">
3333
<meta property="og:image:height" content="630">
@@ -987,7 +987,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
987987
var currentDate = new Date();
988988
// Set some date in the future. In this case, it's always Jan 1
989989
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
990-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
990+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
991991
// Calculate the difference in seconds between the future and current date
992992
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
993993

cyber-monday/bootstrap-bundle/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<meta name="twitter:card" content="summary">
1818
<meta name="twitter:title" content="Cyber Monday Bootstrap Bundle">
1919
<meta name="twitter:description" content="">
20-
<meta name="twitter:image" content="https://coreui.io/assets/brand/coreui-social-logo.png">
20+
<meta name="twitter:image" content="http://localhost:9001/assets/brand/coreui-social-logo.png">
2121

2222
<!-- Facebook -->
2323

24-
<meta property="og:url" content="https://coreui.io/cyber-monday/bootstrap-bundle/">
24+
<meta property="og:url" content="http://localhost:9001/cyber-monday/bootstrap-bundle/">
2525
<meta property="og:title" content="Cyber Monday Bootstrap Bundle">
2626
<meta property="og:description" content="">
2727
<meta property="og:type" content="website">
2828

29-
<meta property="og:image" content="http://coreui.io/assets/brand/coreui-social.png">
30-
<meta property="og:image:secure_url" content="https://coreui.io/assets/brand/coreui-social.png">
29+
<meta property="og:image" content="http://localhost:9001/assets/brand/coreui-social.png">
30+
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/coreui-social.png">
3131
<meta property="og:image:type" content="image/png">
3232
<meta property="og:image:width" content="1200">
3333
<meta property="og:image:height" content="630">
@@ -709,7 +709,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
709709
var currentDate = new Date();
710710
// Set some date in the future. In this case, it's always Jan 1
711711
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
712-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
712+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
713713
// Calculate the difference in seconds between the future and current date
714714
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
715715

cyber-monday/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<meta name="twitter:card" content="summary">
1818
<meta name="twitter:title" content="Cyber Monday Discount">
1919
<meta name="twitter:description" content="">
20-
<meta name="twitter:image" content="https://coreui.io/assets/brand/coreui-social-logo.png">
20+
<meta name="twitter:image" content="http://localhost:9001/assets/brand/coreui-social-logo.png">
2121

2222
<!-- Facebook -->
2323

24-
<meta property="og:url" content="https://coreui.io/cyber-monday/">
24+
<meta property="og:url" content="http://localhost:9001/cyber-monday/">
2525
<meta property="og:title" content="Cyber Monday Discount">
2626
<meta property="og:description" content="">
2727
<meta property="og:type" content="website">
2828

29-
<meta property="og:image" content="http://coreui.io/assets/brand/coreui-social.png">
30-
<meta property="og:image:secure_url" content="https://coreui.io/assets/brand/coreui-social.png">
29+
<meta property="og:image" content="http://localhost:9001/assets/brand/coreui-social.png">
30+
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/coreui-social.png">
3131
<meta property="og:image:type" content="image/png">
3232
<meta property="og:image:width" content="1200">
3333
<meta property="og:image:height" content="630">
@@ -483,7 +483,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
483483
var currentDate = new Date();
484484
// Set some date in the future. In this case, it's always Jan 1
485485
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
486-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
486+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
487487
// Calculate the difference in seconds between the future and current date
488488
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
489489

cyber-monday/react-bundle/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<meta name="twitter:card" content="summary">
1818
<meta name="twitter:title" content="Cyber Monday React.js Bundle">
1919
<meta name="twitter:description" content="">
20-
<meta name="twitter:image" content="https://coreui.io/assets/brand/coreui-social-logo.png">
20+
<meta name="twitter:image" content="http://localhost:9001/assets/brand/coreui-social-logo.png">
2121

2222
<!-- Facebook -->
2323

24-
<meta property="og:url" content="https://coreui.io/cyber-monday/react-bundle/">
24+
<meta property="og:url" content="http://localhost:9001/cyber-monday/react-bundle/">
2525
<meta property="og:title" content="Cyber Monday React.js Bundle">
2626
<meta property="og:description" content="">
2727
<meta property="og:type" content="website">
2828

29-
<meta property="og:image" content="http://coreui.io/assets/brand/coreui-social.png">
30-
<meta property="og:image:secure_url" content="https://coreui.io/assets/brand/coreui-social.png">
29+
<meta property="og:image" content="http://localhost:9001/assets/brand/coreui-social.png">
30+
<meta property="og:image:secure_url" content="http://localhost:9001/assets/brand/coreui-social.png">
3131
<meta property="og:image:type" content="image/png">
3232
<meta property="og:image:width" content="1200">
3333
<meta property="og:image:height" content="630">
@@ -709,7 +709,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
709709
var currentDate = new Date();
710710
// Set some date in the future. In this case, it's always Jan 1
711711
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
712-
var futureDate = new Date(2018, 10, 28, 0, 0, 0, 0);
712+
var futureDate = new Date(2018, 11, 3, 0, 0, 0, 0);
713713
// Calculate the difference in seconds between the future and current date
714714
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
715715

0 commit comments

Comments
 (0)