Skip to content

Commit de60ba6

Browse files
committed
Moves all necessaries files to root folder.
1 parent 734d1fc commit de60ba6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed
File renamed without changes.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
/>
2424
<!--Loads stylesheet-->
2525
<link
26-
href = "./public/style.css"
26+
href = "./style.css"
2727
rel = "stylesheet"
2828
/>
2929
<!--Global title-->
3030
<title>GitLab Clone</title>
3131
<!--App favicon-->
3232
<link
33-
ref = "./public/favicon.ico"
33+
ref = "./favicon.ico"
3434
rel = "shortcut icon"
3535
type = "image/ico"
3636
/>
3737
<link
38-
href = "./public/favicon.ico"
38+
href = "./favicon.ico"
3939
type = "image/ico"
4040
rel = "icon"
4141
/>

public/style.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/common/themes/_light.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
// Fonts family.
1313
$inter-regular-sans-serif: "InterRegular", sans-serif !default;
14-
$inter-regular: "../assets/fonts/inter-regular.ttf" !default;
14+
$inter-regular: "./assets/fonts/inter-regular.ttf" !default;
1515
$inter-regular-font: "InterRegular" !default;
1616

1717
// Colors theme.

src/home_page/components/banner/stylesheets/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $banner-770: "only screen and (max-width: 770px)" !default;
1515
$banner-420: "only screen and (max-width: 420px)" !default;
1616

1717
// Resources.
18-
$banner-bg-image-path: "../assets/images/gradient-desktop.jpg" !default;
18+
$banner-bg-image-path: "./assets/images/gradient-desktop.jpg" !default;
1919

2020
// Colors theme.
2121
$banner-label-bg-start-color: #f5f1ff !default;

src/home_page/components/pricing/stylesheets/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $pricing-900: "only screen and (min-width: 770px) and (max-width: 900px)" !defau
1515
$pricing-770: "only screen and (max-width: 770px)" !default;
1616

1717
// Resources.
18-
$pricing-ultimate-bg: "../assets/images/ultimate.png" !default;
18+
$pricing-ultimate-bg: "./assets/images/ultimate.png" !default;
1919

2020
// Colors theme.
2121
$pricing-btn-bg-color: $primary-color !default;

src/home_page/components/services/stylesheets/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $services-1196: "only screen and (max-width: 1196px)" !default;
1515
$services-1025: "only screen and (max-width: 1025px)" !default;
1616

1717
// Resources.
18-
$services-bg-image-path: "../assets/images/infinity.svg" !default;
18+
$services-bg-image-path: "./assets/images/infinity.svg" !default;
1919

2020
// Colors theme.
2121
$services-text-color: $primary-color !default;

style.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)