Update logo and about page to manifold

This commit is contained in:
jahooma 2022-01-06 11:57:20 -06:00
parent 95472c5faf
commit 0c9984287c
3 changed files with 21 additions and 19 deletions

View File

@ -14,11 +14,11 @@ export function ManticLogo(props: { darkBackground?: boolean }) {
/> />
<div <div
className={clsx( className={clsx(
'font-major-mono lowercase mt-1 sm:text-2xl md:whitespace-nowrap', 'hidden sm:flex font-major-mono lowercase mt-1 sm:text-2xl md:whitespace-nowrap',
darkBackground && 'text-white' darkBackground && 'text-white'
)} )}
> >
Mantic Markets Manifold Markets
</div> </div>
</a> </a>
</Link> </Link>

View File

@ -67,7 +67,7 @@ function ProfileSummary(props: { user: User }) {
<div className="rounded-full w-10 h-10 mr-4"> <div className="rounded-full w-10 h-10 mr-4">
<Image src={user.avatarUrl} width={40} height={40} /> <Image src={user.avatarUrl} width={40} height={40} />
</div> </div>
<div className="truncate text-left" style={{ maxWidth: 140 }}> <div className="truncate text-left" style={{ maxWidth: 170 }}>
{user.name} {user.name}
<div className="text-gray-700 text-sm">{formatMoney(user.balance)}</div> <div className="text-gray-700 text-sm">{formatMoney(user.balance)}</div>
</div> </div>

View File

@ -42,7 +42,7 @@ function Contents() {
<h1 id="about">About</h1> <h1 id="about">About</h1>
<hr /> <hr />
<p> <p>
Mantic Markets is creating better forecasting through user-created Manifold Markets is creating better forecasting through user-created
prediction markets. prediction markets.
</p> </p>
<p> <p>
@ -77,7 +77,9 @@ function Contents() {
</a> </a>
. This is the power of prediction markets! . This is the power of prediction markets!
</p> </p>
<h3 id="how-does-mantic-markets-work-">How does Mantic Markets work?</h3> <h3 id="how-does-manifold-markets-work-">
How does Manifold Markets work?
</h3>
<ol> <ol>
<li> <li>
<strong> <strong>
@ -96,7 +98,7 @@ function Contents() {
</p> </p>
<li> <li>
<strong> <strong>
Anyone can bet on a market using Mantic Dollars (M$), our platform Anyone can bet on a market using Manifold Dollars (M$), our platform
currency. currency.
</strong> </strong>
</li> </li>
@ -104,15 +106,15 @@ function Contents() {
<p> <p>
You get M$ 1,000 just for signing up, so you can start betting You get M$ 1,000 just for signing up, so you can start betting
immediately! When a market creator decides an outcome in your favor, immediately! When a market creator decides an outcome in your favor,
you&#39;ll win Mantic Dollars from people who bet against you. you&#39;ll win Manifold Dollars from people who bet against you.
</p> </p>
{/* <p> {/* <p>
If you run out of money, you can purchase more at a rate of $1 USD to M$ If you run out of money, you can purchase more at a rate of $1 USD to M$
100. (Note that Mantic Dollars are not convertible to cash and can only 100. (Note that Manifold Dollars are not convertible to cash and can only
be used within our platform.) be used within our platform.)
</p> */} </p> */}
<aside> <aside>
💡 We&#39;re still in Open Beta; we&#39;ll tweak the amounts of Mantic 💡 We&#39;re still in Open Beta; we&#39;ll tweak the amounts of Manifold
Dollars given out and periodically reset balances before our official Dollars given out and periodically reset balances before our official
launch. launch.
{/* If you purchase {/* If you purchase
@ -130,7 +132,7 @@ function Contents() {
</p> </p>
<p>By buying M$, you support:</p> <p>By buying M$, you support:</p>
<ul> <ul>
<li>The continued development of Mantic Markets</li> <li>The continued development of Manifold Markets</li>
<li>Cash payouts to market creators (TBD)</li> <li>Cash payouts to market creators (TBD)</li>
<li>Forecasting tournaments for bettors (TBD)</li> <li>Forecasting tournaments for bettors (TBD)</li>
</ul> </ul>
@ -206,12 +208,12 @@ function Contents() {
they use on our platform. they use on our platform.
</p> </p>
<p> <p>
With Mantic Dollars being a scarce resource, people will bet more With Manifold Dollars being a scarce resource, people will bet more
carefully and can&#39;t rig the outcome by creating multiple accounts. carefully and can&#39;t rig the outcome by creating multiple accounts.
The result is more accurate predictions. The result is more accurate predictions.
</p> */} </p> */}
<p> <p>
Mantic Markets is focused on accessibility and allowing anyone to Manifold Markets is focused on accessibility and allowing anyone to
quickly create and judge a prediction market. When we all have the power quickly create and judge a prediction market. When we all have the power
to create and share prediction markets in seconds and apply our own to create and share prediction markets in seconds and apply our own
judgment on the outcome, it leads to a qualitative shift in the number, judgment on the outcome, it leads to a qualitative shift in the number,
@ -239,8 +241,8 @@ function Contents() {
<h3 id="type-of-market-maker">What kind of betting system do you use?</h3> <h3 id="type-of-market-maker">What kind of betting system do you use?</h3>
<p> <p>
Mantic Markets uses a special type of automated market marker based on a Manifold Markets uses a special type of automated market marker based on
dynamic pari-mutuel (DPM) betting system. a dynamic pari-mutuel (DPM) betting system.
</p> </p>
<p> <p>
Like traditional pari-mutuel systems, your payoff is not known at the Like traditional pari-mutuel systems, your payoff is not known at the
@ -258,7 +260,7 @@ function Contents() {
</p> </p>
<h3 id="who-are-we-">Who are we?</h3> <h3 id="who-are-we-">Who are we?</h3>
<p>Mantic Markets is currently a team of three:</p> <p>Manifold Markets is currently a team of three:</p>
<ul> <ul>
<li>James Grugett</li> <li>James Grugett</li>
<li>Stephen Grugett</li> <li>Stephen Grugett</li>
@ -278,7 +280,7 @@ function Contents() {
</p> </p>
<ul> <ul>
<li> <li>
Email: <code>info@mantic.markets</code> Email: <code>info@manifold.markets</code>
</li> </li>
<li> <li>
Office hours:{' '} Office hours:{' '}
@ -288,7 +290,7 @@ function Contents() {
</ul> </ul>
<p> <p>
<a href="https://discord.gg/eHQBNBqXuh"> <a href="https://discord.gg/eHQBNBqXuh">
Join the Mantic Markets Discord Server! Join the Manifold Markets Discord Server!
</a> </a>
</p> </p>
@ -298,7 +300,7 @@ function Contents() {
<ul> <ul>
<li> <li>
<a href="https://manifoldmarkets.notion.site/Technical-Overview-b9b48a09ea1f45b88d991231171730c5"> <a href="https://manifoldmarkets.notion.site/Technical-Overview-b9b48a09ea1f45b88d991231171730c5">
Technical Overview of Mantic Markets Technical Overview of Manifold Markets
</a> </a>
</li> </li>
<li> <li>
@ -322,7 +324,7 @@ function Contents() {
</a> </a>
</li> </li>
<li> <li>
<a href="https://mantic.markets/simulator"> <a href="https://manifold.markets/simulator">
Dynamic parimutuel market simulator Dynamic parimutuel market simulator
</a> </a>
</li> </li>