Skip to content

Instantly share code, notes, and snippets.

Created March 30, 2016 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1e799bd1ce65c21bf1b62208cebb5ddc to your computer and use it in GitHub Desktop.
Save anonymous/1e799bd1ce65c21bf1b62208cebb5ddc to your computer and use it in GitHub Desktop.
Szkielet
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title></title>
<!-- BOOTSTRAP AND CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="icon" type="image/png" href="img/favicon.png" />
<!-- END OF BOOTSTRAP AND CSS-->
<!-- FONTS -->
<!-- END OF FONTS -->
</head>
<body>
<!-- CONTENT -->
<!-- END OF CONTENT -->
<!-- SCRIPTS -->
<script src="js/libs/jquery/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
<!-- END OF SCRIPTS -->
</body>
</html>
html,body,blockquote,code,h1,h2,h3,h4,h5,h6,p,pre{margin:0;padding:0}
button,fieldset,form,input,legend,textarea,select{margin:0;padding:0}
fieldset{border:0}
a,a *{cursor:pointer}
div{margin:0;padding:0;background-color:transparent;text-align:left}
hr,img{border:0}
applet,iframe,object{border:0;margin:0;padding:0}
button,input[type=button],input[type=image],input[type=reset],input[type=submit],label{cursor:pointer;}
ul,li{list-style:none;margin:0;padding:0;}
strong{font-weight:bold;}
em{font-style:italic;}
a:hover, a:visited, a:link, a:active{text-decoration: none;}
@import (css) 'reset.css'; /* Reset paddins, margins etc.
/* ========== FONTS | Importing fonts and saving them as LESS mixins */
/* ===== END OF FONTS */
/* ========== LESS COLORS | Saving colors as LESS variables */
/* ===== END OF LESS COLORS */
/* ========== GLOBAL | Stylings of tags and classes */
/* ===== END OF GLOBAL */
/* ========== HEADINGS | If site is ready, remove not used headings*/
h1{
font-family: ;
font-weight: ;
font-size: ;
color: ;
}
h2{
font-family: ;
font-weight: ;
font-size: ;
color: ;
}
h3{
font-family: ;
font-weight: ;
font-size: ;
color: ;
}
h4{
font-family: ;
font-weight: ;
font-size: ;
color: ;
}
h5{
font-family: ;
font-weight: ;
font-size: ;
color: ;
}
h6{
font-family: ;
font-weight: ;
font-size: ;
color: ;
}
/* ===== END OF HEADINGS */
/* ========== SECTIONS STYLING */
/* ===== END OF STYLING */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment