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 Oct. 17, 2012, 2:44 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 | « _locales/en/messages.json ('k') | firstRun.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firstRun.html
===================================================================
--- a/firstRun.html
+++ b/firstRun.html
@@ -3,52 +3,42 @@
<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>
+ <h1 id="title">
+ <div id="title-main"></div>
+ <div id="title-changelog"><a class="i18n_firstRun_changelog"></a></div>
+ </h1>
+ <p class="i18n_firstRun_features_heading"></p>
<ul id="features">
<li class="i18n_firstRun_feature_betterSurfing"></li>
+ <li class="i18n_firstRun_feature_videoAds"></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="share1">
- <div id="share-text1">
- <svg xmlns="http://www.w3.org/2000/svg" width="500" height="130">
- <defs>
- <path id="path1" d="M 20,100 c 20,-30 180,-85 460,-60"/>
- <path id="path2" d="M 40,130 c 20,-30 180,-85 460,-60"/>
- </defs>
- <g>
- <text>
- <textPath xlink:href="#path1"><tspan class="i18n_firstRun_share1"/></textPath>
- <textPath xlink:href="#path2"><tspan class="i18n_firstRun_share2"/></textPath>
- </text>
- </g>
- </svg>
- </div>
-
+ <p id="share-text1" class="i18n_firstRun_share1"></p>
<div id="share-images1">
<a class="share-image share-facebook" target="_blank"></a>
<a class="share-image share-twitter" target="_blank"></a>
</div>
</div>
<div id="share2">
- <p id="share-text2" class="i18n_firstRun_share3"></p>
+ <p id="share-text2" class="i18n_firstRun_share2"></p>
<div id="share-images2">
- <a id="share-donate" class="i18n_firstRun_share3_donate" target="_blank"></a>
- <span id="share2-connection" class="i18n_firstRun_share3_or"></span>
+ <a id="share-donate" class="i18n_firstRun_share2_donate" target="_blank"></a>
+ <span id="share2-connection" class="i18n_firstRun_share2_or"></span>
<a class="share-image share-facebook" target="_blank"></a>
<a class="share-image share-twitter" target="_blank"></a>
<div>
</div>
</body>
</html>
« 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