Skip to content

Merge main into staging #367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions site/about/ValidMind-logo-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions site/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ You can learn more about effective model risk management by requesting a demo wi
Need some help? Try our self-service documentation or email us at: [support@validmind.com](mailto:support@validmind.com)
:::

<a class="btn btn-secondary" role="button" style="padding: 12px;color: var(--bs-white);background: transparent;border-radius: 4px;margin-top: 4px;margin-bottom: 14px;font-family: 'Inter';font-style: normal;font-weight: 700;font-size: 14px;line-height: 100%;margin-right: 18px;border: 1px solid var(--bs-white);border-left-color: var(--bs-white);" href="faq/faq.html">Frequently Asked Questions</a>
<a class="btn btn-primary" role="button" style="padding: 12px;color: var(--bs-white);background: #DE257E;border-radius: 4px;margin-top: 4px;margin-bottom: 14px;font-family: 'Inter';font-style: normal;font-weight: 700;font-size: 14px;line-height: 100%;border: 1px solid var(--bs-pink);" href="https://validmind.com/contact/">Request A Demo</a>
<a class="btn btn-secondary" role="button" style="padding: 12px;color: #083E44;background: transparent;border-radius: 4px;margin-top: 4px;margin-bottom: 14px;font-family: 'Inter';font-style: normal;font-weight: 700;font-size: 14px;line-height: 100%;margin-right: 18px;border: 1px solid #083E44;border-left-color: #083E44;" href="faq/faq.html">Frequently Asked Questions</a>
<a class="btn btn-primary" role="button" style="padding: 12px;color: var(--bs-white);background: #083E44;border-radius: 4px;margin-top: 4px;margin-bottom: 14px;font-family: 'Inter';font-style: normal;font-weight: 700;font-size: 14px;line-height: 100%;border: 1px solid #083E44;" href="https://validmind.com/contact/">Request A Demo</a>

:::

Expand Down
30 changes: 17 additions & 13 deletions site/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ a {
}

a:hover {
text-decoration: underline 2px solid black;
text-decoration: underline 2px solid #083E44;
/* text-underline-offset: 6px; */
}

Expand All @@ -56,7 +56,7 @@ a.nav-link:before, a.dropdown-item:before {
height: 2px;
bottom: 0;
left: 0;
background-color: #DE257E;
background-color: #083E44;
transform: scaleX(0);
transition: transform 0.3s ease;
}
Expand All @@ -70,7 +70,7 @@ a.nav-link:hover::before, a.dropdown-item:hover::before {
}

code {
color: #6B379E;
color: #083E44;
}

.navbar-brand img {
Expand Down Expand Up @@ -125,13 +125,13 @@ code {

div.callout.callout {
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
border: 1px solid #DE257E;
border: 1px solid #083E44;
border-left-width: 5px;
background: #B5B5B510;
}

.callout-title-container {
/* color: #DE257E; */
color: #083E44;
margin-bottom: 10px;
}

Expand All @@ -149,7 +149,7 @@ div.callout.callout {
}

.card:hover {
border: 1px solid black;
border: 1px solid #083E44;
background-color: #B5B5B510;
}

Expand All @@ -159,11 +159,11 @@ div.callout.callout {

.video-js {
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
border: 1px solid #6B379E;
border: 1px solid #083E44;
}

pre, pre.python, pre.bash, pre.yaml {
background-color: #B5B5B520;
background-color: #083E4420;
padding: 15px;
border-radius: 5px;
}
Expand All @@ -179,7 +179,7 @@ pre, pre.python, pre.bash, pre.yaml {
} */

.hero-flex {
background-color: #1E293B;
background-color: #083E44;
margin-top: -35px;
padding: 75px;
padding-bottom: 25px;
Expand Down Expand Up @@ -213,11 +213,11 @@ pre, pre.python, pre.bash, pre.yaml {

.support-flex {
margin-top: 25px;
background-color: #10172A;
background-color: #EAF8FA;
padding: 25px;
padding-bottom: 0px;
border-radius: 15px;
color: white;
/* color: white; */
}

.nav-item {
Expand Down Expand Up @@ -265,13 +265,13 @@ input[type="checkbox"][disabled][checked] {
}

input[type="checkbox"][checked] {
accent-color: black;
accent-color: #083E44;
}

.prereq {
margin-top: 20px;
margin-bottom: 10px;
border: 2px solid black;
border: 2px solid #083E44;
/* background-color: #B5B5B510; */
border-left-width: 0px;
border-right-width: 0px;
Expand All @@ -281,6 +281,10 @@ input[type="checkbox"][checked] {
padding-right: 40px;
}

.prereq h2{
color: #083E44;
}

/* section#footnotes {
display: none !important;
}
Expand Down