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
| <div data-action-network-demo> | |
| <div field-textarea="Action Network URL" data-action-network-url style="display: none;"> | |
| https://actionnetwork.org/forms/demo-the-action-network-toolset | |
| </div> | |
| <div data-action-network-target></div> | |
| </div> | |
| <script> | |
| (function () { | |
| var box = document.querySelector('[data-action-network-demo]'); |
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
| <style> | |
| #action-network-embed [data-action-network-src] { | |
| position: absolute; | |
| width: 1px; | |
| height: 1px; | |
| padding: 0; | |
| margin: -1px; | |
| overflow: hidden; | |
| clip: rect(0, 0, 0, 0); | |
| white-space: nowrap; |
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
| { | |
| "last_24_hours_donations": [ | |
| { | |
| "first_name": "Alice", | |
| "amount": 50.00, | |
| "city": "Seattle", | |
| "state": "WA", | |
| "category": "Education", | |
| "datetime": "2025-04-25T09:15:30Z" | |
| }, |
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
| fdsafdsa | |
| fda | |
| sf | |
| dsa | |
| fds | |
| f | |
| ## test |
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
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| $script = <<SCRIPT | |
| sudo add-apt-repository ppa:ondrej/php -y | |
| sudo apt-get update | |
| sudo apt-get -y install php7.1 php7.1-mbstring php7.1-curl php7.1-dom php7.1-mysql php7.1-gd php7.1-zip | |
| sudo a2dismod php5 | |
| sudo a2enmod php7.1 | |
| sudo service apache2 restart |
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
| <!-- 2 columns --> | |
| <div class="row"> | |
| <div class="col-md-6"> | |
| </div> | |
| <div class="col-md-6"> | |
| </div> | |
| </div> |
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
| <div | |
| class="bsd-options" | |
| data-columns="2" | |
| data-attempt-placeholders="1" | |
| data-required-validation="1" | |
| data-image="http://placekitten.com/1500/1000" | |
| ></div> |
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
| <div class="read-more-helper"> | |
| <div class="preview-stuff"> | |
| Whatever I want here for the preview. However long I want. | |
| <a href="#" class="trigger">Read More <i class="fa fa-angle-right"></i></a> | |
| </div> | |
| <div class="complete-stuff"> |
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
| Redirect 301 /tutorials/javascript/single-page-apps-with-angularjs-routing-and-go /tutorials/javascript/single-page-apps-with-angularjs-routing | |
| Redirect 301 /bar-talk/animating-angular-apps-ngshow-and-nghide /tutorials/javascript/animating-angular-apps-ngshow-and-nghide | |
| Redirect 301 /how-to-create-a-vagrant-base-box-from-and-existing-one /how-to-create-a-vagrant-base-box-from-an-existing-one | |
| Redirect 301 /tutorials/hosting/deploying-a-node-js-app-to-heroku /tutorials/hosting/how-to-deploy-a-node-js-app-to-heroku | |
| Redirect 301 /bar-talk/freebies/freebie-svg-developer-icon-set /freebies/svg-developer-icon-set | |
| Redirect 301 /tag/css3 /tag/css | |
| Redirect 301 /series /collections | |
| Redirect 301 /category/tutorials/css /tag/css | |
| Redirect 301 /category/tutorials/javascript /tag/javascript | |
| Redirect 301 /tutorials/javascript /tag/javascript |
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
| <style> | |
| #side-promo { | |
| display: block; | |
| text-align: center; | |
| background-color: #111; | |
| background-size: cover; | |
| background-position: top center; | |
| border-radius: 4px; | |
| padding-bottom: 15px; |
NewerOlder