Skip to content

inclui o hotjar code no site #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion dist/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,21 @@
<link type="text/plain" rel="author" href="humans.txt" />
<link href="assets/images/favicon.png" rel="shortcut icon">


<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">

<link rel="stylesheet" href="assets/styles/main.css">

<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:744957,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<!--[if lt IE 10]>
Expand Down
74 changes: 0 additions & 74 deletions dist/components/footer.html

This file was deleted.

73 changes: 0 additions & 73 deletions dist/components/header.html

This file was deleted.

11 changes: 10 additions & 1 deletion dist/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,21 @@
<link type="text/plain" rel="author" href="humans.txt" />
<link href="assets/images/favicon.png" rel="shortcut icon">


<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">

<link rel="stylesheet" href="assets/styles/main.css">

<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:744957,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<!--[if lt IE 10]>
Expand Down
11 changes: 10 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,21 @@
<link type="text/plain" rel="author" href="humans.txt" />
<link href="assets/images/favicon.png" rel="shortcut icon">


<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">

<link rel="stylesheet" href="assets/styles/main.css">

<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:744957,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<!--[if lt IE 10]>
Expand Down
4 changes: 4 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ const config = {
// clean
gulp.task('clean', del.bind(null, ['dist']));

// postclean
gulp.task('postclean', del.bind(null, ['dist/components']));

// templates
gulp.task('templates', (done) => {
assemble({
Expand Down Expand Up @@ -213,6 +216,7 @@ gulp.task('default', ['clean'], () => {
'images',
'fonts',
'data',
'postclean',
];

// run build
Expand Down
11 changes: 10 additions & 1 deletion src/templates/layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,21 @@
<link type="text/plain" rel="author" href="humans.txt" />
<link href="assets/images/favicon.png" rel="shortcut icon">


<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">

<link rel="stylesheet" href="assets/styles/main.css">

<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:744957,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<!--[if lt IE 10]>
Expand Down