Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming the tag "Operations" to "Company Building" #586

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/data/category.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
label: Inside Subvisual
- key: academy
label: Academy
- key: operations
label: Operations
- key: company-building
label: Company Building
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
path: how-to-nurture-a-worklife-balance
title: "How we nurture a work/life balance culture "
categories:
- operations
- company-building
author: subvisual
date: 2022-04-28
cover: meta.jpg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
path: seven-steps-to-a-better-company-culture
title: 7 Steps to a Better Company Culture
categories:
- operations
- company-building
author: laura-esteves
date: 2023-03-10
cover: subvisual-blog-7-steps-to-a-better-company-culture.png
Expand Down Expand Up @@ -169,4 +169,4 @@ Anything you do will be interpreted as permission to do the same. If you break a

Building a strong company culture is vital to any successful organization. Given our environment's dynamic nature, continually refining it is essential. This involves finding new strategies, asking for feedback, iterating, and always finding new ways to improve your company culture. **Building a company culture you're proud of is about the journey, not the destination.** 😉

If you have any questions, comments, or anything to add, please drop us a line on *[Twitter](https://twitter.com/subvisual)* or *[LinkedIn](https://www.linkedin.com/company/subvisual---handcrafters-of-digital-experiences/)*. We'd love to hear your thoughts!
If you have any questions, comments, or anything to add, please drop us a line on *[Twitter](https://twitter.com/subvisual)* or *[LinkedIn](https://www.linkedin.com/company/subvisual---handcrafters-of-digital-experiences/)*. We'd love to hear your thoughts!
4 changes: 2 additions & 2 deletions src/posts/2023-09-05-the-power-of-company-retreats/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ highlight: true
path: The-Power-of-Company-Retreats
title: The Power of Company Retreats
categories:
- operations
- company-building
author: laura-esteves
date: 2023-09-05
cover: blog_-_the_power_of_company_retreats.jpg
Expand Down Expand Up @@ -79,4 +79,4 @@ By providing dedicated time for reflection, team members can process their exper

We also conduct an asynchronous retrospective focused explicitly on the retreat experience, allowing us to gather valuable feedback and insights from team members, enabling us to iterate on future retreats.

Company retreats are more than just a getaway; they catalyze growth, innovation, and collaboration. By investing in these transformative experiences, organizations can unlock the full potential of their teams and create a vibrant company culture. Now, it's your turn! Consider planning a company retreat and witness firsthand the positive impact it can have on your organization. And feel free to share your thoughts and experiences with us on [Twitter](https://twitter.com/subvisual) or [Linkedin](https://www.linkedin.com/company/wearesubvisual).
Company retreats are more than just a getaway; they catalyze growth, innovation, and collaboration. By investing in these transformative experiences, organizations can unlock the full potential of their teams and create a vibrant company culture. Now, it's your turn! Consider planning a company retreat and witness firsthand the positive impact it can have on your organization. And feel free to share your thoughts and experiences with us on [Twitter](https://twitter.com/subvisual) or [Linkedin](https://www.linkedin.com/company/wearesubvisual).
2 changes: 1 addition & 1 deletion static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ collections:
- { value: 'research', label: 'Research' }
- { value: 'inside-subvisual', label: 'Inside Subvisual' }
- { value: 'academy', label: 'Academy' }
- { value: 'operations', label: 'Operations' }
- { value: 'company-building', label: 'Company Building' }
- label: 'Author'
name: 'author'
widget: 'select'
Expand Down