Skip to content

Commit 63f8ba4

Browse files
committed
1
Первая версия сайта
0 parents  commit 63f8ba4

23 files changed

+35519
-0
lines changed

landing/Blog-Template.css

+156
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
.u-section-1 .u-sheet-1 {
2+
min-height: 561px;
3+
}
4+
5+
.u-section-1 .u-repeater-1 {
6+
margin-top: 60px;
7+
margin-bottom: 60px;
8+
min-height: 441px;
9+
grid-template-columns: calc(33.3333% - 15px) calc(33.3333% - 15px) calc(33.3333% - 15px);
10+
height: auto;
11+
grid-gap: 22px 22px;
12+
grid-auto-rows: 100%;
13+
}
14+
15+
.u-section-1 .u-repeater-item-1 {
16+
background-image: none;
17+
}
18+
19+
.u-section-1 .u-container-layout-1 {
20+
padding: 30px 20px;
21+
}
22+
23+
.u-section-1 .u-text-1 {
24+
margin-top: 0;
25+
margin-bottom: 0;
26+
}
27+
28+
.u-section-1 .u-image-1 {
29+
height: 222px;
30+
margin-top: 17px;
31+
margin-bottom: 0;
32+
}
33+
34+
.u-section-1 .u-text-2 {
35+
margin-top: 20px;
36+
margin-bottom: 0;
37+
}
38+
39+
.u-section-1 .u-btn-1 {
40+
background-image: none;
41+
border-style: none none solid;
42+
margin: 17px auto 0 0;
43+
padding: 0;
44+
}
45+
46+
.u-section-1 .u-container-layout-2 {
47+
padding: 30px 20px;
48+
}
49+
50+
.u-section-1 .u-text-3 {
51+
margin-top: 0;
52+
margin-bottom: 0;
53+
}
54+
55+
.u-section-1 .u-image-2 {
56+
height: 222px;
57+
margin-top: 17px;
58+
margin-bottom: 0;
59+
}
60+
61+
.u-section-1 .u-text-4 {
62+
margin-top: 20px;
63+
margin-bottom: 0;
64+
}
65+
66+
.u-section-1 .u-btn-2 {
67+
background-image: none;
68+
border-style: none none solid;
69+
margin: 17px auto 0 0;
70+
padding: 0;
71+
}
72+
73+
.u-section-1 .u-container-layout-3 {
74+
padding: 30px 20px;
75+
}
76+
77+
.u-section-1 .u-text-5 {
78+
margin-top: 0;
79+
margin-bottom: 0;
80+
}
81+
82+
.u-section-1 .u-image-3 {
83+
height: 222px;
84+
margin-top: 17px;
85+
margin-bottom: 0;
86+
}
87+
88+
.u-section-1 .u-text-6 {
89+
margin-top: 20px;
90+
margin-bottom: 0;
91+
}
92+
93+
.u-section-1 .u-btn-3 {
94+
background-image: none;
95+
border-style: none none solid;
96+
margin: 17px auto 0 0;
97+
padding: 0;
98+
}
99+
100+
@media (max-width: 1199px) {
101+
.u-section-1 .u-sheet-1 {
102+
min-height: 484px;
103+
}
104+
105+
.u-section-1 .u-repeater-1 {
106+
min-height: 364px;
107+
grid-template-columns: repeat(3, calc(33.333333333333336% - 15px));
108+
grid-auto-rows: NaN%;
109+
}
110+
}
111+
112+
@media (max-width: 991px) {
113+
.u-section-1 .u-sheet-1 {
114+
min-height: 956px;
115+
}
116+
117+
.u-section-1 .u-repeater-1 {
118+
min-height: 836px;
119+
grid-template-columns: repeat(2, calc(50% - 11.25px));
120+
}
121+
}
122+
123+
@media (max-width: 767px) {
124+
.u-section-1 .u-repeater-1 {
125+
grid-template-columns: 100%;
126+
}
127+
128+
.u-section-1 .u-container-layout-1 {
129+
padding-left: 10px;
130+
padding-right: 10px;
131+
}
132+
133+
.u-section-1 .u-image-1 {
134+
height: 278px;
135+
}
136+
137+
.u-section-1 .u-container-layout-2 {
138+
padding-left: 10px;
139+
padding-right: 10px;
140+
}
141+
142+
.u-section-1 .u-image-2 {
143+
height: 278px;
144+
}
145+
146+
.u-section-1 .u-container-layout-3 {
147+
padding-left: 10px;
148+
padding-right: 10px;
149+
}
150+
151+
.u-section-1 .u-image-3 {
152+
height: 278px;
153+
}
154+
}.u-section-2 .u-sheet-1 {
155+
min-height: 500px;
156+
}

landing/Post-Template.css

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
.u-section-1 .u-sheet-1 {
2+
min-height: 835px;
3+
}
4+
5+
.u-section-1 .u-post-details-1 {
6+
min-height: 375px;
7+
margin-top: 60px;
8+
margin-bottom: -10px;
9+
}
10+
11+
.u-section-1 .u-container-layout-1 {
12+
padding: 30px;
13+
}
14+
15+
.u-section-1 .u-image-1 {
16+
height: 486px;
17+
margin-top: 0;
18+
margin-bottom: 0;
19+
margin-left: 0;
20+
}
21+
22+
.u-section-1 .u-text-1 {
23+
margin-top: 20px;
24+
margin-bottom: 0;
25+
margin-left: 0;
26+
}
27+
28+
.u-section-1 .u-metadata-1 {
29+
margin-top: 30px;
30+
margin-bottom: 0;
31+
margin-left: 0;
32+
}
33+
34+
.u-section-1 .u-text-2 {
35+
margin-bottom: 0;
36+
margin-top: 20px;
37+
margin-left: 0;
38+
}
39+
40+
@media (max-width: 1199px) {
41+
.u-section-1 .u-post-details-1 {
42+
height: 715px;
43+
}
44+
45+
.u-section-1 .u-image-1 {
46+
margin-left: initial;
47+
}
48+
}
49+
50+
@media (max-width: 991px) {
51+
.u-section-1 .u-sheet-1 {
52+
min-height: 782px;
53+
}
54+
55+
.u-section-1 .u-post-details-1 {
56+
margin-bottom: 60px;
57+
height: 662px;
58+
}
59+
60+
.u-section-1 .u-image-1 {
61+
height: 423px;
62+
margin-left: initial;
63+
}
64+
}
65+
66+
@media (max-width: 767px) {
67+
.u-section-1 .u-sheet-1 {
68+
min-height: 722px;
69+
}
70+
71+
.u-section-1 .u-post-details-1 {
72+
height: 602px;
73+
}
74+
75+
.u-section-1 .u-container-layout-1 {
76+
padding-left: 10px;
77+
padding-right: 10px;
78+
}
79+
80+
.u-section-1 .u-image-1 {
81+
height: 354px;
82+
margin-top: 9px;
83+
margin-left: initial;
84+
}
85+
}
86+
87+
@media (max-width: 575px) {
88+
.u-section-1 .u-sheet-1 {
89+
min-height: 656px;
90+
}
91+
92+
.u-section-1 .u-post-details-1 {
93+
height: 536px;
94+
}
95+
96+
.u-section-1 .u-image-1 {
97+
height: 275px;
98+
margin-left: initial;
99+
}
100+
}

landing/blog/blog.html

+144
Large diffs are not rendered by default.

landing/blog/пост-1.html

+96
Large diffs are not rendered by default.

landing/blog/пост-2.html

+96
Large diffs are not rendered by default.

landing/blog/пост-3.html

+96
Large diffs are not rendered by default.

landing/blog/пост-4.html

+96
Large diffs are not rendered by default.

landing/blog/пост-5.html

+96
Large diffs are not rendered by default.

landing/blog/пост.html

+96
Large diffs are not rendered by default.
797 KB
Loading

landing/images/1.jpeg

36.2 KB
Loading

landing/images/2.jpeg

40.7 KB
Loading

landing/images/3.jpeg

27.9 KB
Loading

landing/index.html

+130
Large diffs are not rendered by default.

landing/jquery.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)