Socket
Socket
Sign inDemoInstall

gaintime

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

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.


Version published
Maintainers
1
Install size
52.2 kB
Created

Readme

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

Last updated on 17 Mar 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc