-
Notifications
You must be signed in to change notification settings - Fork 2
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
new year. new hack. #15
base: master
Are you sure you want to change the base?
Conversation
Sooner or later... |
src/main.js
Outdated
); | ||
|
||
getById('form-submit').addEventListener('click', () => { | ||
console.log({ |
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.
Что за херня?
src/main.js
Outdated
getById('register').reset() | ||
const notify = document.querySelector('.notification') | ||
.then((res) => { | ||
// console.log('form sent') |
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.
Что за ебучий комментарий?
src/main.js
Outdated
window.scrollTo(0, 0) | ||
}) | ||
// document | ||
// .querySelector('.header__navbar-mobile > .logo') |
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.
Зачем такое?
src/mixins/page-header.pug
Outdated
img(src="assets/logos/telegram.svg" alt="Телеграм чат" width="28px" height="24px") | ||
|
||
.header__navbar-mobile | ||
img.logo(src="assets/logos/header_hack.svg" width="150px" height="30px") | ||
//- img.logo(src="assets/logos/header_hack.svg" width="150px" height="30px" alt="Логотип хакатона") |
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.
Зачем?
src/mixins/tasks.pug
Outdated
= data.format | ||
img(src=data.imgSrc alt="Иконка с подарком" width=data.width height=data.height) | ||
= data.description | ||
//- p.winner Победитель: |
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.
Снова
text-align: left; | ||
position: relative; | ||
color: transparent; | ||
-webkit-text-stroke: 1px #0077ff; | ||
// -webkit-text-stroke: 1px #0077ff; |
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.
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.
это полнейший беспредел
flex-direction: column; | ||
justify-content: center; | ||
align-items: space-between; | ||
// display: flex; |
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.
???
No description provided.