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: Now with downscaling for smaller screens Created Oct. 1, 2012, 5:56 a.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
Index: firstRun.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/firstRun.html
@@ -0,0 +1,54 @@
+<!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="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>
+
+ <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>
+ <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 class="share-image share-facebook" target="_blank"></a>
+ <a class="share-image share-twitter" target="_blank"></a>
+ <div>
+ </div>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld