Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix additional stale reference to Google usage #297

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 0 additions & 29 deletions src/main/markdown/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,35 +124,6 @@ Please note that the applications linked from this page are provided by third-pa

GWT is being used by tens of thousands of projects around the world. Take a look at just a few example of GWT in action:

<div class="project">
<div class="screenshot">
<a href="http://www.google.com/inbox" target="_blank"><img src="images/inbox.png" alt="Google Inbox"/></a>
</div>
<div class="info">
<div class="name"><a href="http://www.google.com/inbox" target="_blank">Google Inbox</a></div>
<div class="snippet">Google Inbox is a fresh start that goes beyond email to help you get back to what matters.
Inbox is using a new approach to
<a href="https://www.youtube.com/watch?feature=player_embedded&v=KdCs85jqcH0#t=747">delivering multiplatform native applications</a>
using common code base. GWT is used to deliver the Web version.
<p>Google is using GWT in number of other public services, including:
<a href="https://docs.google.com/spreadsheets" target="_blank">Spreadsheets</a>,
<a href="https://groups.google.com/forum/" target="_blank">Groups</a>,
<a href="https://adwords.google.com " target="_blank">AdWords</a>,
<a href="https://www.google.com/webmasters/tools/home" target="_blank">Webmaster Tools</a>,
<a href="https://www.google.com/moderator/" target="_blank">Moderator</a>,
<a href="https://www.blogger.com/" target="_blank">Blogger&nbsp;Admin</a>,
<a href="https://www.google.com/wallet/" target="_blank">Wallet</a>,
<a href="https://www.google.com/fonts/" target="_blank">WebFonts</a>,
<a href="https://www.google.com/script/" target="_blank">Apps&nbsp;Script</a>,
<a href="https://www.google.com/producer/" target="_blank">Currents&nbsp;Producer</a>,
<a href="https://www.google.com/flights/" target="_blank">Flights</a>,
<a href="https://www.google.com/fusiontables/DataSource?dsrcid=2049253" target="_blank">Fusion&nbsp;Tables</a>,
<a href="https://www.google.com/hotels/" target="_blank">Hotel&nbsp;Finder</a>.
</p>
</div>
</div>
</div>

<div class="project">
<div class="screenshot">
<a href="https://ruxit.com" target="_blank"><img src="images/ruxit.png" alt="ruxit"/></a>
Expand Down
4 changes: 1 addition & 3 deletions src/main/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ <h1>Productivity <span>for developers, </span>performance for users

<div class="col col-2_3">

<p>GWT is used by many products at Google, including Google AdWords
and Google Wallet.
It's open source, completely free, and used by thousands of
<p>GWT is open source, completely free, and used by thousands of
enthusiastic developers
around the world.</p>

Expand Down