Skip to content

Merge main into staging #532

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
Nov 19, 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
2 changes: 1 addition & 1 deletion site/about/contributing/style-guide/conventions.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ lightbox: true
##### Embedded

```html
<div style="position: relative; padding-bottom: 65.2962515114873%; height: 0;"><iframe src="https://www.loom.com/embed/4d0572607d254b04a5c951b4d3f91f73?sid=ac7ffa93-e9e2-42f0-9392-abcf8d52c104" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 90%; height: 90%; box-shadow: 5px 5px 5px #ccc; border-radius: 5px; border: 1px solid #DE257E;"></iframe></div>
<div style="position: relative; padding-bottom: 65.2962515114873%; height: 0;"><iframe src="https://www.loom.com/embed/4d0572607d254b04a5c951b4d3f91f73?sid=ac7ffa93-e9e2-42f0-9392-abcf8d52c104" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 90%; height: 90%; box-shadow: 5px 5px 5px #ccc; border-radius: 5px; border: 1px solid #196972;"></iframe></div>
```

#### Code
Expand Down
2 changes: 1 addition & 1 deletion site/releases/2024-oct-22/release-notes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Watch the demo:
<div style="position: relative; padding-bottom: 62.5%; height: 0;">
<iframe src="https://www.loom.com/embed/4d7d14b21d17416caefddf2b46fe05af?sid=70f2acd6-9a29-4856-a6ed-b3a0b28b084b"
frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 5px 5px 5px #ccc, -5px 5px 5px #ccc; border-radius: 5px; box-shadow: 5px 5px 5px #ccc; border-radius: 5px; border: 1px solid #DE257E;"></iframe>
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 5px 5px 5px #ccc, -5px 5px 5px #ccc; border-radius: 5px; box-shadow: 5px 5px 5px #ccc; border-radius: 5px; border: 1px solid #196972;"></iframe>
</div>

<!---
Expand Down
11 changes: 8 additions & 3 deletions site/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ a.nav-link, a.dropdown-item {
position: relative;
}

a.nav-link:not(nav#TOC a.nav-link):before,
a.dropdown-item:not(nav#TOC a.dropdown-item):before {
a.nav-link:not(nav#TOC a.nav-link, .nav-footer a:hover):before,
a.dropdown-item:before {
content: "";
position: absolute;
display: block;
Expand Down Expand Up @@ -260,6 +260,11 @@ pre, pre.python, pre.bash, pre.yaml, pre.markdown {
padding-top: 25px;
}

.nav-footer a:hover {
color: #1A202C;
text-decoration: none;
}

.alert, .alert-primary {
background-color: #DE257E;
}
Expand Down Expand Up @@ -458,7 +463,7 @@ figcaption {
.video, iframe[src*="youtube.com"] {
box-shadow: 5px 5px 5px #ccc;
border-radius: 5px;
border: 1px solid #DE257E;
border: 1px solid #196972;
}

#listing-validmind-academy .thumbnail-image.card-img {
Expand Down
8 changes: 8 additions & 0 deletions site/training/training.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ listing:
author: "{{< var vm.product >}}"
---

```{=html}
<style>
.navbar {
background-color: white !important;
}
</style>
```

::: {.column-screen}

::: {.training-hero}
Expand Down