Skip to content

Commit 8b7b862

Browse files
chore: merge development branch
Signed-off-by: Bryan Behrenshausen <[email protected]>
2 parents 0ac77e9 + 53ca25a commit 8b7b862

File tree

2 files changed

+36
-29
lines changed

2 files changed

+36
-29
lines changed

css/sassoftware.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,12 @@ hr {
101101
–––––––––––––––––––––––––––––––––––––––––––––––––– */
102102

103103
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 2rem; font-weight: normal; }
104-
h1 { font-size: 4.8rem; line-height: 1.2; letter-spacing: -.1rem; }
105-
h1 { font-weight: bolder; }
106-
h2 { font-size: 3.1rem; line-height: 1.25; letter-spacing: -.1rem; }
104+
h1 { font-size: 4.8rem; line-height: 1.2; font-weight: bolder; }
105+
h2 { font-size: 3.1rem; line-height: 1.25; letter-spacing: -.05rem; }
107106
h3 { font-size: 2.6rem; line-height: 1.3; letter-spacing: -.1rem; }
108107
h4 { font-size: 2.2rem; line-height: 1.35; letter-spacing: -.08rem; }
109108
h5 { font-size: 2.0rem; line-height: 1.5; letter-spacing: -.05rem; }
110-
h6 { font-size: 1.7rem; line-height: 1.6; letter-spacing: 0; }
111-
h6 { margin-bottom: 0.6rem; font-weight: bold; }
109+
h6 { font-size: 1.7rem; line-height: 1.6; margin-bottom: 0.6rem; font-weight: bold;}
112110

113111
/* Grid
114112
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@@ -263,6 +261,7 @@ a:hover {
263261
button,
264262
.button {
265263
margin-bottom: .5rem;
264+
margin-right: 3rem;
266265
}
267266

268267
.button,

index.html

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ <h1>Open source software from SAS</h1>
3737
<div>
3838
<h2>SAS extension for VS Code</h2>
3939
<p>The SAS Extension for Visual Studio Code provides support for the SAS language, including features such as SAS syntax highlighting, code completion, hover help, code folding, outline, SAS code snippets and run SAS code.</p>
40-
<p><a class="button button-classic" href="https://github.com/sassoftware/vscode-sas-extension" title="vscode-sas-extension">Install</a></p>
41-
<p><a href="https://sassoftware.github.io/vscode-sas-extension/">Read the documentation</a></p>
40+
<p><a class="button button-classic" href="https://github.com/sassoftware/vscode-sas-extension" title="vscode-sas-extension">Install</a>
41+
<a href="https://sassoftware.github.io/vscode-sas-extension/">Read more</a></p>
4242
</div>
4343
</div>
4444

@@ -58,44 +58,54 @@ <h2>Featured projects</h2>
5858
<p>Notable <a href="https://github.com/sassoftware" title="SAS Software organization on GitHub">open source projects</a> from SAS. <a href="contributor-handbook.html" title="SAS Open Source Contributor Handbook">Contributions welcome</a>.</p>
5959
</div>
6060
</div>
61-
<div class="grid-container halves">
62-
<div>
61+
<div class="grid-container thirds">
62+
<div class="boxed">
6363
<h6>kubethor</h6>
6464
<p>A Kubernetes management web application built using Go and React, providing a user-friendly interface to manage and monitor Kubernetes clusters efficiently.</p>
6565
<p><a href="https://github.com/sassoftware/kubethor" title="kubethor">Contribute →</a></p>
6666
</div>
67-
<div>
68-
<h6>sas-network-analysis</h6>
69-
<p>Code samples and materials for network analysis and network optimization with SAS® or SAS® Viya®.</p>
70-
<p><a href="https://github.com/sassoftware/sas-network-analysis" title="sas-network-analysis">Contribute →</a></p>
67+
<div class="boxed">
68+
<h6>sas-copilot</h6>
69+
<p>Issues tracker and feedback project for the SAS coding assistant.</p>
70+
<p><a href="https://github.com/sassoftware/sas-copilot" title="sas-copilot">Contribute →</a></p>
7171
</div>
72-
<div>
72+
<div class="boxed">
7373
<h6>relic</h6>
7474
<p>A service and a tool for adding digital signatures to operating system packages for Linux and Windows.</p>
7575
<p><a href="https://github.com/sassoftware/relic" title="relic">Contribute →</a></p>
7676
</div>
77-
<div>
78-
<h6>restaf</h6>
79-
<p>A simple framework for building applications with SAS REST APIs, supported with SAS® Viya®.</p>
80-
<p><a href="https://github.com/sassoftware/restaf" title="restaf">Contribute →</a></p>
77+
<div class="boxed">
78+
<h6>viya4-orders-cli</h6>
79+
<p>A CLI that calls the appropriate SAS Viya Orders API endpoint to obtain the requested Viya software order assets for the given order.
80+
<p><a href="https://github.com/sassoftware/viya4-orders-cli" title="viya4-orders-cli">Contribute →</a></p>
81+
</div>
82+
<div class="boxed">
83+
<h6>postgrest-client</h6>
84+
<p>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.
85+
<p><a href="https://github.com/sassoftware/postgrest-client" title="postgrest-client">Contribute →</a></p>
86+
</div>
87+
<div class="inverted">
88+
<h3>Read the guide</h3>
89+
<p>The SAS Open Source Contributor Handbook is your guide to contributing to SAS projects.</p>
90+
<a class="button button-inverted" href="contributor-handbook.html" title="SAS Open Source Contributor Handbook">Read now</a>
8191
</div>
8292
</div>
8393

8494
<!-- Banded section -->
8595

86-
<div class="band blue-band">
96+
<div class="band gray-band">
8797
<div>
88-
<h2>Read the SAS Open Source Contributor Handbook</h2>
89-
<p>Your guide to contributing to open source projects from SAS.</p>
90-
<a class="button button-inverted" href="contributor-handbook.html" title="SAS Open Source Contributor Handbook">Read now</a>
98+
<h2>SAS® Studio custom steps</h2>
99+
<p class="u-embiggen">Create custom interfaces for SAS® Studio on SAS® Viya®. Customize, save, and share with other users at your site.</p>
100+
<p><a class="button button-inverted" href="https://github.com/sassoftware/sas-studio-custom-steps" title="sas-studio-custom-steps">Create now</a></p>
91101
</div>
92102
</div>
93103

94104
<!-- Body section -->
95105

96106
<div class="grid-container quarters">
97107
<div>
98-
<h2>SAS + Python</h2>
108+
<h2>SAS + Python = 😍</h2>
99109
<p>Unite the Python language with the analytic power of SAS.</p>
100110
<a href="https://developer.sas.com/open-source/python" title="Integrate SAS with Python">Learn more →</a>
101111
<hr>
@@ -120,11 +130,9 @@ <h6>python-sasctl</h6>
120130

121131
<!-- Banded section -->
122132

123-
<div class="band dark-band">
133+
<div class="divider">
124134
<div>
125-
<h2>SAS® Studio custom steps</h2>
126-
<p class="u-embiggen">Create custom interfaces for SAS® Studio on SAS® Viya®. Customize, save, and share with other users at your site.</p>
127-
<p><a class="button button-inverted" href="https://github.com/sassoftware/sas-studio-custom-steps" title="sas-studio-custom-steps">Create now</a></p>
135+
<img class="u-img-divider" src="images/standard-section-divider.png">
128136
</div>
129137
</div>
130138

@@ -181,10 +189,10 @@ <h2>SAS education resources</h2>
181189

182190
<!-- Body section -->
183191

184-
<div class="grid-container halves" style="margin-bottom:2.5rem;">
192+
<div class="grid-container full" style="margin-bottom:2.5rem;">
185193
<div>
186194
<h2>Open source projects from SAS</h2>
187-
<p>Browse the <a href="https://github.com/sassoftware" title="SAS Software organization on GitHub">SAS Software organization on GitHub</a>.</p>
195+
<p>Browse the <a href="https://github.com/sassoftware" title="SAS Software organization on GitHub">SAS Software organization on GitHub</a>. Read the <a href="contributor-handbook.html" title="SAS Open Source Contributor Handbook">SAS Open Source Contributor Handbook</a> to get started.</p>
188196
</div>
189197
</div>
190198
<div class="grid-container thirds">

0 commit comments

Comments
 (0)