Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advocacy: enable new map for all users #20041

Merged
merged 3 commits into from
Jan 16, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 1 addition & 10 deletions pegasus/sites.v3/code.org/public/advocacy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,13 @@ title: Code.org Advocacy Coalition
theme: responsive
---

<link href="/css/interactive_map.css", rel="stylesheet"></link>

# Code.org Advocacy Coalition
The Code.org Advocacy Coalition is a non-partisan group that believes computer science should be part of the core curriculum in education, and that we must increase participation and access for female students and underrepresented minority students. Download a description of the coalition [here](http://code.org/files/CoalitionOnePager.pdf).

<%=
if request.params["map_preview"]
view :advocacy_map
else
view :interactive_map, use_url: false
end
%>
<%= view :advocacy_map %>

<div style="clear:both"></div>


## Our Agenda
Despite demand for computer science professionals, the country’s K-12 education system continues to marginalize computer science education. While decisions about what is taught in elementary, middle and high schools are vested in state and local authority, policy at all levels of government must support putting students on a path to fill high-demand, high-skilled, high-paying computing jobs across all sectors of our economy.

Expand Down
2 changes: 1 addition & 1 deletion pegasus/sites.v3/code.org/views/advocacy_map.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#viz1515704526398.tableauPlaceholder{:style => "position: relative"}
#viz1515704526398.tableauPlaceholder{:style => "position: relative; margin-top: 24px"}
%noscript
%a{:href => "#"}
%img{:alt => " ", :src => "https://public.tableau.com/static/images/Co/Code/PriorityBills/1_rss.png", :style => "border: none"}/
Expand Down