This file contains hidden or 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
| <?php | |
| /** | |
| * This section ensures that Twilio gets a response. | |
| */ | |
| header('Content-type: text/xml'); | |
| echo '<?xml version="1.0" encoding="UTF-8"?>'; | |
| echo '<Response></Response>'; //Place the desired response (if any) here | |
| /** | |
| * This section actually sends the email. |
This file contains hidden or 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
| // events | |
| (function () { | |
| // open widget on load | |
| var widget = document.querySelector('.lw-widget[data-lw-onload]'); | |
| if (widget != null) { | |
| var openDelay = 0; | |
| if (widget.dataset.lwOnload.length) { | |
| openDelay = widget.dataset.lwOnload; | |
| } |
This file contains hidden or 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
| #toggle-vertical, | |
| #toggle-horizontal { | |
| position: absolute; | |
| top: 50%; | |
| left: 50%; | |
| padding: 10px; | |
| transform: translate(-50%, -50%); | |
| font-family: Arial; | |
| font-size: 14px; |
This file contains hidden or 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
| @font-face { | |
| font-family: 'ams-icons'; | |
| src: url('fonts/ams-icons.eot?vu89ci'); | |
| src: url('fonts/ams-icons.eot?vu89ci#iefix') format('embedded-opentype'), | |
| url('fonts/ams-icons.ttf?vu89ci') format('truetype'), | |
| url('fonts/ams-icons.woff?vu89ci') format('woff'), | |
| url('fonts/ams-icons.svg?vu89ci#ams-icons') format('svg'); | |
| font-weight: normal; | |
| font-style: normal; | |
| } |
This file contains hidden or 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
| // Замените на свой API-ключ из личного кабинета (https://dadata.ru/profile/#info) | |
| var API_KEY = "ВАШ_API_КЛЮЧ"; | |
| /*** | |
| /* Не меняйте код ниже этой строчки | |
| ***/ | |
| var FORMATTERS = { | |
| address: formatAddress, | |
| fio: formatFio, |
This file contains hidden or 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
| /* -------------------------------- | |
| Typography | |
| -------------------------------- */ | |
| :root { | |
| --font-primary: sans-serif; | |
| --font-secondary: serif; |
This file contains hidden or 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
| /**************************** | |
| * Add a Placement Exclusion When an Automatic Placement Contains the Text ... | |
| * Version 1.0 | |
| * | |
| * Created By: Frederick Vallaeys | |
| * for FreeAdWordsScripts.com | |
| * at the request of an Optmyzr.com subscriber | |
| ****************************/ | |
| function main() { |
This file contains hidden or 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
| /* | |
| // AdWords Script: Negatives Blocking Converting Queries | |
| // ----------------------------------------------------------------------------- | |
| // Copyright 2017 Optmyzr Inc., All Rights Reserved | |
| // | |
| // This script identifies negative keywords that are now blocking ads from | |
| // appearing for previously converting queries | |
| // | |
| // For more PPC management tools, visit www.optmyzr.com | |
| // |
OlderNewer