Skip to content

Commit 02ac15f

Browse files
authored
Merge pull request #523 from sigmacomputing/cortex-revision
QS Site refresh and SF Intelligence revision
2 parents 6a68be8 + 4ead081 commit 02ac15f

File tree

181 files changed

+1280
-404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+1280
-404
lines changed

site/app/css/components.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ html {
4848
body {
4949
margin: 0;
5050
min-height: 100%;
51-
background-color: #fff;
51+
background-color: transparent;
5252
font-family: Arial, sans-serif;
5353
font-size: 14px;
5454
line-height: 20px;
@@ -328,8 +328,8 @@ label {
328328
width: 100%;
329329
height: 38px;
330330
padding: 8px 12px;
331-
margin-bottom: 10px;
332-
font-size: 14px;
331+
/* margin-bottom: 10px; */
332+
font-size: 16px;
333333
line-height: 1.42857143;
334334
color: #333333;
335335
vertical-align: middle;

site/app/css/sigma-dev-8020.css

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2973,7 +2973,9 @@ figure {
29732973
}
29742974

29752975
.section-hero {
2976-
background-image: linear-gradient(140deg, rgba(192, 149, 177, 0.15), rgba(47, 178, 175, 0.15));
2976+
/* background-image: linear-gradient(140deg, rgba(192, 149, 177, 0.15), rgba(47, 178, 175, 0.15)); */
2977+
background-color: transparent;
2978+
background-image: url(https://cdn.prod.website-files.com/666bbba4ff7240a20f4ccccf/685106838d461923ec10fc64_0ae8ba725281d3ce0757318ef80f6942_grid-fade.svg);
29772979
}
29782980

29792981
.section-hero.g-section-padding-medium.is-snowflake-page {
@@ -3420,11 +3422,11 @@ figure {
34203422
display: -ms-flexbox;
34213423
display: flex;
34223424
width: 100%;
3423-
max-width: 1248px;
3425+
/* max-width: 1248px; */
34243426
margin-right: auto;
34253427
margin-left: auto;
3426-
padding-right: 16px;
3427-
padding-left: 16px;
3428+
padding-right: 25px;
3429+
padding-left: 25px;
34283430
-webkit-box-pack: justify;
34293431
-webkit-justify-content: space-between;
34303432
-ms-flex-pack: justify;
@@ -71898,3 +71900,24 @@ a.buttons-wrapper .w-button {
7189871900
background-color: #0000FF !important;
7189971901
color: #FFFFFF !important;
7190071902
}
71903+
71904+
/* Search placeholder styling */
71905+
#search::placeholder {
71906+
font-weight: 500;
71907+
color: #999;
71908+
}
71909+
71910+
#search::-webkit-input-placeholder {
71911+
font-weight: 500;
71912+
color: #999;
71913+
}
71914+
71915+
#search::-moz-placeholder {
71916+
font-weight: 500;
71917+
color: #999;
71918+
}
71919+
71920+
#search:-ms-input-placeholder {
71921+
font-weight: 500;
71922+
color: #999;
71923+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"recentQuickStarts": [
3+
{
4+
"title": "First Friday Features - November 2025",
5+
"id": "11_2025_first_friday_features",
6+
"category": "Administration",
7+
"date": "Dec 9, 2025"
8+
},
9+
{
10+
"title": "Popular Functions",
11+
"id": "functions_popular_functions",
12+
"category": "Functions",
13+
"date": "Dec 3, 2025"
14+
},
15+
{
16+
"title": "Connect Snowflake Intelligence to Sigma Workbook",
17+
"id": "partners_snowflake_intelligence",
18+
"category": "Functions",
19+
"date": "Dec 3, 2025"
20+
},
21+
{
22+
"title": "Plugin Use Case 01: Dashboard Builder (Embedding Series)",
23+
"id": "embedding_plugin_useage_01_dashboard_builder",
24+
"category": "Security",
25+
"date": "Dec 3, 2025"
26+
},
27+
{
28+
"title": "QuickStarts API Toolkit",
29+
"id": "developers_quickstarts_api_tookit",
30+
"category": "Developers",
31+
"date": "Sep 17, 2025"
32+
}
33+
]
34+
}
35+

site/app/styles/_app.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ ul, li {
7272

7373
.site-width {
7474
margin: 0 auto;
75-
width: 90vw;
76-
max-width: 1024px;
75+
width: 95vw;
76+
// max-width: 1024px; commented out by PB
7777
}
7878

7979
#banner {

site/app/styles/_categories.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ $catagory-colors: (
103103
.#{$category}-icon {
104104
background-image: url('/images/#{$icon}');
105105
}
106+
107+
.#{$category}-bar {
108+
background-color: $color;
109+
color: #000;
110+
border-radius: 0 !important;
111+
-webkit-border-radius: 0 !important;
112+
-moz-border-radius: 0 !important;
113+
}
106114
}
107115
}
108116

site/app/styles/_codelab-card.scss

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ $card-col-height: 200px; // column mode
2424
#cards {
2525
display: flex;
2626
flex-wrap: wrap;
27-
justify-content: space-evenly;
27+
// justify-content: space-evenly;
2828
margin-bottom: $keyline * 1;
29-
padding: 0 $keyline * 2 0 $keyline * 2;
29+
// padding: 0 $keyline * 2 0 $keyline * 2;
3030
}
3131

3232
.codelab-card {
@@ -37,7 +37,8 @@ $card-col-height: 200px; // column mode
3737
margin: 0 $keyline * 2 $keyline * 4 $keyline * 2;
3838
max-width: $card-width;
3939
border-radius: 0;
40-
border-bottom: 6px solid transparent;
40+
border-bottom: 0;
41+
overflow: hidden;
4142

4243
-webkit-box-shadow: 2px 4px 10px 0 rgba(0,0,0,.1);
4344
box-shadow: 2px 4px 10px 0 rgba(0,0,0,.1);
@@ -82,20 +83,24 @@ $card-col-height: 200px; // column mode
8283
}
8384

8485
.description {
85-
padding: $keyline * 2 $keyline * 2 0 $keyline * 2;
86-
flex: 1 0 auto;
86+
padding: $keyline * 2;
8787
color: #212121;
8888
-webkit-font-smoothing: antialiased;
8989
font-family: $lato-bold !important;
90+
flex: 1;
9091
}
9192
}
9293

9394
.card-footer {
9495
border-top: 0;
95-
display: flex;
96-
align-items: center;
97-
justify-content: space-between;
98-
padding: $keyline 2 * $keyline;
96+
display: block;
97+
padding: 0;
98+
margin: 0;
99+
margin-top: auto;
100+
width: 100%;
101+
position: relative;
102+
left: 0;
103+
right: 0;
99104

100105
paper-button {
101106
@include md-font-button();
@@ -114,6 +119,19 @@ $card-col-height: 200px; // column mode
114119
background-repeat: no-repeat;
115120
background-position: 0 50%;
116121
}
122+
123+
.category-bar {
124+
width: 100%;
125+
padding: 14px 16px;
126+
text-align: center;
127+
font-family: $lato-bold !important;
128+
font-size: 13px;
129+
text-transform: uppercase;
130+
letter-spacing: 0.5px;
131+
border-radius: 0;
132+
margin: 0;
133+
display: block;
134+
}
117135
}
118136

119137
.card-pin {

site/app/styles/_overrides.scss

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
Sigma specific category classes */
2727
$color-administration: #000000;
2828
$color-aiapps: #4CAF50;
29-
$color-dataapps: #4CAF50;
3029
$color-developers: #3F51B5;
3130
$color-embedding: #06dbf7;
3231
$color-fundamentals: #FFA726;
@@ -39,7 +38,6 @@ $color-templates: #EC407A;
3938

4039
$icon-administration: 'administration.svg';
4140
$icon-aiapps: 'aiapps.svg';
42-
$icon-dataapps: 'dataapps.svg';
4341
$icon-developers: 'developers.svg';
4442
$icon-embedding: 'embedding.svg';
4543
$icon-fundamentals: 'Solutions_MarkAnal.svg';
@@ -52,7 +50,6 @@ $icon-templates: 'workbook-template.svg';
5250

5351
@include codelab-card(['administration'], $color-administration, $icon-administration);
5452
@include codelab-card(['aiapps'], $color-aiapps, $icon-aiapps);
55-
@include codelab-card(['dataapps'], $color-dataapps, $icon-dataapps);
5653
@include codelab-card(['developers'], $color-developers, $icon-developers);
5754
@include codelab-card(['embedding'], $color-embedding, $icon-embedding);
5855
@include codelab-card(['fundamentals'], $color-fundamentals, $icon-fundamentals);
@@ -63,6 +60,17 @@ $icon-templates: 'workbook-template.svg';
6360
@include codelab-card(['partners'], $color-partners, $icon-partners);
6461
@include codelab-card(['templates'], $color-templates, $icon-templates);
6562

63+
// Special override for dark category bars - white text
64+
.administration-bar,
65+
.functions-bar,
66+
.partners-bar,
67+
.use-cases-bar,
68+
.security-bar,
69+
.aiapps-bar,
70+
.developers-bar {
71+
color: #fff !important;
72+
}
73+
6674
/** Categories in Use (so far):
6775
Administration
6876
AI Apps

site/app/styles/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $grey500: #9e9e9e;
108108
$grey700: #616161;
109109
$grey800: #424242;
110110

111-
$backgroundColor: #fff;
111+
$backgroundColor: transparent;
112112
$mainColor: $snowflake-blue;
113113
$accentColor: $valencia-orange;
114114

site/app/styles/sigma-dev-8020.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ figure {
10341034

10351035
.g-section-padding-medium {
10361036
padding-top: 5rem;
1037-
padding-bottom: 5rem;
1037+
/* padding-bottom: 5rem; */
10381038
}
10391039

10401040
.g-section-padding-small {
@@ -2970,7 +2970,9 @@ figure {
29702970
}
29712971

29722972
.section-hero {
2973-
background-image: linear-gradient(140deg, rgba(192, 149, 177, 0.15), rgba(47, 178, 175, 0.15));
2973+
/* background-image: linear-gradient(140deg, rgba(192, 149, 177, 0.15), rgba(47, 178, 175, 0.15)); */
2974+
background-color: #f0f0f0;
2975+
background-image: url(https://cdn.prod.website-files.com/666bbba4ff7240a20f4ccccf/685106838d461923ec10fc64_0ae8ba725281d3ce0757318ef80f6942_grid-fade.svg);
29742976
}
29752977

29762978
.section-hero.g-section-padding-medium.is-snowflake-page {
@@ -3417,11 +3419,11 @@ figure {
34173419
display: -ms-flexbox;
34183420
display: flex;
34193421
width: 100%;
3420-
max-width: 1248px;
3422+
/* max-width: 1248px; commented out by PB */
34213423
margin-right: auto;
34223424
margin-left: auto;
3423-
padding-right: 16px;
3424-
padding-left: 16px;
3425+
padding-right: 25px;
3426+
padding-left: 25px;
34253427
-webkit-box-pack: justify;
34263428
-webkit-justify-content: space-between;
34273429
-ms-flex-pack: justify;

0 commit comments

Comments
 (0)