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 @@
+

SAS Open Source Contributor Handbook

Contributing to open source projects from SAS Institute Inc.

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 @@

Open source software from SAS

-

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.

View projects Contribute →

- +
@@ -83,6 +83,7 @@

Check compatibility

Featured projects

Notable open source projects from SAS. Contributions welcome.

+

Browse all

@@ -101,22 +102,125 @@
sas-ggdk

The SAS generics library for Go provides packages that leverage generic types to support various common development tasks and patterns.

Contribute →

-
-
viya4-monitoring-kubernetes
-

Provides simple scripts and customization options to deploy monitoring, alerts, and log aggregation for Viya 4 running on Kubernetes.

-

Contribute →

+
+ + + +
+
+
-
-
postgrest-client
-

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. -

Contribute →

+
+ + + +
+
+

Open source projects from SAS

+

Browse the SAS Software organization on GitHub. Read the SAS Open Source Contributor Handbook to get started.

+
+
+ +
+
+

New

+

Just launched

-
-

Read the guide

-

The SAS Open Source Contributor Handbook is your guide to contributing to SAS projects.

- Read now +
+

Recently updated

+ + + +
+
+ +
+
+ + + +
+
+ +
+
+

SAS Contributes

+

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.

+
+
+
+
+

Contributions from SAS

+

Recent commits from members of SAS Software. +


+

{USER} did {ACTIVITY} on {PROJECT}.

+

{USER} did {ACTIVITY} on {PROJECT}.

+

{USER} did {ACTIVITY} on {PROJECT}.

+
+
+
+ + + @@ -224,6 +328,14 @@

SAS extension for VS Code

Get more from SAS® Viya®

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.

+
+
+
+
+
+
+
+
@@ -246,7 +358,7 @@

SAS® Viya® 4 admin checklist

Keep your SAS® Viya® deployment operating at its best.

Get started →

-
+

Automated SAS® Viya® cloud deployment.

Open source Terraform configuration files for provisioning SAS® Viya® resources on public clouds.

Deploy now

@@ -268,16 +380,13 @@

Deploy now

-
+

SAS education resources

Openly licensed materials to support your SAS education journey.

-
- -

Tutorials

A collection of hands-on instructions, examples, data, and tutorials provided by SAS Education to support your SAS training journey.

@@ -288,13 +397,21 @@

Code examples

A library of SAS code examples. Programs can be copied and executed in your SAS execution environment of choice.

Get started →

+
+
+
+
+
+
+
+
- +

More to explore

Access materials from hands-on sessions at SAS Innovate. Get started with SAS® Viya Workbench, SAS® Intelligent Decisioning, SAS® Visual Analytics, and more.

Access now

@@ -304,92 +421,6 @@

More to explore

-
-
-

Open source projects from SAS

-

Browse the SAS Software organization on GitHub. Read the SAS Open Source Contributor Handbook to get started.

-
-
-
-
-

Just launched

-
-
-

Recently updated

-
-
-

Most forked

-
-
- - - - - - -
-
- -
-
- - -