Skip to content

Commit 6a86058

Browse files
authored
Merge branch 'recodehive:main' into fix/adjust-Book-a-session
2 parents 4f1e647 + ff122c5 commit 6a86058

5 files changed

Lines changed: 110 additions & 45 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ yarn-error.log*
2525
# Temporary files
2626
/tmp/
2727
tsconfig.tsbuildinfo
28+
*.iml

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<h2 align="center">Collaboration 1st , code 2nd.</h2>
2020

21-
**Your all-in-one resource for learning Git, GitHub and, Python through comprehensive tutorials and hands-on projects.**
21+
**Your all-in-one resource for learning Git, GitHub, and Python through comprehensive tutorials and hands-on projects.**
2222

2323
[Website](https://recodehive.com/)[Documentation](https://recodehive.com/docs)[Contributing](community/contributing-guidelines.md)[Discord](https://discord.gg/Yxv9RA3r)
2424

@@ -61,7 +61,7 @@ docker run -p 3000:3000 recodehive-app
6161
docker-compose up
6262
```
6363

64-
Your application will be available at http://localhost:3000
64+
Your application will be available at "http://localhost:3000"
6565

6666
**Traditional Setup:**
6767

@@ -161,7 +161,7 @@ flowchart LR
161161

162162
### Step-by-Step Guide
163163

164-
**Fork the repository** on GitHub
164+
**Fork the repository** on GitHub.
165165

166166
**Clone your fork:**
167167

@@ -176,7 +176,7 @@ cd recode-website
176176
git checkout -b feature/your-feature-name
177177
```
178178

179-
**Make your changes** and test thoroughly
179+
**Make your changes** and test thoroughly.
180180

181181
**Commit your changes:**
182182

blog/google-icon-update/index.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ import Tabs from '@theme/Tabs';
3737
import TabItem from '@theme/TabItem';
3838
import ZoomImage from '@site/src/components/ZoomImage';
3939
import imgGsuite from './assets/03-google-old-gsuite-logo.png';
40-
import imgWorkspace from './assets/06-googleworkspace-new-logo.png';
4140

4241
<!-- truncate -->
4342

@@ -52,23 +51,23 @@ It's a phenomenon called cognitive friction. You have to stop searching for a re
5251
:::
5352

5453
<BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
55-
![Github](./assets/05-google-new-logo.png)
54+
![New Google Workspace app icons 2026 redesign](./assets/05-google-new-logo.png)
5655
</BrowserWindow>
5756

5857
<span style={{color: 'red'}}>**So From when the issue started happening?**</span>
5958
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.
6059

6160
So lets look at Gsuite Icons. 👇🏻
6261
<BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
63-
![Github](./assets/03-google-old-gsuite-logo.png)
62+
![Google G Suite original app icons before 2020 rebrand](./assets/03-google-old-gsuite-logo.png)
6463
</BrowserWindow>
6564

6665
<span style={{color: 'red'}}> **The problem**</span>
6766
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.
6867

6968
<span style={{color: 'green'}}> **The Solution**</span> If that sounds familiar, Google finally heard you. And me. And apparently everyone who has ever stared at a browser tab bar wondering which shade of blue-red-yellow-green meant Calendar versus Drive.
7069
<BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
71-
![Github](./assets/01-New-Google-icon-Design.jpg)
70+
![New Google Workspace icon design introduced in 2026](./assets/01-New-Google-icon-Design.jpg)
7271
</BrowserWindow>
7372

7473

@@ -87,19 +86,19 @@ At the time, the rebrand looked clean on paper. Google unified its entire app su
8786

8887
<div className="img-zoom">
8988

90-
![Github](./assets/03-google-old-apps-logo.png)
89+
![Google Workspace app icons after 2020 rebrand showing uniform four-color design](./assets/03-google-old-apps-logo.png)
9190

9291
</div>
9392

9493
Within hours of the 2020 announcement, the internet responded with a very specific complaint: all the icons now look the same. The new Gmail icon was the most mocked. The classic envelope with a red M that everyone recognized was replaced with a four-color M that looked like a child's art project. People struggled to tell Calendar from Drive, Drive from Docs, and Meet from everything else at a glance.
9594
<BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
96-
![Github](./assets/04-google-old-outline-logo.png)
95+
![Google Workspace 2020 flat outline icon design for Gmail Drive Docs and Meet](./assets/04-google-old-outline-logo.png)
9796
</BrowserWindow>
9897

99-
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.
98+
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 (Source: [Google Workspace](https://workspace.google.com/howitsdone/)) and the accumulated frustration becomes significant.
10099

101100
<BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
102-
![Github](./assets/06-googleworkspace-new-logo.png)
101+
![Google Workspace new logo with gradient color redesign 2026](./assets/06-googleworkspace-new-logo.png)
103102
</BrowserWindow>
104103

105104
<span style={{color: 'red'}}> **Thought process behind Google**</span>? In 2020
@@ -110,13 +109,13 @@ millions of employees were suddenly forced out of physical offices and onto thei
110109
## Why Google Is Doing This Now
111110

112111
Two reasons. One practical, one strategic.
113-
Two reasons. One practical, one strategic.
112+
114113

115114
The practical reason is simple: they finally ran out of excuses not to fix it. The 2020 design was criticized immediately and consistently for five years. Every redesign rumor that surfaced got user hopes up. Fixing the icon confusion was low-hanging fruit with a clear user benefit and Google had no strong argument for keeping the broken version.
116115

117116
The strategic reason is more interesting. Look at which Google products got gradient icons first before this Workspace rollout: the Google G logo, Gemini, Google Photos, Google Maps. Every product associated with <span style={{color: 'green'}}>**Google's AI push** </span>got gradients first. Applying the same design language to Workspace now visually ties the entire productivity suite to the AI narrative.
118117
<BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
119-
![Github](./assets/08-google-old.png)
118+
![Google old app icon design before the 2026 gradient update](./assets/08-google-old.png)
120119
</BrowserWindow>
121120

122121
Google I/O 2026 is happening this week. The timing of this rollout is not accidental. Google is walking into its biggest annual developer event with a refreshed product suite that looks modern, AI-adjacent, and ready for the next phase of Workspace. The icon redesign is as much a marketing signal as a usability fix.
@@ -131,7 +130,7 @@ The strict four-color rule is gone. Instead of forcing every icon to carry all f
131130

132131
Looking at the new icons directly, here is what stands out:
133132
<BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
134-
![Github](./assets/09-google-new-design.png)
133+
![Google 2026 new icon design showing per-app gradient color identity](./assets/09-google-new-design.png)
135134
</BrowserWindow>
136135

137136
The icons are also physically larger in the launcher. Google removed the Workspace page container that previously boxed each icon in, giving more visual real estate to the icon shapes themselves.
@@ -146,7 +145,7 @@ The people who are happy are mostly the ones who experienced the confusion probl
146145
Looking at the new icons directly, here is what stands out:
147146

148147
<BrowserWindow url="https://x.com/Gautamk104/status/2057843133392842780?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E2057843133392842780%7Ctwgr%5E3dbaf20e8e4f9f64fd6032e85f7ed7c1e1b5fe0f%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fpublish.twitter.com%2F%3Furl%3Dhttps%3A%2F%2Ftwitter.com%2FGautamk104%2Fstatus%2F2057843133392842780" bodyStyle={{padding: 0}}>
149-
[![Github](./assets/10-x-post.png)](https://x.com/Gautamk104/status/2057843133392842780?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E2057843133392842780%7Ctwgr%5E3dbaf20e8e4f9f64fd6032e85f7ed7c1e1b5fe0f%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fpublish.twitter.com%2F%3Furl%3Dhttps%3A%2F%2Ftwitter.com%2FGautamk104%2Fstatus%2F2057843133392842780)
148+
[![X post by Gautamk104 reacting to Google Workspace icon redesign 2026](./assets/10-x-post.png)](https://x.com/Gautamk104/status/2057843133392842780?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E2057843133392842780%7Ctwgr%5E3dbaf20e8e4f9f64fd6032e85f7ed7c1e1b5fe0f%7Ctwcon%5Es1_c10&ref_url=https%3A%2F%2Fpublish.twitter.com%2F%3Furl%3Dhttps%3A%2F%2Ftwitter.com%2FGautamk104%2Fstatus%2F2057843133392842780)
150149
</BrowserWindow>
151150

152151

@@ -162,7 +161,7 @@ The core complaint for five years was that all the icons look the same. That com
162161

163162
What is not addressed is the deeper question of whether icon design is even the right layer to solve the problem at. The real confusion in a modern Google workflow is not which icon to click. It is which Google product to use for which task. Should this document live in Drive or Sites? Should this conversation happen in Chat or Gmail? Should this meeting be in Meet or Calendar notes?
164163
<BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
165-
![Github](./assets/11-google-new-design-changes.jpg)
164+
![Comparison of Google Workspace icon changes before and after the 2026 redesign](./assets/11-google-new-design-changes.jpg)
166165
</BrowserWindow>
167166

168167
Icon legibility is a surface-level fix for a suite that has genuine overlap and redundancy problems underneath. The new icons will help you click the right app faster. They will not help you decide which app you actually need.

src/theme/Footer/Layout/enhanced-footer.css

Lines changed: 71 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ html[data-theme="light"] .enhanced-footer.light-theme {
326326
}
327327

328328
.footer-logo-section {
329-
margin-bottom: 16px;
329+
margin-bottom: 8px;
330330
}
331331

332332
.footer-logo {
@@ -405,6 +405,7 @@ html[data-theme="light"] .enhanced-footer.light-theme {
405405
justify-content: flex-end;
406406
flex: 0 0 auto;
407407
margin-left: auto;
408+
align-self: flex-end;
408409
}
409410

410411
.footer-cta-buttons {
@@ -583,24 +584,57 @@ html[data-theme="light"] .enhanced-footer.light-theme {
583584
opacity: 0.82;
584585
}
585586

587+
.second-line {
588+
display: inline;
589+
}
590+
586591
@media (max-width: 880px) {
587592
.footer-hero-content {
588593
display: flex;
589594
flex-direction: column;
590-
align-items: flex-start;
591-
row-gap: 12px;
595+
align-items: center;
596+
text-align: center;
597+
gap: 16px;
592598
}
593599

594600
.footer-hero-right {
595601
width: 100%;
596602
display: flex;
597-
justify-content: flex-start;
598-
margin-top: 12px;
603+
justify-content: center;
604+
margin-top: 0;
599605
}
600606

601607
.footer-hero-left {
602608
width: 100%;
609+
flex: none;
610+
align-items: center;
611+
}
612+
.footer-logo {
613+
justify-content: center;
614+
}
615+
616+
.footer-brand-header {
617+
align-items: center;
603618
}
619+
620+
.footer-hero-text {
621+
text-align: center;
622+
}
623+
624+
.footer-hero-text h1 {
625+
text-align: center;
626+
margin: 0 auto;
627+
max-width: none;
628+
}
629+
630+
.second-line {
631+
display: block;
632+
}
633+
634+
.footer-cta-buttons {
635+
justify-content: center;
636+
}
637+
604638
}
605639

606640
/* Stats Section */
@@ -1606,23 +1640,41 @@ html[data-theme="light"] .enhanced-footer.light-theme {
16061640
}
16071641

16081642
@media (max-width: 1024px) {
1609-
.footer-hero-text h1 {
1610-
font-size: 32px;
1643+
.footer-hero-content {
1644+
display: flex;
1645+
flex-direction: column;
1646+
align-items: center;
1647+
text-align: center;
1648+
gap: 16px;
16111649
}
1612-
1613-
.footer-stats {
1614-
grid-template-columns: repeat(2, 1fr);
1615-
gap: 20px;
1650+
1651+
.footer-hero-left {
1652+
width: 100%;
1653+
flex: none;
1654+
align-items: center;
16161655
}
1617-
1618-
.footer-links-grid {
1619-
grid-template-columns: repeat(2, 1fr);
1620-
gap: 28px;
1656+
1657+
.footer-logo {
1658+
justify-content: center;
16211659
}
1622-
1623-
.newsletter-column {
1624-
grid-column: span 2;
1625-
margin-top: 20px;
1660+
1661+
.footer-brand-header {
1662+
align-items: center;
1663+
}
1664+
1665+
.footer-hero-right {
1666+
width: 100%;
1667+
justify-content: center;
1668+
margin-top: 0;
1669+
}
1670+
1671+
.footer-cta-buttons {
1672+
justify-content: center;
1673+
flex-wrap: wrap;
1674+
}
1675+
1676+
.second-line {
1677+
display: block;
16261678
}
16271679
}
16281680

src/theme/Footer/Layout/index.tsx

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,17 +170,23 @@ export default function FooterLayout(): ReactNode {
170170
</div>
171171

172172
<div className="footer-hero-text">
173-
<h1>Collaboration first, Code second.</h1>
173+
<h1>
174+
Collaboration first,
175+
<span className="second-line">Code second.</span>
176+
</h1>
174177
</div>
175178
</div>
176-
177179
<div className="footer-hero-right">
178180
<div className="footer-cta-buttons">
179181
<Link
180182
to="/blog"
181183
className="btn"
182184
aria-label="Read Blog"
183-
style={{ background: "#ffffff", color: "#111111", border: "1.5px solid #111111" }}
185+
style={{
186+
background: "#ffffff",
187+
color: "#111111",
188+
border: "1.5px solid #111111",
189+
}}
184190
>
185191
<Newspaper size={16} strokeWidth={2} aria-hidden="true" />
186192
Read Blog
@@ -191,7 +197,11 @@ export default function FooterLayout(): ReactNode {
191197
rel="noopener noreferrer"
192198
className="btn"
193199
aria-label="Star on GitHub"
194-
style={{ background: "#111111", color: "#ffffff", border: "1.5px solid #111111" }}
200+
style={{
201+
background: "#111111",
202+
color: "#ffffff",
203+
border: "1.5px solid #111111",
204+
}}
195205
>
196206
<Github size={16} strokeWidth={2} aria-hidden="true" />
197207
Star on GitHub
@@ -349,8 +359,9 @@ export default function FooterLayout(): ReactNode {
349359
/>
350360
<button
351361
type="submit"
352-
className={`newsletter-button ${isSubscribed ? "subscribed" : ""
353-
}`}
362+
className={`newsletter-button ${
363+
isSubscribed ? "subscribed" : ""
364+
}`}
354365
disabled={isSubscribed}
355366
>
356367
{isSubscribed ? "Subscribed!" : "Subscribe Now"}
@@ -359,7 +370,10 @@ export default function FooterLayout(): ReactNode {
359370
</form>
360371
<div className="newsletter-stats">
361372
<span className="newsletter-stat">
362-
<FooterIcon icon={BarChart3} className="newsletter-stat-icon" />
373+
<FooterIcon
374+
icon={BarChart3}
375+
className="newsletter-stat-icon"
376+
/>
363377
1.2K+ developers joined this week
364378
</span>
365379
</div>
@@ -471,9 +485,8 @@ export default function FooterLayout(): ReactNode {
471485
target="_blank"
472486
rel="noopener noreferrer"
473487
>
474-
the Community
488+
community.
475489
</a>
476-
.
477490
</span>
478491
</div>
479492
</div>

0 commit comments

Comments
 (0)