Browse Source

Modified the site version

LenDoc 3 years ago
parent
commit
d5231dacb2
4 changed files with 8 additions and 4 deletions
  1. BIN
      public/img/500px.png
  2. BIN
      public/img/telegram.png
  3. 4 4
      src/App.js
  4. 4 0
      src/App.scss

BIN
public/img/500px.png


BIN
public/img/telegram.png


+ 4 - 4
src/App.js

@@ -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>
   
         <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>
         </div> 
         </Wrapper>
         </Container>

+ 4 - 0
src/App.scss

@@ -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;