Skip to content

Commit ccce181

Browse files
authored
Merge pull request twitter#61 from Humad/patch-1
Changed position of script tags - closes twitter#59
2 parents 493078b + 4ddc82a commit ccce181

File tree

1 file changed

+33
-34
lines changed

1 file changed

+33
-34
lines changed

index.html

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,40 @@
1919
<meta name="twitter:description" content="A listing of open source projects from Twitter." />
2020
<meta name="twitter:card" content="summary" />
2121
<meta name="twitter:image" content="https://g.twimg.com/eng/theme/eng-home-open-source.png" />
22+
</head>
23+
<body>
24+
<div id="wrapper" class="grid clearfix">
25+
<div id="main" class="grid-1">
26+
<div id="logo"><h1>Twitter Open Source</h1></div>
27+
<h1>Twitter is built on open source software.</h1>
28+
<p>Want to help? <a href="https://twitter.com/jobs/engineering">Join the Flock</a></p>
29+
<p>More about <a href="https://engineering.twitter.com/">Twitter Engineering</a></p>
30+
<p>&nbsp;</p>
31+
<p>More open source from Twitter:
32+
<br/><a href="https://github.com/twitter-fabric">Fabric</a> and <a href="https://github.com/fastlane">fastlane</a></p>
33+
<p>&nbsp;</p>
34+
<p><a href="https://brand.twitter.com/">Logos and other goodies</a></p>
35+
</div>
36+
37+
<div class="grid grid-3">
38+
<div id="statistics" class="grid-1 alpha header">
39+
<h1>Statistics</h1>
40+
<p>
41+
<a href="https://github.com/twitter/repositories"><span id="num-repos"><img src="assets/spinner.gif" /></span> public repos</a>
42+
<br>
43+
<a href="https://github.com/twitter?tab=members"><span id="num-members"><img src="assets/spinner.gif" /></span> members</a>
44+
</p>
45+
<p class="email"><a href="mailto:[email protected]">[email protected]</a></p>
46+
</div>
2247

48+
<div id="recently-updated" class="grid-2 omega header">
49+
<h1>Recently updated <a href="https://github.com/twitter/repositories">View All on GitHub</a></h1>
50+
<ol id="recently-updated-repos"></ol>
51+
</div>
52+
</div>
53+
54+
<ol id="repos"></ol>
55+
</div>
2356
<script type="text/javascript">
2457

2558
var _gaq = _gaq || [];
@@ -273,39 +306,5 @@
273306
}
274307
})(jQuery);
275308
</script>
276-
</head>
277-
<body>
278-
<div id="wrapper" class="grid clearfix">
279-
<div id="main" class="grid-1">
280-
<div id="logo"><h1>Twitter Open Source</h1></div>
281-
<h1>Twitter is built on open source software.</h1>
282-
<p>Want to help? <a href="https://twitter.com/jobs/engineering">Join the Flock</a></p>
283-
<p>More about <a href="https://engineering.twitter.com/">Twitter Engineering</a></p>
284-
<p>&nbsp;</p>
285-
<p>More open source from Twitter:
286-
<br/><a href="https://github.com/twitter-fabric">Fabric</a> and <a href="https://github.com/fastlane">fastlane</a></p>
287-
<p>&nbsp;</p>
288-
<p><a href="https://brand.twitter.com/">Logos and other goodies</a></p>
289-
</div>
290-
291-
<div class="grid grid-3">
292-
<div id="statistics" class="grid-1 alpha header">
293-
<h1>Statistics</h1>
294-
<p>
295-
<a href="https://github.com/twitter/repositories"><span id="num-repos"><img src="assets/spinner.gif" /></span> public repos</a>
296-
<br>
297-
<a href="https://github.com/twitter?tab=members"><span id="num-members"><img src="assets/spinner.gif" /></span> members</a>
298-
</p>
299-
<p class="email"><a href="mailto:[email protected]">[email protected]</a></p>
300-
</div>
301-
302-
<div id="recently-updated" class="grid-2 omega header">
303-
<h1>Recently updated <a href="https://github.com/twitter/repositories">View All on GitHub</a></h1>
304-
<ol id="recently-updated-repos"></ol>
305-
</div>
306-
</div>
307-
308-
<ol id="repos"></ol>
309-
</div>
310309
</body>
311310
</html>

0 commit comments

Comments
 (0)