@@ -69,7 +69,7 @@ const SectionTitle = ({children}) =>
{children}
</div>
-const Biograph = () => //использование
+const Biograph = () =>
<biograph class="bio">
<Container>
<SectionTitle>
@@ -156,9 +156,9 @@ const Footer = () =>
<div class="network">
- <a href= "https://www.instagram.com/?hl=ru"> <ImageLogoNet img ="/img/instagram.png"/> </a>
- <a href="https://www.youtube.com/"> <ImageLogoNet img ="/img/youtube.png"/> </a>
- <a href="https://web.telegram.org/z/"> <ImageLogoNet img ="/img/telegram.png"/> </a>
+ <a href= "https://www.instagram.com/svenciupka/?hl=ru"> <ImageLogoNet img ="/img/instagram.png"/> </a>
+ <a href="https://www.youtube.com/channel/UCZBYazShmdHyui7QabocraA"> <ImageLogoNet img ="/img/youtube.png"/> </a>
+ <a href="https://500px.com/p/svenciupka?view=photos"> <ImageLogoNet img ="/img/500px.png"/> </a>
</Wrapper>
</Container>
@@ -21,6 +21,9 @@ div,p,input,button,form,span,a,ul,li{
color: #fff;
padding-bottom: 100px;
}
+a{
+ text-decoration: none;
+}
.logo_image{
width: 10ex;
height: 10ex;
@@ -77,6 +80,7 @@ p {
background: #eba809;
.possibility{
+ display: flex;
background: #c7d0d7;
padding-top: 40px;
padding-bottom: 115px;