-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ui): Russian landing #58
Conversation
- added hawk.so/ru route - added contact componenet - added russian header
- added grid info component - patched contact component - setup for ru layout
assets/svg/github.svg
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
components/contact.vue
Outdated
|
||
.team-hawk-so-t-me { | ||
display: inline; | ||
font-family: "Roboto-Regular", Helvetica; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this won't work since font with this name is not connected. But Roboto is already connected at the layouts/ru.vue
to the HTML tag so you don't need to override it.
components/features.vue
Outdated
@media (--screen-middle) { | ||
line-height: 30px; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.title { | ||
font-size: 24px; | ||
line-height: 28.13px; | ||
font-weight: 700; | ||
color: #DBE6FF; | ||
text-align: center; | ||
} | ||
|
||
.text { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
selectors are not enough specific, it can lead conflicts. use <style scoped
> or use BEM
components/contact.vue
Outdated
}); | ||
</script> | ||
|
||
<style> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets use scoped style as well
components/contact.vue
Outdated
или в телеграм | ||
<a href="https://t.me/+xWe73YEfIVRlNmYy">t.me/hawk-support</a>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
components/contact.vue
Outdated
@@ -0,0 +1,199 @@ | |||
<template> | |||
<div class="box"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
components/grid-info.vue
Outdated
<div class="title">Поддерживает<br/>ваши технологии</div> | ||
<div class="text">Хоук имеет интеграции с популярными<br/>технологиями и фреймворками. </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
components/grid-info.vue
Outdated
<div class="block"> | ||
<div class="grid__block"> | ||
<div class="title">Open Source</div> | ||
<div class="text">Исходный код открыт для исследования и обслуживания</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
href="/download"> | ||
<img src="~/assets/svg/locale-version.svg" class="site-header__menu__local-version-svg"/> | ||
<div class="text-container">Локализованная версия</div> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now Hawk landing has /ru route with russian information about the project
Also there is contact component, which sends notifications to tg chat on button click