Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: src/site/_includes/survey_prompt.html

Issue 143363008: Remove survey prompt. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/_includes/footer.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/_includes/survey_prompt.html
diff --git a/src/site/_includes/survey_prompt.html b/src/site/_includes/survey_prompt.html
deleted file mode 100644
index 79cb33e78ef30d3877e32d7047e15586f951fb95..0000000000000000000000000000000000000000
--- a/src/site/_includes/survey_prompt.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<style>
-#survey-prompt {
-text-align: center;
-position: fixed;
-bottom: 0px;
-left: 0px;
-background: #00A4E4;
-color: white;
-font-size: 15px;
-padding: 5px 70px;
-z-index: 3000;
-text-decoration: none;
-border-radius: 0 5px 0 0;
-}
-</style>
-
-<a href="//goo.gl/wpc0hL" target="_blank" id="survey-prompt">
-Help the Dart team plan for 2014.<br>
-<span style="text-decoration:underline">Answer our 2-minute developer survey.</span>
-</a>
« no previous file with comments | « src/site/_includes/footer.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698