Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Side by Side Diff: chrome/browser/resources/linux-splash.html

Issue 113148: linux: new splash page. (Closed)
Patch Set: wrong punctuation Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | 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 lang="en-US"> 2 <html lang="en-US">
3 <head> 3 <head>
4 <title>Chromium Alpha Warning</title> 4 <title>Chromium Alpha Warning</title>
5 <style> 5 <style>
6 h3 { 6 body {
7 font-size: 1em; 7 font-family: sans-serif;
8 margin-left: -1em; 8 font-size: 0.8em;
9 color: black; 9 margin: 2em 4em;
10 } 10 }
11 11
12 div.faq { 12 div.text {
13 margin-left: 1em; 13 max-width: 60ex;
14 width: 60%;
15 color: #444;
16 } 14 }
17 15
18 div.stopcorner { 16 div.stopcorner {
19 border-style: solid; 17 border-style: solid;
20 border-color: red white; 18 border-color: red white;
21 width: 50px; 19 width: 50px;
22 } 20 }
23 </style> 21 </style>
24 </head> 22 </head>
25 <body> 23 <body>
26 <center> 24 <center>
27 <div> 25 <div>
28 <!-- Stop sign using CSS hacks! For an octagon with sides of length 26 <!-- Stop sign using CSS hacks! For an octagon with sides of length
29 50px, the corners must be sqrt(1/2)*50 = 30 px. --> 27 50px, the corners must be sqrt(1/2)*50 = 35 px. -->
30 <div class='stopcorner' style='border-width: 0px 35px 35px; width:50px'> </div> 28 <div class='stopcorner' style='border-width: 0px 35px 35px; width:50px'> </div>
31 <div style='display:table-cell; 29 <div style='display:table-cell;
32 background: red; color: white; 30 background: red; color: white;
33 width: 120px; height: 50px; 31 width: 120px; height: 50px;
34 text-align: center; vertical-align: middle; 32 text-align: center; vertical-align: middle;
35 font-size: 40px; font-family: sans-serif'>STOP</div> 33 font-size: 40px; font-family: sans-serif'>STOP</div>
36 <div class='stopcorner' style='border-width: 35px 35px 0px; width:50px'> </div> 34 <div class='stopcorner' style='border-width: 35px 35px 0px; width:50px'> </div>
37 </div> 35 </div>
38 <h1>This browser is not ready yet!</h1> 36 <h1>This browser is not ready yet!</h1>
39 </center> 37 </center>
40 38
39 <div class="text">
40
41 <p>This is a <i>pre-alpha</i> build of Chromium on Linux. It is woefully 41 <p>This is a <i>pre-alpha</i> build of Chromium on Linux. It is woefully
42 incomplete.</p> 42 incomplete. No work has been done on performance yet, much of the UI is
43 missing, plugins don't work, and many more bugs remain.</p>
43 44
44 <div class="faq"> 45 <h3>It's &lsquo;Chromium&rsquo;, not &lsquo;Google Chrome&rsquo;</h3>
45
46 <h3>It's &lsquo;Chromium&rsquo;, not &lsquo;Google Chrome&rsquo;:</h3>
47 46
48 <p><a href="http://code.google.com/chromium/">Chromium</a> is an open 47 <p><a href="http://code.google.com/chromium/">Chromium</a> is an open
49 source browser project. <a href="http://www.google.com/chrome">Google 48 source browser project. <a href="http://www.google.com/chrome">Google
50 Chrome</a> is a browser from Google, based on the Chromium project. This 49 Chrome</a> is a browser from Google, based on the Chromium project. This
51 is a build of Chromium. No versions of Google Chrome for Linux will exist 50 is a build of Chromium. No versions of Google Chrome for Linux will exist
52 until Google makes an official release.</p> 51 until Google makes an official release.</p>
53 52
54 <h3>Please don't file bugs:</h3> 53 <h3>Don't file bugs without doing the work</h3>
55 54
56 <p>At this point there are so many gaping holes that finding bugs is not 55 <p>Every minute spent triaging and de-duplicating bugs is a minute spent
57 the problem and dealing with them is just a distraction.</p> 56 not fixing them. If you have a good bug report (e.g. includes a
57 stack trace or a reduced test case), first verify it exists in the <a
58 href="http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/">la test
59 build</a>, then <a
60 href="http://code.google.com/p/chromium/issues/list?can=1&q=os:linux">
61 verify it hasn't been filed already</a>, then <a
62 href="http://code.google.com/p/chromium/issues/entry?template=Defect%20on% 20Linux">file
63 your bug using the Linux-specific template</a>.</p>
58 64
59 <h3>Blogging about it is not helpful:</h3> 65 <h3>How to help</h3>
60 66
61 <p>Chromium's problem is not a lack of media attention, but an excess of 67 <p>Chromium is an open source project, and you are welcome to help out. We
62 it. Coverage encourages people to try it out in this incomplete state which 68 have <a href="http://dev.chromium.org/">documentation for developers</a> as
63 only creates negative first impressions. Also, dealing with 69 well as mailing lists and an IRC channel.</p>
64 misunderstandings/questions etc only distracts the team from the job of
65 improving it.</p>
66
67 <p>Likewise, keep in mind that we won't see your comments if they're on a
68 random blog somewhere.</p>
69
70 <h3>How to help:</h3>
71
72 <p>Chromium is an open source project, you are welcome to help out. We have
73 <a href="http://dev.chromium.org/">documentation for developers</a> as well
74 as mailing lists and an IRC channel.</p>
75 70
76 </div> 71 </div>
77 72
78 <p></p> 73 <p></p>
79 </body> 74 </body>
80 </html> 75 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698