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

Side by Side Diff: firstRun.html

Issue 8403145: First attempt at creating a first-run page (Closed)
Patch Set: Created Oct. 17, 2012, 10:24 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « _locales/en/messages.json ('k') | firstRun.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <script type="text/javascript" src="i18n.js" charset="utf-8"></script> 5 <script type="text/javascript" src="i18n.js" charset="utf-8"></script>
6 <script type="text/javascript" src="firstRun.js" charset="utf-8"></script> 6 <script type="text/javascript" src="firstRun.js" charset="utf-8"></script>
7 <link href="/skin/firstRun.css" type="text/css" rel="stylesheet" /> 7 <link href="/skin/firstRun.css" type="text/css" rel="stylesheet" />
8 </head> 8 </head>
9 <body> 9 <body>
10 10
11 <h1 id="title"></h1> 11 <h1 id="title">
12 <div id="title-main"></div>
13 <div id="title-changelog"><a class="i18n_firstRun_changelog"></a></div>
14 </h1>
12 15
16 <p class="i18n_firstRun_features_heading"></p>
13 <ul id="features"> 17 <ul id="features">
14 <li class="i18n_firstRun_feature_betterSurfing"></li> 18 <li class="i18n_firstRun_feature_betterSurfing"></li>
19 <li class="i18n_firstRun_feature_videoAds"></li>
15 <li class="i18n_firstRun_feature_acceptableAds"></li> 20 <li class="i18n_firstRun_feature_acceptableAds"></li>
16 <li id="improvementsFeature"class="i18n_firstRun_feature_improvements"></li>
17 </ul> 21 </ul>
18 22
19 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation "></p> 23 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation "></p>
20 24
21 <div id="share1"> 25 <div id="share1">
22 <div id="share-text1"> 26 <div id="share-text1">
23 <svg xmlns="http://www.w3.org/2000/svg" width="500" height="130"> 27 <svg xmlns="http://www.w3.org/2000/svg" width="500" height="130">
24 <defs> 28 <defs>
25 <path id="path1" d="M 20,100 c 20,-30 180,-85 460,-60"/> 29 <path id="path1" d="M 20,100 c 20,-30 180,-85 460,-60"/>
26 <path id="path2" d="M 40,130 c 20,-30 180,-85 460,-60"/> 30 <path id="path2" d="M 40,130 c 20,-30 180,-85 460,-60"/>
(...skipping 18 matching lines...) Expand all
45 <div id="share-images2"> 49 <div id="share-images2">
46 <a id="share-donate" class="i18n_firstRun_share3_donate" target="_blank">< /a> 50 <a id="share-donate" class="i18n_firstRun_share3_donate" target="_blank">< /a>
47 <span id="share2-connection" class="i18n_firstRun_share3_or"></span> 51 <span id="share2-connection" class="i18n_firstRun_share3_or"></span>
48 <a class="share-image share-facebook" target="_blank"></a> 52 <a class="share-image share-facebook" target="_blank"></a>
49 <a class="share-image share-twitter" target="_blank"></a> 53 <a class="share-image share-twitter" target="_blank"></a>
50 <div> 54 <div>
51 </div> 55 </div>
52 56
53 </body> 57 </body>
54 </html> 58 </html>
OLDNEW
« no previous file with comments | « _locales/en/messages.json ('k') | firstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld