Compare commits

...

3 commits

Author SHA1 Message Date
114cc9e4e1
chore: Added info about localmonero.co website shutdown
Added a quick notice on the website about the closure of
localmonero.co, ensuring users are aware of the news.
2024-10-08 22:23:24 +07:00
4d3a022e68
chore: Remove whitespace 2024-10-08 22:22:51 +07:00
d0affd12f5
chore: Remove localmonero.co link
- Remove localmonero.co link as it will be shut down on 2024-11-07.
- Added themonoeromoon.com and monerotopia.com to the site.
2024-10-08 21:21:32 +07:00
4 changed files with 22 additions and 4 deletions

View file

@ -0,0 +1,11 @@
<!-- prettier-ignore -->
<section id="site-news" class="mx-auto w-full max-w-4xl px-4 pb-7">
<div class="alert variant-ghost-secondary shadow-xl">
<div class="alert-message">
<h2 class="h3 text-center">Quick Info</h2>
<p>
On November 7th, 2024, localmonero.co website will be taken down. If you have an account and a balance, withdraw your funds prior to this date. For more information, visit <a href="https://localmonero.co/blog/announcements/winding-down" class="external" target="_blank" rel="noopener">localmonero.co announcement page</a>.
</p>
</div>
</div>
</section>

View file

@ -12,9 +12,10 @@ export async function load() {
{ text: 'moneroworld.com', uri: 'https://moneroworld.com' }, { text: 'moneroworld.com', uri: 'https://moneroworld.com' },
{ text: 'monero.how', uri: 'https://www.monero.how' }, { text: 'monero.how', uri: 'https://www.monero.how' },
{ text: 'monero.observer', uri: 'https://www.monero.observer' }, { text: 'monero.observer', uri: 'https://www.monero.observer' },
{ text: 'sethforprivacy.com', uri: 'https://sethforprivacy.com' }, { text: 'revuo-xmr.com', uri: 'https://revuo-xmr.com' },
{ text: 'localmonero.co', uri: 'https://localmonero.co/knowledge' }, { text: 'themonoeromoon.com', uri: 'https://www.themoneromoon.com' },
{ text: 'revuo-xmr.com', uri: 'https://revuo-xmr.com/' } { text: 'monerotopia.com', uri: 'https://monerotopia.com' },
{ text: 'sethforprivacy.com', uri: 'https://sethforprivacy.com' }
], ],
stagenet: [ stagenet: [
{ label: 'P2P', value: 'stagenet.xmr.ditatompel.com:38080', key: 'snetP2P' }, { label: 'P2P', value: 'stagenet.xmr.ditatompel.com:38080', key: 'snetP2P' },

View file

@ -8,6 +8,7 @@
IcnFacebook, IcnFacebook,
IcnTelegram IcnTelegram
} from '$lib/components/svg'; } from '$lib/components/svg';
import News from '$lib/components/News.svelte';
/** @type {import('./$types').PageData} */ /** @type {import('./$types').PageData} */
export let data; export let data;
@ -105,6 +106,8 @@
</div> </div>
</section> </section>
<News />
<section id="my-monero-public-nodes" class="bg-surface-100-800-token"> <section id="my-monero-public-nodes" class="bg-surface-100-800-token">
<div class="section-container text-token grid grid-cols-1 gap-10 md:grid-cols-2"> <div class="section-container text-token grid grid-cols-1 gap-10 md:grid-cols-2">
<div class="text-center"> <div class="text-center">

View file

@ -20,6 +20,7 @@
UptimeCell, UptimeCell,
EstimateFeeCell EstimateFeeCell
} from '$lib/components/datatables/xmr'; } from '$lib/components/datatables/xmr';
import News from '$lib/components/News.svelte';
export let data; export let data;
let filterNettype = 'any'; let filterNettype = 'any';
@ -83,6 +84,8 @@
</div> </div>
</section> </section>
<News />
<section id="monero-remote-node"> <section id="monero-remote-node">
<div class="section-container"> <div class="section-container">
<div class="space-y-2 overflow-x-auto"> <div class="space-y-2 overflow-x-auto">