diff options
| author | Fuwn <[email protected]> | 2022-09-23 15:22:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-09-23 15:22:00 -0700 |
| commit | 25a13bb256e01eb120d79ec8054a9c89f2ed8f87 (patch) | |
| tree | 03a2d4f656d0c703680a2309a8919879f995b633 /src/routes | |
| parent | chore(netlify): netlify deploy support (diff) | |
| download | capybara-markets-25a13bb256e01eb120d79ec8054a9c89f2ed8f87.tar.xz capybara-markets-25a13bb256e01eb120d79ec8054a9c89f2ed8f87.zip | |
refactor: simplify
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/+page.svelte | 23 | ||||
| -rw-r--r-- | src/routes/about/+page.svelte | 5 |
2 files changed, 16 insertions, 12 deletions
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index b80f6cf..f9467df 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -4,17 +4,19 @@ </svelte:head> <section> - <h1> + <!-- <h1> <span class="welcome"> <img src="NameYellow.png" alt="Capybara Markets" /> </span> - </h1> + </h1> --> - <h1>Your one-stop shop to all things finance</h1> + <h1>Capybara Markets</h1> - <h2> + <h2>Your one-stop shop to all things finance</h2> + + <p> Capybara Markets delivers complete coverage of finance, <strong>#crypto</strong>, and the world. - </h2> + </p> </section> <style> @@ -24,13 +26,16 @@ justify-content: center; align-items: center; flex: 1; + width: 100%; + max-width: var(--column-width); + margin: var(--column-margin-top) auto 0 auto; } - h1 { + /* h1 { width: 60%; - } + } */ - .welcome { + /* .welcome { display: block; position: relative; width: 100%; @@ -44,5 +49,5 @@ height: 100%; top: 0; display: block; - } + } */ </style> diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index c7e3099..d836065 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -7,8 +7,7 @@ <h1>About Capybara Markets</h1> <p> - Welcome to <a href="https://capybara.markets">Capybara Markets</a>. You can expect us to cover - finance, <strong>#crypto</strong>, and world news in the near future. + Welcome to <a href="https://capybara.markets">Capybara Markets</a>. </p> <p> @@ -17,7 +16,7 @@ </p> <a href="https://twitter.com/CapybaraMarkets" target="_blank"> - <pre>twitter.com/@CapybaraMarkets</pre> + <pre>+ twitter.com/@CapybaraMarkets</pre> </a> <p> |