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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « src/site/_includes/footer.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <style>
2 #survey-prompt {
3 text-align: center;
4 position: fixed;
5 bottom: 0px;
6 left: 0px;
7 background: #00A4E4;
8 color: white;
9 font-size: 15px;
10 padding: 5px 70px;
11 z-index: 3000;
12 text-decoration: none;
13 border-radius: 0 5px 0 0;
14 }
15 </style>
16
17 <a href="//goo.gl/wpc0hL" target="_blank" id="survey-prompt">
18 Help the Dart team plan for 2014.<br>
19 <span style="text-decoration:underline">Answer our 2-minute developer survey.</s pan>
20 </a>
OLDNEW
« 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