Skip to content

Commit d317b6d

Browse files
updating index
1 parent a236c8f commit d317b6d

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

src/templates/home/index.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h5 class="font-weight-bolder">Soft UI Dashboard</h5>
120120
<div class="bg-gradient-primary border-radius-lg h-100">
121121
<img src="{{ url_for('static', path='img/shapes/waves-white.svg"') }} class="position-absolute h-100 w-50 top-0 d-lg-block d-none" alt="waves">
122122
<div class="position-relative d-flex align-items-center justify-content-center h-100">
123-
<img class="w-100 position-relative z-index-2 pt-4" src="{{ config.ASSETS_ROOT }}/img/illustrations/rocket-white.png" alt="rocket">
123+
<img class="w-100 position-relative z-index-2 pt-4" src="{{ url_for('static', path='img/illustrations/rocket-white.png') }}" alt="rocket">
124124
</div>
125125
</div>
126126
</div>
@@ -130,7 +130,7 @@ <h5 class="font-weight-bolder">Soft UI Dashboard</h5>
130130
</div>
131131
<div class="col-lg-5">
132132
<div class="card h-100 p-3">
133-
<div class="overflow-hidden position-relative border-radius-lg bg-cover h-100" style="background-image: url('{{ config.ASSETS_ROOT }}/img/ivancik.jpg');">
133+
<div class="overflow-hidden position-relative border-radius-lg bg-cover h-100" style="background-image: url("{{ url_for('static', path='img/ivancik.jpg') }}");">
134134
<span class="mask bg-gradient-dark"></span>
135135
<div class="card-body position-relative z-index-1 d-flex flex-column h-100 p-3">
136136
<h5 class="text-white font-weight-bolder mb-4 pt-2">Work with the rockets</h5>
@@ -322,7 +322,7 @@ <h6>Projects</h6>
322322
<td>
323323
<div class="d-flex px-2 py-1">
324324
<div>
325-
<img src="{{ config.ASSETS_ROOT }}/img/small-logos/logo-xd.svg" class="avatar avatar-sm me-3" alt="xd">
325+
<img src="{{ url_for('static', path='img/small-logos/logo-xd.svg') }}" class="avatar avatar-sm me-3" alt="xd">
326326
</div>
327327
<div class="d-flex flex-column justify-content-center">
328328
<h6 class="mb-0 text-sm">Soft UI XD Version</h6>
@@ -332,16 +332,16 @@ <h6 class="mb-0 text-sm">Soft UI XD Version</h6>
332332
<td>
333333
<div class="avatar-group mt-2">
334334
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Ryan Tompson">
335-
<img src="{{ config.ASSETS_ROOT }}/img/team-1.jpg" alt="team1">
335+
<img src="{{ url_for('static', path='img/team-1.jpg') }}" alt="team1">
336336
</a>
337337
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Romina Hadid">
338-
<img src="{{ config.ASSETS_ROOT }}/img/team-2.jpg" alt="team2">
338+
<img src="{{ url_for('static', path='img/team-2.jpg') }}" alt="team2">
339339
</a>
340340
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Alexander Smith">
341-
<img src="{{ config.ASSETS_ROOT }}/img/team-3.jpg" alt="team3">
341+
<img src="{{ url_for('static', path='img/team-3.jpg') }}" alt="team3">
342342
</a>
343343
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Jessica Doe">
344-
<img src="{{ config.ASSETS_ROOT }}/img/team-4.jpg" alt="team4">
344+
<img src="{{ url_for('static', path='img/team-4.jpg') }}" alt="team4">
345345
</a>
346346
</div>
347347
</td>
@@ -365,7 +365,7 @@ <h6 class="mb-0 text-sm">Soft UI XD Version</h6>
365365
<td>
366366
<div class="d-flex px-2 py-1">
367367
<div>
368-
<img src="{{ config.ASSETS_ROOT }}/img/small-logos/logo-atlassian.svg" class="avatar avatar-sm me-3" alt="atlassian">
368+
<img src="{{ url_for('static', path='img/small-logos/logo-atlassian.svg') }}" class="avatar avatar-sm me-3" alt="atlassian">
369369
</div>
370370
<div class="d-flex flex-column justify-content-center">
371371
<h6 class="mb-0 text-sm">Add Progress Track</h6>
@@ -375,10 +375,10 @@ <h6 class="mb-0 text-sm">Add Progress Track</h6>
375375
<td>
376376
<div class="avatar-group mt-2">
377377
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Romina Hadid">
378-
<img src="{{ config.ASSETS_ROOT }}/img/team-2.jpg" alt="team5">
378+
<img src="{{ url_for('static', path='img/team-2.jpg') }}" alt="team5">
379379
</a>
380380
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Jessica Doe">
381-
<img src="{{ config.ASSETS_ROOT }}/img/team-4.jpg" alt="team6">
381+
<img src="{{ url_for('static', path='img/team-4.jpg') }}" alt="team6">
382382
</a>
383383
</div>
384384
</td>
@@ -402,7 +402,7 @@ <h6 class="mb-0 text-sm">Add Progress Track</h6>
402402
<td>
403403
<div class="d-flex px-2 py-1">
404404
<div>
405-
<img src="{{ config.ASSETS_ROOT }}/img/small-logos/logo-slack.svg" class="avatar avatar-sm me-3" alt="team7">
405+
<img src="{{ url_for('static', path='img/small-logos/logo-slack.svg') }}" class="avatar avatar-sm me-3" alt="team7">
406406
</div>
407407
<div class="d-flex flex-column justify-content-center">
408408
<h6 class="mb-0 text-sm">Fix Platform Errors</h6>
@@ -412,10 +412,10 @@ <h6 class="mb-0 text-sm">Fix Platform Errors</h6>
412412
<td>
413413
<div class="avatar-group mt-2">
414414
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Romina Hadid">
415-
<img src="{{ config.ASSETS_ROOT }}/img/team-3.jpg" alt="team8">
415+
<img src="{{ url_for('static', path='img/team-3.jpg') }}" alt="team8">
416416
</a>
417417
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Jessica Doe">
418-
<img src="{{ config.ASSETS_ROOT }}/img/team-1.jpg" alt="team9">
418+
<img src="{{ url_for('static', path='img/team-1.jpg') }}" alt="team9">
419419
</a>
420420
</div>
421421
</td>
@@ -439,7 +439,7 @@ <h6 class="mb-0 text-sm">Fix Platform Errors</h6>
439439
<td>
440440
<div class="d-flex px-2 py-1">
441441
<div>
442-
<img src="{{ config.ASSETS_ROOT }}/img/small-logos/logo-spotify.svg" class="avatar avatar-sm me-3" alt="spotify">
442+
<img src="{{ url_for('static', path='img/small-logos/logo-spotify.svg') }}" class="avatar avatar-sm me-3" alt="spotify">
443443
</div>
444444
<div class="d-flex flex-column justify-content-center">
445445
<h6 class="mb-0 text-sm">Launch our Mobile App</h6>
@@ -449,16 +449,16 @@ <h6 class="mb-0 text-sm">Launch our Mobile App</h6>
449449
<td>
450450
<div class="avatar-group mt-2">
451451
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Ryan Tompson">
452-
<img src="{{ config.ASSETS_ROOT }}/img/team-4.jpg" alt="user1">
452+
<img src="{{ url_for('static', path='img/team-4.jpg') }}" alt="user1">
453453
</a>
454454
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Romina Hadid">
455-
<img src="{{ config.ASSETS_ROOT }}/img/team-3.jpg" alt="user2">
455+
<img src="{{ url_for('static', path='img/team-3.jpg') }}" alt="user2">
456456
</a>
457457
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Alexander Smith">
458-
<img src="{{ config.ASSETS_ROOT }}/img/team-4.jpg" alt="user3">
458+
<img src="{{ url_for('static', path='img/team-4.jpg') }}" alt="user3">
459459
</a>
460460
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Jessica Doe">
461-
<img src="{{ config.ASSETS_ROOT }}/img/team-1.jpg" alt="user4">
461+
<img src="{{ url_for('static', path='img/team-1.jpg') }}" alt="user4">
462462
</a>
463463
</div>
464464
</td>
@@ -482,7 +482,7 @@ <h6 class="mb-0 text-sm">Launch our Mobile App</h6>
482482
<td>
483483
<div class="d-flex px-2 py-1">
484484
<div>
485-
<img src="{{ config.ASSETS_ROOT }}/img/small-logos/logo-jira.svg" class="avatar avatar-sm me-3" alt="jira">
485+
<img src="{{ url_for('static', path='img/small-logos/logo-jira.svg') }}" class="avatar avatar-sm me-3" alt="jira">
486486
</div>
487487
<div class="d-flex flex-column justify-content-center">
488488
<h6 class="mb-0 text-sm">Add the New Pricing Page</h6>
@@ -492,7 +492,7 @@ <h6 class="mb-0 text-sm">Add the New Pricing Page</h6>
492492
<td>
493493
<div class="avatar-group mt-2">
494494
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Ryan Tompson">
495-
<img src="{{ config.ASSETS_ROOT }}/img/team-4.jpg" alt="user5">
495+
<img src="{{ url_for('static', path='img/team-4.jpg') }}" alt="user5">
496496
</a>
497497
</div>
498498
</td>
@@ -516,7 +516,7 @@ <h6 class="mb-0 text-sm">Add the New Pricing Page</h6>
516516
<td>
517517
<div class="d-flex px-2 py-1">
518518
<div>
519-
<img src="{{ config.ASSETS_ROOT }}/img/small-logos/logo-invision.svg" class="avatar avatar-sm me-3" alt="invision">
519+
<img src="{{ url_for('static', path='img/small-logos/logo-invision.svg') }}" class="avatar avatar-sm me-3" alt="invision">
520520
</div>
521521
<div class="d-flex flex-column justify-content-center">
522522
<h6 class="mb-0 text-sm">Redesign New Online Shop</h6>
@@ -526,10 +526,10 @@ <h6 class="mb-0 text-sm">Redesign New Online Shop</h6>
526526
<td>
527527
<div class="avatar-group mt-2">
528528
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Ryan Tompson">
529-
<img src="{{ config.ASSETS_ROOT }}/img/team-1.jpg" alt="user6">
529+
<img src="{{ url_for('static', path='img/team-1.jpg') }}" alt="user6">
530530
</a>
531531
<a href="javascript:;" class="avatar avatar-xs rounded-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Jessica Doe">
532-
<img src="{{ config.ASSETS_ROOT }}/img/team-4.jpg" alt="user7">
532+
<img src="{{ url_for('static', path='img/team-4.jpg') }}" alt="user7">
533533
</a>
534534
</div>
535535
</td>
@@ -635,7 +635,7 @@ <h6 class="text-dark text-sm font-weight-bold mb-0">New order #9583120</h6>
635635
<!-- Specific JS goes HERE -->
636636
{% block javascripts %}
637637

638-
<script src="{{ config.ASSETS_ROOT }}/js/plugins/chartjs.min.js"></script>
638+
<script src="{{ url_for('static', path='js/plugins/chartjs.min.js') }}"></script>
639639
<script>
640640
var ctx = document.getElementById("chart-bars").getContext("2d");
641641

0 commit comments

Comments
 (0)