Skip to content

Commit 9b3f010

Browse files
authoredFeb 25, 2025··
feat: add site section featuring trustworthy AI resources (#15)
* add new section on trustworthy AI * add badge class to stylesheet * add new image Signed-off-by: Bryan Behrenshausen <[email protected]>
1 parent bd4bd4f commit 9b3f010

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed
 

‎css/sassoftware.css

+12
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,18 @@ td:last-child {
538538
font-family: monospace;
539539
font-size: 85%;
540540
}
541+
.u-badge {
542+
color: var(--accent-hue);
543+
letter-spacing: .13rem;
544+
text-transform: uppercase;
545+
font-size: 50%;
546+
font-weight: bolder;
547+
border: 1px solid var(--accent-hue);
548+
border-radius: .5rem;
549+
padding: .75rem;
550+
display: inline-block;
551+
box-shadow: .3rem .3rem .1rem;
552+
}
541553
.u-img-hero {
542554
max-width: 80%;
543555
}

‎images/trustworthy-ai.png

92.1 KB
Loading

‎index.html

+29
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,35 @@ <h3>Read the guide</h3>
103103

104104
<!-- Banded section -->
105105

106+
<div class="divider">
107+
<div>
108+
<img class="u-img-divider" src="images/standard-section-divider.png">
109+
</div>
110+
</div>
111+
112+
<!-- Body section -->
113+
114+
<div class="grid-container halves">
115+
<div>
116+
<p class="u-badge">Public preview</p>
117+
<h2>SAS Trustworthy AI Life Cycle</h2>
118+
<p>Steps for evaluating and deploying a more trustworthy AI system.</p>
119+
<p><a class="button button-classic" href="https://sassoftware.github.io/sas-trustworthy-ai-life-cycle/" title="SAS Trustworthy AI Life Cycle">Explore</a> <a href="https://github.com/sassoftware/sas-trustworthy-ai-life-cycle" title="sas-trustworthy-ai-life-cycle">Contribute →</a>
120+
<hr>
121+
<h4>Learn more about trustworthy AI</h4>
122+
<ul>
123+
<li><a href="https://www.sas.com/content/dam/SAS/documents/infographics/2023/en-trustworthy-ai-across-analytics-life-cycle-113583.pdf" title="Trustworthy AI Across the Data and AI Life Cycle">Read the handout</a></li>
124+
<li><a href="https://www.youtube.com/watch?v=yRiKKSpfT7g" title="Enforcing Trustworthy AI Standards & Best Practices in Analytical Projects">Watch the presentation</a></li>
125+
<li><a href="https://communities.sas.com/t5/Trustworthy-AI/bd-p/trustworthy-ai" title="SAS Trustworthy AI community">Join the community</a></li>
126+
</ul>
127+
</div>
128+
<div>
129+
<img class="u-three-quarter-width"src="images/trustworthy-ai.png">
130+
</div>
131+
</div>
132+
133+
<!-- Banded section -->
134+
106135
<div class="band transparent-band">
107136
<div>
108137
<h2>SAS® Studio custom steps</h2>

0 commit comments

Comments
 (0)
Please sign in to comment.