Skip to content

Commit

Permalink
Next work update
Browse files Browse the repository at this point in the history
  • Loading branch information
mukrop committed May 31, 2024
1 parent 26e893b commit 4a12760
Show file tree
Hide file tree
Showing 32 changed files with 1,649 additions and 10,654 deletions.
46 changes: 45 additions & 1 deletion assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -27003,17 +27003,36 @@ a:hover .text-inherit {
/*------------------------------------
File for your custom SCSS style
------------------------------------*/
html {
overflow-x: clip;
scroll-behavior: smooth;
}

body {
background-color: #eef5ff;
overflow-x: clip;
}

.gradient-y-gray {
background-image: linear-gradient(to bottom, transparent, rgba(var(--bs-dark-rgb), 0.15));
}

.navbar-brand-logo {
height: 40px;
width: 50px;
min-width: auto;
max-width: none;
}

.navbar-toggler {
border: none;
}

.navbar-toggler svg {
height: 1.5rem;
width: 1.5rem;
}

.hero-logo {
width: 150px;
}
Expand All @@ -27023,6 +27042,10 @@ body {
filter: invert(78%) sepia(7%) saturate(1704%) hue-rotate(188deg) brightness(105%) contrast(102%);
}

.brand:hover {
filter: invert(95%);
}

.accordion-button, .accordion-item, .accordion-button:not(.collapsed) {
background-color: transparent;
}
Expand All @@ -27033,10 +27056,31 @@ body {
}

.link-light {
color: #BDD5FF;
color: #BDD5FF !important;
}

.link-light:hover {
color: #eef5ff;
}

.card-title {
--bs-text-opacity: 1;
color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.btn-ghost-secondary {
background-color: #BDD5FF;
}

.btn-ghost-secondary:hover {
background-color: #eef5ff;
}

.list-inline-item:not(:last-child) {
margin-right: 2rem;
}

.svg-icon-small > svg {
width: 2rem;
height: 2rem;
}
2 changes: 1 addition & 1 deletion assets/css/theme.min.css

Large diffs are not rendered by default.

Binary file removed assets/img/hero/hero01.jpg
Binary file not shown.
Binary file removed assets/img/hero/hero02.png
Binary file not shown.
Binary file removed assets/img/hero/hero03.png
Binary file not shown.
Binary file removed assets/img/hero/hero04.jpg
Binary file not shown.
Binary file removed assets/img/hero/img1.jpg
Binary file not shown.
Binary file removed assets/img/hero/img2.jpg
Binary file not shown.
Binary file removed assets/img/hero/img4.jpg
Binary file not shown.
Binary file removed assets/img/hero/img5.jpg
Binary file not shown.
Binary file removed assets/img/img1.jpg
Binary file not shown.
Binary file removed assets/img/img2.jpg
Binary file not shown.
Binary file removed assets/img/logo-is.png
Binary file not shown.
Binary file removed assets/img/team/img27.jpg
Binary file not shown.
Binary file removed assets/img/team/img28.jpg
Binary file not shown.
Binary file removed assets/img/team/img29.jpg
Binary file not shown.
Binary file removed assets/img/team/img30.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion assets/js/theme-custom.js

This file was deleted.

29 changes: 1 addition & 28 deletions assets/js/theme.min.js

Large diffs are not rendered by default.

275 changes: 240 additions & 35 deletions assets/svg/oc-growing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
336 changes: 293 additions & 43 deletions assets/svg/oc-hi-five.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
670 changes: 582 additions & 88 deletions assets/svg/oc-looking-for-answers.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
431 changes: 372 additions & 59 deletions assets/svg/oc-maintenance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4a12760

Please sign in to comment.