Skip to content

Add banner referencing SAS Innovate #18

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
May 16, 2025
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
9 changes: 6 additions & 3 deletions css/sassoftware.css
Original file line number Diff line number Diff line change
Expand Up @@ -550,12 +550,15 @@ td:last-child {
display: inline-block;
box-shadow: .3rem .3rem .1rem;
}
.u-img-hero {
.u-img-hero {
max-width: 80%;
}
.u-img-hiding {
display: block;
}
@media (max-width: 1101px) {
.u-img-hero {
display:none;
.u-img-hiding {
display: none;
}
}
.u-img-border {
Expand Down
Binary file added images/sas-innovate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>Open source software from SAS</h1>
<p><a class="button button-classic" href="https://github.com/sassoftware" title="github.com/sassoftware">View projects</a> <a href="contributor-handbook.html" title="SAS Open Source Contributor Handbook">Contribute →</a></p>
</div>
<div>
<img class="u-img-hero" src="images/sas-colors-2.png">
<img class="u-img-hero u-img-hiding" src="images/sas-colors-2.png">
</div>
</div>

Expand Down Expand Up @@ -292,11 +292,15 @@ <h3>Code examples</h3>

<!-- Banded section -->

<div class="divider">
<div class="band blue-band">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
<img class="u-img-hiding u-half-width" src="images/sas-innovate.png" style="padding-bottom:4rem;">
<h2>More to explore</h2>
<p class="u-embiggen">Access materials from hands-on sessions at <a href="https://www.sas.com/en/events/sas-innovate.html" title="SAS Innovate">SAS Innovate</a>. Get started with SAS® Viya Workbench, SAS® Intelligent Decisioning, SAS® Visual Analytics, and more.</p>
<p><a class="button button-inverted" href="https://github.com/SAS-Innovate-2025" title="SAS-Innovate-2025">Access now</a></p>
</div>
</div>
</div>

<!-- Body section -->

Expand Down