Skip to content

Commit

Permalink
♻️ edit voitanos quote to be from person, not company (#2)
Browse files Browse the repository at this point in the history
- switch to quote being from AC
- replace image
- edit other quote `alt` tag to be from correct source
  • Loading branch information
andrewconnell authored Nov 17, 2024
1 parent 8090960 commit a09bfba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 48 deletions.
10 changes: 5 additions & 5 deletions docs/docs/about/testimonials-quotes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 2

# Testimonials

It's easy to say that we have a great product, but it's even better when our users say it for us.
It's easy to say that we have a great product, but it's even better when our users say it for us.
Here are some of the testimonials we've received.

If you would like to share your feedback with us, please [start a new discussion](https://github.com/pnp/cli-microsoft365/discussions/new?category=kind-words).
Expand All @@ -13,20 +13,20 @@ If you would like to share your feedback with us, please [start a new discussion

<div className='row testimonial'>
<div className='col testimonial-image'>
<img src={require('!!url-loader!../images/testimonials-companies-logo/wm-reply.png').default} alt='Voitanos' />
<img src={require('!!url-loader!../images/testimonials-companies-logo/wm-reply.png').default} alt='WM Remote' />
<p>Company Site: https://www.reply.com/wm-reply</p>
</div>
<div className='col testimonial-quote'>
<p>In the era of implementing Copilot and Low Code technologies in organizations using the M365 platform, the CLI for M365 tool has become highly helpful for gathering data for advanced reports. These reports take into account many different tools based on M365, like Power Apps, Power Automate, SharePoint, Entra ID, making them extremely valuable in understanding and managing our clients’ environments.</p>
</div>
</div>

## VOITANOS
## ANDREW CONNELL | VOITANOS

<div className='row testimonial'>
<div className='col testimonial-image'>
<img style={{background: '#ffffff', padding: 5 + 'px'}} src={require('!!url-loader!../images/testimonials-companies-logo/voitanos.svg').default} alt='Voitanos' />
<p>Company Site: https://www.voitanos.io/</p>
<img style={{background: '#ffffff', padding: 5 + 'px'}} src={require('!!url-loader!../images/testimonials-companies-logo/andrew-connell.png').default} alt='Andrew Connell' />
<p>Profile: https://www.linkedin.com/in/andrewconnell/ | Company Site: https://www.voitanos.io/</p>
</div>
<div className='col testimonial-quote'>
<p>I love the CLI for M365 & recommend all my students! While Microsoft offers their own command line management tools, they aren’t as robust and you always have caveat them with “as long as you’re on Windows.” Today’s tools must work on any platform and when managing Microsoft 365, the CLI for Microsoft 365 is the only option that fits this standard. The community-based team has done a fantastic job continuously adding, improving, and updating commands to handle new scenarios that Microsoft releases, the quality of the CLI is top notch, and you can always trust it’s reliability… that’s a solid 👍👍 from this long-time Microsoft 365 developer!</p>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 0 additions & 43 deletions docs/docs/images/testimonials-companies-logo/voitanos.svg

This file was deleted.

0 comments on commit a09bfba

Please sign in to comment.