mirror of
https://github.com/mardolsimulations/mardolsimulations.github.io.git
synced 2026-09-17 03:38:56 +00:00
add: download & about pages ; cover.css transfer to static & add icon.ico & website version complete
This commit is contained in:
+14
-5
@@ -6,14 +6,23 @@
|
||||
<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="cover.css" rel="stylesheet">
|
||||
<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.png");
|
||||
background-image: url("./static/images/img.jpg");
|
||||
background-size: cover;
|
||||
}
|
||||
</style>
|
||||
@@ -24,8 +33,8 @@
|
||||
<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="index.html">Скачать</a>
|
||||
<a class="nav-link" href="#">О нас</a>
|
||||
<a class="nav-link" href="pages/download.html">Скачать</a>
|
||||
<a class="nav-link" href="pages/about.html">О нас</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
@@ -40,7 +49,7 @@
|
||||
</main>
|
||||
|
||||
<footer class="mt-auto text-white-50">
|
||||
<p>MARDOL Simulations @ 2024 (website WIP)</p>
|
||||
<p>MARDOL Simulations @ 2024</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user