Skip to content

Commit 7e968cc

Browse files
committed
Update index.html
1 parent b5c9236 commit 7e968cc

File tree

6 files changed

+34
-168
lines changed

6 files changed

+34
-168
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
twitter.github.com
1+
intracom-telecom-sdn.github.com
22
======
33

4-
The source code of http://twitter.github.com/
4+
The source code of http://intracom-telecom-sdn.github.io/ , a fork of
5+
https://github.com/twitter/twitter.github.com
56

67
LICENSE
78
------------
89

10+
Copyright 2015 Intracom S.A. Telecom Solutions
911
Copyright 2012 Twitter, Inc.
1012

1113
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

assets/larry.png

-4.29 KB
Binary file not shown.

assets/logo.png

21.7 KB
Loading

assets/logo_large.png

2.01 MB
Loading

assets/style.css

+15-44
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ html {
55
body {
66
font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
77
line-height: 1.4;
8-
color: #666;
8+
color: #5a5a5a;
99
min-width: 960px;
1010
}
1111

1212
h1 {
1313
font-weight: bold;
1414
font-size: 20px;
15-
color: #333;
15+
color: #5a5a5a;
1616
}
1717

1818
h2 {
1919
font-weight: bold;
2020
font-size: 20px;
21-
color: #0084b4;
21+
color: #FF6666;
2222
}
2323

2424
a:link, a:visited {
25-
color: #0084b4;
25+
color: #E31B23;
2626
text-decoration: none;
2727
}
2828

@@ -66,10 +66,11 @@ a:hover {
6666
}
6767

6868
#logo {
69-
width: 190px;
70-
height: 64px;
69+
width: 188px;
70+
height: 120px;
7171
margin: 15px 0 0 15px;
7272
background: url("logo.png");
73+
box-shadow: 1px 1px 8px #888888;
7374
text-indent: -99999px;
7475
}
7576

@@ -92,7 +93,7 @@ div.header h1 {
9293
#num-repos, #num-members {
9394
font-size: 14px;
9495
font-weight: bold;
95-
color: #0084b4;
96+
color: #5a5a5a;
9697
line-height: 15px;
9798
}
9899

@@ -182,33 +183,33 @@ li.repo h3 {
182183
height: 0;
183184
border-bottom: 50px solid transparent;
184185
border-left: 50px solid transparent;
185-
border-right: 50px solid #0080b0;
186+
border-right: 50px solid #E6E6E6;
186187
pointer-events: none;
187188
}
188189

189190
.repo.javascript:after {
190-
border-right-color: #333;
191+
border-right-color: #E6E6E6;
191192
}
192193

193194
.repo.scala:after {
194-
border-right-color: #7ac9de;
195+
border-right-color: #E6E6E6;
195196
}
196197

197198
.repo.ruby:after {
198-
border-right-color: #cc1100;
199+
border-right-color: #E6E6E6;
199200
}
200201

201202
.repo.java:after {
202-
border-right-color: #cc8300;
203+
border-right-color: #E6E6E6;
203204
}
204205

205206
.repo.python:after {
206-
border-right-color: #6aad2d;
207+
border-right-color: #E6E6E6;
207208
}
208209

209210
@keyframes small-swing { 0% { margin-top: 0px } 50% { margin-top: -10px } 100% { margin-top: 0px } }
210211
@-moz-keyframes small-swing { 0% { margin-top: 0px } 50% { margin-top: -10px } 100% { margin-top: 0px } }
211-
@-webkit-keyframes small-swing { 0% { margin-top: 0px } 50% { margin-top: -10px } 100% { margin-top: 0px } }
212+
@-webkit-keyframes small-swing { 0% { margin-top: 0px } 50% { margin-top: -10px } 100% { margin-top: 0px } }
212213
@-ms-keyframes small-swing { 0% { margin-top: 0px } 50% { margin-top: -10px } 100% { margin-top: 0px } }
213214

214215
@keyframes medium-swing { 0% { margin-top: 0px } 50% { margin-top: -20px } 100% { margin-top: 0px } }
@@ -220,33 +221,3 @@ li.repo h3 {
220221
@-moz-keyframes large-swing { 0% { margin-top: 0px } 50% { margin-top: -40px } 100% { margin-top: 0px } }
221222
@-webkit-keyframes large-swing { 0% { margin-top: 0px } 50% { margin-top: -40px } 100% { margin-top: 0px } }
222223
@-ms-keyframes large-swing { 0% { margin-top: 0px } 50% { margin-top: -40px } 100% { margin-top: 0px } }
223-
224-
.larry.size-smaller, .larry.size-small {
225-
animation: small-swing 0.5s infinite ease-in-out;
226-
-moz-animation: small-swing 0.5s infinite ease-in-out;
227-
-webkit-animation: small-swing 0.5s infinite ease-in-out;
228-
-ms-animation: small-swing 0.5s infinite ease-in-out;
229-
}
230-
231-
.larry.size-medium, .larry.size-large {
232-
animation: medium-swing 1.25s infinite ease-in-out;
233-
-moz-animation: medium-swing 1.25s infinite ease-in-out;
234-
-webkit-animation: medium-swing 1.25s infinite ease-in-out;
235-
-ms-animation: medium-swing 1.25s infinite ease-in-out;
236-
}
237-
238-
.larry.size-medium, .larry.size-fat {
239-
animation: large-swing 1.5s infinite ease-in-out;
240-
-moz-animation: large-swing 1.5s infinite ease-in-out;
241-
-webkit-animation: large-swing 1.5s infinite ease-in-out;
242-
-ms-animation: large-swing 1.5s infinite ease-in-out;
243-
}
244-
245-
#flyzone {
246-
position: fixed;
247-
top: 0;
248-
left: 0;
249-
width: 100%;
250-
height: 100%;
251-
overflow: hidden;
252-
}

index.html

+15-122
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,24 @@
22

33
<html>
44
<head>
5-
<title>Twitter &hearts; Open Source</title>
5+
<title>Intracom Telecom Open Source SDN-NFV Projects</title>
66
<link rel="stylesheet" type="text/css" href="assets/reset.css">
77
<link rel="stylesheet" type="text/css" href="assets/grid.css">
88
<link rel="stylesheet" type="text/css" href="assets/style.css">
9-
<link href="//abs.twimg.com/favicons/favicon.ico" rel="shortcut icon" type="image/x-icon">
10-
<script type="text/javascript">
11-
12-
var _gaq = _gaq || [];
13-
_gaq.push(['_setAccount', 'UA-39101739-1']);
14-
_gaq.push(['_trackPageview']);
15-
16-
(function() {
17-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
18-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
19-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
20-
})();
21-
22-
</script>
239
<script type="text/javascript" src="assets/jquery-1.7.1.min.js"></script>
2410
<script type="text/javascript" src="assets/strftime.js"></script>
2511
<script type="text/javascript">
2612
(function ($, undefined) {
2713

2814
// Put custom repo URL's in this object, keyed by repo name.
29-
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/"
33-
};
15+
var repoUrls = {};
3416

3517
function repoUrl(repo) {
3618
return repoUrls[repo.name] || repo.html_url;
3719
}
3820

3921
// Put custom repo descriptions in this object, keyed by repo name.
40-
var repoDescriptions = {
41-
"bootstrap": "An HTML, CSS, and JS toolkit designed to kickstart development of webapps and sites",
42-
"naggati2": "A protocol builder for Netty using Scala 2.8"
43-
};
22+
var repoDescriptions = {};
4423

4524
function repoDescription(repo) {
4625
return repoDescriptions[repo.name] || repo.description;
@@ -55,15 +34,15 @@
5534
var $time = $("<a>").attr("href", repo.html_url + "/commits").text(strftime("%h %e, %Y", repo.pushed_at));
5635
$item.append($("<span>").addClass("time").append($time));
5736

58-
$item.append('<span class="bullet">&sdot;</span>');
37+
/*$item.append('<span class="bullet">&sdot;</span>');*/
5938

60-
var $watchers = $("<a>").attr("href", repo.html_url + "/watchers").text(repo.watchers + " stargazers");
39+
/*var $watchers = $("<a>").attr("href", repo.html_url + "/watchers").text(repo.watchers + " stargazers");
6140
$item.append($("<span>").addClass("watchers").append($watchers));
6241
6342
$item.append('<span class="bullet">&sdot;</span>');
6443
6544
var $forks = $("<a>").attr("href", repo.html_url + "/network").text(repo.forks + " forks");
66-
$item.append($("<span>").addClass("forks").append($forks));
45+
$item.append($("<span>").addClass("forks").append($forks));*/
6746

6847
$item.appendTo("#recently-updated-repos");
6948
}
@@ -81,7 +60,7 @@
8160
repos = repos || [];
8261
page = page || 1;
8362

84-
var uri = "https://api.github.com/orgs/twitter/repos?callback=?"
63+
var uri = "https://api.github.com/orgs/intracom-telecom-sdn/repos?callback=?"
8564
+ "&per_page=100"
8665
+ "&page="+page;
8766

@@ -118,7 +97,8 @@
11897
});
11998

