Skip to content

Commit 3935f63

Browse files
Reorder Assets (Images/CSS/JS)
1 parent 4fd95db commit 3935f63

36 files changed

+36
-58
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

style.css renamed to assets/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ button {
704704
.tf__banner_img .img::after {
705705
position: absolute;
706706
content: "";
707-
background: url(banner_shape.png);
707+
background: url(/assets/images/banner_shape.png);
708708
background-position: center top;
709709
background-repeat: no-repeat;
710710
background-size: cover;
@@ -1593,7 +1593,7 @@ main {
15931593
.tf__about_img_2::before {
15941594
position: absolute;
15951595
content: "";
1596-
background: url(../images/about_shapes.png);
1596+
background: url(/assets/images/about_shapes.png);
15971597
background-position: center;
15981598
background-repeat: no-repeat;
15991599
background-size: cover;
@@ -1797,7 +1797,7 @@ main {
17971797
.tf__single_skill_2 .tf__team_skills_bar_single .tip::after {
17981798
position: absolute;
17991799
content: "";
1800-
background: url(../images/skills_shape.png);
1800+
background: url(/assets/images/skills_shape.png);
18011801
background-position: center;
18021802
background-repeat: no-repeat;
18031803
background-size: cover;
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)