diff --git a/account.html b/account.html new file mode 100644 index 0000000..d97bfb6 --- /dev/null +++ b/account.html @@ -0,0 +1,37 @@ + + + + + Личный кабинет + + + + + + + + +
+
+
+

Введите номер телефона

+ +
+
+

Введите пароль

+ +
+
+ +
+
+
+ + + \ No newline at end of file diff --git a/author.html b/author.html new file mode 100644 index 0000000..086dc5b --- /dev/null +++ b/author.html @@ -0,0 +1,29 @@ + + + + + Авторство + + + + + + +
+ + +
+

Автор: Хаяо Миядзаки

+

посвящено автору и тп. Lorem ipsum, dolor sit amet consectetur adipisicing elit. Consequuntur quod harum voluptate architecto, sit eaque, voluptatibus excepturi deleniti consequatur porro vero dolorem dolorum vitae laborum libero et veritatis sapiente a?

+
+ + +
+ + + \ No newline at end of file diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..2e075c3 --- /dev/null +++ b/css/style.css @@ -0,0 +1,60 @@ +* { + margin: 0; + padding: 0; +} + +body { + background-color: #0f0630; + font-family: Arial, Helvetica, sans-serif; + color: #f0ffff; +} + +a { + text-decoration: none; + color: bisque; +} + +div { + background-color: #312b46; + width: 1300px; + margin: 0 auto 10px; +} + +.author { + display: flex; +} + +.input { + width: 700px; + margin-top: 70px; +} + +.menu { + margin-bottom: 50px; +} + +.icons { + display: flex; + flex-wrap: wrap; +} + +.icon { + + width: 150px; + margin: 0 30px; +} + +.card { + display: flex; +} + +h3 { + margin-bottom: 15px; +} + +.read{ + width: 500px; + display: block; +} + + diff --git a/img/SL1.png b/img/SL1.png new file mode 100644 index 0000000..fe52422 Binary files /dev/null and b/img/SL1.png differ diff --git a/img/SL2.png b/img/SL2.png new file mode 100644 index 0000000..f68c425 Binary files /dev/null and b/img/SL2.png differ diff --git a/img/manga.png b/img/manga.png new file mode 100644 index 0000000..a228780 Binary files /dev/null and b/img/manga.png differ diff --git a/img/ХаяоМиядзаки.png b/img/ХаяоМиядзаки.png new file mode 100644 index 0000000..ef7ae3a Binary files /dev/null and b/img/ХаяоМиядзаки.png differ diff --git a/img/заглушка.jpg b/img/заглушка.jpg new file mode 100644 index 0000000..a7039c4 Binary files /dev/null and b/img/заглушка.jpg differ diff --git a/img/новость.jpg b/img/новость.jpg new file mode 100644 index 0000000..9d04b38 Binary files /dev/null and b/img/новость.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..5c33fb3 --- /dev/null +++ b/index.html @@ -0,0 +1,112 @@ + + + + + Заголовок страницы + + + + + + + +
+

Наши произведения

+
+ + + + + + + +
+ +
+ +
+

Наши новости:

+
+
+ + + +
+

Новость 1

+

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Libero laborum possimus itaque quibusdam beatae ipsam odit sed? Vel blanditiis repellendus, + ea nam, incidunt odio sit amet sequi nihil, laudantium aspernatur!

+
+ +
+
+ + + +
+

Новость 2

+

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Libero laborum possimus itaque quibusdam beatae ipsam odit sed? Vel blanditiis repellendus, + ea nam, incidunt odio sit amet sequi nihil, laudantium aspernatur!

+
+
+
+
+ + + + \ No newline at end of file diff --git a/manga.html b/manga.html new file mode 100644 index 0000000..e31b6f6 --- /dev/null +++ b/manga.html @@ -0,0 +1,32 @@ + + + + + сама манга? + + + + + + + + +
+
+ +
Заглушка
+
+

здесь будет сама инфа о манге

+ про автора + Читать +
+ + + \ No newline at end of file diff --git a/news.html b/news.html new file mode 100644 index 0000000..f1fe2fd --- /dev/null +++ b/news.html @@ -0,0 +1,27 @@ + + + + + Новость + + + + + + + + +
+ +

Новость Lorem, ipsum dolor sit amet consectetur adipisicing elit. Beatae exercitationem eligendi error. Architecto voluptatum eaque, nostrum ea a consequuntur, deleniti dolor provident sequi dicta culpa magnam delectus amet distinctio autem?

+
+ + + \ No newline at end of file diff --git a/reading.html b/reading.html new file mode 100644 index 0000000..bff53da --- /dev/null +++ b/reading.html @@ -0,0 +1,28 @@ + + + + + Читать мангу... + + + + + + + + +
+ + +
+ + + + diff --git a/Отчет №1.docx b/Отчет №1.docx new file mode 100644 index 0000000..df5e3c6 Binary files /dev/null and b/Отчет №1.docx differ