Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gaintime

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gaintime

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

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

GainTime

GainTime é um novo framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade. Atenção!

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
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

Keywords

FAQs

Package last updated on 17 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc