Skip to content

Commit 5d224fc

Browse files
2 parents a405f71 + 65ff8c3 commit 5d224fc

19 files changed

Lines changed: 882 additions & 2175 deletions

File tree

blog/authors.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sanjay-kv:
66
email: sanjay@recodehive.com
77
page: true # Turns the feature on
88
description: >
9-
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.
9+
Founder of recodehive and Technical program manager, Prev Google ML Facilitator & Ex- GitHub CE who delivered 100+ talks on ML and open source and developer advocacy.
1010
1111
socials:
1212
x: https://x.com/sanjay_kv_
@@ -19,7 +19,7 @@ sanjay-kv:
1919

2020
sowmiya-v:
2121
name: Sowmiya Venkatesan
22-
tile: Business Strategy & Operations Manager
22+
tile: Business Strategy & Operations Manager
2323
url: https://github.com/sowmiyeh
2424
image_url: https://avatars.githubusercontent.com/u/74345706?v=4
2525

@@ -33,7 +33,6 @@ Aditya-Singh-Rathore:
3333
description: >
3434
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.
3535
36-
3736
socials:
3837
linkedin: aditya-singh-rathore0017
3938
github: Adez017

blog/google-icon-update/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import imgXPost from './assets/10-x-post.png';
4242

4343
<!-- truncate -->
4444

45-
---
45+
4646

4747
Last week I clicked Google Meet when I meant to click Google Calendar.
4848

@@ -60,7 +60,10 @@ It's a phenomenon called cognitive friction. You have to stop searching for a re
6060
This specific daily annoyance traces back to 2020, when Google retired G Suite and rolled out Google Workspace. They erased the unique shapes of their most popular apps and replaced them with uniform outlines.
6161

6262
So lets look at Gsuite Icons. 👇🏻
63-
<ZoomImage src={imgGsuite} alt="Google old GSuite logo" />
63+
<BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
64+
![Github](./assets/03-google-old-gsuite-logo.png)
65+
</BrowserWindow>
66+
6467
<span style={{color: 'red'}}> **The problem**</span>
6568
It has been happening for five years. The four icons sit in my browser tab bar looking almost identical: same four colors, same flat shapes, same overall vibe. My brain processes them as one visual blob rather than four separate apps. I once spent 30 seconds in a Google Meet waiting room before realizing I had joined my own meeting instead of opening my calendar to check the time.
6669

@@ -96,8 +99,9 @@ Within hours of the 2020 announcement, the internet responded with a very specif
9699

97100
The complaint was not just aesthetic. It was functional. When apps share the same four colors and similar shapes, your brain cannot build distinct visual shortcuts for each one. You have to read the icon rather than recognize it. That adds cognitive friction dozens of times a day. Multiply that across 3 billion Google Workspace users and the accumulated frustration becomes significant.
98101

99-
<ZoomImage src={imgWorkspace} alt="Google new Workspace logo" />
100-
102+
<BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
103+
![Github](./assets/06-googleworkspace-new-logo.png)
104+
</BrowserWindow>
101105

102106
<span style={{color: 'red'}}> **Thought process behind Google**</span>? In 2020
103107
millions of employees were suddenly forced out of physical offices and onto their laptops at kitchen tables. Google needed to convince these remote teams that separate productivity tools like Docs, Sheets, and Meet were actually one single, highly integrated cloud ecosystem.

docusaurus.config.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ const config: Config = {
5959
},
6060
],
6161

62+
stylesheets: [
63+
{
64+
href: "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap",
65+
type: "text/css",
66+
},
67+
],
68+
6269
i18n: {
6370
defaultLocale: "en",
6471
locales: ["en"],
@@ -192,7 +199,7 @@ const config: Config = {
192199
},
193200
{
194201
label: "🗺️ Roadmap",
195-
to: "/roadmaps",
202+
href: "https://github.com/orgs/recodehive/projects/9",
196203
},
197204
{
198205
label: "🤝 Community",

0 commit comments

Comments
 (0)