Skip to content

Instantly share code, notes, and snippets.

Senior web designer with CSS ability

We want a senior designer who specializes in landing page/web app designs who also has the ability to write css/static html (no JS or other coding needed).

We're working with a tight timeline and would only prefer people who can start very soon.

job details:

  • design web app/landing interface while leading junior designer
  • work with all team of all senior developers who can help implement designs at high speeds
  • fully remote team with option of spending a few weeks in our sunny bangkok office or future osaka office
@lukezhangstudio
lukezhangstudio / jobdescription.md
Created November 17, 2017 10:57
junior developer position

Loom Network is looking for a junior front-end developer.

Required knowledge and experience:

  • Familiarity with Javascript, scss, html
  • Can communicate in english
  • Experience with using Webpack, NPM
  • Some experience with Ruby on Rails and / or React

Why it's good to work with us:

@lukezhangstudio
lukezhangstudio / sublime_settings
Created February 13, 2015 06:07
sublime_settings
{
"folder_exclude_patterns":
[
"target"
],
"font_size": 17,
"ignored_packages":
[
"Vintage"
],
@lukezhangstudio
lukezhangstudio / & and andThen.md
Last active August 29, 2015 14:06
Combining transforms with magic

Mastering when to use & and andThen

CssSel extends (NodeSeq)=>NodeSeq
  • This gives you some really cool things but also introduces a limitation or two.
  • & method ONLY exists on a CssSel
  • With CssSel, you are guarranteed that it will go thru its arguments only once. Not so with plain (NodeSeq) => NodeSeq

What does this mean in practice? If you have a method:

 renderBody = {
@lukezhangstudio
lukezhangstudio / .bash_profile
Last active August 29, 2015 14:05
.bash_profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@lukezhangstudio
lukezhangstudio / setup_dev_checklist.md
Last active August 29, 2015 14:04
setting up dev environment checklist

#Setting up dev environment

  1. install iterm2
  2. install Alfred
  3. paste in a decent .bash_profile I'm using this one
  4. Install pathogen for vim
  • install sensible.vim
  • install vim color schemes
  1. install backup editor(sublime text?)
  2. Add editor alias to .bash_profile. (eg. alise EDITOR = 'vim')
  3. Add z-script
@lukezhangstudio
lukezhangstudio / dabblet.css
Created April 15, 2013 21:07
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%;