We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be002fd commit d833749Copy full SHA for d833749
index.html
@@ -20,7 +20,7 @@
20
21
<!-- Body section -->
22
23
-<div class="grid-container halves" style="margin-top:8rem;margin-bottom:17rem;">
+<div class="grid-container halves" style="margin-top:8rem;">
24
<div>
25
<h1>Open source software from SAS</h1>
26
<p>From data to insights. Faster. Help build the future of AI and analytics with open source tools from SAS.</p>
@@ -31,6 +31,14 @@ <h1>Open source software from SAS</h1>
31
</div>
32
33
34
+<!-- Banded section -->
35
+
36
+<div class="divider">
37
+ <div>
38
+ <img class="u-img-divider" src="images/standard-section-divider.png">
39
+ </div>
40
+</div>
41
42
43
44
<div class="grid-container halves">
0 commit comments