Skip to content

mariusmateoc/design-starting-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Design Template

This repository have several branches that contain my design starting templates at different resolutions for different devices. So if you want to use this when you start a new project just:

# Clone this repository
git clone git@github.com:mariusmateoc/design-starting-template.git
# Checkout the specific branch that you want to use from below
git checkout <branch-name>
  • branch web 1200px webpage: A blanc file at 1400px wide and 1200px tall. This file comes with a default grid system at 1200px wide with 12 columns (Column Width: 78px; Gutter Width: 24px) and a baseline grid of 12px.

  • branch web-old 1024px webpage: A blanc file at 1224px wide and 1024px tall used to start new design project. This file comes with a default grid system at 1024px wide with 12 columns.

  • branch iphone As you can guess an iPhone6 portrait template.

  • branch icon-ios iPhone and iPad icon templates from bjango

Note! Do not design your UI for a single resolution, you should design it to be resolution-independent. You can use the resolution 320x480 that is MDPI as long as you deliver your assets for the app in other DPI sizes:

  • LDPI (low): x0.75 the size of your current assets
  • MDPI (medium): the size of the assets you are currently using
  • HDPI (high): x1.5 the size of current assets
  • XHDPI (extra high): x2.00 the size of current assets

The phone OS choose whichever asset is the best for the device.

Create your custom grid

About

The templates that I use when I start new design projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published