Skip to content

Commit 1b428b9

Browse files
committed
v1.0.19 - Update Links (minor)
1 parent 84925c3 commit 1b428b9

File tree

15 files changed

+52
-109
lines changed

15 files changed

+52
-109
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## [1.0.19] 2024-12-04
4+
### Changes
5+
6+
- Update Links (minor)
7+
38
## [1.0.18] 2024-12-04
49
### Changes
510

admin_argon/templates/accounts/sign-up.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ <h5>Register with</h5>
143143
<div class="row">
144144
<div class="col-8 mx-auto text-center mt-1">
145145
<p class="mb-0 text-secondary">
146-
Copyright © <script>
147-
document.write(new Date().getFullYear())
148-
</script> Soft by Creative Tim.
146+
&copy; Creative-Tim coded by <a href="https://app-generator.dev" class="font-weight-bold">App Generator</a>.
149147
</p>
150148
</div>
151149
</div>

admin_argon/templates/admin/index.html

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -382,27 +382,19 @@ <h6 class="mb-1 text-dark text-sm">Happy users</h6>
382382
<div class="row align-items-center justify-content-lg-between">
383383
<div class="col-lg-6 mb-lg-0 mb-4">
384384
<div class="copyright text-center text-sm text-muted text-lg-start">
385-
© <script>
386-
document.write(new Date().getFullYear())
387-
</script>,
388-
made with <i class="fa fa-heart"></i> by
389-
<a href="https://www.creative-tim.com" class="font-weight-bold" target="_blank">Creative Tim</a>
390-
for a better web.
385+
&copy; Creative-Tim coded by <a href="https://app-generator.dev" class="font-weight-bold">App Generator</a>.
391386
</div>
392387
</div>
393388
<div class="col-lg-6">
394389
<ul class="nav nav-footer justify-content-center justify-content-lg-end">
395390
<li class="nav-item">
396-
<a href="https://www.creative-tim.com" class="nav-link text-muted" target="_blank">Creative Tim</a>
391+
<a href="https://app-generator.dev/product/argon-dashboard/django/" class="nav-link text-muted">Download</a>
397392
</li>
398393
<li class="nav-item">
399-
<a href="https://www.creative-tim.com/presentation" class="nav-link text-muted" target="_blank">About Us</a>
394+
<a href="https://app-generator.dev/docs/products/django/argon-dashboard/index.html" class="nav-link text-muted">Documentation</a>
400395
</li>
401396
<li class="nav-item">
402-
<a href="https://www.creative-tim.com/blog" class="nav-link text-muted" target="_blank">Blog</a>
403-
</li>
404-
<li class="nav-item">
405-
<a href="https://www.creative-tim.com/license" class="nav-link pe-0 text-muted" target="_blank">License</a>
397+
<a href="https://app-generator.dev/product/argon-dashboard-pro/django/" class="nav-link text-muted">PRO Version</a>
406398
</li>
407399
</ul>
408400
</div>

admin_argon/templates/includes/configurator.html

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,8 @@ <h6 class="mb-0">Light / Dark</h6>
5757
<input class="form-check-input mt-1 ms-auto" type="checkbox" id="dark-version" onclick="darkMode(this)">
5858
</div>
5959
</div>
60-
<a class="btn bg-gradient-dark w-100" href="https://www.creative-tim.com/product/argon-dashboard">Free Download</a>
61-
<a class="btn btn-outline-dark w-100" href="https://www.creative-tim.com/learning-lab/bootstrap/license/argon-dashboard">View documentation</a>
62-
<div class="w-100 text-center">
63-
<a class="github-button" href="https://github.com/creativetimofficial/argon-dashboard" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star creativetimofficial/argon-dashboard on GitHub">Star</a>
64-
<h6 class="mt-3">Thank you for sharing!</h6>
65-
<a href="https://twitter.com/intent/tweet?text=Check%20Argon%20Dashboard%20made%20by%20%40CreativeTim%20%23webdesign%20%23dashboard%20%23bootstrap5&amp;url=https%3A%2F%2Fwww.creative-tim.com%2Fproduct%2Fargon-dashboard" class="btn btn-dark mb-0 me-2" target="_blank">
66-
<i class="fab fa-twitter me-1" aria-hidden="true"></i> Tweet
67-
</a>
68-
<a href="https://www.facebook.com/sharer/sharer.php?u=https://www.creative-tim.com/product/argon-dashboard" class="btn btn-dark mb-0 me-2" target="_blank">
69-
<i class="fab fa-facebook-square me-1" aria-hidden="true"></i> Share
70-
</a>
71-
</div>
60+
<a class="btn bg-gradient-dark w-100" href="https://app-generator.dev/product/argon-dashboard/django/">Download</a>
61+
<a class="btn btn-outline-dark w-100" href="https://app-generator.dev/docs/products/django/argon-dashboard/index.html">Documentation</a>
7262
</div>
7363
</div>
7464
</div>

