All Projects → GainTime → Gaintime

GainTime / Gaintime

GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gaintime

Buddycss
The framework for people who love coding!
Stars: ✭ 89 (+368.42%)
Mutual labels:  sass, html5, css3, responsive-design
Portfolio one Page Template
Free responsive one page portfolio template
Stars: ✭ 106 (+457.89%)
Mutual labels:  sass, html5, website, css3
Online Bling
Stars: ✭ 9 (-52.63%)
Mutual labels:  sass, html5, website, css3
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (+1210.53%)
Mutual labels:  sass, html5, css3
Magz
Free Resonsive HTML5 & CSS3 Magazine Template
Stars: ✭ 64 (+236.84%)
Mutual labels:  sass, html5, css3
Echat
基于Vue的点对点聊天项目
Stars: ✭ 130 (+584.21%)
Mutual labels:  sass, html5, css3
Minwiz
Minimal starter kit for under 2 KB sites
Stars: ✭ 228 (+1100%)
Mutual labels:  html5, css3, responsive-design
Flutterwebsite
The flutter.dev website recreated in Flutter. https://gallery.codelessly.com/flutterwebsites/flutterwebsite
Stars: ✭ 76 (+300%)
Mutual labels:  framework, website, responsive-design
Personal Goals
List of books I've read, projects I've done, videos I've seen, articles I've read or podcasts I've listened to.
Stars: ✭ 75 (+294.74%)
Mutual labels:  grid-layout, sass, css3
Neo
Create blazing fast multithreaded Web Apps
Stars: ✭ 1,219 (+6315.79%)
Mutual labels:  framework, html5, css3
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (+673.68%)
Mutual labels:  framework, html5, css3
Flexy
Flexy is minimal CSS framework made with Flex
Stars: ✭ 114 (+500%)
Mutual labels:  framework, html5, css3
onlineResume
Harry's personal website
Stars: ✭ 15 (-21.05%)
Mutual labels:  css3, grid-layout, responsive-design
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (+3736.84%)
Mutual labels:  sass, html5, css3
Grassy
Build layout through ASCII art in Sass (and more). No pre-built CSS. No additional markup.
Stars: ✭ 335 (+1663.16%)
Mutual labels:  grid-layout, grid-system, sass
Snack
🍱 A minimal CSS framework for web.
Stars: ✭ 117 (+515.79%)
Mutual labels:  grid-layout, sass, css3
Frontend Mentor Challenge
Here you will find all the challenges that we took from frontend-mentor.
Stars: ✭ 47 (+147.37%)
Mutual labels:  html5, website, css3
Responsive Portfolio
This is a Responsive Portfolio Website made with Love and Javascript; FEEL FREE TO COPY; NO COPYRIGHT ISSUE, in case of error ping me. Do follow me on github and star the repo
Stars: ✭ 104 (+447.37%)
Mutual labels:  html5, css3, responsive-design
Bulmaswatch
Themes for Bulma
Stars: ✭ 1,525 (+7926.32%)
Mutual labels:  framework, sass, website
grid-garden
Solutions to CSS Grid Garden
Stars: ✭ 79 (+315.79%)
Mutual labels:  css3, grid-layout, grid-system

GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.
Explore a documentação »

Veja como contribuir · Relate um bug · Sugira uma mudança · Venha pro nosso slack


Por onde começar?

O GainTime oferece algumas formas de download para atender níveis de necessidade diferentes. Veja qual a mais adequada para você.

GainTime

CSS e JavaScript compilados e minificados. Não inclui código fonte, nem documentação.

Código Fonte

Arquivos SASS (.sass) e JavaScript. Requer o compilador SASS.

Instalação com Bower

CSS e JavaScript compilados e minificados. Não inclui código fonte, nem documentação.

$ bower install gaintime

Instalação com NPM

CSS e JavaScript compilados e minificados. Não inclui código fonte, nem documentação.

$ npm install gaintime 

Template Básico

Copie o código HTML abaixo para começar a trabalhar com um documento GainTime mínimo.

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Minha página</title>
    <link rel="stylesheet" href="css/gaintime.min.css" media ="screen" title="no title">
  </head>
  <body>
    <section>
      <h1>Fique focado, e vai vencer no final.</h1>
    </section>
    <script type="text/javascript" src="js/gaintime.min.js"></script>
  </body>
</html>

GainTime 2017

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].