Skip to content

Commit babd570

Browse files
committed
Minor tweaks
1 parent 118c8af commit babd570

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

site/training/_training-support.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
::: {.column-screen}
2+
13
## Provide feedback
24

3-
Have feedback or questions?
5+
Have feedback or questions?^[To get help from a human, **send an email to <support@validmind.ai>**.]
46

57
- We sponsor a Slack community where you can **provide feedback** or **ask questions**[Join Our Community Slack](/about/contributing/join-community.qmd){target="_blank"}.
68
- There is a **dedicated channel for support**[#community-support](https://validmind.slack.com/archives/C05FUFY9C4S).
79

810
Our growing Slack community is not just for our products but also aims to foster discussions between AI risk practitioners and those involved in model risk management (MRM). Feel free to take a look around the other channels that are available and stay a while.
911

10-
## Get help
11-
12-
To get help from a human, send an email to <support@validmind.ai>.
12+
:::

site/training/assets/training.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ a:hover {
88

99
.training-hero {
1010
position: relative;
11-
margin-top: -90px;
11+
margin-top: -35px;
1212
padding: 100px;
1313
background-color: #042426;
1414
color: #EAF8FA;
1515
z-index: 1;
16-
text-align: center;
1716
margin-bottom: 25px;
18-
background: linear-gradient(rgba(8, 62, 68, 1), rgba(8, 62, 68, 0.50)), url('../../assets/img/solutions-hero.png');
17+
background: url('../../assets/img/solutions-hero.png');
18+
display: flex;
19+
justify-content: center;
20+
align-items: center;
21+
flex-direction: column;
22+
text-align: center;
1923
}
2024

2125
#quarto-sidebar.sidebar {
@@ -79,8 +83,8 @@ a:hover {
7983
}
8084

8185
.attn {
82-
margin-top: 20px;
83-
margin-bottom: 10px;
86+
margin-top: 40px;
87+
margin-bottom: 20px;
8488
border: 2px solid #042426;
8589
background-color: #EAF8FA;
8690
border-left-width: 0px;

site/training/training.qmd

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Welcome to ValidMind Training"
2+
pagetitle: "ValidMind Training"
33
# date: last-modified
44
# navbar: false
55
sidebar: false
@@ -75,8 +75,12 @@ listing:
7575

7676
::: {.training-hero}
7777

78-
:::: {.f3}
79-
Gain **hands-on experience** and explore what ValidMind has to offer with our **free** training courses.
78+
:::: {.f2 .w-60}
79+
**Ready to dive into the world of model risk?**
80+
:::
81+
82+
:::: {.f4 .w-60}
83+
Our **free** courses make navigating **AI and governance** straightforward, practical, and even fun — gain **hands-on experience** and discover the platform that simplifies **model risk management**!
8084
:::
8185

8286
:::

0 commit comments

Comments
 (0)