admin_argon/templates/includes/head.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
55
<link rel="apple-touch-icon" sizes="76x76" href="{% static "assets/img/apple-icon.png" %}">
66
<link rel="icon" type="image/png" href="{% static "assets/img/favicon.png" %}">
7+
78
<title>
8-
Argon Dashboard 3 by Creative Tim
9+
Argon Dashboard - Open-source Django Starter
910
</title>
11+
12+
<link rel="canonical" href="https://app-generator.dev/product/argon-dashboard/django/" />
13+
1014
<!-- Fonts and icons -->
1115
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet" />
1216
<!-- Nucleo Icons -->

admin_argon/templates/includes/navigation-full.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<nav class="navbar navbar-expand-lg position-absolute top-0 z-index-3 w-100 shadow-none my-3 navbar-transparent mt-4">
44
<div class="container">
55
<a class="navbar-brand font-weight-bolder ms-lg-0 ms-3 text-white" href="{% url "index" %}">
6-
Argon Dashboard 3
6+
Django Argon
77
</a>
88
<button class="navbar-toggler shadow-none ms-2" type="button" data-bs-toggle="collapse" data-bs-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
99
<span class="navbar-toggler-icon mt-2">
@@ -41,7 +41,7 @@
4141
</ul>
4242
<ul class="navbar-nav d-lg-block d-none">
4343
<li class="nav-item">
44-
<a href="https://www.creative-tim.com/product/argon-dashboard" class="btn btn-sm mb-0 me-1 bg-gradient-light">Free Download</a>
44+
<a href="https://app-generator.dev/product/argon-dashboard/django/" class="btn btn-sm mb-0 me-1 bg-gradient-light">Download</a>
4545
</li>
4646
</ul>
4747
</div>

admin_argon/templates/includes/navigation-shadow.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</ul>
4242
<ul class="navbar-nav d-lg-block d-none">
4343
<li class="nav-item">
44-
<a href="https://www.creative-tim.com/product/argon-dashboard" class="btn btn-sm mb-0 me-1 btn-primary">Free Download</a>
44+
<a href="https://app-generator.dev/product/argon-dashboard/django/" class="btn btn-sm mb-0 me-1 btn-primary">Download</a>
4545
</li>
4646
</ul>
4747
</div>

admin_argon/templates/includes/sidebar.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<aside class="sidenav bg-white navbar navbar-vertical navbar-expand-xs border-0 border-radius-xl my-3 fixed-start ms-4 " id="sidenav-main">
44
<div class="sidenav-header">
55
<i class="fas fa-times p-3 cursor-pointer text-secondary opacity-5 position-absolute end-0 top-0 d-none d-xl-none" aria-hidden="true" id="iconSidenav"></i>
6-
<a class="navbar-brand m-0" href=" https://demos.creative-tim.com/argon-dashboard/pages/dashboard.html " target="_blank">
6+
<a class="navbar-brand m-0" href="/">
77
<img src="{% static "assets/img/logo-ct-dark.png" %}" width="26px" height="26px" class="navbar-brand-img h-100" alt="main_logo">
8-
<span class="ms-1 font-weight-bold">Creative Tim</span>
8+
<span class="ms-1 font-weight-bold">
9+
D
10+
</span>
911
</a>
1012
</div>
1113
<hr class="horizontal dark mt-0">
@@ -126,7 +128,7 @@ <h6 class="mb-0">Need help?</h6>
126128
</div>
127129
</div>
128130
</div>
129-
<a href="https://www.creative-tim.com/learning-lab/bootstrap/license/argon-dashboard" target="_blank" class="btn btn-dark btn-sm w-100 mb-3">Documentation</a>
130-
<a class="btn btn-primary btn-sm mb-0 w-100" href="https://www.creative-tim.com/product/argon-dashboard-pro?ref=sidebarfree" type="button">Upgrade to pro</a>
131+
<a href="https://app-generator.dev/docs/products/django/argon-dashboard/index.html" target="_blank" class="btn btn-dark btn-sm w-100 mb-3">Documentation</a>
132+
<a class="btn btn-primary btn-sm mb-0 w-100" href="https://app-generator.dev/product/argon-dashboard-pro/django/" type="button">Upgrade to PRO</a>
131133
</div>
132134
</aside>

