diff --git a/_contents/get-digital.md b/_contents/get-digital.md index cca9dd98..4c3425aa 100644 --- a/_contents/get-digital.md +++ b/_contents/get-digital.md @@ -1,6 +1,6 @@ --- title: Get digital -description: +description: "Digital channels – websites, apps, social media, texts, email newsletters – are standard when it comes to government services and information. Simply having an online presence doesn’t check the “gone digital” box. Be intentional and build government digital services that truly focus on the needs of the people." author: Artem Khomishen img-feat: icon: fa-solid fa-laptop diff --git a/_data/connect.yml b/_data/connect.yml index 37b51a6d..5df99684 100644 --- a/_data/connect.yml +++ b/_data/connect.yml @@ -12,7 +12,7 @@ email: &email "fas fa-at" calendar: &calendar "fa-solid fa-calendar" subscribe: &subscribe "fa-solid fa-envelope" patreon: &patreon "fab fa-patreon" -twitter: &twitter "fab fa-twitter" +twitter: &twitter "fab fa-x-twitter" linkedin: &linkedin "fab fa-linkedin" facebook: &facebook "fab fa-facebook" github: &github "fab fa-github" @@ -37,7 +37,7 @@ discord: &discord "fab fa-discord" footer: - Subscribe - LinkedIn - - Twitter + - X - GitHub - RSS @@ -67,7 +67,7 @@ docs: icon: *discord - name: Twitter - url: https://twitter.com/proudly_serving + url: https://x.com/proudly_serving icon: *twitter - name: LinkedIn diff --git a/_includes/jumbotron.html b/_includes/jumbotron.html index b9060163..041c47f2 100644 --- a/_includes/jumbotron.html +++ b/_includes/jumbotron.html @@ -4,12 +4,10 @@
-
- Cover of {{ page.title }} -
+ Cover of {{ page.title }}

{{ page.title }}

diff --git a/_people/artem-khomishen.md b/_people/artem-khomishen.md index 2a569120..fc808e3a 100644 --- a/_people/artem-khomishen.md +++ b/_people/artem-khomishen.md @@ -17,4 +17,4 @@ maintainer: #yes contributor: yes --- -Artem leads an award-winning design and development team at the California Department of Technology. With nearly 20 years of digital government experience, Artem helped pioneer human-centered design and establish California’s first web standards. Artem oversees statewide initiatives that empower hundreds of departments to enhance the digital footprint of California’s government. \ No newline at end of file +Artem leads an award-winning team at the California Department of Technology. With nearly 20 years in digital government work, he was instrumental in helping establish California's first digital standard and community of practice. Artem oversees statewide initiatives and digital toolkits, helping California departments improve the delivery of digital services and information. \ No newline at end of file diff --git a/_posts/2024-08-28-request-for-proudly-serving-feedback-get-digital.md b/_posts/2024-08-28-request-for-proudly-serving-feedback-get-digital.md new file mode 100644 index 00000000..f431fb57 --- /dev/null +++ b/_posts/2024-08-28-request-for-proudly-serving-feedback-get-digital.md @@ -0,0 +1,21 @@ +--- +title: "Request for Proudly Serving feedback: Get digital" +description: "A new Proudly Serving chapter titled 'Get digital' by Artem Khomishen is ready for public review and feedback." +date: 2024-08-28 +author: Proudly Serving +icon: fa-solid fa-comments +--- + +A new [Proudly Serving](/) chapter titled [Get digital](/contents/get-digital) is ready for public review and feedback. This chapter was written by [Artem Khomishen](/people/artem-khomishen). + +We welcome [your suggestions and ideas](/contents/get-digital). + +## Share + +Share [this chapter](/contents/get-digital) with other subject matter experts in your network. The more feedback, the better the chapter will be. + +## Feedback + +Feedback is due **September 13**. + +Once we’ve incorporated the feedback, the chapter will be added to the [Proudly Serving manuscript](/manuscript/). diff --git a/css/style.css b/css/style.css index 22207e46..b237e61c 100644 --- a/css/style.css +++ b/css/style.css @@ -83,6 +83,10 @@ a, a:visited, a:hover { color: var(--color-1); } +img.shadow-lg { + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75) !important; +} + /* Headings */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {