|
|
|
@ -4,15 +4,14 @@ import { NewsList } from "~/components/NewsList";
|
|
|
|
|
<main>
|
|
|
|
|
<section>
|
|
|
|
|
<div
|
|
|
|
|
class="hero h-[70vh] min-h-96 shadow-lg"
|
|
|
|
|
class="hero min-h-[70vh] shadow-lg"
|
|
|
|
|
style="background-image: url(/dresden.webp);"
|
|
|
|
|
>
|
|
|
|
|
<div class="hero-overlay bg-opacity-50 backdrop-blur-sm" />
|
|
|
|
|
<div class="hero-content text-center text-neutral-content pt-24">
|
|
|
|
|
<div class="max-w-xl">
|
|
|
|
|
<h1 class="text-5xl md:text-7xl">
|
|
|
|
|
Keep Local
|
|
|
|
|
Traffic Local
|
|
|
|
|
Keep Local<br/>Traffic Local
|
|
|
|
|
</h1>
|
|
|
|
|
<div class="divider"></div>
|
|
|
|
|
<div class="flex gap-2 justify-center">
|
|
|
|
@ -40,11 +39,9 @@ import { NewsList } from "~/components/NewsList";
|
|
|
|
|
class="grow flex flex-col justify-center gap-4 p-8 border-primary"
|
|
|
|
|
style="border-bottom-width: 0.25rem; border-left-width: 0.25rem;"
|
|
|
|
|
>
|
|
|
|
|
<p class="text-xl">
|
|
|
|
|
DD-IX is an Internet exchange for Dresden and whole Saxony. As a
|
|
|
|
|
<p class="text-xl">DD-IX is an Internet exchange for Dresden and whole Saxony. As a
|
|
|
|
|
non-commercial platform, we are open to all Internet stakeholders that are
|
|
|
|
|
interested in multilateral exchange of Internet traffic.
|
|
|
|
|
</p>
|
|
|
|
|
interested in multilateral exchange of Internet traffic.</p>
|
|
|
|
|
<A href="/peering" class="btn btn-outline w-fit">
|
|
|
|
|
Learn More
|
|
|
|
|
</A>
|
|
|
|
@ -56,14 +53,12 @@ import { NewsList } from "~/components/NewsList";
|
|
|
|
|
class="grow flex flex-col justify-center gap-4 p-8 border-primary"
|
|
|
|
|
style="border-bottom-width: 0.25rem; border-right-width: 0.25rem"
|
|
|
|
|
>
|
|
|
|
|
<p class="text-xl">
|
|
|
|
|
DD-IX is operated by committed people of the DD-IX Dresden Internet
|
|
|
|
|
<p class="text-xl">DD-IX is operated by committed people of the DD-IX Dresden Internet
|
|
|
|
|
Exchange e.V. The DD-IX Dresden Internet Exchange e.V. is a registered
|
|
|
|
|
association under German law. Our mission is the economical, ecological,
|
|
|
|
|
and robust exchange of data over the Internet. To enable direct data
|
|
|
|
|
delivery between source and destination, we leverage the unique advantages
|
|
|
|
|
of an Internet Exchage Point (IXP).
|
|
|
|
|
</p>
|
|
|
|
|
of an Internet Exchage Point (IXP).</p>
|
|
|
|
|
<A href="/association" class="btn btn-outline w-fit">
|
|
|
|
|
Learn More
|
|
|
|
|
</A>
|
|
|
|
@ -94,7 +89,7 @@ import { NewsList } from "~/components/NewsList";
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section class="container mx-auto p-4">
|
|
|
|
|
<h2 class="mt-40 mb-16 text-5xl">News</h2>
|
|
|
|
|
<h2 class="text-5xl">News</h2>
|
|
|
|
|
<NewsList limit={3} />
|
|
|
|
|
<A href="/news" class="btn btn-primary mt-4">
|
|
|
|
|
View More
|
|
|
|
|