commit 0192f1d69e9ce857b3b245c64d167dca918a3a08 Author: te5154c Date: Sat Feb 17 19:30:13 2024 +0300 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..968bcb8 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# MARDOL Simulations website + +## About +Official website of the MARDOL Simulations. Here you can find our add-ons and download them. Also there is information about us + +This is not the release version of the website. Work in progress. + +## Contributing +This is another open-source project of MARDOL Simulations. All the files are under MIT License. + +If you want to contribute and help us, we would really appreciate it + + + diff --git a/cover.css b/cover.css new file mode 100644 index 0000000..f4eb086 --- /dev/null +++ b/cover.css @@ -0,0 +1,50 @@ +.bd-placeholder-img { + font-size: 1.125rem; + text-anchor: middle; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + +@media (min-width: 768px) { + .bd-placeholder-img-lg { + font-size: 3.5rem; + } +} + +.btn-secondary, +.btn-secondary:hover, +.btn-secondary:focus { + color: #333; + text-shadow: none; +} + +.bg-image { + background-color: #89b3e7; +} + +.cover-container { + max-width: 42em; +} + +.nav-masthead .nav-link { + padding: .25rem 0; + font-weight: 700; + color: rgba(255, 255, 255, .5); + background-color: transparent; + border-bottom: .25rem solid transparent; +} + +.nav-masthead .nav-link:hover, +.nav-masthead .nav-link:focus { + border-bottom-color: rgba(255, 255, 255, .25); +} + +.nav-masthead .nav-link + .nav-link { + margin-left: 1rem; +} + +.nav-masthead .active { + color: #fff; + border-bottom-color: #fff; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..454e20f --- /dev/null +++ b/index.html @@ -0,0 +1,46 @@ + + + + + + MARDOL Simulations — разработчики дополнений для авиасимуляторов + + + + + + +
+
+
+ +
+
+ +
+

MARDOL Simulations: код & авиасимуляторы

+

Создаем дополнения для авиасимуляторов, поддерживаем разработчиков и рассказываем о разработке

+

+ ВКонтакте +

+
+ +
+

MARDOL Simulations @ 2024 (website WIP)

+
+
+ + \ No newline at end of file diff --git a/partnership.html b/partnership.html new file mode 100644 index 0000000..8ca54ae --- /dev/null +++ b/partnership.html @@ -0,0 +1,37 @@ + + + + + + MARDOL Simulations — российские разработчики дополнений для авиасимуляторов + + + + + + +
+
+
+ +
+
+ +
+

+ +

+
+ + +
+ + \ No newline at end of file diff --git a/static/images/img.png b/static/images/img.png new file mode 100644 index 0000000..b31637c Binary files /dev/null and b/static/images/img.png differ