diff --git a/README.md b/README.md index 968bcb8..4790981 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ ## 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. diff --git a/index.html b/index.html index 490d088..17d4f98 100644 --- a/index.html +++ b/index.html @@ -6,14 +6,23 @@ MARDOL Simulations — разработчики дополнений для авиасимуляторов - + + + + + + + + + + @@ -24,8 +33,8 @@
@@ -40,7 +49,7 @@ diff --git a/pages/about.html b/pages/about.html new file mode 100644 index 0000000..aa9817d --- /dev/null +++ b/pages/about.html @@ -0,0 +1,113 @@ + + + + + + MARDOL Simulations — разработчики дополнений для авиасимуляторов + + + + + + + + + + + + + + +
+
+
Присоединиться к команде
+ +
+
+
+ Помоги нам создавать сообщества и дополнения для авиасимуляторов. +
+ Работа у нас полностью на энтузиазме, мы открыты к экспериментам и твоим творческим абмициям +
+
+ Открытые вакансии: +
+ +
+ +
+
+ +
+
+ +
+
+
+
+
+ + + + +
+
+
+ +
+
+ +
+ Мы — команда, любящая несколько вещей: авиасимуляторы, авиацию и код.
+ И ещё мы любим создавать удобный контент для авиасимуляторов. Пишем на C#, наш код доступен на GitHub +
+
+
+
+ uw935 (Mark) — основатель, разработчик — GitHub
+ exituser (Alexander) — разработчик — GitHub +
+
+
+
+
+ +
+
+ + +
+ + + + \ No newline at end of file diff --git a/pages/download.html b/pages/download.html new file mode 100644 index 0000000..95b474f --- /dev/null +++ b/pages/download.html @@ -0,0 +1,55 @@ + + + + + + MARDOL Simulations — разработчики дополнений для авиасимуляторов + + + + + + + + + + + + + + +
+
+
+ +
+
+ +
+
+
+ FSPax +
+
+
FSPax — 2.0
+

+ Воспроизведение озвучки бортпроводников теперь в новой версии.
+ Удобный UI, поддержка разработчиков, open-source и другое...

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

- -

-
- - -
- - \ No newline at end of file diff --git a/cover.css b/static/css/cover.css similarity index 84% rename from cover.css rename to static/css/cover.css index f4eb086..501e58a 100644 --- a/cover.css +++ b/static/css/cover.css @@ -1,10 +1,14 @@ +body { + box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); +} + .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 { @@ -48,3 +52,8 @@ color: #fff; border-bottom-color: #fff; } + +.offcanvas, .modal-backdrop { + /* --bs-offcanvas-zindex: 1; */ + --bs-backdrop-zindex: 1; +} diff --git a/static/images/icon.ico b/static/images/icon.ico new file mode 100644 index 0000000..e4a46c0 Binary files /dev/null and b/static/images/icon.ico differ diff --git a/static/images/img.jpg b/static/images/img.jpg new file mode 100644 index 0000000..fcb6333 Binary files /dev/null and b/static/images/img.jpg differ diff --git a/static/images/img.png b/static/images/img.png deleted file mode 100644 index b31637c..0000000 Binary files a/static/images/img.png and /dev/null differ