Snippets

Jan Pozivil BS3 prototype scaffolding

Created by Jan Pozivil last modified
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Document</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" crossorigin="anonymous" />
  <link rel="stylesheet" href="style.css">


  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous"></script>
  <script src="assets/js/functions.js" defer></script>
</head>
<body>
  <h1>Prototype Scaffold Template</h1>
</body>
</html>
jQuery.noConflict();
var Modul = (function($, w) //shortcuts $=jQuery, w=window
{
  var APP = {
    init: function()
    {
      //start methods within APP
    }
  };
  $(document).ready(function()
  {
    APP.init();
  });
})(jQuery, window, undefined);
/* =Elements */
/*************/
/* =Mixins */
/***********/
/* =Placeholders */
/*****************/
/* =Variables */
/**************/
/****************************/
/* e5 Roasthouse Stylesheet */
/****************************/

/**
* Content:
* --------
* =Variables
* =Placeholders
* =Mixins
* =Elements
**/

@import "variables";
@import "placeholders";
@import "mixins";
@import "elements";

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.