Skip to content

Commit

Permalink
Links CleanUp & Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Feb 28, 2023
1 parent 8cd27e1 commit 7c9939e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 72 deletions.
2 changes: 1 addition & 1 deletion apps/templates/includes/fixed-plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h6 class="mb-0">Navbar Fixed</h6>
<hr class="horizontal dark my-sm-4">
<a target="_blank"
class="btn bg-gradient-dark w-100"
href="https://appseed.us/product/soft-ui-dashboard/django/">Download</a>
href="https://appseed.us/product/soft-ui-dashboard/flask/">Download</a>
<a target="_blank"
class="btn btn-outline-dark w-100"
href="https://docs.appseed.us/products/flask-dashboards/soft-ui-dashboard/">DOCS</a>
Expand Down
4 changes: 2 additions & 2 deletions apps/templates/includes/footer-rtl.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<div class="col-lg-6">
<ul class="nav nav-footer justify-content-center justify-content-lg-end">
<li class="nav-item">
<a href="https://appseed.us/product/soft-ui-dashboard/django/" class="nav-link text-muted" target="_blank">Download</a>
<a href="https://appseed.us/product/soft-ui-dashboard/flask/" class="nav-link text-muted" target="_blank">Download</a>
</li>
<li class="nav-item">
<a href="https://appseed.us/product/soft-ui-dashboard-pro/django/"
<a href="https://appseed.us/product/soft-ui-dashboard-pro/flask/"
class="nav-link text-muted" target="_blank">PRO Version</a>
</li>
<li class="nav-item">
Expand Down
4 changes: 2 additions & 2 deletions apps/templates/includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<div class="col-lg-6">
<ul class="nav nav-footer justify-content-center justify-content-lg-end">
<li class="nav-item">
<a href="https://appseed.us/product/soft-ui-dashboard/django/" class="nav-link text-muted" target="_blank">Download</a>
<a href="https://appseed.us/product/soft-ui-dashboard/flask/" class="nav-link text-muted" target="_blank">Download</a>
</li>
<li class="nav-item">
<a href="https://appseed.us/product/soft-ui-dashboard-pro/django/"
<a href="https://appseed.us/product/soft-ui-dashboard-pro/flask/"
class="nav-link text-muted" target="_blank">PRO Version</a>
</li>
<li class="nav-item">
Expand Down
2 changes: 1 addition & 1 deletion apps/templates/includes/sidebar-rtl.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<div class="docs-info">
<h6 class="text-white up mb-0 text-end">تحتاج مساعدة?</h6>
<p class="text-xs font-weight-bold text-end">يرجى التحقق من مستنداتنا</p>
<a href="https://appseed.us/product/soft-ui-dashboard/django/"
<a href="https://appseed.us/product/soft-ui-dashboard/flask/"
target="_blank" class="btn btn-white btn-sm w-100 mb-0">توثيق</a>
</div>
</div>
Expand Down
66 changes: 0 additions & 66 deletions apps/templates/pages/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,71 +415,5 @@ <h5 class=" text-secondary"> New project </h5>
</footer>
</div>
</div>
<div class="fixed-plugin">
<a class="fixed-plugin-button text-dark position-fixed px-3 py-2">
<i class="fa fa-cog py-2"> </i>
</a>
<div class="card shadow-lg ">
<div class="card-header pb-0 pt-3 ">
<div class="float-start">
<h5 class="mt-3 mb-0">Soft UI Configurator</h5>
<p>See our dashboard options.</p>
</div>
<div class="float-end mt-4">
<button class="btn btn-link text-dark p-0 fixed-plugin-close-button">
<i class="fa fa-close"></i>
</button>
</div>
<!-- End Toggle Button -->
</div>
<hr class="horizontal dark my-1">
<div class="card-body pt-sm-3 pt-0">
<!-- Sidebar Backgrounds -->
<div>
<h6 class="mb-0">Sidebar Colors</h6>
</div>
<a href="javascript:void(0)" class="switch-trigger background-color">
<div class="badge-colors my-2 text-start">
<span class="badge filter bg-gradient-primary active" data-color="primary" onclick="sidebarColor(this)"></span>
<span class="badge filter bg-gradient-dark" data-color="dark" onclick="sidebarColor(this)"></span>
<span class="badge filter bg-gradient-info" data-color="info" onclick="sidebarColor(this)"></span>
<span class="badge filter bg-gradient-success" data-color="success" onclick="sidebarColor(this)"></span>
<span class="badge filter bg-gradient-warning" data-color="warning" onclick="sidebarColor(this)"></span>
<span class="badge filter bg-gradient-danger" data-color="danger" onclick="sidebarColor(this)"></span>
</div>
</a>
<!-- Sidenav Type -->
<div class="mt-3">
<h6 class="mb-0">Sidenav Type</h6>
<p class="text-sm">Choose between 2 different sidenav types.</p>
</div>
<div class="d-flex">
<button class="btn bg-gradient-primary w-100 px-3 mb-2 active" data-class="bg-transparent" onclick="sidebarType(this)">Transparent</button>
<button class="btn bg-gradient-primary w-100 px-3 mb-2 ms-2" data-class="bg-white" onclick="sidebarType(this)">White</button>
</div>
<p class="text-sm d-xl-none d-block mt-2">You can change the sidenav type just on desktop view.</p>
<!-- Navbar Fixed -->
<div class="mt-3">
<h6 class="mb-0">Navbar Fixed</h6>
</div>
<div class="form-check form-switch ps-0">
<input class="form-check-input mt-1 ms-auto" type="checkbox" id="navbarFixed" onclick="navbarFixed(this)">
</div>
<hr class="horizontal dark my-sm-4">
<a class="btn bg-gradient-dark w-100" href="https://appseed.us/product/soft-ui-dashboard/flask/">Download</a>
<a class="btn btn-outline-dark w-100" href="https://appseed.us/support/">Support</a>
<div class="w-100 text-center">
<a class="github-button" href="https://github.com/app-generator/flask-soft-ui-dashboard"
data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star creativetimofficial/soft-ui-dashboard on GitHub">Star</a>
<h6 class="mt-3">Thank you for sharing!</h6>
<a href="https://twitter.com/intent/tweet?text=Check%20Soft%20UI%20Dashboard%20made%20by%20%40CreativeTim%20%23webdesign%20%23dashboard%20%23bootstrap5&amp;url=https%3A%2F%2Fwww.creative-tim.com%2Fproduct%2Fsoft-ui-dashboard" class="btn btn-dark mb-0 me-2" target="_blank">
<i class="fab fa-twitter me-1" aria-hidden="true"></i> Tweet
</a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https://github.com/app-generator/flask-soft-ui-dashboard" class="btn btn-dark mb-0 me-2" target="_blank">
<i class="fab fa-facebook-square me-1" aria-hidden="true"></i> Share
</a>
</div>
</div>
</div>

{% endblock content %}

0 comments on commit 7c9939e

Please sign in to comment.