Skip to content

Commit

Permalink
Add images to how to page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Matter committed May 11, 2022
1 parent 4ea8ef5 commit e68e22e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/how-to-use.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const HowToUsePage = (props) => {
<p>The Sydney theme is built for Netlify as an ecommerce theme suitable for JAMStack archtitecture. This theme is free to use through Netlify’s GitHub account, and can be used with any ecommerce platform that support a headless architecture.</p>
<p>Matter. has pre-built connections to microservices available through its JAMM.™ solution. JAMM.™ is a system built to run a headless architecture. JAMM.™ can connect micro-services, orchestrate data and publish websites to an edge network for lighting fast performce. JAMM.™ creates a server-side rendered website that is fast, stable and scalable for high traffic events.</p>
<Button target={true} href="https://jamm.matter.design/">Read more about JAMM.™</Button>
<img alt={'JAMM Detail'} src={'/how-to-use/[email protected]'} style={{width: "100%", height: "auto"}} />
</div>
<h3>Best of Breed Tools</h3>
<div id={'#tools'} ref={toolsRef}>
Expand Down Expand Up @@ -103,6 +104,9 @@ const HowToUsePage = (props) => {
</div>
</div>
</Container>
<div className={styles.imageContainer}>
<img alt={'Best of Breed tools'} src={'/how-to-use/[email protected]'}></img>
</div>
</div>
</Layout>
);
Expand Down
Binary file added static/how-to-use/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/how-to-use/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e68e22e

Please sign in to comment.