Skip to content

Commit 2986995

Browse files
committed
File organization
1 parent b83182f commit 2986995

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+260
-260
lines changed

.DS_Store

0 Bytes
Binary file not shown.
Lines changed: 256 additions & 256 deletions
Large diffs are not rendered by default.
File renamed without changes.

assets/css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ input, select, textarea {
22212221
-webkit-transition: opacity 0.2s ease-in-out;
22222222
-ms-transition: opacity 0.2s ease-in-out;
22232223
transition: opacity 0.2s ease-in-out;
2224-
background: url("images/overlay.png");
2224+
background: url("assets/images/overlay.png");
22252225
border-radius: 0.35em;
22262226
content: '';
22272227
display: block;
@@ -2266,7 +2266,7 @@ input, select, textarea {
22662266
}
22672267

22682268
.image.thumb:hover:before {
2269-
background: url("images/overlay.png"), url("images/overlay.png");
2269+
background: url("assets/images/overlay.png"), url("assets/images/overlay.png");
22702270
opacity: 1.0;
22712271
}
22722272

@@ -2787,7 +2787,7 @@ input, select, textarea {
27872787
justify-content: space-between;
27882788
background-color: #1f1815;
27892789
background-attachment: scroll, scroll;
2790-
background-image: url("images/overlay.png"), url("../../images/bg.jpg");
2790+
background-image: url("assets/images/overlay.png"), url("../../assets/images/bg.jpg");
27912791
background-position: top left, top left;
27922792
background-repeat: repeat, no-repeat;
27932793
background-size: auto, 150%;
@@ -3273,7 +3273,7 @@ input, select, textarea {
32733273
#footer {
32743274
background-attachment: scroll;
32753275
background-color: #1f1815;
3276-
background-image: url("images/overlay.png"), url("../../images/bg.jpg");
3276+
background-image: url("assets/images/overlay.png"), url("../../assets/images/bg.jpg");
32773277
background-position: top left, bottom center;
32783278
background-repeat: repeat, no-repeat;
32793279
background-size: auto, cover;

0 commit comments

Comments
 (0)