This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Request URL:https://app.corehub.io/templates/md-dialogs/workshop/participants.html | |
Request Method:GET | |
Status Code:200 OK (from cache) | |
Remote Address:54.192.98.182:443 | |
Response Headers | |
Accept-Ranges:bytes | |
Age:2368 | |
Content-Length:802 | |
Content-Type:text/html; charset=utf-8 | |
Date:Mon, 14 Mar 2016 09:09:33 GMT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "../../../bower_components/susy/sass/susy" | |
@import "base/variables" | |
@import "extends/extends" | |
@import "mixins/container" | |
@import "mixins/side-margin" | |
@import "mixins/clearfix" | |
@import "base/base" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://use.typekit.net/zit0ndg.js"></script> | |
<script>try{Typekit.load({ async: true });}catch(e){}</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Färg på navigation + länkfärg i navigation */ | |
.desktop-nav { | |
background-color: #f7f7f7; | |
} | |
.desktop-nav a, | |
.desktop-nav a:visited { | |
color: #3d3d3d; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#offerta_plugins_ratings_list .noscript-fallback { | |
display: none; | |
} | |
body { | |
overflow: hidden; | |
margin: 0; | |
padding: 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dataLayer.push({ | |
'event': 'gaTriggerEvent', | |
'gaEventCategory': 'Försäljning', | |
'gaEventAction': 'Företagskontakt.se', | |
'gaEventLabel': 'Köpare: Anders Andresson' | |
'gaConversionValue': '400' // OBS, inga valutor här | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Google Tag Manager --> | |
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-PMN8NR" | |
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | |
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | |
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | |
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | |
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | |
})(window,document,'script','dataLayer','GTM-PMN8NR');</script> | |
<!-- End Google Tag Manager --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dataLayer.push({ | |
'event': 'godtyckligtNamn' | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>Antal kvadrat: </p> <input name="Antal kvadrat" id="squaremeeters" type="text" /> <br /> | |
Summa:<p id="sum"></p> | |
Summa: (RUT) <p id="sumrut"></p> | |
$('#squaremeeters').keyup(calculate); | |
function calculate(e) { | |
var maths = $('#squaremeeters').val() * 50 ; | |
$('p#sum').text(maths); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.campaign-modal { | |
display: none; | |
position: fixed; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background-color: rgba(0,0,0,.35); | |
z-index: 9998; |
NewerOlder