Skip to content

Commit

Permalink
Merge pull request #803 from trimble-oss/dev/coliff/add-survey
Browse files Browse the repository at this point in the history
Add Survey Article
  • Loading branch information
coliff committed Jan 24, 2024
2 parents ab9fce1 + 47ade36 commit 0139e69
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 66 deletions.
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
## Folders

/assets/ @coliff
/content/ @coliff @egunther39 @enowak1031 @msankaran0712
/content/ @coliff @egunther39 @enowak1031
/content/components/in-field/ @mjohnsnz
/layouts/ @coliff
/static/ @coliff @egunther39 @enowak1031 @msankaran0712
/static/ @coliff @egunther39 @enowak1031
/static/img/in-field/ @mjohnsnz

## File Types

*.html @coliff
*.js @coliff @msankaran0712
*.md @coliff @egunther39 @enowak1031 @msankaran0712
*.js @coliff
*.md @coliff @egunther39 @enowak1031
*.scss @coliff
*.xml @coliff
2 changes: 2 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ title: "Trimble Modus Design System"
layout: "home"
description: "Our design system helps us work together to build great digital experiences for Trimble customers."
url: /
aliases:
- "/status/"
---
23 changes: 23 additions & 0 deletions content/news/2024-01-24-modus-survey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Take Our Modus Survey
date: 2024-01-24
description: "Once a year we try to track the usage of Modus to understand how to improve it. Please, help us make Modus more relevant to you by answering a few questions."
image: "/img/blog/headers/2021-01-21-modus-survey.png"
images:
- /img/blog/headers/2021-01-21-modus-survey.png
headerBgColor: "#40769a"
tags: ["survey"]
author: Ewa Nowak
blog: true
layout: blog-post
---

Once a year we try to track the usage of Modus to understand how to improve it. Please, help us make Modus more relevant to you by answering a few questions by **Friday, February 2, 2024**. Thank you!

If you are currently implementing the Modus design pattern in your projects or aspire to do so but face challenges, kindly assist us by completing this brief questionnaire. Share your Modus usage experience and any specific requirements you wish for Modus to accommodate. Your responses will aid us in determining future priorities for our development efforts.

**[Take our survey here!](https://docs.google.com/forms/d/e/1FAIpQLSeXodzqwlSHGM34S1yKrdBt3zVImdALcGgV4ZXHoL-zjEEkUw/viewform)**

Please forward this on to anyone /any group you feel would be interested.

Thank you for your participation and feedback!
116 changes: 58 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "5.0.0",
"@trimble-oss/modus-bootstrap": "2.0.0-alpha18",
"@trimble-oss/modus-bootstrap": "2.0.0-alpha17",
"@trimble-oss/modus-icons": "1.9.0",
"autoprefixer": "10.4.16",
"autoprefixer": "10.4.17",
"bootstrap-print-css": "1.0.1",
"cross-env": "7.0.3",
"htmlhint": "1.1.4",
Expand All @@ -50,9 +50,9 @@
"popover-css-inspector": "1.0.0-beta14",
"postcss": "8.4.33",
"postcss-cli": "11.0.0",
"prettier": "3.2.2",
"prettier": "3.2.4",
"s3-deploy": "1.4.0",
"stylelint": "16.1.0",
"stylelint": "16.2.0",
"stylelint-config-standard-scss": "13.0.0",
"textlint": "13.4.1",
"textlint-rule-common-misspellings": "1.0.1",
Expand Down

0 comments on commit 0139e69

Please sign in to comment.