|
7 | 7 | <link rel="stylesheet" type="text/css" href="assets/grid.css"> |
8 | 8 | <link rel="stylesheet" type="text/css" href="assets/style.css"> |
9 | 9 | <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 | + |
10 | 22 | <script type="text/javascript"> |
11 | 23 |
|
12 | 24 | var _gaq = _gaq || []; |
|
27 | 39 |
|
28 | 40 | // Put custom repo URL's in this object, keyed by repo name. |
29 | 41 | 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/" |
33 | 61 | }; |
34 | 62 |
|
35 | 63 | function repoUrl(repo) { |
|
38 | 66 |
|
39 | 67 | // Put custom repo descriptions in this object, keyed by repo name. |
40 | 68 | var repoDescriptions = { |
41 | | - "bootstrap": "An HTML, CSS, and JS toolkit designed to kickstart development of webapps and sites", |
42 | 69 | "naggati2": "A protocol builder for Netty using Scala 2.8" |
43 | 70 | }; |
44 | 71 |
|
|
251 | 278 | <div id="main" class="grid-1"> |
252 | 279 | <div id="logo"><h1>Twitter Open Source</h1></div> |
253 | 280 | <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> |
257 | 286 | </div> |
258 | 287 |
|
259 | 288 | <div class="grid grid-3"> |
|
0 commit comments