From 3d838767d9ce1ba22f24475c978652a554e8d6c6 Mon Sep 17 00:00:00 2001 From: emil28092005 <65846814+emil28092005@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:48:14 +0300 Subject: [PATCH] first commit --- .idea/.gitignore | 5 ++ .idea/emil28092005.github.io.iml | 12 +++++ .idea/modules.xml | 8 +++ .idea/vcs.xml | 6 +++ Images/Icons/icons8-telegram.svg | 15 ++++++ Images/Icons/icons8-whatsapp.png | Bin 0 -> 949 bytes index.html | 68 +++++++++++++++++++++++ styles.css | 89 +++++++++++++++++++++++++++++++ 8 files changed, 203 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/emil28092005.github.io.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 Images/Icons/icons8-telegram.svg create mode 100644 Images/Icons/icons8-whatsapp.png create mode 100644 index.html create mode 100644 styles.css diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/emil28092005.github.io.iml b/.idea/emil28092005.github.io.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/emil28092005.github.io.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..1730413 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Images/Icons/icons8-telegram.svg b/Images/Icons/icons8-telegram.svg new file mode 100644 index 0000000..45259f5 --- /dev/null +++ b/Images/Icons/icons8-telegram.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Images/Icons/icons8-whatsapp.png b/Images/Icons/icons8-whatsapp.png new file mode 100644 index 0000000000000000000000000000000000000000..5545e34b891729e5d13c570c1e5d02672334f25d GIT binary patch literal 949 zcmV;m14{gfP)IX|RhE&mPgyc#>{*6Ly8f`njQB^g zq!~-e_{SDe{!k>0<&TMwoqz0-J(QUt+$>4vaxJ%9uB)T(tK;eYE$(}L>+SbD&+~oG z^StMr=bZCG_NWZ>1=aw^f&YMaKp9X3+yJ%#(||@)AQ}NHfT!9lo98|7H_$c7#yP-3 z;I&hH9rzO%1T+^XNB{c(bAXe;2k}dRO+fu`-Mj^GMoK;c`+=Xnas5VF!gM?Ux@Eh# z4N#zk4}pP{9~~4MWwK;OUCn_fT5uM~B{^yVJEgM_Xq$>y6*w>A37|F=2fIQ0r2Ai> zUL0wW2nE44ssRiEegWzxw8T~Iu`Zl!3cS(efFK_Jaks$S(!_c5@n}IY4XYUbaY> zo`PJ{9n!4T-(^R$%u1E(s1b>><_lnU3Z41l96=-#{z`M=T)naJ9;-HNQm+tg_`gzj zzB_Q4+PDx==3Q<=J69^Jr8$I|`KY*-%a_S*+Y}o;1AgR^VZnGM;J)U1htWQc^sqo% z;!JIM;SZo$z?&%R6vxEEV6A=R19qzOv7Imzti3wz%v>rL?RO>Dp1Cn=BllQV{en7D z@-aj7hOi!Cm)_KO#f2#XaFQ!%Uo|}aUD+)UYO4hw3G_-)En5LEW9rLiEYpOg+wXxq zcXju~5iV=eOj^-s?>4^_*AF(9|BID$LR8H%Fhf*Ua2L7E*)WbcUW8+kb5t(pYwWE) zEPl^2K+XRXg4?iDO=&E)xK@0xQfR7gz7i#!Rcb0M=!R;;1!}zu9p4hpm`o>r7_-qG zV1pK0BQgRw9OU|RkM$U4{;Yb(Q>yXS9!&vSrs3L0<|w`Gdf)(XNa@(DVh6UbtE}+} Xw|_6HV?_;#00000NkvXXu0mjfjN7_s literal 0 HcmV?d00001 diff --git a/index.html b/index.html new file mode 100644 index 0000000..a8438fa --- /dev/null +++ b/index.html @@ -0,0 +1,68 @@ + + + + + + Станция Сосновая + + + + + + +
+

Станция Сосновая

+ заглавное фото участка +
+ +
+
+

Выставка керамики

+ выставка керамики +

выставка керамики Майи Лопеc

+
+
+

Выставка керамики

+ выставка керамики +

выставка керамики Майи Лопеc

+
+
+

Выставка керамики

+ выставка керамики +

выставка керамики Майи Лопеc

+
+
+

Выставка керамики

+ выставка керамики +

выставка керамики Майи Лопеc

+
+ + +
+ + + + + + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..02bea25 --- /dev/null +++ b/styles.css @@ -0,0 +1,89 @@ +*{ + box-sizing: border-box; +} + +body ,header, section, footer{ + margin: 0; +} + +h1,h2,h3,h4,h5,h6,p{ + text-shadow: black 4px 4px 3px; + margin: 0; + color: #e4c373; + font-family: 'MesloLGS NF', sans-serif; + +} + +h1 { + text-align: center; + font-weight: 600; + margin: 0; +} + +p { + font-weight: 550; +} + +.header { + + text-align: center; + background-color: saddlebrown; + width: 100%; +} + +.header-name{ + color: #bdad60; +} + +.header-image { + display: inline-block; + width: 95%; + +} + +.section { + width: 100%; + display: inline-block; + text-align: center; + padding: 20px; + justify-content: space-evenly; + background: radial-gradient(circle, rgba(164,126,10,1) 0%, rgba(139,69,19,1) 100%); + margin: 0 auto; +} + +.card { + display: inline-block; + width: 300px; + height: 300px; + margin: 10px; + background-color: saddlebrown; +} + +.card-name { + margin: 0; + text-align: center; +} + +.card-image { + display: block; + margin: 0 auto; + width: 90%; + border: solid 3px #2a1508; +} + +.card-description { + margin: 0; + text-align: center; +} + +.footer { + background-color: saddlebrown; + text-align: center; + height: 22vh; + width: 100%; +} + +.fancy-external-border{ + border: solid 5px #2a1508; + box-shadow: 10px 10px 20px #2a1508; +} \ No newline at end of file