Files

56 lines
2.9 KiB
HTML
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.
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MARDOL Simulations — разработчики дополнений для авиасимуляторов</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link href="static/css/cover.css" rel="stylesheet">
<link rel="icon" href="static/images/icon.ico" type="image/x-icon">
<meta name="author" content="uw935">
<meta name="description" content="MARDOL Simulations — создание дополнений для авиасимуляторов">
<meta name="keywords" content="MARDOL Simulations, MARDOL, simulations, mardol, mardol simulations, авиасимуляторы, simulations, fspax, fspax 2.0, fspax скачать">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta content="yes" name="apple-touch-fullscreen" />
<meta name="apple-mobile-web-app-status-bar-style" content="#89B3E7">
<meta name="format-detection" content="telephone=no">
<style>
body {
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
.bg-image {
background-image: url("./static/images/img.jpg");
background-size: cover;
}
</style>
</head>
<body class="d-flex h-100 text-center text-white bg-image">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link active" aria-current="page" href="#">Главная</a>
<a class="nav-link" href="pages/download.html">Скачать</a>
<a class="nav-link" href="pages/about.html">О нас</a>
</nav>
</div>
</header>
<main class="px-3">
<h1>MARDOL Simulations: код & авиасимуляторы</h1>
<p class="lead">Создаем дополнения для авиасимуляторов, поддерживаем разработчиков и рассказываем о разработке</p>
<p class="lead">
<a id="vkontakte" href="https://vk.com/mardolsim" class="btn btn-lg btn-secondary fw-bold border-white bg-white">ВКонтакте</a>
<a id="vkontakte" href="https://github.com/mardolsimulations/" class="btn btn-lg btn-secondary fw-bold border-white bg-white">GitHub</a>
</p>
</main>
<footer class="mt-auto text-white-50">
<p>MARDOL Simulations @ 2024</p>
</footer>
</div>
</body>
</html>