Skip to content

Commit

Permalink
UPdated website
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreram committed Dec 28, 2023
1 parent 65222ca commit 5df5353
Show file tree
Hide file tree
Showing 58 changed files with 1,424 additions and 779 deletions.
Binary file not shown.
Binary file modified .sass-cache/e3d4ddc2acc7ad9601c8f5dfd4deb1ac92f7bc14/main.scssc
Binary file not shown.
4 changes: 2 additions & 2 deletions assets/css/blog.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 18 additions & 2 deletions assets/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added assets/images/backgrounds/pattern-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/backgrounds/tech-pattern-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/previews/carethy-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/previews/carethy-new.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/scss/_constants.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $primary-color: #683257;
$secondary-color: #F51AA4;
$light-color: #C2C1C2;
$white-color: white;
$black-color: #1a1a1a;
$black-color: #101010;
$gray-color: #616161;

.as-primary-color {
Expand Down
18 changes: 18 additions & 0 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,21 @@
transform: rotate(-70deg);
content: '';
}

.as-background-black {
background-image: url(file:///var/www/apisearch/apisearch.io/assets/images/backgrounds/tech-pattern-1.png);
background-size: auto;
background-repeat: repeat-x;
background-position: bottom;
}

#top-banner {
background-image: url(file:///var/www/apisearch/apisearch.io/assets/images/backgrounds/pattern-2.png);
background-repeat: repeat;
background-size: auto;
}
.clearfix::after {
content: '';
display: block;
clear: both;
}
4 changes: 2 additions & 2 deletions docs/assets/css/blog.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 18 additions & 2 deletions docs/assets/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/assets/images/backgrounds/pattern-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/previews/carethy-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/previews/carethy-new.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/assets/scss/_constants.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $primary-color: #683257;
$secondary-color: #F51AA4;
$light-color: #C2C1C2;
$white-color: white;
$black-color: #1a1a1a;
$black-color: #101010;
$gray-color: #616161;

.as-primary-color {
Expand Down
18 changes: 18 additions & 0 deletions docs/assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,21 @@
transform: rotate(-70deg);
content: '';
}

.as-background-black {
background-image: url(file:///var/www/apisearch/apisearch.io/assets/images/backgrounds/tech-pattern-1.png);
background-size: auto;
background-repeat: repeat-x;
background-position: bottom;
}

#top-banner {
background-image: url(file:///var/www/apisearch/apisearch.io/assets/images/backgrounds/pattern-2.png);
background-repeat: repeat;
background-size: auto;
}
.clearfix::after {
content: '';
display: block;
clear: both;
}
Loading

0 comments on commit 5df5353

Please sign in to comment.