Skip to content

Commit

Permalink
new block about
Browse files Browse the repository at this point in the history
  • Loading branch information
dimamurugov committed May 17, 2020
1 parent 6e96012 commit 35b3494
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
15 changes: 13 additions & 2 deletions components/AboutProject.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<section class="about-project">

<div class="about-project__container">
<h2 class="about-project__title">#РАКЛЕЧИТСЯ</h2>
<p class="about-project__subtitle">О проекте</p>
Expand Down Expand Up @@ -34,6 +35,7 @@
</li>
</ul>
</div>

</div>
</section>
</template>
Expand All @@ -48,6 +50,7 @@ export default {};
flex-direction: column;
align-items: center;
background-color: #613a93;
width: 100vw;
padding: 90px 60px 100px 60px;
}
Expand All @@ -56,6 +59,7 @@ export default {};
display: flex;
flex-direction: column;
align-items: center;
}
.about-project__title {
font-style: normal;
Expand All @@ -64,7 +68,7 @@ export default {};
line-height: 77px;
text-align: center;
color: #ffffff;
margin: 0 0 70px 0;
}
.about-project__subtitle {
font-style: normal;
Expand All @@ -85,6 +89,7 @@ export default {};
}
.about-project__list-names {
list-style-type: none;
padding-left: 0;
}
.about-project__name {
Expand All @@ -99,14 +104,16 @@ export default {};
font-weight: 500;
color: #ffffff;
cursor: pointer;
}
.about-project__name_company {
font-weight: normal;
color: #c9c9c9;
}
.about-project__description {
padding-left: 0;
list-style-type: none;
}
.about-project__paragraph:first-child {
margin-bottom: 20px;
Expand All @@ -119,13 +126,16 @@ export default {};
color: #dedede;
max-width: 640px;
}
.about-project__place-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 40px;
grid-row-gap: 0px;
}
.about-project__place-container_information {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -268,4 +278,5 @@ export default {};
margin-bottom: 40px;
}
}
</style>
2 changes: 2 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import TellYourStory from '~/components/TellYourStory';
import Statistic from '@/components/Statistic';
import AboutProject from '~/components/AboutProject';
export default {
components: {
videoBlock: video,
Expand All @@ -29,6 +30,7 @@ export default {
statistic: Statistic,
banner: Banner,
about: AboutProject,
},
};
Expand Down
Binary file removed static/images/shitty_lobster_photo.jpeg
Binary file not shown.

0 comments on commit 35b3494

Please sign in to comment.