Skip to content

Commit faf1231

Browse files
committed
Release v1.0.2 - Update links
1 parent 284aa76 commit faf1231

File tree

11 files changed

+20
-39
lines changed

11 files changed

+20
-39
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.2] 2022-11-10
4+
### Fixes
5+
6+
- Update links (different places)
7+
38
## [1.0.1] 2022-11-10
49
### Fixes
510

admin_argon/templates/includes/fixed-plugin-rtl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h6 class="mb-0">Light / Dark</h6>
5555
<input class="form-check-input mt-1 float-end me-auto" type="checkbox" id="dark-version" onclick="darkMode(this)">
5656
</div>
5757
</div>
58-
<a class="btn bg-gradient-dark w-100" href="https://www.creative-tim.com/product/argon-dashboard">Free Download</a>
58+
<a class="btn bg-gradient-dark w-100" href="https://github.com/app-generator/django-admin-argon-dashboard">Free Download</a>
5959
<a class="btn btn-outline-dark w-100" href="https://www.creative-tim.com/learning-lab/bootstrap/license/argon-dashboard">View documentation</a>
6060
<div class="w-100 text-center">
6161
<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>

admin_argon/templates/includes/fixed-plugin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h6 class="mb-0">Light / Dark</h6>
5555
<input class="form-check-input mt-1 ms-auto" type="checkbox" id="dark-version" onclick="darkMode(this)">
5656
</div>
5757
</div>
58-
<a class="btn bg-gradient-dark w-100" href="https://www.creative-tim.com/product/argon-dashboard">Free Download</a>
58+
<a class="btn bg-gradient-dark w-100" href="https://github.com/app-generator/django-admin-argon-dashboard">Free Download</a>
5959
<a class="btn btn-outline-dark w-100" href="https://www.creative-tim.com/learning-lab/bootstrap/license/argon-dashboard">View documentation</a>
6060
<div class="w-100 text-center">
6161
<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>

admin_argon/templates/includes/footer-fullscreen.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@
4242
<div class="row">
4343
<div class="col-8 mx-auto text-center mt-1">
4444
<p class="mb-0 text-secondary">
45-
Copyright © <script>
46-
document.write(new Date().getFullYear())
47-
</script> Soft by Creative Tim.
45+
&copy; Creative Tim - Coded by AppSeed.
4846
</p>
4947
</div>
5048
</div>

admin_argon/templates/includes/footer-rtl.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,16 @@
33
<div class="row align-items-center justify-content-lg-between">
44
<div class="col-lg-6 mb-lg-0 mb-4">
55
<div class="copyright text-center text-sm text-muted text-lg-end">
6-
© <script>
7-
document.write(new Date().getFullYear())
8-
</script>,
9-
made with <i class="fa fa-heart"></i> by
10-
<a href="https://www.creative-tim.com" class="font-weight-bold" target="_blank">Creative Tim</a>
11-
for a better web.
6+
&copy; Creative Tim - Coded by AppSeed.
127
</div>
138
</div>
149
<div class="col-lg-6">
1510
<ul class="nav nav-footer justify-content-center justify-content-lg-end">
1611
<li class="nav-item">
17-
<a href="https://www.creative-tim.com" class="nav-link text-muted" target="_blank">Creative Tim</a>
12+
<a href="https://www.creative-tim.com?AFFILIATE=128200" class="nav-link text-muted" target="_blank">Creative Tim</a>
1813
</li>
1914
<li class="nav-item">
20-
<a href="https://www.creative-tim.com/presentation" class="nav-link text-muted" target="_blank">About Us</a>
21-
</li>
22-
<li class="nav-item">
23-
<a href="https://www.creative-tim.com/blog" class="nav-link text-muted" target="_blank">Blog</a>
24-
</li>
25-
<li class="nav-item">
26-
<a href="https://www.creative-tim.com/license" class="nav-link pe-0 text-muted" target="_blank">License</a>
15+
<a href="https://appseed.us/support/" class="nav-link text-muted" target="_blank">Support</a>
2716
</li>
2817
</ul>
2918
</div>

admin_argon/templates/includes/footer.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,16 @@
33
<div class="row align-items-center justify-content-lg-between">
44
<div class="col-lg-6 mb-lg-0 mb-4">
55
<div class="copyright text-center text-sm text-muted text-lg-start">
6-
© <script>
7-
document.write(new Date().getFullYear())
8-
</script>,
9-
made with <i class="fa fa-heart"></i> by
10-
<a href="https://www.creative-tim.com" class="font-weight-bold" target="_blank">Creative Tim</a>
11-
for a better web.
6+
&copy; Creative Tim - Coded by AppSeed.
127
</div>
138
</div>
149
<div class="col-lg-6">
1510
<ul class="nav nav-footer justify-content-center justify-content-lg-end">
1611
<li class="nav-item">
17-
<a href="https://www.creative-tim.com" class="nav-link text-muted" target="_blank">Creative Tim</a>
12+
<a href="https://www.creative-tim.com?AFFILIATE=128200" class="nav-link text-muted" target="_blank">Creative Tim</a>
1813
</li>
1914
<li class="nav-item">
20-
<a href="https://www.creative-tim.com/presentation" class="nav-link text-muted" target="_blank">About Us</a>
21-
</li>
22-
<li class="nav-item">
23-
<a href="https://www.creative-tim.com/blog" class="nav-link text-muted" target="_blank">Blog</a>
24-
</li>
25-
<li class="nav-item">
26-
<a href="https://www.creative-tim.com/license" class="nav-link pe-0 text-muted" target="_blank">License</a>
15+
<a href="https://appseed.us/support/" class="nav-link text-muted" target="_blank">Support</a>
2716
</li>
2817
</ul>
2918
</div>

admin_argon/templates/includes/navigation-fullscreen.html

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

admin_argon/templates/includes/sidebar-rtl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ <h6 class="mb-0 text-center">تحتاج مساعدة?</h6>
9191
</div>
9292
</div>
9393
<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">توثيق</a>
94-
<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">التطور للاحترافية</a>
94+
<a class="btn btn-primary btn-sm mb-0 w-100" href="https://appseed.us" type="button">Support</a>
9595
</div>
9696
</aside>

admin_argon/templates/includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ <h6 class="mb-0">Need help?</h6>
142142
</div>
143143
</div>
144144
<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>
145-
<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>
145+
<a class="btn btn-primary btn-sm mb-0 w-100" href="https://appseed.us" type="button">Support</a>
146146
</div>
147147
</aside>

admin_argon/templates/pages/virtual-reality.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h6 class="mb-0">Need help?</h6>
247247
</div>
248248
</div>
249249
<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>
250-
<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>
250+
<a class="btn btn-primary btn-sm mb-0 w-100" href="https://appseed.us" type="button">Support</a>
251251
</div>
252252
</aside>
253253
<main class="main-content mt-1 border-radius-lg">
@@ -477,7 +477,7 @@ <h6 class="mb-0">Light / Dark</h6>
477477
<input class="form-check-input mt-1 ms-auto" type="checkbox" id="dark-version" onclick="darkMode(this)">
478478
</div>
479479
</div>
480-
<a class="btn bg-gradient-dark w-100" href="https://www.creative-tim.com/product/argon-dashboard">Free Download</a>
480+
<a class="btn bg-gradient-dark w-100" href="https://github.com/app-generator/django-admin-argon-dashboard">Free Download</a>
481481
<a class="btn btn-outline-dark w-100" href="https://www.creative-tim.com/learning-lab/bootstrap/license/argon-dashboard">View documentation</a>
482482
<div class="w-100 text-center">
483483
<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>

0 commit comments

Comments
 (0)