Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: firstRun.html

Issue 8403145: First attempt at creating a first-run page (Closed)
Patch Set: Created Sept. 27, 2012, 8:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « block.js ('k') | firstRun.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firstRun.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/firstRun.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <script type="text/javascript" src="i18n.js" charset="utf-8"></script>
+ <script type="text/javascript" src="firstRun.js" charset="utf-8"></script>
+ <link href="/skin/firstRun.css" type="text/css" rel="stylesheet" />
+</head>
+<body>
+
+ <h1 id="title"></h1>
+
+ <ul id="features">
+ <li class="i18n_firstRun_feature_betterSurfing"></li>
+ <li class="i18n_firstRun_feature_acceptableAds"></li>
+ <li id="improvementsFeature"class="i18n_firstRun_feature_improvements"></li>
+ </ul>
+
+ <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation"></p>
+
+ <div id="share-text">
+ <svg xmlns="http://www.w3.org/2000/svg" width="300" height="110">
+ <defs>
+ <path id="path1" d="M 20,80 c 20,-30 180,-85 260,-60"/>
+ <path id="path2" d="M 40,110 c 20,-30 180,-85 260,-60"/>
+ </defs>
+ <g>
+ <text>
+ <textPath xlink:href="#path1"><tspan>Do you like blocking ads?</tspan></textPath>
+ <textPath xlink:href="#path2"><tspan>Please spread the word!</tspan></textPath>
+ </text>
+ </g>
+ </svg>
+ </div>
+
+ <div>
+ <a id="share-facebook" class="share-image" href="http://facebook.com/adblockplus" target="_blank"></a>
+ <a id="share-twitter" class="share-image" href="http://twitter.com/#!/adblock_plus" target="_blank"></a>
+ </div>
+
+</body>
+</html>
« no previous file with comments | « block.js ('k') | firstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld