From 2991fde5ef35929ea88ae185f8cb7d0bc7eeaddc Mon Sep 17 00:00:00 2001 From: LukeB Date: Wed, 6 Dec 2023 11:12:31 -0500 Subject: [PATCH 1/4] Change all the page title from

to

. --- _layouts/page.html | 4 ++-- _sass/_resources.scss | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 453d1e7a..8a4d2b44 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -65,9 +65,9 @@

{{ page.t
-

+

{{page.title}} -

+

{{page.heading-description}}

diff --git a/_sass/_resources.scss b/_sass/_resources.scss index 70cfa1ee..4b5f1441 100644 --- a/_sass/_resources.scss +++ b/_sass/_resources.scss @@ -2427,7 +2427,7 @@ html * /*Main page heading design (All the page that are on the main navigation tab)*/ #main-page-heading { - p, h3, h4 + p, h1, h4 { font-family: 'Source Sans 3', sans-serif !important; } @@ -2437,11 +2437,11 @@ html * min-height: 162px; #main-page-heading-detail { - h3, p + h1, p { color: white; } - h3 + h1 { font-weight: 200; font-size: 40px; From e1f4e994920214f3f156ec7dbcdfc545a7a14cf7 Mon Sep 17 00:00:00 2001 From: LukeB Date: Wed, 6 Dec 2023 11:20:51 -0500 Subject: [PATCH 2/4] Change h1 to h3 for all header with class name "profile-name". --- _includes/about.html | 96 ++++++++++++++++++------------------ _includes/annual-summit.html | 20 ++++---- _sass/about.scss | 4 +- 3 files changed, 60 insertions(+), 60 deletions(-) diff --git a/_includes/about.html b/_includes/about.html index ae1ea89b..79743763 100644 --- a/_includes/about.html +++ b/_includes/about.html @@ -381,9 +381,9 @@

warren Blankenship image -

+

Warren J. Blankenship -

+

Deputy IT Government-wide Category Manager

@@ -391,9 +391,9 @@

Michelle Chandler image -

+

Michelle Chandler -

+

Outreach Engagement, Training and Counseling

@@ -401,9 +401,9 @@

Brittany A. Chapman image -

+

Brittany A. Chapman -

+

IT Best In Class Manager

@@ -411,9 +411,9 @@

Peng Chhour image -

+

Peng Chhour -

+

Senior Advisor

@@ -421,9 +421,9 @@

John Radziszewski image -

+

John Radziszewski -

+

ITVMO Director

@@ -431,9 +431,9 @@

William Spencer image -

+

William Spencer -

+

Senior Advisor

@@ -441,9 +441,9 @@

Kyra Stewart image -

+

Kyra Stewart -

+

Program Manager

@@ -451,9 +451,9 @@

warren Blankenship image -

+

Heather Stier -

+

IT Acquisition and Vendor Senior Advisor

@@ -475,9 +475,9 @@

warren Blankenship image -

+

Warren J. Blankenship -

+

Deputy IT Government-wide Category Manager

@@ -494,9 +494,9 @@

-

+

Warren J. Blankenship -

+

Deputy IT Government-wide Category Manager

@@ -546,9 +546,9 @@

About

Michelle Chandler image -

+

Michelle Chandler -

+

Outreach Engagement, Training and Counselingr

@@ -567,9 +567,9 @@

-

+

Michelle Chandler -

+

Outreach Engagement, Training and Counseling

@@ -615,9 +615,9 @@

About

Brittany A. Chapman image -

+

Brittany A. Chapman -

+

IT Best In Class Manager

@@ -636,9 +636,9 @@

-

+

Brittany A. Chapman -

+

IT Best In Class Manager

@@ -687,9 +687,9 @@

About

Brittany A. Chapman image -

+

Peng Chhour -

+

Senior Advisor

@@ -706,9 +706,9 @@

-

+

Peng Chhour -

+

Senior Advisor

@@ -757,9 +757,9 @@

About

John Radziszewski image -

+

John Radziszewski -

+

ITVMO Director

@@ -778,9 +778,9 @@

-

+

John Radziszewski -

+

ITVMO Director

@@ -829,9 +829,9 @@

About

William Spencer image -

+

William Spencer -

+

Senior Advisor

@@ -850,9 +850,9 @@

-

+

William Spencer -

+

Senior Advisor

@@ -896,9 +896,9 @@

About

Kyra Stewart image -

+

Kyra Stewart -

+

Program Manager

@@ -917,9 +917,9 @@

-

+

Kyra Stewart -

+

Program Manager

@@ -964,9 +964,9 @@

About

Heather Stier image -

+

Heather Stier -

+

IT Acquisition and Vendor Senior Advisor

@@ -985,9 +985,9 @@

-

+

Heather Stier -

+

IT Acquisition and Vendor Senior Advisor

diff --git a/_includes/annual-summit.html b/_includes/annual-summit.html index 33577958..22a7a7b2 100644 --- a/_includes/annual-summit.html +++ b/_includes/annual-summit.html @@ -398,45 +398,45 @@

Clare Martorana image -

+

Clare Martorana -

+

Federal Chief Information Officer

Sonny Hashmi image -

+

Sonny Hashmi -

+

Commissioner, GSA - Federal Acquisition Service

Lesley Field image -

+

Lesley Field -

+

Deputy Administrator, OMB Office of Federal Procurement Policy

Jeff Koses image -

+

Jeff Koses -

+

Procurement Executive, GSA

Laura Stanton image -

+

Laura Stanton -

+

Assistant Commissioner, Office of ITC, GSA

diff --git a/_sass/about.scss b/_sass/about.scss index 7bfe7d9f..a5ff6596 100644 --- a/_sass/about.scss +++ b/_sass/about.scss @@ -69,7 +69,7 @@ border-radius: 10px; margin-bottom: 10px; } - h1 , p + h3 , p { margin: 0; } @@ -111,7 +111,7 @@ border-radius: 10px; margin-bottom: 10px; } - h1 , p + h3 , p { margin: 0; } From 1cc81202ac36fd4ec30c867903ca97247233c6cb Mon Sep 17 00:00:00 2001 From: LukeB Date: Wed, 6 Dec 2023 11:24:57 -0500 Subject: [PATCH 3/4] Change header inside inner-page-link-description from h1 to h2. --- _includes/small-business-support.html | 4 ++-- _sass/inner-page-link-description.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/small-business-support.html b/_includes/small-business-support.html index 6733d2f4..1b42e31e 100644 --- a/_includes/small-business-support.html +++ b/_includes/small-business-support.html @@ -443,9 +443,9 @@

Small Business icon
-

+

Market & IT Data Intelligence -

+

Agencies IT Buyers looking to boost their utilization of small business check out our Small Business Research

diff --git a/_sass/inner-page-link-description.scss b/_sass/inner-page-link-description.scss index ba696677..2348d31b 100644 --- a/_sass/inner-page-link-description.scss +++ b/_sass/inner-page-link-description.scss @@ -19,12 +19,12 @@ { padding-left: 10px; border-left: 1px #d7d7d7 solid; - h1, p + h2, p { margin: 0; color: #333333; } - h1 + h2 { font-size: 18px; font-weight: 600; From 3918b7a684aabb43ae97e1c920c5745c854388c1 Mon Sep 17 00:00:00 2001 From: LukeB Date: Wed, 6 Dec 2023 11:31:17 -0500 Subject: [PATCH 4/4] Change Articles header on the News page from h1 to h2. --- _sass/_resources.scss | 10 +++++----- assets/js/app.js | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_sass/_resources.scss b/_sass/_resources.scss index 4b5f1441..9a22fb86 100644 --- a/_sass/_resources.scss +++ b/_sass/_resources.scss @@ -4489,11 +4489,11 @@ html * width: 100%; height: 216px; background-color: white; - h1, p + h2, p { margin: 0; } - h1 + h2 { font-weight: 700; font-size: 22px; @@ -4532,7 +4532,7 @@ html * width: 83px; height: 83px; } - h1 + h2 { display: none; } @@ -4670,7 +4670,7 @@ html * width: 52px; height: 52px; } - h1 + h2 { display: -webkit-box; } @@ -4678,7 +4678,7 @@ html * .article-card-upper-right { width: 100%; - h1 + h2 { display: none; } diff --git a/assets/js/app.js b/assets/js/app.js index ca50c991..398072e3 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -176,11 +176,11 @@ if(document.getElementById('news') != null)
-

${articles[i].title}

+

${articles[i].title}

-

${articles[i].title}

+

${articles[i].title}

${articles[i].description}

${articles[i].date}