Files
moonwell-web/resources/js/Pages/Landing/Components/About.vue
T

23 lines
1.9 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<section id="about" data-screen-label="02 About">
<div class="wrap about-grid reveal">
<div class="about-copy">
<span class="eyebrow">Что такое MoonWell</span>
<div style="height: 18px"></div>
<h2 class="h-display">Ночной колодец, где эпохи ждут тебя.</h2>
<div style="height: 28px"></div>
<p>MoonWell - это не очередной «1x серверный клон». Мы переосмыслили Wrath of the Lich King как длинный путь: сначала Классика, затем Burning Crusade, потом Лич - но каждый герой идет по нему сам.</p>
<p>Мы хотим вернуть ощущение, которое многие из нас помнят с 2005-го: когда незнакомый лес опасен, а первый рейд - событие года. И при этом добавить то, чего тогда не хватало - возможность играть, когда у тебя есть только час после работы.</p>
<blockquote class="about-quote">
«Мы строим мир, в котором ты можешь пройти все в одиночку - или собрать отряд из трех верных друзей и свергнуть короля-лича. Оба пути честные.»
<cite>- команда MoonWell</cite>
</blockquote>
</div>
<div class="about-visual corners">
<div class="about-stats"><span>Est. 2026</span></div>
<img :src="'/landing.png'" alt="концепт-арт: вход в Лунный Колодец, туман, силуэт ночного эльфа" />
</div>
</div>
</section>
</template>