admin_argon/templates/pages/billing.html

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -319,27 +319,19 @@ <h6 class="mb-1 text-dark text-sm">Webflow</h6>
319319
<div class="row align-items-center justify-content-lg-between">
320320
<div class="col-lg-6 mb-lg-0 mb-4">
321321
<div class="copyright text-center text-sm text-muted text-lg-start">
322-
© <script>
323-
document.write(new Date().getFullYear())
324-
</script>,
325-
made with <i class="fa fa-heart"></i> by
326-
<a href="https://www.creative-tim.com" class="font-weight-bold" target="_blank">Creative Tim</a>
327-
for a better web.
322+
&copy; Creative-Tim coded by <a href="https://app-generator.dev" class="font-weight-bold">App Generator</a>.
328323
</div>
329324
</div>
330325
<div class="col-lg-6">
331326
<ul class="nav nav-footer justify-content-center justify-content-lg-end">
332327
<li class="nav-item">
333-
<a href="https://www.creative-tim.com" class="nav-link text-muted" target="_blank">Creative Tim</a>
328+
<a href="https://app-generator.dev/product/argon-dashboard/django/" class="nav-link text-muted">Download</a>
334329
</li>
335330
<li class="nav-item">
336-
<a href="https://www.creative-tim.com/presentation" class="nav-link text-muted" target="_blank">About Us</a>
331+
<a href="https://app-generator.dev/docs/products/django/argon-dashboard/index.html" class="nav-link text-muted">Documentation</a>
337332
</li>
338333
<li class="nav-item">
339-
<a href="https://www.creative-tim.com/blog" class="nav-link text-muted" target="_blank">Blog</a>
340-
</li>
341-
<li class="nav-item">
342-
<a href="https://www.creative-tim.com/license" class="nav-link pe-0 text-muted" target="_blank">License</a>
334+
<a href="https://app-generator.dev/product/argon-dashboard-pro/django/" class="nav-link text-muted">PRO Version</a>
343335
</li>
344336
</ul>
345337
</div>

admin_argon/templates/pages/dashboard.html

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -382,27 +382,19 @@ <h6 class="mb-1 text-dark text-sm">Happy users</h6>
382382
<div class="row align-items-center justify-content-lg-between">
383383
<div class="col-lg-6 mb-lg-0 mb-4">
384384
<div class="copyright text-center text-sm text-muted text-lg-start">
385-
© <script>
386-
document.write(new Date().getFullYear())
387-
</script>,
388-
made with <i class="fa fa-heart"></i> by
389-
<a href="https://www.creative-tim.com" class="font-weight-bold" target="_blank">Creative Tim</a>
390-
for a better web.
385+
&copy; Creative-Tim coded by <a href="https://app-generator.dev" class="font-weight-bold">App Generator</a>.
391386
</div>
392387
</div>
393388
<div class="col-lg-6">
394389
<ul class="nav nav-footer justify-content-center justify-content-lg-end">
395390
<li class="nav-item">
396-
<a href="https://www.creative-tim.com" class="nav-link text-muted" target="_blank">Creative Tim</a>
391+
<a href="https://app-generator.dev/product/argon-dashboard/django/" class="nav-link text-muted">Download</a>
397392
</li>
398393
<li class="nav-item">
399-
<a href="https://www.creative-tim.com/presentation" class="nav-link text-muted" target="_blank">About Us</a>
394+
<a href="https://app-generator.dev/docs/products/django/argon-dashboard/index.html" class="nav-link text-muted">Documentation</a>
400395
</li>
401396
<li class="nav-item">
402-
<a href="https://www.creative-tim.com/blog" class="nav-link text-muted" target="_blank">Blog</a>
403-
</li>
404-
<li class="nav-item">
405-
<a href="https://www.creative-tim.com/license" class="nav-link pe-0 text-muted" target="_blank">License</a>
397+
<a href="https://app-generator.dev/product/argon-dashboard-pro/django/" class="nav-link text-muted">PRO Version</a>
406398
</li>
407399
</ul>
408400
</div>

0 commit comments

Comments
 (0)