Skip to content

Commit

Permalink
Merge pull request #77 from compolabs/uni-market
Browse files Browse the repository at this point in the history
changed tweets and edited og image and description
  • Loading branch information
chlenc authored Feb 28, 2024
2 parents 9a7b975 + 4f8e786 commit feb49cf
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 101 deletions.
130 changes: 79 additions & 51 deletions spark-frontend/public/index.html
Original file line number Diff line number Diff line change
@@ -1,54 +1,82 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script src="%PUBLIC_URL%/datafeeds/udf/dist/bundle.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<meta name="theme-color" content="#000000" />
<meta name="description" content="A Decentralized Order Book on Fuel.Network"
/>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/site.webmanifest" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Spark</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZW598S1ZQZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-ZW598S1ZQZ');
</script>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="portal-root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
<head>
<meta charset="utf-8" />
<script src="%PUBLIC_URL%/datafeeds/udf/dist/bundle.js"></script>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" name="viewport" />
<meta content="#000000" name="theme-color" />
<meta content="A Decentralized Order Book on Fuel.Network" name="description"
/>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link href="%PUBLIC_URL%/site.webmanifest" rel="manifest" />
<link href="%PUBLIC_URL%/favicon.ico" rel="icon" />
<link href="%PUBLIC_URL%/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="%PUBLIC_URL%/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="%PUBLIC_URL%/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- HTML Meta Tags -->
<title>Spark</title>
<meta content="Cross-margin oracle-based perpetual order book on Fuel" name="description">

<!-- Facebook Meta Tags -->
<meta content="https://app.sprk.fi" property="og:url">
<meta content="website" property="og:type">
<meta content="Spark" property="og:title">
<meta content="Cross-margin oracle-based perpetual order book on Fuel" property="og:description">
<meta
content="https://opengraph.b-cdn.net/production/documents/68187cdc-9a1a-4117-9f2c-d31b8b341b5d.png?token=LRhaXV-Rrz-IJOtW2ynpuFWnfdrp4tiWAlcdO2H4kbI&height=655&width=1200&expires=33245123728"
property="og:image">

<!-- Twitter Meta Tags -->
<meta content="summary_large_image" name="twitter:card">
<meta content="app.sprk.fi" property="twitter:domain">
<meta content="https://app.sprk.fi" property="twitter:url">
<meta content="Spark" name="twitter:title">
<meta content="Cross-margin oracle-based perpetual order book on Fuel" name="twitter:description">
<meta
content="https://opengraph.b-cdn.net/production/documents/68187cdc-9a1a-4117-9f2c-d31b8b341b5d.png?token=LRhaXV-Rrz-IJOtW2ynpuFWnfdrp4tiWAlcdO2H4kbI&height=655&width=1200&expires=33245123728"
name="twitter:image">

<!-- Meta Tags Generated via https://www.opengraph.xyz -->

</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZW598S1ZQZ"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}

gtag("js", new Date());

gtag("config", "G-ZW598S1ZQZ");
</script>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="portal-root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
100 changes: 50 additions & 50 deletions spark-frontend/src/screens/TradeScreen/StatusBar/tweets.ts
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
export default [
"Exploring the innovative world of decentralized finance with @Sprkfi is truly inspiring!",
"Big shoutout to the @Sprkfi team for their hard work and dedication. The future looks bright!",
"Just when you think DeFi couldn't get better, @Sprkfi proves us all wrong with their cutting-edge solutions! πŸ”₯",
"The ease of use and robust features of @Sprkfi make it a game-changer in the Crypto space! πŸš€",
"Security and efficiency are key in Blockchain, and @Sprkfi is nailing it! Kudos to this incredible project! πŸŽ‰",
"Seeing real progress in the world of decentralized applications thanks to @Sprkfi. Exciting times ahead!",
"The community behind @Sprkfi is vibrant and supportive. Proud to be a part of this journey! ",
"The transparency and trust that @Sprkfi brings to the table are unmatched. Truly commendable!",
"Got my hands on the @Sprkfi platform, and I'm blown away by its capabilities! ",
"Every interaction with @Sprkfi's platform is seamless. This is what user experience should be like! ",
"The commitment of the @Sprkfi team to continuous improvement is what sets them apart. ",
"In the world of Crypto, @Sprkfi stands out with its unique approach to decentralized finance. Loving it! πŸ’‘",
"From concept to execution, @Sprkfi exemplifies excellence in every step. ",
"The potential of @Sprkfi in the Blockchain space is immense. Can't wait to see more!",
"It's projects like @Sprkfi that make me excited about the future of finance. ",
"User empowerment is at the heart of what @Sprkfi does, and it's absolutely refreshing! ",
"The speed and low fees on the @Sprkfi platform are unlike anything I've seen before. ",
"The innovations by @Sprkfi are not just evolutionary; they're revolutionary in the DeFi ecosystem! 🌟",
"I'm convinced that @Sprkfi is paving the way for a new era in digital finance. ",
"Being part of the @Sprkfi community feels like witnessing history in the making.",
"Taking the plunge into DeFi with @Sprkfi - smooth sailing and innovation at its finest! 🌊🌟",
"The dedication of the @Sprkfi team to user empowerment is incredible. A true game-changer!",
"@Sprkfi is setting new standards in the crypto world with its unique features. Exciting times!",
"Simplicity and power do coexist – and it's called @Sprkfi. ",
"Witnessing the @Sprkfi platform evolve is like watching the future of finance unfold. ",
"The community at @Sprkfi is the heartbeat of its success. Thrilled to be part of it! ",
"Security is non-negotiable, and @Sprkfi doesn't disappoint. Feeling safe and sound! ",
"The seamless experience on @Sprkfi is unmatched. It's not just a platform; it's a revolution. ",
"Every update from @Sprkfi brings something exciting to the table. Can’t wait for the next one! ",
"Cheers to @Sprkfi for making complex DeFi transactions a walk in the park! ",
"@Sprkfi is not just a platform, it's a journey to the pinnacle of blockchain tech. ",
"The elegance and efficiency of @Sprkfi are what every crypto enthusiast dreams of.",
"If you're not on @Sprkfi yet, you're missing out on the future of finance. ",
"The way @Sprkfi is transforming the DeFi space is nothing short of spectacular. ",
"@Sprkfi's commitment to excellence is evident in every aspect of their platform.",
"The intuitive design of @Sprkfi makes navigating the complex world of DeFi a breeze.",
"If there's one thing I can count on, it's the consistent growth and progress at @Sprkfi.",
"Hats off to @Sprkfi for their relentless pursuit of a more accessible DeFi world. ",
"The level of transparency @Sprkfi offers is a breath of fresh air in the crypto space.",
"Joining the @Sprkfi community was the best decision I made this year. ",
"The @Sprkfi platform is where complexity meets clarity. Loving every bit of it! ",
"Shoutout to @Sprkfi for keeping the user experience at the forefront of their innovation. ",
"The balance @Sprkfi strikes between innovation and user-friendliness is just perfect. ",
"@Sprkfi continues to impress with its robust features and steadfast reliability. ",
"Feeling empowered with every transaction on @Sprkfi. Here's to taking control of our financial future! ",
"@Sprkfi's platform performance is a testament to what's possible in DeFi. ",
"In a world of complexity, @Sprkfi provides the clarity we all seek in DeFi. ",
"It's incredible to see how @Sprkfi makes sophisticated DeFi strategies accessible to everyone. ",
"With @Sprkfi, I'm not just investing in crypto; I'm investing in a vision. ",
"The ingenuity of @Sprkfi is what sets it apart in a crowded DeFi space. Proud to be part of this journey! ",
"Exploring the innovative world of decentralized finance with @Sprkfi is truly inspiring!\n\nhttps://app.sprk.fi",
"Big shoutout to the @Sprkfi team for their hard work and dedication. The future looks bright!\n\nhttps://app.sprk.fi",
"Just when you think DeFi couldn't get better, @Sprkfi proves us all wrong with their cutting-edge solutions! πŸ”₯\n\nhttps://app.sprk.fi",
"The ease of use and robust features of @Sprkfi make it a game-changer in the Crypto space! πŸš€\n\nhttps://app.sprk.fi",
"Security and efficiency are key in Blockchain, and @Sprkfi is nailing it! Kudos to this incredible project! πŸŽ‰\n\nhttps://app.sprk.fi",
"Seeing real progress in the world of decentralized applications thanks to @Sprkfi. Exciting times ahead!\n\nhttps://app.sprk.fi",
"The community behind @Sprkfi is vibrant and supportive. Proud to be a part of this journey! \n\nhttps://app.sprk.fi",
"The transparency and trust that @Sprkfi brings to the table are unmatched. Truly commendable!\n\nhttps://app.sprk.fi",
"Got my hands on the @Sprkfi platform, and I'm blown away by its capabilities! \n\nhttps://app.sprk.fi",
"Every interaction with @Sprkfi's platform is seamless. This is what user experience should be like! \n\nhttps://app.sprk.fi",
"The commitment of the @Sprkfi team to continuous improvement is what sets them apart. \n\nhttps://app.sprk.fi",
"In the world of Crypto, @Sprkfi stands out with its unique approach to decentralized finance. Loving it! πŸ’‘\n\nhttps://app.sprk.fi",
"From concept to execution, @Sprkfi exemplifies excellence in every step. \n\nhttps://app.sprk.fi",
"The potential of @Sprkfi in the Blockchain space is immense. Can't wait to see more!\n\nhttps://app.sprk.fi",
"It's projects like @Sprkfi that make me excited about the future of finance. \n\nhttps://app.sprk.fi",
"User empowerment is at the heart of what @Sprkfi does, and it's absolutely refreshing! \n\nhttps://app.sprk.fi",
"The speed and low fees on the @Sprkfi platform are unlike anything I've seen before. \n\nhttps://app.sprk.fi",
"The innovations by @Sprkfi are not just evolutionary; they're revolutionary in the DeFi ecosystem! 🌟\n\nhttps://app.sprk.fi",
"I'm convinced that @Sprkfi is paving the way for a new era in digital finance. \n\nhttps://app.sprk.fi",
"Being part of the @Sprkfi community feels like witnessing history in the making.\n\nhttps://app.sprk.fi",
"Taking the plunge into DeFi with @Sprkfi - smooth sailing and innovation at its finest! 🌊🌟\n\nhttps://app.sprk.fi",
"The dedication of the @Sprkfi team to user empowerment is incredible. A true game-changer!\n\nhttps://app.sprk.fi",
"@Sprkfi is setting new standards in the crypto world with its unique features. Exciting times!\n\nhttps://app.sprk.fi",
"Simplicity and power do coexist – and it's called @Sprkfi. \n\nhttps://app.sprk.fi",
"Witnessing the @Sprkfi platform evolve is like watching the future of finance unfold. \n\nhttps://app.sprk.fi",
"The community at @Sprkfi is the heartbeat of its success. Thrilled to be part of it! \n\nhttps://app.sprk.fi",
"Security is non-negotiable, and @Sprkfi doesn't disappoint. Feeling safe and sound! \n\nhttps://app.sprk.fi",
"The seamless experience on @Sprkfi is unmatched. It's not just a platform; it's a revolution. \n\nhttps://app.sprk.fi",
"Every update from @Sprkfi brings something exciting to the table. Can’t wait for the next one! \n\nhttps://app.sprk.fi",
"Cheers to @Sprkfi for making complex DeFi transactions a walk in the park! \n\nhttps://app.sprk.fi",
"@Sprkfi is not just a platform, it's a journey to the pinnacle of blockchain tech. \n\nhttps://app.sprk.fi",
"The elegance and efficiency of @Sprkfi are what every crypto enthusiast dreams of.\n\nhttps://app.sprk.fi",
"If you're not on @Sprkfi yet, you're missing out on the future of finance. \n\nhttps://app.sprk.fi",
"The way @Sprkfi is transforming the DeFi space is nothing short of spectacular. \n\nhttps://app.sprk.fi",
"@Sprkfi's commitment to excellence is evident in every aspect of their platform.\n\nhttps://app.sprk.fi",
"The intuitive design of @Sprkfi makes navigating the complex world of DeFi a breeze.\n\nhttps://app.sprk.fi",
"If there's one thing I can count on, it's the consistent growth and progress at @Sprkfi.\n\nhttps://app.sprk.fi",
"Hats off to @Sprkfi for their relentless pursuit of a more accessible DeFi world. \n\nhttps://app.sprk.fi",
"The level of transparency @Sprkfi offers is a breath of fresh air in the crypto space.\n\nhttps://app.sprk.fi",
"Joining the @Sprkfi community was the best decision I made this year. \n\nhttps://app.sprk.fi",
"The @Sprkfi platform is where complexity meets clarity. Loving every bit of it! \n\nhttps://app.sprk.fi",
"Shoutout to @Sprkfi for keeping the user experience at the forefront of their innovation. \n\nhttps://app.sprk.fi",
"The balance @Sprkfi strikes between innovation and user-friendliness is just perfect. \n\nhttps://app.sprk.fi",
"@Sprkfi continues to impress with its robust features and steadfast reliability. \n\nhttps://app.sprk.fi",
"Feeling empowered with every transaction on @Sprkfi. Here's to taking control of our financial future! \n\nhttps://app.sprk.fi",
"@Sprkfi's platform performance is a testament to what's possible in DeFi. \n\nhttps://app.sprk.fi",
"In a world of complexity, @Sprkfi provides the clarity we all seek in DeFi. \n\nhttps://app.sprk.fi",
"It's incredible to see how @Sprkfi makes sophisticated DeFi strategies accessible to everyone. \n\nhttps://app.sprk.fi",
"With @Sprkfi, I'm not just investing in crypto; I'm investing in a vision. \n\nhttps://app.sprk.fi",
"The ingenuity of @Sprkfi is what sets it apart in a crowded DeFi space. Proud to be part of this journey! \n\nhttps://app.sprk.fi",
];

0 comments on commit feb49cf

Please sign in to comment.