Skip to content

escuelaweb/octagon-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Octagon CSS framework

Framework css creado para el desarrollo de la plataforma de escuelaweb.net.

Los archivos necesarios son el octagon.css y octagon.js

<!doctype html>
<html lang="en">
  <head>
    <meta charset='utf-8' />
    <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible' />
    <meta content='width=device-width' name='viewport' />
    <title>Octagon Framework - Escuela Web</title>
    <link href='http://fonts.googleapis.com/css?family=Dosis:400,600|Ubuntu:300,400,700|Open+Sans:400,300,600|Chivo:400,900' rel='stylesheet' type='text/css' />
    <link rel="stylesheet" href="stylesheets/octagon.css">
    <!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
  </head>
  <body>
    
    

    <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js'></script>
    <script src="javascripts/octagon.js"></script>
  </body>
</html>

Más info aqui

Autor: Sergio A. Marin Z. @highercomve // Blog

Licencia GPL 3.0