Unplug Congress - 100% of proceeds donated to the Electronic Frontier Foundation
100% of proceeds donated to the Electronic Frontier Foundation
On March 28, 2017, Congress voted to overturn the nation's strongest internet privacy protections for individuals, allowing telecommunications companies to track and sell customer's online information with greater ease. The Electronic Frontier Foundation (EFF) is a nonprofit dedicated to defending civil liberties in the digital world. They champion user privacy, free expression, and innovation through impact litigation, policy analysis, grassroots activism, and technology development. Donating to the EFF will help them in their commitment "to mobilizing the public to push back."
- Solid colors are 100% ringspun cotton
- Heather Grey is 10% polyester
- Other heathers are 65% polyester
- Tear away label
- 100% not on fire (only when not on fire)
Amanda is 5 foot 3 and wearing a small
Photos by Jamie Kraus
Graphic by Freepik
'); // write the title and container to the page
var crosssell = [];
var order = '';
var producthandle = 'unplug-congress';
var sale = '';
var saleText = '';
var fromText = '';
var compare = '';
//Set the maximum number of items that should be shown?
var numproducts = (crosssellmaxitems numproducts)
{
numproducts++;
}
}
},
success: function(product) {
saleText = 'Sale';
if(product.compare_at_price > product.price)
{
sale = '' + saleText + '';
compare = '' + Shopify.formatMoney(product.compare_at_price, '${{amount}}') + '';
}
else
{
sale = '';
compare = '';
}
// Now output the products now that the data has loaded.
if(product.available && (product.handle != producthandle))
{
if(product.images[0])
{
var imagename = product.images[0];
var imagesize = 'large';
var position = imagename.lastIndexOf('.');
var csimage = [imagename.slice(0, position), '_' + imagesize, imagename.slice(position)].join('');
}
else
{
var csimage = 'https://cdn.shopify.com/s/images/admin/no-image-'+imagesize+'.gif';
}
var csprice = Shopify.formatMoney(product.price, '${{amount}}');
if(product.price_varies)
{
fromText = 'from ';
}
else
fromText = '';
var xselloutput = ''
list.append(xselloutput);
}
else
{
if(tmpdata.length > numproducts)
{
numproducts++;
}
}
},
url: '/products/' + crosssell[j] + '.js?'
});
}
}
}
//Cross-sell settings
var settingsoutput = '';
jQuery.each(crosssellsettings[0], function(key, value){
settingsoutput += '';
});
jQuery('#cross-sell').append(settingsoutput);
//]]>