Skip to content

Instantly share code, notes, and snippets.

View doochik's full-sized avatar

Aleksei Androsov doochik

View GitHub Profile
@doochik
doochik / dabblet.css
Created April 21, 2020 17:32
Untitled
.a {
position: absolute;
width: 500px;
border: 1px solid;
height: 100px;
overflow-y: hidden;
overflow-x: auto;
display: flex;
}
@doochik
doochik / dabblet.css
Created March 2, 2020 10:15
Untitled
.outer {
width: 100px;
overflow: hidden;
border: 1px solid #000;
}
.inner {
white-space: nowrap;
transform: translate(0, 0);
transition: transform 0.3s;
@doochik
doochik / dabblet.css
Created August 12, 2019 11:03
Untitled
.content-box {
columns: 3;
}
@doochik
doochik / dabblet.css
Created April 19, 2019 17:57
Untitled
.content-box {
columns: 3;
}
function on() {
document.getElementById("overlay").style.display = "block";
}
function off() {
document.getElementById("overlay").style.display = "none";
}
jQuery(document).ready(function($) {
var arr = ["t20","t40", "t50", "t60", "t65","t70","t75", "t80", "t85", "t90", "t95","t100","t105", "t110", "t115", "t120"];
// data array
var foo = [{title: ‘1’, value: ‘1’ }, {title: ‘2’, value: ‘2’ }]
// html for new select
var html= [
'<select>',
foo.map(function(item){ return '<option value="' + item.value + '">' + item.title + '</option>' }),
'</select>'
].join('');
Мне в стартап Verb (https://verbapp.me) нужен JS-разработчик для развития iOS-версии приложения на react-native.
Мы уже получили первые инвестиции. У нас амбициозные планы и много интересных технических задач.
Приложение пишется на ES6, react-native, redux. Опыт разработки на react обязателен.
Сам react-native знать не обязательно (я помогу изучить), но желательно. Так же плюсом будет опыт и понимание гайдов iOS.
Условия:
* работа удаленно. Не фултайм, но в неделю надо будет уделять достаточное количество времени
* оплата по договоренности
@doochik
doochik / dabblet.css
Created November 5, 2016 11:28
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@doochik
doochik / dabblet.css
Last active April 22, 2020 12:05 — forked from anonymous/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
input {