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

Delta Between Two Patch Sets: firstRun.html

Issue 8403145: First attempt at creating a first-run page (Closed)
Left Patch Set: Created Oct. 17, 2012, 10:24 a.m.
Right Patch Set: Created Oct. 17, 2012, 2:44 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « _locales/en/messages.json ('k') | firstRun.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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"> 11 <h1 id="title">
12 <div id="title-main"></div> 12 <div id="title-main"></div>
13 <div id="title-changelog"><a class="i18n_firstRun_changelog"></a></div> 13 <div id="title-changelog"><a class="i18n_firstRun_changelog"></a></div>
14 </h1> 14 </h1>
15 15
16 <p class="i18n_firstRun_features_heading"></p> 16 <p class="i18n_firstRun_features_heading"></p>
17 <ul id="features"> 17 <ul id="features">
18 <li class="i18n_firstRun_feature_betterSurfing"></li> 18 <li class="i18n_firstRun_feature_betterSurfing"></li>
19 <li class="i18n_firstRun_feature_videoAds"></li> 19 <li class="i18n_firstRun_feature_videoAds"></li>
20 <li class="i18n_firstRun_feature_acceptableAds"></li> 20 <li class="i18n_firstRun_feature_acceptableAds"></li>
21 </ul> 21 </ul>
22 22
23 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation "></p> 23 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation "></p>
24 24
25 <div id="share1"> 25 <div id="share1">
26 <div id="share-text1"> 26 <p id="share-text1" class="i18n_firstRun_share1"></p>
27 <svg xmlns="http://www.w3.org/2000/svg" width="500" height="130">
28 <defs>
29 <path id="path1" d="M 20,100 c 20,-30 180,-85 460,-60"/>
30 <path id="path2" d="M 40,130 c 20,-30 180,-85 460,-60"/>
31 </defs>
32 <g>
33 <text>
34 <textPath xlink:href="#path1"><tspan class="i18n_firstRun_share1"/>< /textPath>
35 <textPath xlink:href="#path2"><tspan class="i18n_firstRun_share2"/>< /textPath>
36 </text>
37 </g>
38 </svg>
39 </div>
40
41 <div id="share-images1"> 27 <div id="share-images1">
42 <a class="share-image share-facebook" target="_blank"></a> 28 <a class="share-image share-facebook" target="_blank"></a>
43 <a class="share-image share-twitter" target="_blank"></a> 29 <a class="share-image share-twitter" target="_blank"></a>
44 </div> 30 </div>
45 </div> 31 </div>
46 32
47 <div id="share2"> 33 <div id="share2">
48 <p id="share-text2" class="i18n_firstRun_share3"></p> 34 <p id="share-text2" class="i18n_firstRun_share2"></p>
49 <div id="share-images2"> 35 <div id="share-images2">
50 <a id="share-donate" class="i18n_firstRun_share3_donate" target="_blank">< /a> 36 <a id="share-donate" class="i18n_firstRun_share2_donate" target="_blank">< /a>
51 <span id="share2-connection" class="i18n_firstRun_share3_or"></span> 37 <span id="share2-connection" class="i18n_firstRun_share2_or"></span>
52 <a class="share-image share-facebook" target="_blank"></a> 38 <a class="share-image share-facebook" target="_blank"></a>
53 <a class="share-image share-twitter" target="_blank"></a> 39 <a class="share-image share-twitter" target="_blank"></a>
54 <div> 40 <div>
55 </div> 41 </div>
56 42
57 </body> 43 </body>
58 </html> 44 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld