Skip to content

Commit

Permalink
[feat] Add scarf pixels (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihran113 authored Aug 29, 2024
1 parent 0b424dc commit c9c9a20
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions components/Demos/Demos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const Demos = () => {
>
Play with Aim before installing it! Check out our demos to see the
full functionality
<img referrerPolicy="no-referrer-when-downgrade"
src="https://static.scarf.sh/a.png?x-pxid=8b1927ba-96ec-4c48-9ee9-6037a9b3dbe5"/>
</Text>
<DemosList>
{demosList.map(({ title, description, name, url, imgSrc }) => {
Expand Down
2 changes: 2 additions & 0 deletions components/Features/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ const Features = () => {
<Text as="p" css={{ marginBottom: '24px', textAlign: 'center' }}>
Aim provides a performant and beautiful UI for exploring and comparing
training runs, prompt sessions.
<img referrerPolicy="no-referrer-when-downgrade"
src="https://static.scarf.sh/a.png?x-pxid=8b1927ba-96ec-4c48-9ee9-6037a9b3dbe5"/>
</Text>
{stepsList.map(({ name, title, list }) => {
return (
Expand Down
2 changes: 2 additions & 0 deletions components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const Hero = () => {
</Text>
) enables a UI to compare & observe them and SDK to query them
programmatically.
<img referrerPolicy="no-referrer-when-downgrade"
src="https://static.scarf.sh/a.png?x-pxid=8b1927ba-96ec-4c48-9ee9-6037a9b3dbe5"/>
</Text>
<Button
css={{ marginBottom: '$12' }}
Expand Down
2 changes: 2 additions & 0 deletions components/QuickStart/QuickStart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ const QuickStart = () => {
documentation
</a>{' '}
to learn more
<img referrerPolicy="no-referrer-when-downgrade"
src="https://static.scarf.sh/a.png?x-pxid=8b1927ba-96ec-4c48-9ee9-6037a9b3dbe5"/>
</Text>
</QuickStartInner>
</Container>
Expand Down
4 changes: 2 additions & 2 deletions content/teamList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ const teamList = [
},
{
fullName: 'Tatyana Manaseryan',
jobTitle: 'Operations manager',
description: 'AI Enthusiast and Operations',
jobTitle: 'Growth & Operations',
description: 'AI Enthusiast',
image: TatyanaImage,
shape: '/images/static/about-us/shapes/5.svg',
},
Expand Down
2 changes: 2 additions & 0 deletions pages/about-us.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const About = () => {
the problem of building AI Metadata Infrastructure. AI Metadata is
A LOT, it’s multidimensional and heterogeneous. We Aim to help
build world’s best AI Metadata systems.
<img referrerPolicy="no-referrer-when-downgrade"
src="https://static.scarf.sh/a.png?x-pxid=8b1927ba-96ec-4c48-9ee9-6037a9b3dbe5"/>
</Text>
</Flex>
</Container>
Expand Down
2 changes: 2 additions & 0 deletions pages/blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export default function Blog() {
css={{ textAlign: 'center', my: '$10' }}
>
Recent Articles
<img referrerPolicy="no-referrer-when-downgrade"
src="https://static.scarf.sh/a.png?x-pxid=8b1927ba-96ec-4c48-9ee9-6037a9b3dbe5"/>
</Text>

<BlogList blogList={totalPosts()} />
Expand Down
2 changes: 2 additions & 0 deletions pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const Pricing = () => {
<Flex direction="column" className="text-center" css={{ py: '80px' }}>
<Text as="h1" size={10} css={{ marginBottom: '$6' }}>
Aim support options
<img referrerPolicy="no-referrer-when-downgrade"
src="https://static.scarf.sh/a.png?x-pxid=8b1927ba-96ec-4c48-9ee9-6037a9b3dbe5"/>
</Text>
<Text size={4}>Aim is free, open-source and self-hosted. </Text>
</Flex>
Expand Down

0 comments on commit c9c9a20

Please sign in to comment.