12099
$.each(repos, function (i, repo) {
121-
addRepo(repo);
100+
if (repo.name != "intracom-telecom-sdn.github.io")
101+
addRepo(repo);
122102
});
123103

124104
// Sort by most-recently pushed to.
@@ -137,7 +117,6 @@
137117
}
138118
addRepos();
139119

140-
//get total number of Twitter members
141120
function getNumMembers(page, numMembers) {
142121
var page = page || 1;
143122
var numMembers = numMembers || 0;
@@ -158,103 +137,18 @@
158137
}
159138
getNumMembers();
160139

161-
function randomItem(array) {
162-
return array[Math.floor(Math.random() * array.length)];
163-
}
164-
165-
var $flyzone;
166-
167-
function flyzone() {
168-
if (!$flyzone) {
169-
$flyzone = $("<div>").attr("id", "flyzone").prependTo(document.body);
170-
}
171-
172-
return $flyzone;
173-
}
174-
175-
var sizes = ["smaller", "small", "medium", "large", "fat"];
176-
177-
var sizeDimensions = {
178-
"smaller": 50,
179-
"small": 80,
180-
"medium": 130,
181-
"large": 200,
182-
"fat": 300
183-
};
184-
185-
function randomOpacity(threshold) {
186-
var opacity = Math.random();
187-
188-
while (opacity < threshold) {
189-
opacity = Math.random();
190-
}
191-
192-
return opacity;
193-
}
194-
195-
function makeLarry(sizeName, speed) {
196-
var size = sizeDimensions[sizeName];
197-
var top = Math.floor((flyzone().height() - size) * Math.random());
198-
199-
var $img = $("<img>")
200-
.addClass("larry size-" + sizeName)
201-
.attr("src", "assets/larry.png")
202-
.attr("width", size)
203-
.attr("height", size)
204-
.css({
205-
position: "absolute",
206-
opacity: randomOpacity(0.4),
207-
top: top,
208-
left: -size
209-
});
210-
211-
$img.prependTo(flyzone());
212-
213-
var left = flyzone().width() + size;
214-
215-
$img.animate({left: left}, speed, function () {
216-
$img.remove();
217-
makeRandomLarry();
218-
});
219-
220-
return $img;
221-
}
222-
223-
function makeRandomLarry() {
224-
var size = randomItem(sizes);
225-
var speed = Math.floor(Math.random() * 20000) + 15000;
226-
return makeLarry(size, speed);
227-
}
228-
229-
$(function () {
230-
$("#logo").click(function () {
231-
makeRandomLarry();
232-
});
233-
});
234-
235-
var match = (/\blarry(=(\d+))?\b/i).exec(window.location.search);
236-
237-
if (match) {
238-
var n = parseInt(match[2]) || 20;
239-
240-
$(function () {
241-
for (var i = 0; i < n; ++i) {
242-
setTimeout(makeRandomLarry, Math.random() * n * 500);
243-
}
244-
});
245-
}
246140
})(jQuery);
247141
</script>
248142
</head>
249143
<body>
250144
<div id="wrapper" class="grid clearfix">
251145
<div id="main" class="grid-1">
252-
<div id="logo"><h1>Twitter Open Source</h1></div>
253-
<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>
257-
</div>
146+
<div id="logo"><h1>Intracom Telecom Open Source</h1></div>
147+
<h1>A collection of projects related to SDN and NFV</h1>
148+
<p>Contact us:<br> <a href="mailto:sdn-nfv@intracom-telecom.com">sdn-nfv@intracom-telecom.com</a></p>
149+
<p>Visit us: <a href="https://intracom-telecom.com/">www.intracom-telecom.com</a></p>
150+
<p>Follow us: <a href="https://twitter.com/intracomtelecom">@intracomtelecom</a></p>
151+
</div>
258152

259153
<div class="grid grid-3">
260154
<div id="statistics" class="grid-1 alpha header">
@@ -264,7 +158,6 @@ <h1>Statistics</h1>
264158
<br>
265159
<a href="https://github.com/intracom-telecom-sdn?tab=members"><span id="num-members"><img src="assets/spinner.gif" /></span> members</a>
266160
</p>
267-
<p class="email"><a href="mailto:opensource@twitter.com">opensource@twitter.com</a></p>
268161
</div>
269162

270163
<div id="recently-updated" class="grid-2 omega header">

0 commit comments

Comments
 (0)