Skip to content

Commit

Permalink
Changed about page
Browse files Browse the repository at this point in the history
  • Loading branch information
timofeytrepalin committed Feb 2, 2023
1 parent a022381 commit 4f09605
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
Binary file modified public/adar/about/about1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions src/modules/ADAR/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@
and cost effective to pay large numbers of global suppliers and employees on a recurring basis
</h3>
</div>
<div class="description-section__ref">
<a href="https://www.adar.com" target="_blank">learn more</a>
</div>
<img
src="/adar/about/about1.png"
alt="ADAR desktop app"
class="description-section__picture"
data-aos="fade-up"
data-aos-delay="200"
loading="lazy"
/>
</div>
</section>
Expand Down Expand Up @@ -161,12 +165,35 @@ export default class About extends Mixins(TranslationMixin) {
&__picture {
width: 1000px;
margin: 40px auto;
border-radius: 12px;
box-shadow: var(--s-shadow-element-pressed);
pointer-events: none;
}
h1 {
margin: 40px auto;
font-weight: 700;
}
&__ref {
@include flex-center;
margin: 40px auto 0 auto;
a {
display: block;
font-size: 20px;
padding: 20px 40px;
border-radius: 24px;
background-color: var(--s-color-theme-accent);
color: white;
text-decoration: none;
text-transform: capitalize;
font-weight: 300;
&:hover {
background-color: var(--s-color-theme-accent-hover);
}
}
}
}
}
Expand Down

0 comments on commit 4f09605

Please sign in to comment.