Skip to content

Commit

Permalink
PSS-495 | Update about page (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pobepto authored Apr 27, 2021
1 parent e028fec commit 0e2936b
Show file tree
Hide file tree
Showing 41 changed files with 699 additions and 188 deletions.
16 changes: 11 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,16 @@
<div class="app-body">
<div class="app-content">
<router-view :parent-loading="loading" />
<p v-if="!isAboutPage" class="app-disclaimer">{{ t('disclaimer') }}</p>
<p v-if="isAboutPage" class="app-disclaimer about-disclaimer">{{ t('disclaimer') }}</p>
<p v-else class="app-disclaimer">{{ t('disclaimer') }}</p>
</div>
<footer class="app-footer">
<p v-if="isAboutPage" class="app-disclaimer">{{ t('disclaimer') }}</p>
<footer v-if="isAboutPage" class="app-footer about-footer">
<div class="sora-logo">
<span class="sora-logo__title">{{ t('poweredBy') }}</span>
<div class="sora-logo__image"></div>
</div>
</footer>
<footer v-else class="app-footer">
<div class="sora-logo">
<span class="sora-logo__title">{{ t('poweredBy') }}</span>
<div class="sora-logo__image"></div>
Expand Down Expand Up @@ -441,7 +447,7 @@ $logo-width: 40px;
$logo-width-big: 150px;
$logo-horizontal-margin: $inner-spacing-mini / 2;
$header-height: 64px;
$sidebar-witdh: 160px;
$sidebar-width: 160px;
$sora-logo-height: 36px;
$sora-logo-width: 173.7px;
$account-name-margin: -2px 8px 0 12px;
Expand All @@ -465,7 +471,7 @@ $disclaimer-letter-spacing: -0.03em;
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
width: $sidebar-witdh;
width: $sidebar-width;
border-right: 1px solid var(--s-color-base-border-secondary);
padding-top: $inner-spacing-small;
padding-bottom: $inner-spacing-medium;
Expand Down
Binary file added src/assets/about/about01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about02-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about02-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about02-shadow-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about02x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about03-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about03-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about03-shadow-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about03x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about04-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about04-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about04-shadow-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about04x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about05-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about05-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about05-shadow-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about05x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about06-shadow-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about07-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about07-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/about/about07-3.png
Binary file added src/assets/about/about07-shadow-1.png
Binary file added src/assets/about/about08.png
Binary file added src/assets/about/hero.png
Binary file added src/assets/about/web3.png
85 changes: 85 additions & 0 deletions src/assets/about/web3.svg
3 changes: 3 additions & 0 deletions src/assets/img/social/github.svg
3 changes: 3 additions & 0 deletions src/assets/img/social/medium.svg
3 changes: 3 additions & 0 deletions src/assets/img/social/reddit.svg
4 changes: 4 additions & 0 deletions src/assets/img/social/sora.svg
3 changes: 3 additions & 0 deletions src/assets/img/social/telegram.svg
3 changes: 3 additions & 0 deletions src/assets/img/social/twitter.svg
Loading

0 comments on commit 0e2936b

Please sign in to comment.