Skip to content

Commit

Permalink
added supported platforms logos in white
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Aug 24, 2024
1 parent c3e32a6 commit beeb8e5
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 23 deletions.
47 changes: 24 additions & 23 deletions src/components/SupportedServices/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,30 @@ export const SupportedServices = () => {
<div className={styles.HeaderContainer} data-aos="flip-left" data-aos-duration="1000">
<h2 className={styles.Tagline}>We Support</h2>
<Spacer height={20} />
<Slider
width="300px"
duration={40}
pauseOnHover={true}
blurBorders={false}
blurBoderColor={'#fff'}
>
<Slider.Slide>
<img src={datadogUrl} style={{padding:"25px 0px"}}/>
</Slider.Slide>
<Slider.Slide>
<img src={githubActionsgUrl} style={{padding:"25px 0px"}} />
</Slider.Slide>
<Slider.Slide>
<img src={sentryUrl} style={{padding:"25px 0px"}} />
</Slider.Slide>
<Slider.Slide>
<img src={newRelicUrl} style={{padding:"10px"}} />
</Slider.Slide>
<Slider.Slide>
<img src={azureDevopscUrl} style={{padding:"10px"}} />
</Slider.Slide>
</Slider>
<div className={styles.Slider} >
<Slider
width="250px"
duration={25}
pauseOnHover={true}
blurBorders={false}
>
<Slider.Slide>
<img src={datadogUrl} style={{padding:"25px 0px"}}/>
</Slider.Slide>
<Slider.Slide>
<img src={githubActionsgUrl} style={{padding:"25px 0px"}} />
</Slider.Slide>
<Slider.Slide>
<img src={sentryUrl} style={{padding:"25px 0px"}} />
</Slider.Slide>
<Slider.Slide>
<img src={newRelicUrl} style={{padding:"10px"}} />
</Slider.Slide>
<Slider.Slide>
<img src={azureDevopscUrl} style={{padding:"10px"}} />
</Slider.Slide>
</Slider>
</div>
</div>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions src/components/SupportedServices/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
transform: skewY(2deg);
}

.Slider {
max-width: var(--ifm-container-width-xl);
}

.HeaderContainer {
display: flex;
flex: 1;
Expand Down
Binary file modified static/img/azure_devops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/datadog.webp
Binary file not shown.
Binary file modified static/img/github_actions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/new_relic.webp
Binary file not shown.
Binary file modified static/img/sentry.png
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 beeb8e5

Please sign in to comment.