Files

23 lines
1.7 KiB
Vue
Raw Permalink 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 превращает знакомый мир в длинный путь: начни с Классики, пройди Запределье и постепенно открой Нордскол. Каждый герой продвигается в своём темпе.</p>
<p>Исследуй опасные земли, готовься к первым рейдам и возвращайся к приключению тогда, когда тебе удобно. Здесь не нужно подстраиваться под общий прогресс сервера.</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>