diff --git a/contributor-handbook.html b/contributor-handbook.html index 58b3276..6407f18 100755 --- a/contributor-handbook.html +++ b/contributor-handbook.html @@ -21,6 +21,7 @@
diff --git a/css/sassoftware.css b/css/sassoftware.css index ca0791e..22bd524 100755 --- a/css/sassoftware.css +++ b/css/sassoftware.css @@ -183,12 +183,20 @@ h6 { font-size: 1.7rem; line-height: 1.6; margin-bottom: 0.6rem; font-weight: bo padding: 0rem; } .inverted { - background-color: var(--theme-hue); color: white; border-radius: .5rem; padding: 4rem; box-sizing: border-box; } +.inverted-blue { + background-color: var(--theme-hue); +} +.inverted-dark { + background-color: var(--darker-hue); +} +.inverted-gray { + background-color: var(--gray-hue); +} .boxed { border: 1px solid var(--border-color-softer); border-radius: .5rem; @@ -265,6 +273,87 @@ a:hover { text-decoration: underline; } +/* Shapes +–––––––––––––––––––––––––––––––––––––––––––––––––– */ + +.shapes { + margin: auto auto; +} +.shape { + float: left; +} +.circle-blue { + width: 5rem; + height: 5rem; + border-radius: 5rem; + background-color: var(--theme-hue); + margin: 0 1rem 0 0; +} +.circle-dark { + width: 5rem; + height: 5rem; + border-radius: 5rem; + background-color: var(--darker-hue); + margin: 0 1rem 0 0; +} +.circle-gray { + width: 5rem; + height: 5rem; + border-radius: 5rem; + background-color: var(--gray-hue); + margin: 0 1rem 0 0; +} +.circle-transparent { + width: 5rem; + height: 5rem; + border-radius: 5rem; + border: .01rem solid var(--theme-hue); + background-color: var(--background-color); + margin: 0 1rem 0 0; +} +.semicircle-up { + width: 10rem; + height: 5rem; + border-radius: 0 0 5rem 5rem; + background-color: var(--darker-hue); + margin: 0 1rem 0 0; +} +.semicircle-down { + width: 10rem; + height: 5rem; + border-radius: 5rem 5rem 0 0; + background-color: var(--theme-hue); + margin: 0 1rem 0 0; +} +.oblique { + width: 10rem; + height: 5rem; + border-radius: 0 5rem 0 5rem; + background-color: var(--accent-hue); + margin: 0 1rem 0 0; +} +.reverse-oblique { + width: 10rem; + height: 5rem; + border-radius: 5rem 0 5rem 0; + background-color: var(--darker-hue); + margin: 0 1rem 0 0; +} +.quartercircle-left { + width: 5rem; + height: 5rem; + border-radius: 0 0 0 5rem; + background-color: var(--accent-hue); + margin: 0 1rem 0 0; +} +.quartercircle-right { + width: 5rem; + height: 5rem; + border-radius: 5rem 0 0 0; + background-color: var(--theme-hue); + margin: 0 1rem 0 0; +} + /* Buttons –––––––––––––––––––––––––––––––––––––––––––––––––– */ @@ -553,11 +642,11 @@ td:last-child { .u-img-hero { max-width: 80%; } -.u-img-hiding { - display: block; +.u-hiding { + position: relative; } @media (max-width: 1101px) { - .u-img-hiding { + .u-hiding { display: none; } } diff --git a/images/sas-contributes.png b/images/sas-contributes.png new file mode 100644 index 0000000..2a2e40a Binary files /dev/null and b/images/sas-contributes.png differ diff --git a/images/sas-python.png b/images/sas-python.png deleted file mode 100644 index 4db5f1f..0000000 Binary files a/images/sas-python.png and /dev/null differ diff --git a/images/sas-stock-1.jpg b/images/sas-stock-1.jpg deleted file mode 100644 index 732f7bc..0000000 Binary files a/images/sas-stock-1.jpg and /dev/null differ diff --git a/index.html b/index.html index 95f1ff3..909208a 100755 --- a/index.html +++ b/index.html @@ -23,11 +23,11 @@From data to insights. Faster. Help build the future of AI and analytics with open source tools from SAS.
+From data to insights. Faster. Help build the future of AI and analytics with open source tools from SAS.
The SAS generics library for Go provides packages that leverage generic types to support various common development tasks and patterns.
Provides simple scripts and customization options to deploy monitoring, alerts, and log aggregation for Viya 4 running on Kubernetes.
- +General purpose type-safe TypeScript client for PostgREST. Supports select, insert, update, upsert, delete queries with composite joins, resource embedding, full JSON column data handling and typing. -
+Browse the SAS Software organization on GitHub. Read the SAS Open Source Contributor Handbook to get started.
+New
+The SAS Open Source Contributor Handbook is your guide to contributing to SAS projects.
- Read now +Openness and collaboration are central to the future of analytics and AI.
+At SAS, we're building that future in partnership with the open source ecosystem.
+That way, we'll know we're responding to the industry's rapidly changing needs, building the most inclusive tools we can, and creating the most value for our customers.
+Recent commits from members of SAS Software. +
{USER} did {ACTIVITY} on {PROJECT}.
+{USER} did {ACTIVITY} on {PROJECT}.
+{USER} did {ACTIVITY} on {PROJECT}.
+SAS® Viya® puts your data to work, helping you make better decisions faster. Use these open source tools to get the most from this end-to-end platform.
Keep your SAS® Viya® deployment operating at its best.
Open source Terraform configuration files for provisioning SAS® Viya® resources on public clouds.
Openly licensed materials to support your SAS education journey.
A collection of hands-on instructions, examples, data, and tutorials provided by SAS Education to support your SAS training journey.
@@ -288,13 +397,21 @@A library of SAS code examples. Programs can be copied and executed in your SAS execution environment of choice.
Access materials from hands-on sessions at SAS Innovate. Get started with SAS® Viya Workbench, SAS® Intelligent Decisioning, SAS® Visual Analytics, and more.
@@ -304,92 +421,6 @@Browse the SAS Software organization on GitHub. Read the SAS Open Source Contributor Handbook to get started.
-