Skip to content

Commit

Permalink
new favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Mar 28, 2013
1 parent 591cfb1 commit fb363d9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bills.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Open States API | Bills</title>


<link rel="shortcut icon" type="image/ico" href="http://s3.amazonaws.com/assets.sunlightfoundation.com/brisket/1.0/images/favicon.ico">
<link rel="shortcut icon" type="image/ico" href="http://openstates.org/favicon.ico">
<link rel="stylesheet" type="text/css" href="documentup.css">
<script type="text/javascript" src="//use.typekit.net/egj6wnp.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
Expand Down
2 changes: 1 addition & 1 deletion committees.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Open States API | Committees</title>


<link rel="shortcut icon" type="image/ico" href="http://s3.amazonaws.com/assets.sunlightfoundation.com/brisket/1.0/images/favicon.ico">
<link rel="shortcut icon" type="image/ico" href="http://openstates.org/favicon.ico">
<link rel="stylesheet" type="text/css" href="documentup.css">
<script type="text/javascript" src="//use.typekit.net/egj6wnp.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
Expand Down
2 changes: 1 addition & 1 deletion events.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Open States API | Events</title>


<link rel="shortcut icon" type="image/ico" href="http://s3.amazonaws.com/assets.sunlightfoundation.com/brisket/1.0/images/favicon.ico">
<link rel="shortcut icon" type="image/ico" href="http://openstates.org/favicon.ico">
<link rel="stylesheet" type="text/css" href="documentup.css">
<script type="text/javascript" src="//use.typekit.net/egj6wnp.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Open States API</title>


<link rel="shortcut icon" type="image/ico" href="http://s3.amazonaws.com/assets.sunlightfoundation.com/brisket/1.0/images/favicon.ico">
<link rel="shortcut icon" type="image/ico" href="http://openstates.org/favicon.ico">
<link rel="stylesheet" type="text/css" href="documentup.css">
<script type="text/javascript" src="//use.typekit.net/egj6wnp.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
Expand Down
2 changes: 1 addition & 1 deletion legislators.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Open States API | Legislators</title>


<link rel="shortcut icon" type="image/ico" href="http://s3.amazonaws.com/assets.sunlightfoundation.com/brisket/1.0/images/favicon.ico">
<link rel="shortcut icon" type="image/ico" href="http://openstates.org/favicon.ico">
<link rel="stylesheet" type="text/css" href="documentup.css">
<script type="text/javascript" src="//use.typekit.net/egj6wnp.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
Expand Down
2 changes: 1 addition & 1 deletion metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Open States API | Metadata</title>


<link rel="shortcut icon" type="image/ico" href="http://s3.amazonaws.com/assets.sunlightfoundation.com/brisket/1.0/images/favicon.ico">
<link rel="shortcut icon" type="image/ico" href="http://openstates.org/favicon.ico">
<link rel="stylesheet" type="text/css" href="documentup.css">
<script type="text/javascript" src="//use.typekit.net/egj6wnp.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
Expand Down
4 changes: 2 additions & 2 deletions source/compile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
google_analytics = settings['google_analytics']

header = '
<link rel="shortcut icon" type="image/ico" href="http://s3.amazonaws.com/assets.sunlightfoundation.com/brisket/1.0/images/favicon.ico">
<link rel="shortcut icon" type="image/ico" href="http://openstates.org/favicon.ico">
<link rel="stylesheet" type="text/css" href="documentup.css">
<script type="text/javascript" src="//use.typekit.net/egj6wnp.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
Expand Down Expand Up @@ -89,4 +89,4 @@
content.gsub!(/(<code class=\"json\">){\s*\n([^\s])(.*?)}(<\/code>)/im) { [$1, $2, $3, $4].join("") }

File.open(output_file, "w") {|file| file.write content}
end
end

0 comments on commit fb363d9

Please sign in to comment.