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: 'monero.how', uri: 'https://www.monero.how' },
{ text: 'monero.observer', uri: 'https://www.monero.observer' },
{ text: 'sethforprivacy.com', uri: 'https://sethforprivacy.com' },
{ text: 'localmonero.co', uri: 'https://localmonero.co/knowledge' },
{ text: 'revuo-xmr.com', uri: 'https://revuo-xmr.com/' }
{ text: 'revuo-xmr.com', uri: 'https://revuo-xmr.com' },
{ text: 'themonoeromoon.com', uri: 'https://www.themoneromoon.com' },
{ text: 'monerotopia.com', uri: 'https://monerotopia.com' },
{ text: 'sethforprivacy.com', uri: 'https://sethforprivacy.com' }
],
stagenet: [
{ label: 'P2P', value: 'stagenet.xmr.ditatompel.com:38080', key: 'snetP2P' },

View file

@ -8,6 +8,7 @@
IcnFacebook,
IcnTelegram
} from '$lib/components/svg';
import News from '$lib/components/News.svelte';
/** @type {import('./$types').PageData} */
export let data;
@ -105,6 +106,8 @@
</div>
</section>
<News />
<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="text-center">

View file

@ -20,6 +20,7 @@
UptimeCell,
EstimateFeeCell
} from '$lib/components/datatables/xmr';
import News from '$lib/components/News.svelte';
export let data;
let filterNettype = 'any';
@ -76,13 +77,15 @@
</header>
<!-- prettier-ignore -->
<section id="introduction ">
<section id="introduction">
<div class="section-container text-center !max-w-4xl">
<p>Remote node can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network.</p>
<p>Using an open node will allow to make a transaction instantaneously, without the need to download the blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the <strong>Monero community suggests to <span class="font-extrabold text-2xl underline decoration-double decoration-2 decoration-pink-500">always run and use your own node</span></strong> to obtain the maximum possible privacy and to help decentralize the network.</p>
</div>
</section>
<News />
<section id="monero-remote-node">
<div class="section-container">
<div class="space-y-2 overflow-x-auto">