Skip to content

Commit d044be0

Browse files
authored
Merge pull request twitter#55 from twitter/andypiper-patch-1
Updated some of the links and custom repos
2 parents a90d2bf + 4fcf996 commit d044be0

File tree

1 file changed

+36
-7
lines changed

1 file changed

+36
-7
lines changed

index.html

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
<link rel="stylesheet" type="text/css" href="assets/grid.css">
88
<link rel="stylesheet" type="text/css" href="assets/style.css">
99
<link href="//abs.twimg.com/favicons/favicon.ico" rel="shortcut icon" type="image/x-icon">
10+
<link rel="mask-icon" sizes="any" href="https://abs.twimg.com/a/1468984401/img/t1/favicon.svg" color="#55acee">
11+
12+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
13+
<meta name="description" content="Listing contributions to the open source community by Twitter.">
14+
15+
<meta name="twitter:url" content="https://twitter.github.io" />
16+
<meta name="twitter:creator" content="@TwitterOSS" />
17+
<meta name="twitter:site" content="@TwitterOSS" />
18+
<meta name="twitter:title" content="Twitter <3 Open Source" />
19+
<meta name="twitter:card" content="summary" />
20+
<meta name="twitter:image" content="https://g.twimg.com/eng/theme/eng-home-open-source.png" />
21+
1022
<script type="text/javascript">
1123

1224
var _gaq = _gaq || [];
@@ -27,9 +39,25 @@
2739

2840
// Put custom repo URL's in this object, keyed by repo name.
2941
var repoUrls = {
30-
"bootstrap": "http://twitter.github.com/bootstrap/",
31-
"finagle": "http://twitter.github.com/finagle/",
32-
"hogan.js": "http://twitter.github.com/hogan.js/"
42+
"twemoji": "http://twitter.github.io/twemoji/",
43+
"finagle": "http://twitter.github.io/finagle/",
44+
"hogan.js": "http://twitter.github.io/hogan.js/",
45+
"heron": "http://heronstreaming.io/",
46+
"distributedlog": "http://distributedlog.io/",
47+
"labella.js": "http://twitter.github.io/labella.js/",
48+
"pants": "http://pantsbuild.github.io/",
49+
"scala_school": "http://twitter.github.io/scala_school/",
50+
"finatra": "https://twitter.github.io/finatra/",
51+
"twitter-server": "http://twitter.github.io/twitter-server/",
52+
"twisitor": "http://twitter.github.io/twisitor/",
53+
"scrooge": "http://twitter.github.io/scrooge/",
54+
"util": "http://twitter.github.io/util/",
55+
"commons": "http://twitter.github.io/commons/",
56+
"typeahead.js": "http://twitter.github.io/typeahead.js/",
57+
"plumage.js": "http://twitter.github.io/plumage.js/",
58+
"recess": "http://twitter.github.io/recess/",
59+
"iago": "http://twitter.github.io/iago/",
60+
"ospriet": "http://twitter.github.io/ospriet/"
3361
};
3462

3563
function repoUrl(repo) {
@@ -38,7 +66,6 @@
3866

3967
// Put custom repo descriptions in this object, keyed by repo name.
4068
var repoDescriptions = {
41-
"bootstrap": "An HTML, CSS, and JS toolkit designed to kickstart development of webapps and sites",
4269
"naggati2": "A protocol builder for Netty using Scala 2.8"
4370
};
4471

@@ -251,9 +278,11 @@
251278
<div id="main" class="grid-1">
252279
<div id="logo"><h1>Twitter Open Source</h1></div>
253280
<h1>Twitter is built on open source software.</h1>
254-
<p>Want to help? <a href="https://twitter.com/jobs">Join the Flock</a></p>
255-
<p>Visit <a href="https://dev.twitter.com/">dev.twitter.com</a></p>
256-
<p><a href="https://twitter.com/about/resources">Logos and other goodies</a></p>
281+
<p>Want to help? <a href="https://twitter.com/jobs/engineering">Join the Flock</a></p>
282+
<p>Learn more about our <a href="https://engineering.twitter.com/">Engineering</a> work</p>
283+
<p>Visit <a href="https://dev.twitter.com/">dev.twitter.com</a> for Twitter API documentation</p>
284+
<p>More open source from Twitter: <a href="https://github.com/twitter-fabric">Fabric</a> and <a href="https://github.com/fastlane">fastlane</a></p>
285+
<p><a href="https://about.twitter.com/company/brand-assets">Logos and other goodies</a></p>
257286
</div>
258287

259288
<div class="grid grid-3">

0 commit comments

Comments
 (0)