diff --git a/blog/authors.yml b/blog/authors.yml index b1cb7643..c761b7c9 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -6,7 +6,7 @@ sanjay-kv: email: sanjay@recodehive.com page: true # Turns the feature on description: > - Founder at @recodehive, previously a Software Engineer turned into a Data Engineer and Program Manager, Google ML Facilitator & Ex- GitHub CE. + I'm a Software Engineer turned into a Data Engineer and Program Manager🚀, 🏆 Google ML Facilitator & Ex- GitHub CE who delivered 100+ talks on ML and open source and developer advocacy at various events and platforms. socials: x: https://x.com/sanjay_kv_ @@ -19,7 +19,7 @@ sanjay-kv: sowmiya-v: name: Sowmiya Venkatesan - tile: Business Strategy & Operations Manager + tile: Business Strategy & Operations Manager url: https://github.com/sowmiyeh image_url: https://avatars.githubusercontent.com/u/74345706?v=4 @@ -33,6 +33,7 @@ Aditya-Singh-Rathore: description: > Aditya is a self-taught, Fabric-certified Data Engineer, GSSoC winner, author, and open-source enthusiast passionate about building scalable data solutions, contributing to the community, and sharing knowledge through blogs and public learning. + socials: linkedin: aditya-singh-rathore0017 github: Adez017 diff --git a/blog/google-icon-update/index.md b/blog/google-icon-update/index.md index c45dc8b1..dcb13a1f 100644 --- a/blog/google-icon-update/index.md +++ b/blog/google-icon-update/index.md @@ -41,7 +41,7 @@ import imgWorkspace from './assets/06-googleworkspace-new-logo.png'; - +--- Last week I clicked Google Meet when I meant to click Google Calendar. @@ -82,11 +82,11 @@ To understand why this redesign matters, you have to go back to October 2020 whe At the time, the rebrand looked clean on paper. Google unified its entire app suite under one design language: every icon would use all four company colors, blue, red, yellow, and green, in the same flat style. The thinking was brand consistency. The result was visual chaos. +
+
{username === "VivienChen" ? "Founder @ Toastie (BC Y24)" : username === "DanielHan" ? "Founder @ Unsloth AI (YC W24, BC Y24)" : "AI Engineer @ Relevance AI"}
)} -- Hear from our team members about their experience at recode - hive. -
-++ What Our Team Says +
++ Hear from our team members about their experience at recode + hive. +
+ + ) : ( ++- + )}+ What Our Team Says +
+- "{testimonials[activeTestimonial].content}" - -
-+ )} + + {mounted ? ( ++
+ + ) : ( ++++++ + "{testimonials[activeTestimonial].content}" ++- {testimonials[activeTestimonial].name} - -+ ++ {testimonials[activeTestimonial].name} + +
+ {testimonials[activeTestimonial].role} +
++ {testimonials.map((_, index) => ( +++-+++++ + "{testimonials[activeTestimonial].content}" ++- {testimonials[activeTestimonial].role} - --+ {testimonials[activeTestimonial].name} +
++ {testimonials[activeTestimonial].role} +
+- {testimonials.map((_, index) => ( -
{authorName}
- )} +{authorName}
Author- {authorHandle && ( - githubUrl ? ( - - {authorHandle} - - ) : ( - authorHandle - ) - )} - {authorHandle && metaDateAndTime ? META_SEPARATOR : null} - {metaDateAndTime} -
- ) : null} + {metaItems ?{metaItems}
: null} {authorSummary ? ({authorSummary}
) : null} diff --git a/src/theme/BlogPostItem/Footer/styles.module.css b/src/theme/BlogPostItem/Footer/styles.module.css index 7fe3ca4b..b2b908a6 100644 --- a/src/theme/BlogPostItem/Footer/styles.module.css +++ b/src/theme/BlogPostItem/Footer/styles.module.css @@ -4,7 +4,7 @@ padding: 1.5rem; border: 1px solid var(--ifm-color-emphasis-300); border-radius: 16px; - background: #FAFBFD; + background: var(--ifm-color-emphasis-100); box-sizing: border-box; } @@ -34,16 +34,6 @@ justify-content: center; } -.authorAvatarLink { - display: block; - line-height: 0; - border-radius: 50%; -} - -.authorAvatarLink:hover { - opacity: 0.85; -} - .authorAvatar, .authorAvatarFallback { width: 64px; @@ -74,21 +64,6 @@ font-size: 1.75rem; font-weight: 800; line-height: 1.2; - color: var(--ifm-font-color-base); - text-decoration: none; -} - -.authorName:hover { - text-decoration: underline; -} - -.authorHandleLink { - color: inherit; - text-decoration: none; -} - -.authorHandleLink:hover { - text-decoration: underline; } .authorNameRow { @@ -116,8 +91,8 @@ .authorSummary { margin: 0.65rem 0 0; color: var(--ifm-color-emphasis-800); - font-size: 0.875rem; - line-height: 1.625; + font-size: 1.1rem; + line-height: 1.4; } .githubButton {