commit 11997e2a7c69e207c27bde114bca1d47223c7fdd Author: Firesieht Date: Sat Mar 19 03:53:42 2022 +0300 init diff --git a/package.json b/package.json new file mode 100644 index 0000000..fc5d8b0 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "quest-lending", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +} diff --git a/src/images/star.svg b/src/images/star.svg new file mode 100644 index 0000000..0027b19 --- /dev/null +++ b/src/images/star.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..c55b485 --- /dev/null +++ b/src/index.css @@ -0,0 +1,91 @@ +.header{ + position: fixed; + left: 0; + top:0; + z-index: 100; + background: #fff; + border-radius: 0px 0px 15px 15px; + border: 1px solid #EEEEEE; + width: 100%; + display: flex; + flex-direction: row; + align-items: center; + font-family: 'Inconsolata', monospace; + color: #323232; + font-size: 18px; + gap:25px; + padding: 20px +} +.link{ + color: #323232; + text-decoration: none; +} +.link:active{ + color: #323232; + text-decoration:none; +} +.content{ + margin-top: 100px; +} +.main{ + margin-top: 20%; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} +.solution{ + margin-top: 21%; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} +.carousel{ + display: flex; + flex-direction: row; + gap:10px; + margin-top:5%; +} +.card{ + font-family: 'Inconsolata', monospace; + background: #FFFFFF; + border: 1px solid #EEEEEE; + display: flex; + flex-direction: column; + font-size: 20px !important; + gap:10px; + padding-left: 100px; + padding-right: 100px; + padding-bottom: 40px; +} +.card_grade{ + display: flex; + flex-direction: row; + align-items: center; +} +.btn{ + background: #6F39B5; + border-radius: 10px; + font-family: 'Montserrat', sans-serif; + color: #FFFFFF; + font-size: 18px; + border:none; + outline: none; + padding: 10px; + cursor: pointer; +} +.btn:hover{ + opacity: 0.5; +} +h1{ + font-family: 'Montserrat', sans-serif; +} +h2{ + color: #323232; + font-family: 'Inconsolata', monospace; +} + +body{ + background: #FAFAFA; +} \ No newline at end of file diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..8469c05 --- /dev/null +++ b/src/index.html @@ -0,0 +1,61 @@ + + + + + + + + +
+ Главная + Что мы предлагаем + Купить квест + Наша команда + Связь с нами +
+
+
+

AR Quest

+

Квесты прямо в вашем доме!

+
+
+

Что мы предлагаем

+

Приедем к вам - соберем квест

+ +
+
+

Наша команда

+ +
+
+
+ +
+ \ No newline at end of file