It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://osprivatetravel.com/

  1.  
  2. <!doctype html>
  3. <html lang="en">
  4. <head>
  5.    <meta charset="utf-8">
  6.  
  7.    <!-- TITLE OF SITE -->
  8.    <title>Civic Action</title>
  9.  
  10.    <meta name="keywords" content="Nick Hanauer,grassroots advocacy,grassroots non profit,grassroots movement" />
  11.    <meta name="author" content="ThemeDept">
  12.    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  13.  
  14.    <meta property="og:title" content="Civic Action: Let's Cause Some Trouble">
  15.    <meta property="og:description" content="A grassroots movement to make an economy that works for everyone, not just the ultra-rich.">
  16.    <meta property="og:image" content="http://civicaction.com/assets/images/HeroImage.png">
  17.    <meta property="og:url" content="http://civicaction.com">
  18.    <meta property="og:type" content="website">
  19.  
  20.    <meta name="twitter:card" content="summary_large_image">
  21.    <meta name="twitter:title" content="Civic Action: Let's Cause Some Trouble">
  22.    <meta name="twitter:description" content="A grassroots movement to make an economy that works for everyone, not just the ultra-rich.">
  23.    <meta name="twitter:image" content="http://civicaction.com/assets/images/HeroImage.png">
  24.  
  25.    <!-- FAVICON  -->
  26.    <link rel="icon" href="assets/images/favicon/civic-action-favicon.png">
  27.  
  28.    <!-- BOOTSTRAP CSS -->
  29.    <link rel="stylesheet" href="assets/css/plugins/bootstrap.min.css">
  30.  
  31.    <!-- FONT ICONS -->
  32.    <link rel="stylesheet" href="assets/css/icons/icons.min.css">
  33.  
  34.    <!-- GOOGLE FONTS -->
  35.    <link href="http://fonts.googleapis.com/css?family=Raleway:300,400,600,700%7COpen+Sans:300,400,600,700%7CHandlee" rel="stylesheet">
  36.  
  37.    <!-- PLUGINS STYLESHEET -->
  38.    <link rel="stylesheet" href="assets/css/plugins/plugins.min.css">
  39.  
  40.    <!-- CUSTOM STYLESHEET -->
  41.    <link rel="stylesheet" href="assets/css/style.css">
  42.  
  43.    <!-- RESPONSIVE FIXES -->
  44.    <link rel="stylesheet" href="assets/css/responsive.css">
  45.  
  46.    <!-- COLORE STYLESHEET -->
  47.    <!-- Change here the Main Color of the Site: Choose your favorite predefined color from assets/css/colors.css -->
  48.    <link rel="stylesheet" href="assets/css/colors/blue.css" title="blue">
  49.  
  50.    <!-- EVERYACTION FORM -->
  51.    <link rel='preload' href='https://d3rse9xjbp8270.cloudfront.net/at.js' as='script' crossorigin='anonymous'>
  52.    <link rel='preload' href='https://d3rse9xjbp8270.cloudfront.net/at.min.css' as='style'>
  53.    <script type='text/javascript' src='https://d3rse9xjbp8270.cloudfront.net/at.js' crossorigin='anonymous'></script>
  54.  
  55.    <!--[if lt IE 9]>
  56.            <script src="assets/js/plugins/html5shiv.min.js"></script>
  57.            <script src="assets/js/plugins/respond.min.js"></script>
  58.    <![endif]-->
  59.  
  60. </head>
  61.  
  62. <body>
  63.    <div class="main-wrapper">
  64.  
  65.        <!-- =========================
  66.             PRELOADER
  67.        ============================== -->
  68.        <div class="preloader">
  69.            <div class="loader-container">
  70.                <div class="text-logo">Civic Action</div>
  71.                <div class="signal"></div>
  72.            </div>
  73.        </div>
  74.  
  75.  
  76.        <!-- =========================
  77.             HEADER
  78.        ============================== -->
  79.        <header class="header type" id="top" data-stellar-background-ratio="0.5">
  80.            <!-- Background Overlay -->
  81.            <div class="overlay">
  82.  
  83.                <!-- =========================================
  84.                     Navigation
  85.                ========================================== -->
  86.                <nav class="navbar navbar-fixed-top" role="navigation">
  87.                    <div class="container">
  88.                        <div class="row">
  89.                            <div class="col-md-12">
  90.                                <!-- Navbar-Header -->
  91.                                <div class="navbar-header">
  92.  
  93.                                    <!-- Mobile Menu -->
  94.                                    <button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button">
  95.                                        <i class="icon icon_menu"></i>
  96.                                    </button>
  97.  
  98.                                    <!-- Text-Logo -->
  99.                                    <a href="#top" class="navbar-brand scrollto" title="SmartMvp">
  100.                                        <img src="assets/images/civic-action-icon-1.png" style="height: 50px" alt="logo for Civic Action">
  101.                                        <span class="text-logo" alt="">Civic Action</span>
  102.                                    </a>
  103.  
  104.                                    <!-- Image-Logo: Remove this comments and the section above Text-Logo if you want to add an Image-Logo (recommended sizes -> max-height:50, max-width:200)
  105.  
  106.                                    <a href="#top" class="navbar-brand img-logo scrollto" title="SmartMvp">
  107.                                        <img src="assets/images/logo.png" alt="Logo">
  108.                                    </a>
  109.                                    -->
  110.  
  111.                                </div><!-- /End Navbar-Header -->
  112.  
  113.                                <!-- Navbar-Collapse -->
  114.                                <div class="navbar-collapse collapse">
  115.                                    <ul class="nav navbar-nav navbar-right">
  116.                                        <!-- Menu Items -->
  117.                                        <li><a href="#about" title="About" class="scrollto">About</a></li>
  118.                                        <li><a href="#features" title="Projects" class="scrollto">Projects</a></li>
  119.                                        <li><a href="#team" title="Team" class="scrollto">Team</a></li>
  120.                                        <!-- Login and Signup Modal on click -->
  121.                                        <li><a class="btn btn-nav btn-signup" href="#signup" title="Sign Up" class="scrollto">Sign Up</a></li>
  122.                                    </ul>
  123.                                </div><!-- /End Navbar-Collapse -->
  124.                            </div><!-- /End Col -->
  125.                        </div><!-- /End Row -->
  126.                    </div><!-- /End Container -->
  127.                </nav><!-- /End Sticky Navigation -->
  128.  
  129.  
  130.                <!-- =========================================
  131.                     Login/Signup Bootstrap Modal
  132.                ==========================================  -->
  133.                <div class="modal fade login" id="loginModal">
  134.                    <div class="modal-dialog">
  135.                        <div class="modal-content">
  136.  
  137.                            <!-- Modal-Header -->
  138.                            <div class="modal-header">
  139.                                <!-- Close Button -->
  140.                                <button type="button" class="close" data-dismiss="modal" aria-hidden="true">
  141.                                    <i class="icon icon_close_alt2"></i>
  142.                                </button>
  143.                                <!-- Modal-Header Title-->
  144.                                <h4 class="modal-title">Sign up for emails with <span>Civic Action</span></h4>
  145.                                <p class="modal-subtitle">Enter your name, email and zip-code</p>
  146.                            </div><!-- /End Modal-Header -->
  147.  
  148.                            <!-- Modal-Body Content -->
  149.                            <div class="modal-body">
  150.                                <div class="box">
  151.                                     <div class="content">
  152.                                        <!-- Login Form-->
  153.                                        <div class="loginBox">
  154.                                            <form id="login-modal" role="form">
  155.                                                <!-- Success/Alert Notification -->
  156.                                                <p class="lm-success"><i class="icon icon_check_alt2"></i> <strong>Congratulation! You are now signed up for Civic Action emails!</strong></p>
  157.                                                <p class="lm-failed"><i class="icon icon_close_alt2"></i><strong> Something went wrong! Insert correct value for name, email, or zip-code.</strong></p>
  158.                                                <!-- Input Fields -->
  159.                                                <input id="lm-email" class="form-control input-lg" type="text" placeholder="Email" name="lm-email" required>
  160.                                                <input id="lm-password" class="form-control input-lg" type="password" placeholder="Password" name="lm-password" required>
  161.                                                <!-- Login Button -->
  162.                                                <button class="btn btn-color">Login</button>
  163.                                            </form>
  164.                                        </div><!-- /End Login Form -->
  165.                                     </div>
  166.                                </div><!-- /End Login Form Box -->
  167.                                <div class="box">
  168.                                    <!-- Signup Form -->
  169.                                    <div class="content registerBox" style="display:none;">
  170.                                        <form id="signup-modal" role="form">
  171.                                            <!-- Success/Alert Notification -->
  172.                                            <p class="sm-success"><i class="icon icon_check_alt2"></i> <strong>Congratulation! You are now signed up for Civic Action emails!</strong></p>
  173.                                            <p class="sm-failed"><i class="icon icon_close_alt2"></i><strong> Something went wrong! Insert correct value for name, email, or zip-code.</strong></p>
  174.                                            <!-- Input Fields -->
  175.                                            <input id="sm-email" class="form-control input-lg" type="text" placeholder="Email" name="sm-email" required>
  176.                                            <input id="sm-password" class="form-control input-lg" type="password" placeholder="Password" name="sm-password">
  177.                                            <input id="sm-confirm" class="form-control input-lg" type="password" placeholder="Repeat Password" name="sm-confirm">
  178.                                            <!-- Signup Button -->
  179.                                            <button class="btn btn-color">Sign up for Civic Action emails</button>
  180.                                        </form>
  181.  
  182.                                    </div><!-- /End Signup Form -->
  183.                                </div><!-- /End Signup Form Box -->
  184.                            </div><!-- /End Modal-Body -->
  185.  
  186.                            <!-- Modal-Footer -->
  187.                            <div class="modal-footer">
  188.                                <!-- Login-Footer. Redirect to Signup-Modal-->
  189.                                <div class="forgot login-footer">
  190.                                    <span>Don't have an account?
  191.                                         <a href="javascript: showRegisterForm();">Sign up.</a>
  192.                                    </span>
  193.                                </div>
  194.                                <!-- Signup-Footer. Redirect to Login-Modal -->
  195.                                <div class="forgot register-footer" style="display:none">
  196.                                     <span>Already have an account?</span>
  197.                                     <a href="javascript: showLoginForm();">Login</a>
  198.                                </div>
  199.                            </div><!-- /End Modal-Footer -->
  200.  
  201.                        </div><!-- /End Modal Content -->
  202.                    </div><!-- /End Modal Dialog -->
  203.                </div><!-- /End Modal -->
  204.  
  205.  
  206.                <!-- =========================================
  207.                     Hero-Section
  208.                ========================================== -->
  209.                <div class="container vmiddle fast-reg">
  210.                    <div class="row">
  211.                        <div class="col-md-12">
  212.                            <div class="hero-section">
  213.  
  214.                                <!-- Welcome - Hero Message -->
  215.                                <h1 class="text-white" aria-label="Let's cause some trouble"> Let's <span data-typer-targets="cause some trouble,tax the rich,make childcare universal,pass a liveable minimum wage,end gun violence,save the planet,restore overtime"></span></h1>
  216.                                <p class="text-white">A grassroots movement fighting for an economy that works for everyone, not just the rich.</p>
  217.                                <div class="row">
  218.                                <!-- Signup Form -->
  219.                                    <!--<form role="form" target="_blank" aria-label="section to sign-up for Civic Action's email list" action="https://secure.everyaction.com/fNuSXlU1mUGIs0boU4LCMA2" method="post">-->
  220.                                        <!-- Notification -->
  221.                                    <!--    <p class="signup-success"><i class="icon icon_check_alt2"></i> <strong>Congratulation! You've successful joined. Check your email address.</strong></p>-->
  222.                                    <!--    <p class="signup-failed"><i class="icon icon_close_alt2"></i><strong> Something went wrong! Insert correct value.</strong></p>-->
  223.  
  224.                                        <!-- Input fields -->
  225.                                    <!--    <div class="form-group">-->
  226.                                    <!--        <input type="text" name="FirstName" class="form-control input-lg" placeholder="FirstName" required>-->
  227.                                    <!--    </div>-->
  228.                                    <!--    <div class="form-group">-->
  229.                                    <!--        <input type="email" name="EmailAddress" class="form-control input-lg" placeholder="Email Address" required>-->
  230.                                    <!--    </div>-->
  231.                                    <!--    <div class="form-group" style="width: 100px">-->
  232.                                    <!--        <input type="text" name="PostalCode" class="form-control input-lg" placeholder="Zip Code" required>-->
  233.                                    <!--    </div>-->
  234.                                        <!-- Signup Button -->
  235.                                    <!--    <button class="btn btn-color">Join Today <i class="icon arrow_right"></i></button>-->
  236.                                    <!--</form>-->
  237.                                    <div class="ngp-form ngp-form-first"
  238.                                         data-form-url="https://secure.everyaction.com/v1/Forms/fNuSXlU1mUGIs0boU4LCMA2"
  239.                                         data-fastaction-endpoint="https://fastaction.ngpvan.com"
  240.                                         data-inline-errors="true"
  241.                                         data-fastaction-nologin="true"
  242.                                         data-databag-endpoint="https://profile.ngpvan.com"
  243.                                         data-databag="everybody"
  244.                                         data-mobile-autofocus="false">
  245.                                    </div>
  246.                                </div><!-- /End Row --></div><!-- /End Intro-Section -->
  247.                        </div><!-- /End Col -->
  248.                    </div><!-- /End Row -->
  249.                </div><!-- /End Container Hero-Section -->
  250.  
  251.  
  252.            </div><!-- /End Background Overlay -->
  253.        </header>
  254.        <!-- =========================
  255.             /END HEADER
  256.        ============================== -->
  257.  
  258.  
  259.  
  260.        <!-- ==================================================CHARTS & SHOWCASE SECTION
  261.        ======================================================= -->
  262.        <section class="" id="about">
  263.            <div class="container">
  264.                <div class="wrapper-sm">
  265.                    <div class="row">
  266.                        <div class="col-md-12">
  267.                            <h2>Building power for progressive change</h2>
  268.                            <p class="large"> We are a grassroots advocacy organization based in Seattle Washington.</p>
  269.                        </div>
  270.                    </div>
  271.  
  272.                    <div class="row showcase">
  273.                        <div class="col-md-4">
  274.                            <h4>We will lead, catalyze, or participate in local and national civic actions that meet the following criteria:</h4>
  275.                            <p>
  276.                                <b>1.</b>The issue is inherently inclusive and will improve the lives of the majority, not just the wealthy few.</p>
  277.                            <p style="padding-top: 15px;">
  278.                                <b>2.</b>The issue provides a unique, disruptive, and strategic opportunity to create real systemic and structural change.
  279.                            <p style="padding-top: 15px;">
  280.                                <b>3.</b>The issue builds power for the good guys and tears down the bad guys</p>
  281.                            <p style="padding-top: 15px;">
  282.                                <b>4.</b> We are ambitious. Our opponents will fight us just as hard for the small stuff as they will for the big stuff. So we always go big.
  283.                            <p style="padding-top: 15px;">
  284.                                <b>5.</b> We put narrative first. A good cause comes from a good narrative and changes how people think about the problem.
  285.                                <div class="btn-box" style="width: 100%">
  286.                                    <a href="#signup" class="btn btn-color scrollto">Join the movement</a>
  287.                                </div>
  288.                        </div>
  289.                        <div class="col-md-8">
  290.                            <!-- Devices Image -->
  291.                            <div class="img-box">
  292.                                <img src="assets/images/showcase.png" alt="Photo of Volunteers at a Rally" class="img-responsive">
  293.                            </div>
  294.                        </div>
  295.                    </div><!-- /End Chart-Box -->
  296.  
  297.                </div><!-- /End Wrapper -->
  298.            </div><!-- /End Container -->
  299.        </section>
  300.        <!-- =============================
  301.             /END CHARTS SECTION
  302.        ============================== -->
  303.  
  304.  
  305.        <!-- ==================================================
  306.            CHARTS & SHOWCASE SECTION
  307.        ======================================================= -->
  308. <!-- 'start-line' Required for Correct Line Chart Animation -->
  309.        <section class="charts start-line" id="charts">
  310.            <div class="container">
  311.                <div class="wrapper-lg">
  312.                    <div class="row">
  313.                        <div class="col-md-12">
  314.                            <h2>We support and empower grassroots activism</h2>
  315.                            <p class="large"></p>
  316.                        </div>
  317.                    </div>
  318.  
  319.                    <div class="row doughnut-box">
  320.                        <div class="col-md-5">
  321.                            <!-- Chart Text Description -->
  322.                            <h4>Let's cause some trouble</h4>
  323.                            <p>
  324.                                Our mission is to empower you to be the best activist you can be. We curate ideas on the cutting edge of progressive politics, challenge how you think, and present opportunities for activism that will maximize your impact.
  325.                            </p>
  326.                            <p><a target="_blank" href="https://secure.actblue.com/donate/civic-action-1" aria-label="donate to Civic Action"class="text-color"><u><h3>Become a troublemaker, donate now</h3></u></a></p>
  327.                        </div>
  328.                        <div class="col-md-7">
  329.                            <!-- Doughnut Charts  -->
  330.                            <div id="canvas-holder">
  331.                                <div class="chart-text" style="margin-left: 5px" aria-label="chart of supporters">
  332.                                    158323<span>Active<br> Supporters</span>
  333.                                </div>
  334.                                <canvas id="chart-area" width="400" height="400"></canvas>
  335.                            </div>
  336.                            <div id="canvas2-holder">
  337.                                <div class="chart2-text" style="margin-left: -10px" aria-label="chart of donors">
  338.                                    11298<span>Small<br/>Donors </span>
  339.                                </div>
  340.                                <canvas id="chart2-area" width="300" height="300"></canvas>
  341.                            </div>
  342.                        </div>
  343.                    </div><!-- /End Chart-Box -->
  344.  
  345.                    <div class="row chart-box">
  346.                      <div class="col-md-12">
  347.                          <h2>Income Inequality is an Existential Crisis</h2>
  348.                          <p class="large"></p>
  349.                      </div>
  350.                        <div class="col-md-6 col-md-push-6 col-sm-12">
  351.                            <!-- Chart Text Description -->
  352.                            <h4>This is the quintessential fact of politics and economics today</h4>
  353.                            <p>
  354.                                 Since 1989, the ultra-rich have gotten $21 trillion richer while the bottom 90% (essentially everyone else) have gotten $900 billion poorer. We work on all kinds of consequential issues, including everything from gun violence prevention to universal childcare, but our primary focus is squarely on combating income inequality.
  355.                            </p>
  356.                            <h4>The gap between productivity and a typical worker’s compensation has increased dramatically since 1979</h4>
  357.                            <p>From 1979 to 2018, net productivity rose 69.6 percent, while the hourly pay of typical workers essentially stagnated—increasing only 11.6 percent over 39 years (after adjusting for inflation). This means that although Americans are working more productively than ever, the fruits of their labors have primarily accrued to those at the top and to corporate profits, especially in recent years.</p>
  358.                        </div>
  359.                        <div class="col-md-6 col-md-pull-6 col-sm-12">
  360.                            <h4>Percent change in worker productivity vs. worker compensation</h4>
  361.                            <!-- Line Chart -->
  362.                            <div class="line-canvas">
  363.                                <div>
  364.                                    <canvas id="line-canvas" height="450" width="600"></canvas>
  365.                                </div>
  366.                            </div>
  367.                            <h5>Source of this graph</h5>
  368.                            <p style="font-size: small">
  369. EPI analysis of unpublished Total Economy Productivity data from Bureau of Labor Statistics (BLS) Labor Productivity and Costs program, wage data from the BLS Current Employment Statistics, BLS Employment Cost Trends, BLS Consumer Price Index, and Bureau of Economic Analysis National Income and Product Accounts
  370.                            </p>
  371.                        </div>
  372.                    </div><!-- /End Chart-Box -->
  373.  
  374.                </div><!-- /End Wrapper -->
  375.            </div><!-- /End Container --></section>
  376.        <!-- =============================
  377.             /END CHARTS SECTION
  378.        ============================== -->
  379.  
  380.  
  381.        <!-- ==================================================
  382.            FEATURES SECTION
  383.        ======================================================= -->
  384.        <section class="tab-features color-bg" id="features">
  385.            <div class="container">
  386.                <div class="features-title"><div class="row">
  387.                        <div class="col-md-12">
  388.                            <h2 class="text-white">Explore what we do</h2>
  389.                        </div>
  390.                    </div>
  391.                </div>
  392.            </div>
  393.  
  394.            <div class="row">
  395.                <div class="col-xs-12">
  396.                    <!-- Features Tab -->
  397.                    <div class="tabs features tab-container">
  398.                        <ul class="etabs">
  399.                            <!-- Feature Icon -->
  400.                            <li class="tab" >
  401.                                    <a href="#tab-feature-1" aria-label="learn more about our podcast Pitchfork Economics">
  402.                                        <div class="icon-sm">
  403.                                            <i class="icon icon-chat"></i>
  404.                                        </div>
  405.                                        <h5 class="text-white" >Pitchfork <br>Economics</h5 alt="">
  406.                                    </a>
  407.                            </li>
  408.                            <!-- Feature Icon -->
  409.                            <li class="tab" >
  410.                                    <a href="#tab-feature-2" aria-label= "learn more about our Civic Action Social Media">
  411.                                        <div class="icon-sm">
  412.                                            <i class="icon icon-pictures"></i>
  413.                                        </div>
  414.                                        <h5 class="text-white">Social Media<br> Civic Action</h5 alt="">
  415.                                    </a>
  416.                            </li>
  417.                            <!-- Feature Icon -->
  418.                            <li class="tab">
  419.                                    <a href="#tab-feature-3" aria-label="learn more about our political blog Civic Skunkworks">
  420.                                        <div class="icon-sm">
  421.                                            <i class="icon icon-layers"></i>
  422.                                        </div>
  423.                                        <h5 class="text-white">Civic<br> Skunkworks</h5 alt="">
  424.                                    </a>
  425.                            </li>
  426.                            <!-- Feature Icon -->
  427.                            <li class="tab" >
  428.                                    <a href="#tab-feature-4" aria-label= "learn more about our our founding organization Civic Ventures">
  429.                                        <div class="icon-sm">
  430.                                            <i class="icon icon-grid"></i>
  431.                                        </div>
  432.                                        <h5 class="text-white">Civic<br> Ventures</h5 alt"">
  433.                                    </a>
  434.                            </li>
  435.                        </ul><!-- /End Etabs -->
  436.  
  437.                        <div class="panel-container">
  438.  
  439.                            <div class="tab-content" id="tab-feature-1">
  440.                                <div class="container">
  441.                                    <div class="row">
  442.                                        <!-- Feature Description 2cols Text-Left with Buttons -->
  443.                                        <div class="col-md-5 col-sm-8">
  444.                                            <img src="assets/images/features/pitchfork-economics-logo.svg" alt="Logo for Pitchfork Economics podcast" style="padding-bottom: 20px">
  445.                                            <div class="wow fadeInRight hidden-xs hidden-sm"style="margin-left: 760px; z-index: 2;position:absolute">
  446.                                                <h1 class="text-white" alt="Audio player to listen to Pitchfork Economics Teaser" style="background-color: rgba(0,0,0,0.5); padding-top: 5px; padding-left: 5px">PITCHFORK ECONOMICS TEASER</h1>
  447.                                                <audio id="audioTag" controls preload="metadata" style=" width:400px; ">
  448.                                                    <source src="assets/images/features/Pitchfork_Economics_Teaser.mp3" type="audio/mpeg">
  449.                                                        Your browser does not support the audio element.
  450.                                                    </audio>
  451.                                            </div>
  452.                                            <h4>Any society that allows itself to become radically unequal eventually collapses into an uprising or a police state—or both.</h4>
  453.                                            <p>
  454.                                                Join venture capitalist Nick Hanauer and some of the world’s leading economic and political thinkers in an exploration of who gets what and why. Turns out, everything you learned about economics is wrong. And if we don’t do something about rising inequality, the pitchforks are coming.
  455.                                            </p>
  456.  
  457.                                            <div class="btn-box" style="  white-space: nowrap;">
  458.                                                <a href="javascript: playAudio();" class="btn btn-grey">Listen to our teaser</a>
  459.                                                <a target="_blank" href="http://www.pitchforkeconomics.com/episodes/" class="btn btn-grey">More</a>
  460.                                            </div>
  461.                                        </div>
  462.                                        <!-- Image-right -->
  463.                                        <div class="col-md-7 col-sm-6 hidden-xs hidden-sm wow fadeInRight" data-wow-duration="2s">
  464.                                           <img src="assets/images/features/feature1.png" alt="">
  465.                                            <i class="icon arrow_triangle-right_alt2"></i>
  466.                                        </div>
  467.                                    </div>
  468.                                </div>
  469.                            </div><!-- /End Tab-content -->
  470.  
  471.                            <div class="tab-content" id="tab-feature-2">
  472.                                <div class="container">
  473.                                    <div class="row">
  474.                                        <!-- Feature Description 2cols Text-Left -->
  475.                                        <div class="col-md-5 col-sm-6" style="padding-top: 40px">
  476.                                            <h4>Civic Action uses Facebook and Twitter to embolden progressive activists across the country to take direct action on the most pressing issues today.</h4>
  477.                                            <p> We promote bold policy ideas in four key areas:  inclusive democracy, middle-out economics, climate change, and gun responsibility. By engaging with people on social media, Civic Action communicates our outside-the-Beltway thinking, and encourages political troublemaking. </p>
  478.                                            <div class="btn-box" style="margin-top: -25px">
  479.                                                <a target="_blank" href="https://www.facebook.com/CivicSkunkWorks/" class="btn btn-grey">Follow us on Facebook</a>
  480.                                                <a target="_blank" href="https://www.facebook.com/CivicSkunkWorks/videos/1181392168706809/" class="btn btn-grey">
  481.                                                    Latest Videos
  482.                                                </a>
  483.                                            </div>
  484.                                        </div>
  485.                                        <!-- Image-Right -->
  486.                                        <div class="col-md-7 col-sm-6 hidden-xs hidden-sm wow fadeInRight" data-wow-duration="2s">
  487.                                            <div class="wow fadeInRight hidden-xs hidden-sm"style="margin-left: 50px; margin-top:140px; z-index: 2;position:absolute">
  488.                                                <iframe id="fbVidFrame" src=""
  489.                                                        width="603" height="445" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media" allowFullScreen="true"></iframe>
  490.                                            </div>
  491.                                            <img style="cursor: pointer;" src="assets/images/features/fb-tablet-2.png" alt="image of a facebook post"></a>
  492.                                        </div>
  493.                                    </div>
  494.                                </div>
  495.                            </div><!-- / End Tab-content -->
  496.  
  497.                            <div class="tab-content" id="tab-feature-3">
  498.                                <div class="container">
  499.                                    <div class="row">
  500.                                        <!-- Feature Description 2cols Text-Left --><div class="col-md-5 col-sm-6">
  501.                                            <img style="width: 370px; padding-bottom: 25px;" src="assets/images/features/civic-skunk-works-logo.png" alt="Civic Skunkworks">
  502.                                            <h4>Civic Skunk Works is where our ideas meet the real world. </h4>
  503.                                            <p>From political analysis to media criticism to the latest in economic thinking, Civic Skunk Works is where we publish our policy deep dives. Our Medium page is where you’ll find explainers on what really happens when the minimum wage goes up and pieces debunking trickle-down arguments that place billionaires over the middle class. </p>
  504.                                            <div class="btn-box" style="margin-top: -25px">
  505.                                                <a target="_blank" href="https://civicskunk.works/" class="btn btn-grey">Check out our Medium page</a>
  506.                                                <a target="_blank" href="https://civicskunk.works/what-to-do-when-a-restaurant-puts-a-minimum-wage-service-charge-on-your-bill-2183699e4186" class="btn btn-grey">
  507.                                                    Featured piece
  508.                                                </a>
  509.                                            </div>
  510.                                        </div>
  511.                                        <!-- Image-Right -->
  512.                                        <div class="col-md-7 col-sm-6 hidden-xs wow fadeInRight" data-wow-duration="2s">
  513.                                            <a target="_blank" href="https://civicskunk.works/what-to-do-when-a-restaurant-puts-a-minimum-wage-service-charge-on-your-bill-2183699e4186">
  514.                                                <img style="cursor: pointer;" src="assets/images/features/feature3-skunkworks-with-logo.png" alt="navigate to a Civic Skunkworks blog post"></a>
  515.                                        </div>
  516.                                    </div>
  517.                                </div>
  518.                            </div><!-- /End Tab-content -->
  519.  
  520.                            <div class="tab-content" id="tab-feature-4">
  521.                                <div class="container">
  522.                                    <div class="row">
  523.                                        <!-- Feature Description 2col Text both -->
  524.                                        <div class="col-xs-12">
  525.                                            <div class="col-sm-6">
  526.                                                <h4>Civic Ventures is our parent organization</h4>
  527.                                                <p>We are institutionally independent, accountable only to our community and ourselves, and will do whatever it takes to innovate important social change, even if we antagonize allies in the process. We believe effective leadership requires building a great strategy first and then building a collation around that strategy. Coalition-first movements lead nowhere but to bureaucracy and half measures. That said, as institutions yield to networks, we recognize that we can’t accomplish important work by ourselves. We must always partner with other like-minded groups and institutions to be effective. We are willing to lead the pack, but will never be “lone wolves”.</p>
  528.                                            </div>
  529.                                            <div class="col-sm-6">
  530.                                                <h4>What is Civic Ventures?</h4>
  531.                                                <p>Civic Ventures is a small group of political troublemakers devoted to ideas, policies, and actions that catalyze significant social change. We are serial innovators in the civic space who favor the kind of big, disruptive ideas that upturn conventional thinking. Though we promote many progressive concepts, we’re not beholden to the traditional political framework of liberal versus conservative; an idea’s value and utility should be more important than its origin. By thinking, writing, and acting outside the realm of conventional political discourse,Civic Ventures plans to drive the conversation and fundamentally alter the status quo in Seattle, Washington state, and the United States.</p>
  532.                                            </div>
  533.                                        </div>
  534.                                    </div>
  535.                                    <div class="row">
  536.                                        <a href="http://civic-ventures.com/" target="_blank">
  537.                                        <!-- Image below -->
  538.                                        <div class="col-xs-12 hidden-xs wow fadeInUp" data-wow-duration="2s">
  539.                                            <img src="assets/images/features/civic-venture-device.png" class="img-device" alt="image of civic ventures website">
  540.                                        </div>
  541.                                        </a>
  542.                                    </div>
  543.                                </div>
  544.                            </div><!-- / End Tab-content -->
  545.  
  546.                        </div><!-- / End Panel-Container -->
  547.                    </div><!-- / End Tabs -->
  548.                </div><!-- /End Col -->
  549.            </div><!-- /End Row -->
  550.        </section>
  551.        <!-- =============================
  552.             /END FEATURES TAB
  553.        ============================== -->
  554.  
  555.  
  556.        <!-- ==================================================
  557.            SIGNUP DIVIDER
  558.        ======================================================= -->
  559.        <span id="signup">
  560.            <section id="canvas-bg" class="dark-bg signup-divider">
  561.                <div class="container">
  562.                    <div class="wrapper-lg">
  563.                        <div class="row">
  564.                            <div class="col-md-12" aria label"text section">
  565.                                <h2 class="text-white">Join our movement today!</h2>
  566.                                <p class="large text-white">When you join you'll be added to our email list and receive updates about activism opportunities</p>
  567.  
  568.                            </div>
  569.                        </div>
  570.  
  571.                        <div class="row" aria-label="section to sign up for Civic Action's email list">
  572.                            <!-- Signup Form -->
  573.                            <!--<form role="form" target="_blank" action="https://civicnew.cp.bsd.net/page/signup/sign-up-to-support-washington-overtime-rule" method="post">-->
  574.                                <!-- Notification -->
  575.                            <!--    <p class="signup-success"><i class="icon icon_check_alt2"></i> <strong>Congratulation! You've successful joined Civic Action's email list. Check your email address.</strong></p>-->
  576.                            <!--    <p class="signup-failed"><i class="icon icon_close_alt2"></i><strong> Something went wrong! Insert correct value of Name, Email, or Zip Code.</strong></p>-->
  577.  
  578.                                <!-- Input fields -->
  579.                            <!--    <div class="form-group">-->
  580.                            <!--        <input alt= "please enter your name here" type="text" name="firstname" id="signup-name" class="form-control input-lg" placeholder="Name" required>-->
  581.                            <!--    </div>-->
  582.                            <!--    <div class="form-group">-->
  583.                            <!--        <input alt= "please enter your email here" type="email" name="email" id="signup-email" class="form-control input-lg" placeholder="Email Address" required>-->
  584.                            <!--    </div>-->
  585.                            <!--    <div class="form-group" style="width: 100px">-->
  586.                            <!--        <input alt= "please enter your zip-code here" type="text" name="zip" id="signup-zip" class="form-control input-lg" placeholder="Zip Code" required>-->
  587.                            <!--    </div>-->
  588.                                <!-- Signup Button -->
  589.                            <!--    <button class="btn btn-color">Join Today <i class="icon arrow_right"></i></button>-->
  590.                            <!--</form>-->
  591.                            <div class="ngp-form ngp-form-second"
  592.                                 data-form-url="https://secure.everyaction.com/v1/Forms/fNuSXlU1mUGIs0boU4LCMA2"
  593.                                 data-fastaction-endpoint="https://fastaction.ngpvan.com"
  594.                                 data-inline-errors="true"
  595.                                 data-fastaction-nologin="true"
  596.                                 data-databag-endpoint="https://profile.ngpvan.com"
  597.                                 data-databag="everybody"
  598.                                 data-mobile-autofocus="false">
  599.                            </div>
  600.                        </div><!-- /End Row -->
  601.                    </div><!-- /End Wrapper -->
  602.                </div><!-- /End Container -->
  603.            </section>
  604.        </span>
  605.        <!-- =============================
  606.             /END SIGNUP SECTION
  607.        ============================== -->
  608.  
  609.  
  610.        <!-- ==================================================
  611.            TEAM
  612.        ======================================================= -->
  613.        <section class="team" id="team">
  614.            <div class="container">
  615.                <div class="wrapper-lg">
  616.                    <div class="row">
  617.                        <div class="col-md-12">
  618.                            <h2>Meet the Team</h2>
  619.                            <p class="large">We are a passionate team of activists, writers and policy-makers with headquarters in Seattle.</p>
  620.                        </div>
  621.                    </div>
  622.                    <div class="row">
  623.                        <!-- Team Box -->
  624.                        <div class="col-sm-4 team-box">
  625.                            <div class="team-img">
  626.                                <img src="assets/images/paul-constant.png" class="img-responsive" alt="Paul Constant">
  627.                                <div class="img-overlay">
  628.                                    <div class="img-icons">
  629.                                        <span class="icon-white" >
  630.                                            <a target="_blank" aria-label="navigate to Paul Constant's twitter" href="https://twitter.com/PaulConstant">
  631.                                                <i class="icon icon-twitter"></i>
  632.                                            </a>
  633.                                        </span>
  634.                                        <span class="icon-white" >
  635.                                            <a target="_blank" aria-label="navigate to Paul Constant's linkedin" href="https://www.linkedin.com/in/paul-constant-ab21a69">
  636.                                                <i class="icon icon-linkedin"></i>
  637.                                            </a>
  638.                                        </span>
  639.                                    </div>
  640.                                </div>
  641.                            </div>
  642.                            <h4>Paul Constant</h4>
  643.                            <p class="team-bio">
  644.                              Paul is a writer and the editor-in-chief at Civic Action. He oversees all the shop’s written products, from emails to speeches to articles to blog posts, ensuring that they’re all grammatically, thematically, and substantively sound. He steers the direction of our online publications and helps craft our narrative framing for campaigns and communications.
  645.  
  646. Paul has written about politics, culture, and business for many outlets including the Seattle Times, the Los Angeles Times, BuzzFeed News, Business Insider, and the New York Observer. Paul is also a co-founder of the Seattle Review of Books, an award-winning website for book news, reviews, and interviews from a Seattle perspective.
  647.                            </p>
  648.                        </div>
  649.                        <!-- Team Box -->
  650.                        <div class="col-sm-4 team-box">
  651.                            <div class="team-img">
  652.                                <img src="assets/images/stephen-paolini.png" class="img-responsive" alt="Stephen Paolini">
  653.                                <div class="img-overlay">
  654.                                    <div class="img-icons">
  655.                                        <span class="icon-white" >
  656.                                            <a target="_blank" aria-label="navigate to Stephen Paolini's twitter"href="https://twitter.com/StephenPaolini">
  657.                                                <i class="icon icon-twitter"></i>
  658.                                            </a>
  659.                                        </span>
  660.                                        <span class="icon-white" >
  661.                                            <a target="_blank" aria-label="navigate to Stephen Paolini's linkedin"href="https://www.linkedin.com/in/stephen-paolini-546796121/">
  662.                                                <i class="icon icon-linkedin"></i>
  663.                                            </a>
  664.                                        </span>
  665.                                    </div>
  666.                                </div>
  667.                            </div>
  668.                            <h4>Stephen Paolini</h4>
  669.                            <p class="team-bio">
  670.                              Stephen manages Civic Action. This includes digital, social, multimedia, and conventional platforms that help activists learn about and engage with the most important progressive issues across the country.
  671.  
  672. Stephen caught the political bug working as a community organizer on Gun Violence Prevention Ballot Initiative 1491. Since then, he’s helped GVP activists across the state of Washington organize and win. Most recently he was the Campaign Manager for Initiative 1639: Safe Schools and Safe Communities. Stephen moved to Seattle from Orlando in 2016. Despite never having visited Seattle and not having a job, he instantly fell in love.
  673.                            </p>
  674.                        </div>
  675.                        <!-- Team Box -->
  676.                        <div class="col-sm-4 team-box">
  677.                            <div class="team-img">
  678.                                <img src="assets/images/stephanie-ervin.png" class="img-responsive" alt="Stephanie Ervin">
  679.                                <div class="img-overlay">
  680.                                    <div class="img-icons">
  681.                                        <span class="icon-white">
  682.                                            <a target="_blank" aria-label="navigate to Stephanie Ervin's twitter" href="https://twitter.com/Steph_Ervin">
  683.                                                <i class="icon icon-twitter"></i>
  684.                                            </a>
  685.                                        </span>
  686.                                        <span class="icon-white" >
  687.                                            <a target="_blank" aria-label="navigate to Stephanie Ervin's linkedin" href="https://www.linkedin.com/in/stephanie-ervin-0b233110/">
  688.                                                <i class="icon icon-linkedin"></i>
  689.                                            </a>
  690.                                        </span>
  691.                                    </div>
  692.                                </div>
  693.                            </div>
  694.                            <h4>Stephanie Ervin</h4>
  695.                            <p class="team-bio">
  696.                              At Civic Action, Stephanieoversees the development of ballot measures and campaigns. Stephanie also manages Civic Action's political and PAC work and supports our multi-media channels, including as a producer of the Pitchfork Economics podcast.
  697.  
  698. Stephanie has had a career in electoral politics, first working in competitive candidate campaigns including for Governor Christine Gregoire and Congresswoman Suzan DelBene, and then transitioning to issue advocacy. Stephanie has run and consulted on legislative and initiative campaigns to prevent gun violence, increase funding for housing and homelessness, to protect endangered species, and to require deescalation training and police accountability to name just a few. She is a devoted care-taker of the world’s best good-boy, labradoodle Mr. Finn.
  699.                            </p>
  700.                        </div>
  701.                    </div><!-- /End Row -->
  702.                </div><!-- End Wrapper -->
  703.            </div><!--/End Container -->
  704.        </section>
  705.        <!-- =============================
  706.             /END TEAM SECTION
  707.        ============================== -->
  708.  
  709.  
  710.        <!-- ==================================================
  711.            NEWSLETTER AND SOCIAL DIVIDER
  712.        ======================================================= -->
  713.        <section class="newsletter color-bg" id="newsletter">
  714.            <div class="container">
  715.                <div class="wrapper-sm">
  716.                    <div class="row">
  717.                        <div class="col-md-6">
  718.                            <!-- =========================
  719.                                Social Icons
  720.                            ============================== -->
  721.                            <div class="table">
  722.                                <div class="table-row">
  723.                                    <div class="table-cell follow">
  724.                                        <h5 class="table-title">Follow Us</h5>
  725.                                    </div>
  726.                                    <div class="table-cell">
  727.                                        <ul class="social-list">
  728.                                            <li>
  729.                                                <a target="_blank" href="https://www.facebook.com/CivicSkunkWorks/" aria-label="navigate to Civic Action's facebook">
  730.                                                    <i class="icon icon-facebook"></i>
  731.                                                </a>
  732.                                            </li>
  733.                                            <li>
  734.                                                <a target="_blank" href="https://twitter.com/civicaction" aria-label="navigate to Civic Action's twitter">
  735.                                                    <i class="icon icon-twitter"></i>
  736.                                                </a>
  737.                                            </li>
  738.                                            <li>
  739.                                                <a target="_blank" href="https://www.linkedin.com/company/civicventures/about/" aria-label="navigate to Civic Action's linkedin">
  740.                                                    <i class="icon icon-linkedin"></i>
  741.                                                </a>
  742.                                            </li>
  743.                                        </ul>
  744.                                    </div><!-- /End Table-Cell -->
  745.                                </div><!-- /End Table-Row -->
  746.                            </div><!-- /End Table -->
  747.                        </div><!-- /End Col -->
  748.  
  749.                        <div class="col-md-6">
  750.                            <!-- =========================
  751.                                MAILCHIMP SUBSCRIPTION FORM
  752.                            ============================== -->
  753.  
  754.                            <!-- =========================
  755.                                LOCAL SUBSCRIPTION FORM
  756.                            ============================== -->
  757.                            <!-- ALTERNATE USE: SAVE YOUR SUBSCRIBE LIST IN .TXT
  758.  
  759.                            <form id="subscribe" role="form">
  760.                                <div class="table">
  761.                                    <div class="table-row">
  762.                                        <div class="table-cell getnewsletter">
  763.                                            <h5 class="table-title">Get the Newsletter</h5>
  764.                                        </div>
  765.                                    </div>
  766.                                    <div class="table-cell">
  767.                                        <div class="input-group">
  768.                                            <input type="email" id="s-email" name="email" placeholder="Your email address" class="form-control">
  769.                                            <span class="input-group-btn">
  770.                                                <button class="btn btn-color">Submit</button>
  771.                                            </span>
  772.                                        </div>
  773.                                    </div>
  774.                                </div>
  775.                                <div class="col-md-10 col-md-offset-1 col-sm-8 col-sm-offset-2">
  776.                                    <p class="subscription-success"><i class="icon icon_check_alt2"></i> You are successfully subscribed for our newsletter.</p>
  777.                                    <p class="subscription-failed"><i class="icon icon_close_alt2"></i> Something went wrong!</p>
  778.                                </div>
  779.                            </form>
  780.                            -->
  781.  
  782.                        </div><!-- /End Col -->
  783.                    </div><!-- /End Row -->
  784.                </div><!-- End Wrapper -->
  785.            </div><!-- /End Container -->
  786.        </section>
  787.        <!-- =============================
  788.             /END NEWSLETTER SECTION
  789.        ============================== -->
  790.  
  791.  
  792.        <!-- ==================================================
  793.            BLOG/RELEASES
  794.        ======================================================= -->
  795.        <section class="releases" id="releases">
  796.            <div class="container">
  797.                <div class="wrapper-lg">
  798.                    <div class="row">
  799.                        <div class="col-md-12">
  800.                            <h2>Actions, Live Streams, and Press Releases</h2>
  801.                        </div>
  802.                    </div>
  803.                    <div class="row" style="padding-top:20px;">
  804.                      <!-- Release Box -->
  805.                      <div class="col-sm-12 col-md-4 team-box">
  806.                          <div class="team-img">
  807.                              <div style="height:250px; width: 100%; background-color: #E3D8C8; padding-top: 5px;">
  808.                                  <h5 class="text-black" style="padding-top: 100px; padding-left: 50px;background-color: #E3D8C8">LIVE STREAM: March 27th</h5>
  809.                                  <h4 class="text-black" style="padding-left: 50px;background-color: #E3D8C8">We Cannot Allow Massive Corporations to Privatize Profits and Socialize Losses</h4>
  810.                              </div>
  811.                              <div class="img-overlay">
  812.                                  <div class="img-icons">
  813.                                      <span class="icon-white">
  814.                                          <a href="C19ResponseLive.html" class="btn btn-grey" style="padding-bottom: 20px">Read More</a>
  815.                                      </span>
  816.                                  </div>
  817.                              </div>
  818.                          </div>
  819.                      </div> <!--End Release Box-->
  820.                        <!-- Release Box -->
  821.                        <div class=" col-sm-12 col-md-4 team-box">
  822.                            <div class="team-img">
  823.                                <div style="height:250px; width: 100%; background-color: #2a6496; padding-top: 5px;">
  824.                                    <h5 class="text-white" style="padding-top: 100px; padding-left: 50px;background-color: #2a6496">Press Release: Dec. 11th</h5>
  825.                                    <h4 class="text-white" style="padding-left: 50px;background-color: #2a6496">Washington to Have Strongest Overtime Protections in the Nation</h4>
  826.                                </div>
  827.                                <div class="img-overlay">
  828.                                    <div class="img-icons">
  829.                                        <span class="icon-white">
  830.                                            <a href="RestoreOT.html" class="btn btn-grey" style="padding-bottom: 20px">Read More</a>
  831.                                        </span>
  832.                                    </div>
  833.                                </div></div>
  834.                        </div> <!--End Release Box--><div class=" col-sm-12 col-md-4 team-box">
  835.                            <div class="team-img">
  836.                                <div style="height:250px; width: 100%; background-color: #BF2432; padding-top: 5px;">
  837.                                    <h5 class="text-white" style="padding-top: 100px; padding-left: 50px;background-color: #BF2432">FOR IMMEDIATE RELEASE: Mar. 26, 2020</h5>
  838.                                    <h4 class="text-white" style="padding-left: 50px;background-color: #BF2432">Coalition Demands Urgent Action to Save WA Economy</h4>
  839.                                </div>
  840.                                <div class="img-overlay">
  841.                                    <div class="img-icons">
  842.                                        <span class="icon-white">
  843.                                            <a href="SaveWAEconomy.html" class="btn btn-grey" style="padding-bottom: 20px">Read More</a>
  844.                                        </span>
  845.                                    </div>
  846.                                </div>
  847.                            </div>
  848.                        </div> <!--End Release Box-->
  849.                    </div><!-- /End Row -->
  850.                </div><!-- End Wrapper -->
  851.            </div><!--/End Container -->
  852.        </section>
  853.        <!-- =============================
  854.             /END BLOG SECTION
  855.        ============================== -->
  856.        <!-- ==================================================
  857.            FOOTER
  858.        ======================================================= -->
  859.        <footer class="footer dark-bg" id="footer">
  860.            <div class="container">
  861.                <div class="wrapper-lg">
  862.                    <div class="row">
  863.                        <!-- Footer Left Col -->
  864.                        <div class="col-md-3">
  865.                            <img src="assets/images/civic-action-icon-large.png" style="height: 150px" alt="logo for Civic Action">
  866.                        </div>
  867.                        <div class="col-md-5">
  868.                                <!-- Logo -->
  869.                                <a href="#top" class="scrollto" title="SmartMvp">
  870.                                    <span class="text-logo">Civic Action</span>
  871.                                </a>
  872.                                <p class="footer-hero"><strong>158,323</strong> active supporters this year.<br>
  873.                                We've created this community to empower your activism and maximize your impact.</p>
  874.                                <p class="footer-cta">What are you waiting for?
  875.                                    <a href="#signup" class="btn btn-color">Join the movement</a>
  876.                                </p>
  877.                        </div>
  878.                        <!-- Footer Contact Col -->
  879.                        <div class="col-md-3">
  880.                            <h5 class="text-white">Contact Us</h5>
  881.                            <div class="contact-item">
  882.                                <div class="contact-icon">
  883.                                    <i class="icon icon_mail"></i>
  884.                                </div>
  885.                                <div class="contact-content">
  886.                                    <a href="mailto:engage@civic-ventures.com">engage@civic-ventures.com</a>
  887.                                </div>
  888.                            </div>
  889.                            <!--<div class="contact-item">-->
  890.                                <!--<div class="contact-icon">-->
  891.                                    <!--<i class="icon icon_pin"></i>-->
  892.                                <!--</div>-->
  893.                                <!--<div class="contact-content">-->
  894.                                    <!--121 King Street, Melbourne<br>-->
  895.                                    <!--Victoria 3000 Australia-->
  896.                                <!--</div>-->
  897.                            <!--</div>-->
  898.                            <div class="contact-item">
  899.                                <div class="contact-icon">
  900.                                    <i class="icon icon_phone"></i>
  901.                                </div>
  902.                                <div class="contact-content">
  903.                                    612-440-2309
  904.                                </div>
  905.                            </div>
  906.                        </div>
  907.                        <!-- Footer Menu and Copy -->
  908.                        <div class="row">
  909.                            <div class="col-md-12">
  910.                                <ul class="footer-nav">
  911.                                    <li>
  912.                                        <a href="http://civicaction.com/privacy-policy">Privacy Policy</a>
  913.                                    </li>
  914.                                </ul>
  915.                                <p class="footer-copy">&copy; 2019 - Civic Action</p>
  916.                            </div>
  917.                        </div>
  918.  
  919.                    </div><!-- End Row -->
  920.                </div><!-- /End Wrapper -->
  921.            </div><!-- /End Container -->
  922.        </footer>
  923.  
  924.    </div><!-- /End Main Wrapper -->
  925.  
  926.    <!-- =========================
  927.         SCRIPTS
  928.    ============================== -->
  929.    <script src="assets/js/plugins/jquery1.11.0.min.js"></script>
  930.    <script src="assets/js/plugins/bootstrap.min.js"></script>
  931.    <script src="assets/js/plugins/jquery.easing.1.3.min.js"></script>
  932.    <script src="assets/js/plugins/modernizr.custom.min.js"></script>
  933.    <script src="assets/js/plugins/plugins.min.js"></script>
  934.    <script src="assets/js/plugins/twitter/tweetie.min.js"></script>
  935.    <!-- Custom Script -->
  936.    <script src="assets/js/custom.js"></script>
  937.    <script>
  938.    !function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js',a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
  939.    // Insert Twitter Pixel ID and Standard Event data below
  940.    twq('init','o3gug');
  941.    twq('track','PageView');
  942.    </script>
  943.  
  944.  
  945. </body>
  946. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda