Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit49f07c1

Browse files
committed
add december bundle
1 parent862b3c1 commit49f07c1

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-
<sectionclass="cyber-monday text-white py-5">
272+
<sectionclass="black-friday text-white py-5">
273273
<divclass="container text-center">
274-
<h1class="mb-3 text-sm-nowrap">Cyber Monday Discount</h1>
274+
<h1class="mb-3 text-sm-nowrap">December Discount</h1>
275275
<h2class="mb-3 text-sm-nowrap">CoreUI Pro &amp; All Premium Admin Templates<spanclass="text-danger"><strong>up to 90% off</strong></span>.</h2>
276276
<pclass="lead pb-3">
277277
Interested in purchasing all our products? Buy the Big Bundle and<spanclass="text-danger"><strong>save up to $14992</strong></span>.
278278
</p>
279-
<divclass="your-clock"></div>
280279
<divclass="mt-3">
281-
<ahref="/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+
<ahref="/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
varcurrentDate=newDate();
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-
varfutureDate=newDate(2018,10,28,0,0,0,0);
1409+
varfutureDate=newDate(2018,11,3,0,0,0,0);
14111410
// Calculate the difference in seconds between the future and current date
14121411
vardiff=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
<metaname="twitter:card"content="summary">
2626
<metaname="twitter:title"content="🆓 Free Bootstrap Admin Template">
2727
<metaname="twitter:description"content="">
28-
<metaname="twitter:image"content="http://localhost:9001/assets/brand/coreui-social-logo.png">
28+
<metaname="twitter:image"content="https://coreui.io/assets/brand/coreui-social-logo.png">
2929

3030
<!-- Facebook -->
3131

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

37-
<metaproperty="og:image"content="http://localhost:9001/assets/brand/coreui-social.png">
38-
<metaproperty="og:image:secure_url"content="http://localhost:9001/assets/brand/coreui-social.png">
37+
<metaproperty="og:image"content="http://coreui.io/assets/brand/coreui-social.png">
38+
<metaproperty="og:image:secure_url"content="https://coreui.io/assets/brand/coreui-social.png">
3939
<metaproperty="og:image:type"content="image/png">
4040
<metaproperty="og:image:width"content="1200">
4141
<metaproperty="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-
<sectionclass="cyber-monday text-white py-5">
272+
<sectionclass="black-friday text-white py-5">
273273
<divclass="container text-center">
274-
<h1class="mb-3 text-sm-nowrap">Cyber Monday Discount</h1>
274+
<h1class="mb-3 text-sm-nowrap">December Discount</h1>
275275
<h2class="mb-3 text-sm-nowrap">CoreUI Pro &amp; All Premium Admin Templates<spanclass="text-danger"><strong>up to 90% off</strong></span>.</h2>
276276
<pclass="lead pb-3">
277277
Interested in purchasing all our products? Buy the Big Bundle and<spanclass="text-danger"><strong>save up to $14992</strong></span>.
278278
</p>
279-
<divclass="your-clock"></div>
280279
<divclass="mt-3">
281-
<ahref="/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+
<ahref="/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-
<sectionclass="cyber-monday text-white py-5">
272+
<sectionclass="black-friday text-white py-5">
273273
<divclass="container text-center">
274-
<h1class="mb-3 text-sm-nowrap">Cyber Monday Discount</h1>
274+
<h1class="mb-3 text-sm-nowrap">December Discount</h1>
275275
<h2class="mb-3 text-sm-nowrap">CoreUI Pro &amp; All Premium Admin Templates<spanclass="text-danger"><strong>up to 90% off</strong></span>.</h2>
276276
<pclass="lead pb-3">
277277
Interested in purchasing all our products? Buy the Big Bundle and<spanclass="text-danger"><strong>save up to $14992</strong></span>.
278278
</p>
279-
<divclass="your-clock"></div>
280279
<divclass="mt-3">
281-
<ahref="/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+
<ahref="/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
varcurrentDate=newDate();
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-
varfutureDate=newDate(2018,10,28,0,0,0,0);
1409+
varfutureDate=newDate(2018,11,3,0,0,0,0);
14111410
// Calculate the difference in seconds between the future and current date
14121411
vardiff=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-
<sectionclass="cyber-monday text-white py-5">
272+
<sectionclass="black-friday text-white py-5">
273273
<divclass="container text-center">
274-
<h1class="mb-3 text-sm-nowrap">Cyber Monday Discount</h1>
274+
<h1class="mb-3 text-sm-nowrap">December Discount</h1>
275275
<h2class="mb-3 text-sm-nowrap">CoreUI Pro &amp; All Premium Admin Templates<spanclass="text-danger"><strong>up to 90% off</strong></span>.</h2>
276276
<pclass="lead pb-3">
277277
Interested in purchasing all our products? Buy the Big Bundle and<spanclass="text-danger"><strong>save up to $14992</strong></span>.
278278
</p>
279-
<divclass="your-clock"></div>
280279
<divclass="mt-3">
281-
<ahref="/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+
<ahref="/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
varcurrentDate=newDate();
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-
varfutureDate=newDate(2018,10,28,0,0,0,0);
1394+
varfutureDate=newDate(2018,11,3,0,0,0,0);
13961395
// Calculate the difference in seconds between the future and current date
13971396
vardiff=futureDate.getTime()/1000-currentDate.getTime()/1000;
13981397

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp